@progress/kendo-theme-default 7.1.0-dev.0 → 7.1.0-dev.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +314 -40
- package/dist/all.scss +1942 -599
- package/dist/meta/sassdoc-data.json +4494 -2868
- package/dist/meta/sassdoc-raw-data.json +1681 -931
- package/dist/meta/variables.json +331 -159
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +1 -209
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/appbar/_theme.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/avatar/_theme.scss +1 -1
- package/scss/badge/_theme.scss +1 -1
- package/scss/bottom-navigation/_theme.scss +5 -5
- package/scss/button/_theme.scss +74 -30
- package/scss/button/_variables.scss +10 -10
- package/scss/calendar/_theme.scss +1 -1
- package/scss/card/_layout.scss +4 -0
- package/scss/card/_theme.scss +3 -3
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +2 -2
- package/scss/chip/_theme.scss +24 -22
- package/scss/chip/_variables.scss +5 -5
- package/scss/common/_indicators.scss +0 -2
- package/scss/core/_index.scss +6 -0
- package/scss/core/color-system/_palettes.scss +256 -0
- package/scss/core/color-system/_swatch-legacy.scss +62 -0
- package/scss/core/color-system/_swatch.scss +397 -0
- package/scss/dataviz/_layout.scss +2 -2
- package/scss/dataviz/_variables.scss +42 -42
- package/scss/dialog/_theme.scss +1 -1
- package/scss/dock-manager/_variables.scss +1 -1
- package/scss/drawer/_layout.scss +1 -0
- package/scss/dropdowntree/_layout.scss +16 -0
- package/scss/dropzone/_variables.scss +1 -1
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_theme.scss +15 -15
- package/scss/filemanager/_layout.scss +5 -0
- package/scss/filemanager/_variables.scss +2 -2
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_layout.scss +13 -5
- package/scss/gantt/_variables.scss +10 -10
- package/scss/grid/_layout.scss +10 -0
- package/scss/grid/_theme.scss +54 -6
- package/scss/grid/_variables.scss +10 -7
- package/scss/index.scss +2 -0
- package/scss/input/_layout.scss +39 -8
- package/scss/input/_theme.scss +139 -0
- package/scss/input/_variables.scss +30 -9
- package/scss/list/_theme.scss +1 -1
- package/scss/listview/_variables.scss +1 -1
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_theme.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/messagebox/_theme.scss +13 -5
- package/scss/notification/_layout.scss +4 -9
- package/scss/notification/_variables.scss +5 -1
- package/scss/panelbar/_variables.scss +4 -4
- package/scss/pivotgrid/_variables.scss +5 -5
- package/scss/progressbar/_theme.scss +1 -1
- package/scss/progressbar/_variables.scss +3 -3
- package/scss/prompt/_index.scss +37 -0
- package/scss/prompt/_layout.scss +70 -0
- package/scss/prompt/_theme.scss +41 -0
- package/scss/prompt/_variables.scss +66 -0
- package/scss/scheduler/_theme.scss +3 -3
- package/scss/scheduler/_variables.scss +4 -4
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +2 -5
- package/scss/slider/_variables.scss +6 -6
- package/scss/splitter/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +4 -4
- package/scss/stepper/_layout.scss +11 -0
- package/scss/stepper/_theme.scss +51 -15
- package/scss/stepper/_variables.scss +8 -8
- package/scss/switch/_theme.scss +2 -2
- package/scss/switch/_variables.scss +4 -4
- package/scss/table/_variables.scss +3 -4
- package/scss/taskboard/_variables.scss +7 -7
- package/scss/timeline/_layout.scss +0 -4
- package/scss/timeline/_variables.scss +4 -4
- package/scss/tooltip/_variables.scss +4 -4
- package/scss/window/_theme.scss +1 -1
- package/scss/core/color-system/index.import.scss +0 -1
package/dist/all.scss
CHANGED
|
@@ -712,6 +712,28 @@ $kendo-color-level-step: 8% !default;
|
|
|
712
712
|
@return k-color-mix( rgba( $color1, 1 ), rgba( $color2, 1 ), $weight );
|
|
713
713
|
}
|
|
714
714
|
|
|
715
|
+
/// Generates all color variations of a given main color
|
|
716
|
+
/// @param {String} $name - The name of the main color
|
|
717
|
+
/// @param {Color} $level - The color value to be assigned to the main color
|
|
718
|
+
/// @return {Map} - A map with the generated keys and values
|
|
719
|
+
///
|
|
720
|
+
/// @group color-system
|
|
721
|
+
@function k-generate-colors( $name, $color ) {
|
|
722
|
+
$_variations: (
|
|
723
|
+
#{$name}-subtle: k-try-tint( $color, 80% ),
|
|
724
|
+
#{$name}-subtle-hover: k-try-tint( $color, 65% ),
|
|
725
|
+
#{$name}-subtle-active: k-try-tint( $color, 50% ),
|
|
726
|
+
#{$name}: $color,
|
|
727
|
+
#{$name}-hover: k-try-shade( $color, 0.5 ),
|
|
728
|
+
#{$name}-active: k-try-shade( $color, 1.5 ),
|
|
729
|
+
#{$name}-emphasis: k-try-tint( $color, 4.5 ),
|
|
730
|
+
#{$name}-on-subtle: k-try-shade( $color, 8 ),
|
|
731
|
+
on-#{$name}: k-contrast-legacy( $color ),
|
|
732
|
+
#{$name}-on-surface: $color,
|
|
733
|
+
);
|
|
734
|
+
|
|
735
|
+
@return $_variations;
|
|
736
|
+
}
|
|
715
737
|
// #endregion
|
|
716
738
|
// #region @import "./_custom-properties.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/_custom-properties.import.scss
|
|
717
739
|
@function k-var( $prefix: kendo-, $var: null, $fallback: null ) {
|
|
@@ -1731,9 +1753,6 @@ $svg-escaped-characters: (
|
|
|
1731
1753
|
|
|
1732
1754
|
// #endregion
|
|
1733
1755
|
|
|
1734
|
-
$kendo-color-white: #ffffff; // stylelint-disable-line scss/dollar-variable-default
|
|
1735
|
-
$kendo-color-black: #000000; // stylelint-disable-line scss/dollar-variable-default
|
|
1736
|
-
|
|
1737
1756
|
// Options
|
|
1738
1757
|
$kendo-enable-rounded: true !default;
|
|
1739
1758
|
$kendo-enable-shadows: true !default;
|
|
@@ -1872,102 +1891,7 @@ $kendo-zindex-loading: 100 !default;
|
|
|
1872
1891
|
// Color settings
|
|
1873
1892
|
$kendo-is-dark-theme: false !default;
|
|
1874
1893
|
|
|
1875
|
-
// Theme colors
|
|
1876
|
-
/// The color that focuses the user attention.
|
|
1877
|
-
/// Used for primary buttons and for elements of primary importance across the theme.
|
|
1878
|
-
/// @group color-system
|
|
1879
|
-
/// @type Color
|
|
1880
|
-
$kendo-color-primary: #ff6358 !default;
|
|
1881
|
-
$kendo-color-primary-lighter: k-color-tint( $kendo-color-primary, 2 ) !default;
|
|
1882
|
-
$kendo-color-primary-darker: k-color-shade( $kendo-color-primary, 2 ) !default;
|
|
1883
|
-
|
|
1884
|
-
/// The color used along with the primary color denoted by $kendo-color-primary.
|
|
1885
|
-
/// Used to provide contrast between the background and foreground colors.
|
|
1886
|
-
/// @group color-system
|
|
1887
|
-
/// @type Color
|
|
1888
|
-
$kendo-color-primary-contrast: k-contrast-legacy( $kendo-color-primary ) !default;
|
|
1889
|
-
|
|
1890
|
-
/// The secondary color of the theme.
|
|
1891
|
-
/// @group color-system
|
|
1892
|
-
/// @type Color
|
|
1893
|
-
$kendo-color-secondary: #666666 !default;
|
|
1894
|
-
$kendo-color-secondary-lighter: k-color-tint( $kendo-color-secondary, 2 ) !default;
|
|
1895
|
-
$kendo-color-secondary-darker: k-color-shade( $kendo-color-secondary, 2 ) !default;
|
|
1896
|
-
|
|
1897
|
-
/// The color used along with the secondary color denoted by $kendo-color-secondary.
|
|
1898
|
-
/// Used to provide contrast between the background and foreground colors.
|
|
1899
|
-
/// @group color-system
|
|
1900
|
-
/// @type Color
|
|
1901
|
-
$kendo-color-secondary-contrast: k-contrast-legacy( $kendo-color-secondary ) !default;
|
|
1902
|
-
|
|
1903
|
-
/// The tertiary color of the theme.
|
|
1904
|
-
/// @group color-system
|
|
1905
|
-
/// @type Color
|
|
1906
|
-
$kendo-color-tertiary: #03a9f4 !default;
|
|
1907
|
-
$kendo-color-tertiary-lighter: k-color-tint( $kendo-color-tertiary, 2 ) !default;
|
|
1908
|
-
$kendo-color-tertiary-darker: k-color-shade( $kendo-color-tertiary, 2 ) !default;
|
|
1909
1894
|
|
|
1910
|
-
/// The color used along with the tertiary color denoted by $kendo-color-tertiary.
|
|
1911
|
-
/// Used to provide contrast between the background and foreground colors.
|
|
1912
|
-
/// @group color-system
|
|
1913
|
-
/// @type Color
|
|
1914
|
-
$kendo-color-tertiary-contrast: k-contrast-legacy( $kendo-color-tertiary ) !default;
|
|
1915
|
-
|
|
1916
|
-
/// The color for informational messages and states.
|
|
1917
|
-
/// @group color-system
|
|
1918
|
-
/// @type Color
|
|
1919
|
-
$kendo-color-info: #0058e9 !default;
|
|
1920
|
-
$kendo-color-info-lighter: k-color-tint( $kendo-color-info, 2 ) !default;
|
|
1921
|
-
$kendo-color-info-darker: k-color-shade( $kendo-color-info, 2 ) !default;
|
|
1922
|
-
|
|
1923
|
-
/// The color for success messages and states.
|
|
1924
|
-
/// @group color-system
|
|
1925
|
-
/// @type Color
|
|
1926
|
-
$kendo-color-success: #37b400 !default;
|
|
1927
|
-
$kendo-color-success-lighter: k-color-tint( $kendo-color-success, 2 ) !default;
|
|
1928
|
-
$kendo-color-success-darker: k-color-shade( $kendo-color-success, 2 ) !default;
|
|
1929
|
-
|
|
1930
|
-
/// The color for warning messages and states.
|
|
1931
|
-
/// @group color-system
|
|
1932
|
-
/// @type Color
|
|
1933
|
-
$kendo-color-warning: #ffc000 !default;
|
|
1934
|
-
$kendo-color-warning-lighter: k-color-tint( $kendo-color-warning, 2 ) !default;
|
|
1935
|
-
$kendo-color-warning-darker: k-color-shade( $kendo-color-warning, 2 ) !default;
|
|
1936
|
-
|
|
1937
|
-
/// The color for error messages and states.
|
|
1938
|
-
/// @group color-system
|
|
1939
|
-
/// @type Color
|
|
1940
|
-
$kendo-color-error: #f31700 !default;
|
|
1941
|
-
$kendo-color-error-lighter: k-color-tint( $kendo-color-error, 2 ) !default;
|
|
1942
|
-
$kendo-color-error-darker: k-color-shade( $kendo-color-error, 2 ) !default;
|
|
1943
|
-
|
|
1944
|
-
/// The dark color of the theme.
|
|
1945
|
-
/// @group color-system
|
|
1946
|
-
/// @type Color
|
|
1947
|
-
$kendo-color-dark: #424242 !default;
|
|
1948
|
-
|
|
1949
|
-
/// The light color of the theme.
|
|
1950
|
-
/// @group color-system
|
|
1951
|
-
/// @type Color
|
|
1952
|
-
$kendo-color-light: #ebebeb !default;
|
|
1953
|
-
|
|
1954
|
-
/// Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark
|
|
1955
|
-
/// @group color-system
|
|
1956
|
-
$kendo-color-inverse: if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark ) !default;
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
$kendo-theme-colors: (
|
|
1960
|
-
"primary": $kendo-color-primary,
|
|
1961
|
-
"secondary": $kendo-color-secondary,
|
|
1962
|
-
"tertiary": $kendo-color-tertiary,
|
|
1963
|
-
"info": $kendo-color-info,
|
|
1964
|
-
"success": $kendo-color-success,
|
|
1965
|
-
"warning": $kendo-color-warning,
|
|
1966
|
-
"error": $kendo-color-error,
|
|
1967
|
-
"dark": $kendo-color-dark,
|
|
1968
|
-
"light": $kendo-color-light,
|
|
1969
|
-
"inverse": $kendo-color-inverse
|
|
1970
|
-
) !default;
|
|
1971
1895
|
|
|
1972
1896
|
|
|
1973
1897
|
// Typography
|
|
@@ -2049,6 +1973,620 @@ $kendo-font-weight-bold: 700 !default;
|
|
|
2049
1973
|
$kendo-letter-spacing: null !default;
|
|
2050
1974
|
|
|
2051
1975
|
|
|
1976
|
+
// TODO: refactor
|
|
1977
|
+
/// Box shadow of focused items.
|
|
1978
|
+
$kendo-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
1979
|
+
|
|
1980
|
+
/// Transition used across all components.
|
|
1981
|
+
$kendo-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !default;
|
|
1982
|
+
|
|
1983
|
+
|
|
1984
|
+
/// Filter used for disabled items.
|
|
1985
|
+
$kendo-disabled-filter: grayscale(.1) !default;
|
|
1986
|
+
/// Opacity used for disabled items.
|
|
1987
|
+
$kendo-disabled-opacity: .6 !default;
|
|
1988
|
+
|
|
1989
|
+
$kendo-disabled-styling: (
|
|
1990
|
+
opacity: $kendo-disabled-opacity,
|
|
1991
|
+
filter: $kendo-disabled-filter
|
|
1992
|
+
) !default;
|
|
1993
|
+
|
|
1994
|
+
|
|
1995
|
+
// Loading
|
|
1996
|
+
$kendo-loading-opacity: .3 !default;
|
|
1997
|
+
$kendo-zindex-loading: 100 !default;
|
|
1998
|
+
|
|
1999
|
+
// #endregion
|
|
2000
|
+
|
|
2001
|
+
// Color System
|
|
2002
|
+
// #region @import "./color-system/_swatch.scss"; -> scss/core/color-system/_swatch.scss
|
|
2003
|
+
// #region @import "@progress/kendo-theme-core/scss/functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
|
|
2004
|
+
// File already imported_once. Skipping output.
|
|
2005
|
+
// #endregion
|
|
2006
|
+
// #region @import "@progress/kendo-theme-core/scss/color-system/_constants.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/color-system/_constants.scss
|
|
2007
|
+
// Color constants
|
|
2008
|
+
|
|
2009
|
+
/// The color white.
|
|
2010
|
+
/// Note: you cannot change this value.
|
|
2011
|
+
/// @type Color
|
|
2012
|
+
/// @group color-system
|
|
2013
|
+
$kendo-color-white: #ffffff; // stylelint-disable-line scss/dollar-variable-default
|
|
2014
|
+
|
|
2015
|
+
/// The color black.
|
|
2016
|
+
/// Note: you cannot change this value.
|
|
2017
|
+
/// @type Color
|
|
2018
|
+
/// @group color-system
|
|
2019
|
+
$kendo-color-black: #000000; // stylelint-disable-line scss/dollar-variable-default
|
|
2020
|
+
|
|
2021
|
+
/// The color transparent.
|
|
2022
|
+
/// Note: you cannot change this value.
|
|
2023
|
+
/// @type Color
|
|
2024
|
+
/// @group color-system
|
|
2025
|
+
$kendo-color-rgba-transparent: rgba(0, 0, 0, 0); // stylelint-disable-line scss/dollar-variable-default
|
|
2026
|
+
|
|
2027
|
+
/// A gradient that goes from transparent to black.
|
|
2028
|
+
/// Note: you cannot change this value.
|
|
2029
|
+
/// @type Gradient
|
|
2030
|
+
/// @group color-system
|
|
2031
|
+
$kendo-gradient-transparent-to-black: rgba(black, 0), black; // stylelint-disable-line scss/dollar-variable-default
|
|
2032
|
+
|
|
2033
|
+
/// A gradient that goes from transparent to white.
|
|
2034
|
+
/// Note: you cannot change this value.
|
|
2035
|
+
/// @type Gradient
|
|
2036
|
+
/// @group color-system
|
|
2037
|
+
$kendo-gradient-transparent-to-white: rgba(white, 0), white; // stylelint-disable-line scss/dollar-variable-default
|
|
2038
|
+
|
|
2039
|
+
/// A gradient that goes from black to transparent.
|
|
2040
|
+
/// Note: you cannot change this value.
|
|
2041
|
+
/// @type Gradient
|
|
2042
|
+
/// @group color-system
|
|
2043
|
+
$kendo-gradient-black-to-transparent: black, rgba(black, 0); // stylelint-disable-line scss/dollar-variable-default
|
|
2044
|
+
|
|
2045
|
+
/// A gradient that goes from white to transparent.
|
|
2046
|
+
/// Note: you cannot change this value.
|
|
2047
|
+
/// @type Gradient
|
|
2048
|
+
/// @group color-system
|
|
2049
|
+
$kendo-gradient-white-to-transparent: white, rgba(white, 0); // stylelint-disable-line scss/dollar-variable-default
|
|
2050
|
+
|
|
2051
|
+
/// A gradient that cycles through the colors of the rainbow.
|
|
2052
|
+
/// Note: you cannot change this value.
|
|
2053
|
+
/// @type Gradient
|
|
2054
|
+
/// @group color-system
|
|
2055
|
+
$kendo-gradient-rainbow: #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000; // stylelint-disable-line scss/dollar-variable-default
|
|
2056
|
+
|
|
2057
|
+
// #endregion
|
|
2058
|
+
// #region @import "./_palettes.scss"; -> scss/core/color-system/_palettes.scss
|
|
2059
|
+
$_default-palette-gray: (
|
|
2060
|
+
white: #ffffff,
|
|
2061
|
+
1: #fafafa,
|
|
2062
|
+
2: #f5f5f5,
|
|
2063
|
+
3: #ebebeb,
|
|
2064
|
+
4: #e0e0e0,
|
|
2065
|
+
5: #d6d6d6,
|
|
2066
|
+
6: #c2c2c2,
|
|
2067
|
+
7: #adadad,
|
|
2068
|
+
8: #999999,
|
|
2069
|
+
9: #808080,
|
|
2070
|
+
10: #666666,
|
|
2071
|
+
11: #525252,
|
|
2072
|
+
12: #3d3d3d,
|
|
2073
|
+
13: #292929,
|
|
2074
|
+
14: #1f1f1f,
|
|
2075
|
+
15: #141414,
|
|
2076
|
+
black: #000000,
|
|
2077
|
+
);
|
|
2078
|
+
|
|
2079
|
+
$_default-palette-coral: (
|
|
2080
|
+
1: #fff6f5,
|
|
2081
|
+
2: #ffeceb,
|
|
2082
|
+
3: #ffdedb,
|
|
2083
|
+
4: #ffc8c4,
|
|
2084
|
+
5: #ffb1ac,
|
|
2085
|
+
6: #ff9d97,
|
|
2086
|
+
7: #ff8a82,
|
|
2087
|
+
8: #ff766d,
|
|
2088
|
+
9: #ff6358,
|
|
2089
|
+
10: #ea5a51,
|
|
2090
|
+
11: #d45349,
|
|
2091
|
+
12: #bf4a42,
|
|
2092
|
+
13: #a33f38,
|
|
2093
|
+
14: #80322c,
|
|
2094
|
+
15: #5c201c,
|
|
2095
|
+
);
|
|
2096
|
+
|
|
2097
|
+
$_default-palette-sky-blue: (
|
|
2098
|
+
1: #ebf8fe,
|
|
2099
|
+
2: #d8f1fd,
|
|
2100
|
+
3: #c5eafc,
|
|
2101
|
+
4: #a3dffb,
|
|
2102
|
+
5: #81d4fA,
|
|
2103
|
+
6: #61c9f9,
|
|
2104
|
+
7: #42bff7,
|
|
2105
|
+
8: #22b3f5,
|
|
2106
|
+
9: #03a9f4,
|
|
2107
|
+
10: #039ae0,
|
|
2108
|
+
11: #028ccb,
|
|
2109
|
+
12: #027fb7,
|
|
2110
|
+
13: #026999,
|
|
2111
|
+
14: #02557a,
|
|
2112
|
+
15: #023f5c,
|
|
2113
|
+
);
|
|
2114
|
+
|
|
2115
|
+
$_default-palette-green: (
|
|
2116
|
+
1: #edf8e9,
|
|
2117
|
+
2: #dcf0d3,
|
|
2118
|
+
3: #cbe9bf,
|
|
2119
|
+
4: #b7e1a5,
|
|
2120
|
+
5: #9bda80,
|
|
2121
|
+
6: #81d15f,
|
|
2122
|
+
7: #69c740,
|
|
2123
|
+
8: #4ebe1f,
|
|
2124
|
+
9: #37b400,
|
|
2125
|
+
10: #32a500,
|
|
2126
|
+
11: #2d9600,
|
|
2127
|
+
12: #298700,
|
|
2128
|
+
13: #227100,
|
|
2129
|
+
14: #1c5a00,
|
|
2130
|
+
15: #1c5a00,
|
|
2131
|
+
);
|
|
2132
|
+
|
|
2133
|
+
$_default-palette-blue: (
|
|
2134
|
+
1: #e9f0fd,
|
|
2135
|
+
2: #d2e2fb,
|
|
2136
|
+
3: #bdd4f8,
|
|
2137
|
+
4: #9ec0f6,
|
|
2138
|
+
5: #80acf4,
|
|
2139
|
+
6: #6098f2,
|
|
2140
|
+
7: #4082ef,
|
|
2141
|
+
8: #206eec,
|
|
2142
|
+
9: #0058e9,
|
|
2143
|
+
10: #0052d6,
|
|
2144
|
+
11: #004ac2,
|
|
2145
|
+
12: #0042af,
|
|
2146
|
+
13: #003892,
|
|
2147
|
+
14: #002c75,
|
|
2148
|
+
15: #002259,
|
|
2149
|
+
);
|
|
2150
|
+
|
|
2151
|
+
$_default-palette-yellow: (
|
|
2152
|
+
1: #fffae9,
|
|
2153
|
+
2: #fff4d3,
|
|
2154
|
+
3: #ffeebd,
|
|
2155
|
+
4: #ffe79e,
|
|
2156
|
+
5: #ffe080,
|
|
2157
|
+
6: #ffd760,
|
|
2158
|
+
7: #ffd040,
|
|
2159
|
+
8: #ffc720,
|
|
2160
|
+
9: #ffc000,
|
|
2161
|
+
10: #eaaf00,
|
|
2162
|
+
11: #d49f00,
|
|
2163
|
+
12: #bf9000,
|
|
2164
|
+
13: #a07800,
|
|
2165
|
+
14: #806000,
|
|
2166
|
+
15: #5e4700,
|
|
2167
|
+
);
|
|
2168
|
+
|
|
2169
|
+
$_default-palette-red: (
|
|
2170
|
+
1: #feeeed,
|
|
2171
|
+
2: #fcddda,
|
|
2172
|
+
3: #fbc8c3,
|
|
2173
|
+
4: #faaaa2,
|
|
2174
|
+
5: #f98b80,
|
|
2175
|
+
6: #f76f60,
|
|
2176
|
+
7: #f65140,
|
|
2177
|
+
8: #f43520,
|
|
2178
|
+
9: #f31700,
|
|
2179
|
+
10: #df1600,
|
|
2180
|
+
11: #ca1400,
|
|
2181
|
+
12: #b61100,
|
|
2182
|
+
13: #980f00,
|
|
2183
|
+
14: #7a0c00,
|
|
2184
|
+
15: #7a0c00,
|
|
2185
|
+
);
|
|
2186
|
+
|
|
2187
|
+
$_default-palette-lemon-yellow: (
|
|
2188
|
+
1: #fffcf1,
|
|
2189
|
+
2: #fffae2,
|
|
2190
|
+
3: #fff7d4,
|
|
2191
|
+
4: #fff4c2,
|
|
2192
|
+
5: #fff0b1,
|
|
2193
|
+
6: #ffed9d,
|
|
2194
|
+
7: #ffe989,
|
|
2195
|
+
8: #ffe676,
|
|
2196
|
+
9: #ffe162,
|
|
2197
|
+
10: #ead05a,
|
|
2198
|
+
11: #d4bc52,
|
|
2199
|
+
12: #bfa94a,
|
|
2200
|
+
13: #a3913f,
|
|
2201
|
+
14: #807131,
|
|
2202
|
+
15: #5c5223,
|
|
2203
|
+
);
|
|
2204
|
+
|
|
2205
|
+
$_default-palette-spring-green: (
|
|
2206
|
+
1: #effaf3,
|
|
2207
|
+
2: #e0f6e8,
|
|
2208
|
+
3: #d1f1dd,
|
|
2209
|
+
4: #c0edd1,
|
|
2210
|
+
5: #a6e8c0,
|
|
2211
|
+
6: #8fe2af,
|
|
2212
|
+
7: #79dda0,
|
|
2213
|
+
8: #62d78f,
|
|
2214
|
+
9: #4cd180,
|
|
2215
|
+
10: #46c074,
|
|
2216
|
+
11: #3fae6a,
|
|
2217
|
+
12: #399d60,
|
|
2218
|
+
13: #2f834f,
|
|
2219
|
+
14: #266940,
|
|
2220
|
+
15: #1c4f30,
|
|
2221
|
+
);
|
|
2222
|
+
|
|
2223
|
+
$_default-palette-royal-blue: (
|
|
2224
|
+
1: #f0f2ff,
|
|
2225
|
+
2: #e1e4fe,
|
|
2226
|
+
3: #d2d7fe,
|
|
2227
|
+
4: #bbc3fd,
|
|
2228
|
+
5: #a5affd,
|
|
2229
|
+
6: #8e9bfc,
|
|
2230
|
+
7: #7887fb,
|
|
2231
|
+
8: #6173fb,
|
|
2232
|
+
9: #4b5ffa,
|
|
2233
|
+
10: #4558e5,
|
|
2234
|
+
11: #3f50d1,
|
|
2235
|
+
12: #3847bc,
|
|
2236
|
+
13: #2f3c9d,
|
|
2237
|
+
14: #26307d,
|
|
2238
|
+
15: #1c245e,
|
|
2239
|
+
);
|
|
2240
|
+
|
|
2241
|
+
$_default-palette-lavender-purple: (
|
|
2242
|
+
1: #f7f0ff,
|
|
2243
|
+
2: #f0e0ff,
|
|
2244
|
+
3: #e8d1ff,
|
|
2245
|
+
4: #dfbfff,
|
|
2246
|
+
5: #d6acff,
|
|
2247
|
+
6: #cc97ff,
|
|
2248
|
+
7: #c182ff,
|
|
2249
|
+
8: #b76dff,
|
|
2250
|
+
9: #ac58ff,
|
|
2251
|
+
10: #9e51ea,
|
|
2252
|
+
11: #8f49d4,
|
|
2253
|
+
12: #8142bf,
|
|
2254
|
+
13: #6b37a0,
|
|
2255
|
+
14: #562c80,
|
|
2256
|
+
15: #3f205e,
|
|
2257
|
+
);
|
|
2258
|
+
|
|
2259
|
+
$_default-palette-flamingo-pink: (
|
|
2260
|
+
1: #fff0f5,
|
|
2261
|
+
2: #ffe1eb,
|
|
2262
|
+
3: #ffd1e1,
|
|
2263
|
+
4: #ffbfd6,
|
|
2264
|
+
5: #ffacc9,
|
|
2265
|
+
6: #ff97bb,
|
|
2266
|
+
7: #ff82ae,
|
|
2267
|
+
8: #ff6da0,
|
|
2268
|
+
9: #ff5892,
|
|
2269
|
+
10: #ea5186,
|
|
2270
|
+
11: #d4497a,
|
|
2271
|
+
12: #bf426e,
|
|
2272
|
+
13: #a0375c,
|
|
2273
|
+
14: #802c49,
|
|
2274
|
+
15: #5e2036,
|
|
2275
|
+
);
|
|
2276
|
+
|
|
2277
|
+
|
|
2278
|
+
// stylelint-disable scss/no-global-function-names
|
|
2279
|
+
$kendo-palette-gray: $_default-palette-gray !default;
|
|
2280
|
+
$kendo-palette-gray: map-merge($_default-palette-gray, $kendo-palette-gray);
|
|
2281
|
+
|
|
2282
|
+
$kendo-palette-coral: $_default-palette-coral !default;
|
|
2283
|
+
$kendo-palette-coral: map-merge($_default-palette-coral, $kendo-palette-coral);
|
|
2284
|
+
|
|
2285
|
+
$kendo-palette-sky-blue: $_default-palette-sky-blue !default;
|
|
2286
|
+
$kendo-palette-sky-blue: map-merge($_default-palette-sky-blue, $kendo-palette-sky-blue);
|
|
2287
|
+
|
|
2288
|
+
$kendo-palette-green: $_default-palette-green !default;
|
|
2289
|
+
$kendo-palette-green: map-merge($_default-palette-green, $kendo-palette-green);
|
|
2290
|
+
|
|
2291
|
+
$kendo-palette-blue: $_default-palette-blue !default;
|
|
2292
|
+
$kendo-palette-blue: map-merge($_default-palette-blue, $kendo-palette-blue);
|
|
2293
|
+
|
|
2294
|
+
$kendo-palette-yellow: $_default-palette-yellow !default;
|
|
2295
|
+
$kendo-palette-yellow: map-merge($_default-palette-yellow, $kendo-palette-yellow);
|
|
2296
|
+
|
|
2297
|
+
$kendo-palette-red: $_default-palette-red !default;
|
|
2298
|
+
$kendo-palette-red: map-merge($_default-palette-red, $kendo-palette-red);
|
|
2299
|
+
|
|
2300
|
+
$kendo-palette-lemon-yellow: $_default-palette-lemon-yellow !default;
|
|
2301
|
+
$kendo-palette-lemon-yellow: map-merge($_default-palette-lemon-yellow, $kendo-palette-lemon-yellow);
|
|
2302
|
+
|
|
2303
|
+
$kendo-palette-spring-green: $_default-palette-spring-green !default;
|
|
2304
|
+
$kendo-palette-spring-green: map-merge($_default-palette-spring-green, $kendo-palette-spring-green);
|
|
2305
|
+
|
|
2306
|
+
$kendo-palette-royal-blue: $_default-palette-royal-blue !default;
|
|
2307
|
+
$kendo-palette-royal-blue: map-merge($_default-palette-royal-blue, $kendo-palette-royal-blue);
|
|
2308
|
+
|
|
2309
|
+
$kendo-palette-lavender-purple: $_default-palette-lavender-purple !default;
|
|
2310
|
+
$kendo-palette-lavender-purple: map-merge($_default-palette-lavender-purple, $kendo-palette-lavender-purple);
|
|
2311
|
+
|
|
2312
|
+
$kendo-palette-flamingo-pink: $_default-palette-flamingo-pink !default;
|
|
2313
|
+
$kendo-palette-flamingo-pink: map-merge($_default-palette-flamingo-pink, $kendo-palette-flamingo-pink);
|
|
2314
|
+
// stylelint-enable scss/no-global-function-names
|
|
2315
|
+
// #endregion
|
|
2316
|
+
|
|
2317
|
+
// Config
|
|
2318
|
+
$kendo-enable-color-system: false !default;
|
|
2319
|
+
|
|
2320
|
+
// Colors
|
|
2321
|
+
$_default-colors: (
|
|
2322
|
+
// Misc
|
|
2323
|
+
app-surface: k-map-get( $kendo-palette-gray, white ),
|
|
2324
|
+
on-app-surface: k-map-get( $kendo-palette-gray, 12 ),
|
|
2325
|
+
subtle: k-map-get( $kendo-palette-gray, 10 ),
|
|
2326
|
+
surface: k-map-get( $kendo-palette-gray, 1 ),
|
|
2327
|
+
surface-alt: k-map-get( $kendo-palette-gray, white ),
|
|
2328
|
+
border: rgba( k-map-get( $kendo-palette-gray, black ), .08),
|
|
2329
|
+
border-alt: rgba( k-map-get( $kendo-palette-gray, black ), .16),
|
|
2330
|
+
// Base
|
|
2331
|
+
base-subtle: k-map-get( $kendo-palette-gray, 3 ),
|
|
2332
|
+
base-subtle-hover: k-map-get( $kendo-palette-gray, 4 ),
|
|
2333
|
+
base-subtle-active: k-map-get( $kendo-palette-gray, 5 ),
|
|
2334
|
+
base: k-map-get( $kendo-palette-gray, 2 ),
|
|
2335
|
+
base-hover: k-map-get( $kendo-palette-gray, 3 ),
|
|
2336
|
+
base-active: k-map-get( $kendo-palette-gray, 5 ),
|
|
2337
|
+
base-emphasis: k-map-get( $kendo-palette-gray, 6 ),
|
|
2338
|
+
base-on-subtle: k-map-get( $kendo-palette-gray, 12 ),
|
|
2339
|
+
on-base: k-map-get( $kendo-palette-gray, 12 ),
|
|
2340
|
+
base-on-surface: k-map-get( $kendo-palette-gray, 12 ),
|
|
2341
|
+
// Primary
|
|
2342
|
+
primary-subtle: k-map-get( $kendo-palette-coral, 2 ),
|
|
2343
|
+
primary-subtle-hover: k-map-get( $kendo-palette-coral, 3 ),
|
|
2344
|
+
primary-subtle-active: k-map-get( $kendo-palette-coral, 4 ),
|
|
2345
|
+
primary: k-map-get( $kendo-palette-coral, 9 ),
|
|
2346
|
+
primary-hover: k-map-get( $kendo-palette-coral, 10 ),
|
|
2347
|
+
primary-active: k-map-get( $kendo-palette-coral, 11 ),
|
|
2348
|
+
primary-emphasis: k-map-get( $kendo-palette-coral, 6 ),
|
|
2349
|
+
primary-on-subtle: k-map-get( $kendo-palette-coral, 15 ),
|
|
2350
|
+
on-primary: k-map-get( $kendo-palette-gray, white ),
|
|
2351
|
+
primary-on-surface: k-map-get( $kendo-palette-coral, 9 ),
|
|
2352
|
+
// Secondary
|
|
2353
|
+
secondary-subtle: k-map-get( $kendo-palette-gray, 1 ),
|
|
2354
|
+
secondary-subtle-hover: k-map-get( $kendo-palette-gray, 2 ),
|
|
2355
|
+
secondary-subtle-active: k-map-get( $kendo-palette-gray, 3 ),
|
|
2356
|
+
secondary: k-map-get( $kendo-palette-gray, 10 ),
|
|
2357
|
+
secondary-hover: k-map-get( $kendo-palette-gray, 11 ),
|
|
2358
|
+
secondary-active: k-map-get( $kendo-palette-gray, 12 ),
|
|
2359
|
+
secondary-emphasis: k-map-get( $kendo-palette-gray, 4 ),
|
|
2360
|
+
secondary-on-subtle: k-map-get( $kendo-palette-gray, 15 ),
|
|
2361
|
+
on-secondary: k-map-get( $kendo-palette-gray, white ),
|
|
2362
|
+
secondary-on-surface: k-map-get( $kendo-palette-gray, 13 ),
|
|
2363
|
+
// Tertiary
|
|
2364
|
+
tertiary-subtle: k-map-get( $kendo-palette-sky-blue, 2 ),
|
|
2365
|
+
tertiary-subtle-hover: k-map-get( $kendo-palette-sky-blue, 3 ),
|
|
2366
|
+
tertiary-subtle-active: k-map-get( $kendo-palette-sky-blue, 4 ),
|
|
2367
|
+
tertiary: k-map-get( $kendo-palette-sky-blue, 9 ),
|
|
2368
|
+
tertiary-hover: k-map-get( $kendo-palette-sky-blue, 10 ),
|
|
2369
|
+
tertiary-active: k-map-get( $kendo-palette-sky-blue, 11 ),
|
|
2370
|
+
tertiary-emphasis: k-map-get( $kendo-palette-sky-blue, 6 ),
|
|
2371
|
+
tertiary-on-subtle: k-map-get( $kendo-palette-sky-blue, 15 ),
|
|
2372
|
+
on-tertiary: k-map-get( $kendo-palette-gray, white ),
|
|
2373
|
+
tertiary-on-surface: k-map-get( $kendo-palette-sky-blue, 11 ),
|
|
2374
|
+
// Info
|
|
2375
|
+
info-subtle: k-map-get( $kendo-palette-blue, 2 ),
|
|
2376
|
+
info-subtle-hover: k-map-get( $kendo-palette-blue, 3 ),
|
|
2377
|
+
info-subtle-active: k-map-get( $kendo-palette-blue, 5 ),
|
|
2378
|
+
info: k-map-get( $kendo-palette-blue, 9 ),
|
|
2379
|
+
info-hover: k-map-get( $kendo-palette-blue, 10 ),
|
|
2380
|
+
info-active: k-map-get( $kendo-palette-blue, 11 ),
|
|
2381
|
+
info-emphasis: k-map-get( $kendo-palette-blue, 6 ),
|
|
2382
|
+
info-on-subtle: k-map-get( $kendo-palette-blue, 15 ),
|
|
2383
|
+
on-info: k-map-get( $kendo-palette-gray, white ),
|
|
2384
|
+
info-on-surface: k-map-get( $kendo-palette-blue, 11 ),
|
|
2385
|
+
// Success
|
|
2386
|
+
success-subtle: k-map-get( $kendo-palette-green, 2 ),
|
|
2387
|
+
success-subtle-hover: k-map-get( $kendo-palette-green, 3 ),
|
|
2388
|
+
success-subtle-active: k-map-get( $kendo-palette-green, 4 ),
|
|
2389
|
+
success: k-map-get( $kendo-palette-green, 9 ),
|
|
2390
|
+
success-hover: k-map-get( $kendo-palette-green, 10 ),
|
|
2391
|
+
success-active: k-map-get( $kendo-palette-green, 11 ),
|
|
2392
|
+
success-emphasis: k-map-get( $kendo-palette-green, 6 ),
|
|
2393
|
+
success-on-subtle: k-map-get( $kendo-palette-green, 15 ),
|
|
2394
|
+
on-success: k-map-get( $kendo-palette-gray, white ),
|
|
2395
|
+
success-on-surface: k-map-get( $kendo-palette-green, 11 ),
|
|
2396
|
+
// Warning
|
|
2397
|
+
warning-subtle: k-map-get( $kendo-palette-yellow, 2 ),
|
|
2398
|
+
warning-subtle-hover: k-map-get( $kendo-palette-yellow, 3 ),
|
|
2399
|
+
warning-subtle-active: k-map-get( $kendo-palette-yellow, 4 ),
|
|
2400
|
+
warning: k-map-get( $kendo-palette-yellow, 9 ),
|
|
2401
|
+
warning-hover: k-map-get( $kendo-palette-yellow, 10 ),
|
|
2402
|
+
warning-active: k-map-get( $kendo-palette-yellow, 11 ),
|
|
2403
|
+
warning-emphasis: k-map-get( $kendo-palette-yellow, 6 ),
|
|
2404
|
+
warning-on-subtle: k-map-get( $kendo-palette-yellow, 15 ),
|
|
2405
|
+
on-warning: k-map-get( $kendo-palette-gray, 12 ),
|
|
2406
|
+
warning-on-surface: k-map-get( $kendo-palette-yellow, 9 ),
|
|
2407
|
+
// Error
|
|
2408
|
+
error-subtle: k-map-get( $kendo-palette-red, 2 ),
|
|
2409
|
+
error-subtle-hover: k-map-get( $kendo-palette-red, 3 ),
|
|
2410
|
+
error-subtle-active: k-map-get( $kendo-palette-red, 5 ),
|
|
2411
|
+
error: k-map-get( $kendo-palette-red, 9 ),
|
|
2412
|
+
error-hover: k-map-get( $kendo-palette-red, 10 ),
|
|
2413
|
+
error-active: k-map-get( $kendo-palette-red, 11 ),
|
|
2414
|
+
error-emphasis: k-map-get( $kendo-palette-red, 6 ),
|
|
2415
|
+
error-on-subtle: k-map-get( $kendo-palette-red, 15 ),
|
|
2416
|
+
on-error: k-map-get( $kendo-palette-gray, white ),
|
|
2417
|
+
error-on-surface: k-map-get( $kendo-palette-red, 11 ),
|
|
2418
|
+
// Light
|
|
2419
|
+
light-subtle: k-map-get( $kendo-palette-gray, 1 ),
|
|
2420
|
+
light-subtle-hover: k-map-get( $kendo-palette-gray, 2 ),
|
|
2421
|
+
light-subtle-active: k-map-get( $kendo-palette-gray, 3 ),
|
|
2422
|
+
light: k-map-get( $kendo-palette-gray, 3 ),
|
|
2423
|
+
light-hover: k-map-get( $kendo-palette-gray, 4 ),
|
|
2424
|
+
light-active: k-map-get( $kendo-palette-gray, 5 ),
|
|
2425
|
+
light-emphasis: k-map-get( $kendo-palette-gray, 5 ),
|
|
2426
|
+
light-on-subtle: k-map-get( $kendo-palette-gray, 15 ),
|
|
2427
|
+
on-light: k-map-get( $kendo-palette-gray, black ),
|
|
2428
|
+
light-on-surface: k-map-get( $kendo-palette-gray, 4 ),
|
|
2429
|
+
// Dark
|
|
2430
|
+
dark-subtle: k-map-get( $kendo-palette-gray, 6 ),
|
|
2431
|
+
dark-subtle-hover: k-map-get( $kendo-palette-gray, 7 ),
|
|
2432
|
+
dark-subtle-active: k-map-get( $kendo-palette-gray, 8 ),
|
|
2433
|
+
dark: k-map-get( $kendo-palette-gray, 12 ),
|
|
2434
|
+
dark-hover: k-map-get( $kendo-palette-gray, 13 ),
|
|
2435
|
+
dark-active: k-map-get( $kendo-palette-gray, 14 ),
|
|
2436
|
+
dark-emphasis: k-map-get( $kendo-palette-gray, 10 ),
|
|
2437
|
+
dark-on-subtle: k-map-get( $kendo-palette-gray, 14 ),
|
|
2438
|
+
on-dark: k-map-get( $kendo-palette-gray, white ),
|
|
2439
|
+
dark-on-surface: k-map-get( $kendo-palette-gray, 15 ),
|
|
2440
|
+
// Inverse
|
|
2441
|
+
inverse-subtle: k-map-get( $kendo-palette-gray, 6 ),
|
|
2442
|
+
inverse-subtle-hover: k-map-get( $kendo-palette-gray, 7 ),
|
|
2443
|
+
inverse-subtle-active: k-map-get( $kendo-palette-gray, 8 ),
|
|
2444
|
+
inverse: k-map-get( $kendo-palette-gray, 12 ),
|
|
2445
|
+
inverse-hover: k-map-get( $kendo-palette-gray, 13 ),
|
|
2446
|
+
inverse-active: k-map-get( $kendo-palette-gray, 14 ),
|
|
2447
|
+
inverse-emphasis: k-map-get( $kendo-palette-gray, 10 ),
|
|
2448
|
+
inverse-on-subtle: k-map-get( $kendo-palette-gray, 14 ),
|
|
2449
|
+
on-inverse: k-map-get( $kendo-palette-gray, white ),
|
|
2450
|
+
inverse-on-surface: k-map-get( $kendo-palette-gray, 15 ),
|
|
2451
|
+
// Series A
|
|
2452
|
+
series-a: k-map-get( $kendo-palette-coral, 9 ),
|
|
2453
|
+
series-a-bold: k-map-get( $kendo-palette-coral, 12 ),
|
|
2454
|
+
series-a-bolder: k-map-get( $kendo-palette-coral, 14 ),
|
|
2455
|
+
series-a-subtle: k-map-get( $kendo-palette-coral, 5 ),
|
|
2456
|
+
series-a-subtler: k-map-get( $kendo-palette-coral, 7 ),
|
|
2457
|
+
// Series B
|
|
2458
|
+
series-b: k-map-get( $kendo-palette-lemon-yellow, 9 ),
|
|
2459
|
+
series-b-bold: k-map-get( $kendo-palette-lemon-yellow, 12 ),
|
|
2460
|
+
series-b-bolder: k-map-get( $kendo-palette-lemon-yellow, 14 ),
|
|
2461
|
+
series-b-subtle: k-map-get( $kendo-palette-lemon-yellow, 5 ),
|
|
2462
|
+
series-b-subtler: k-map-get( $kendo-palette-lemon-yellow, 7 ),
|
|
2463
|
+
// Series C
|
|
2464
|
+
series-c: k-map-get( $kendo-palette-spring-green, 9 ),
|
|
2465
|
+
series-c-bold: k-map-get( $kendo-palette-spring-green, 12 ),
|
|
2466
|
+
series-c-bolder: k-map-get( $kendo-palette-spring-green, 14 ),
|
|
2467
|
+
series-c-subtle: k-map-get( $kendo-palette-spring-green, 5 ),
|
|
2468
|
+
series-c-subtler: k-map-get( $kendo-palette-spring-green, 7 ),
|
|
2469
|
+
// Series D
|
|
2470
|
+
series-d: k-map-get( $kendo-palette-royal-blue, 9 ),
|
|
2471
|
+
series-d-bold: k-map-get( $kendo-palette-royal-blue, 12 ),
|
|
2472
|
+
series-d-bolder: k-map-get( $kendo-palette-royal-blue, 14 ),
|
|
2473
|
+
series-d-subtle: k-map-get( $kendo-palette-royal-blue, 5 ),
|
|
2474
|
+
series-d-subtler: k-map-get( $kendo-palette-royal-blue, 7 ),
|
|
2475
|
+
// Series Е
|
|
2476
|
+
series-e: k-map-get( $kendo-palette-lavender-purple, 9 ),
|
|
2477
|
+
series-e-bold: k-map-get( $kendo-palette-lavender-purple, 12 ),
|
|
2478
|
+
series-e-bolder: k-map-get( $kendo-palette-lavender-purple, 14 ),
|
|
2479
|
+
series-e-subtle: k-map-get( $kendo-palette-lavender-purple, 5 ),
|
|
2480
|
+
series-e-subtler: k-map-get( $kendo-palette-lavender-purple, 7 ),
|
|
2481
|
+
// Series F
|
|
2482
|
+
series-f: k-map-get( $kendo-palette-flamingo-pink, 9 ),
|
|
2483
|
+
series-f-bold: k-map-get( $kendo-palette-flamingo-pink, 12 ),
|
|
2484
|
+
series-f-bolder: k-map-get( $kendo-palette-flamingo-pink, 14 ),
|
|
2485
|
+
series-f-subtle: k-map-get( $kendo-palette-flamingo-pink, 5 ),
|
|
2486
|
+
series-f-subtler: k-map-get( $kendo-palette-flamingo-pink, 7 ),
|
|
2487
|
+
) !default;
|
|
2488
|
+
|
|
2489
|
+
/// The global default Colors map.
|
|
2490
|
+
/// @group color-system
|
|
2491
|
+
$kendo-colors: $_default-colors !default;
|
|
2492
|
+
|
|
2493
|
+
$kendo-is-dark-theme: false !default;
|
|
2494
|
+
|
|
2495
|
+
// Theme colors
|
|
2496
|
+
/// The color that focuses the user attention.
|
|
2497
|
+
/// Used for primary buttons and for elements of primary importance across the theme.
|
|
2498
|
+
/// @group color-system
|
|
2499
|
+
/// @type Color
|
|
2500
|
+
$kendo-color-primary: #ff6358 !default;
|
|
2501
|
+
$kendo-color-primary-lighter: k-color-tint($kendo-color-primary, 2) !default;
|
|
2502
|
+
$kendo-color-primary-darker: k-color-shade($kendo-color-primary, 2) !default;
|
|
2503
|
+
/// The color used along with the primary color denoted by $kendo-color-primary.
|
|
2504
|
+
/// Used to provide contrast between the background and foreground colors.
|
|
2505
|
+
/// @group color-system
|
|
2506
|
+
/// @type Color
|
|
2507
|
+
$kendo-color-primary-contrast: k-contrast-legacy($kendo-color-primary) !default;
|
|
2508
|
+
|
|
2509
|
+
/// The secondary color of the theme.
|
|
2510
|
+
/// @group color-system
|
|
2511
|
+
/// @type Color
|
|
2512
|
+
$kendo-color-secondary: #666666 !default;
|
|
2513
|
+
$kendo-color-secondary-lighter: k-color-tint($kendo-color-secondary, 2) !default;
|
|
2514
|
+
$kendo-color-secondary-darker: k-color-shade($kendo-color-secondary, 2) !default;
|
|
2515
|
+
|
|
2516
|
+
/// The color used along with the secondary color denoted by $kendo-color-secondary.
|
|
2517
|
+
/// Used to provide contrast between the background and foreground colors.
|
|
2518
|
+
/// @group color-system
|
|
2519
|
+
/// @type Color
|
|
2520
|
+
$kendo-color-secondary-contrast: k-contrast-legacy($kendo-color-secondary) !default;
|
|
2521
|
+
|
|
2522
|
+
/// The tertiary color of the theme.
|
|
2523
|
+
/// @group color-system
|
|
2524
|
+
/// @type Color
|
|
2525
|
+
$kendo-color-tertiary: #03a9f4 !default;
|
|
2526
|
+
$kendo-color-tertiary-lighter: k-color-tint($kendo-color-tertiary, 2) !default;
|
|
2527
|
+
$kendo-color-tertiary-darker: k-color-shade($kendo-color-tertiary, 2) !default;
|
|
2528
|
+
|
|
2529
|
+
/// The color used along with the tertiary color denoted by $kendo-color-tertiary.
|
|
2530
|
+
/// Used to provide contrast between the background and foreground colors.
|
|
2531
|
+
/// @group color-system
|
|
2532
|
+
/// @type Color
|
|
2533
|
+
$kendo-color-tertiary-contrast: k-contrast-legacy($kendo-color-tertiary) !default;
|
|
2534
|
+
|
|
2535
|
+
/// The color for informational messages and states.
|
|
2536
|
+
/// @group color-system
|
|
2537
|
+
/// @type Color
|
|
2538
|
+
$kendo-color-info: #0058e9 !default;
|
|
2539
|
+
$kendo-color-info-lighter: k-color-tint($kendo-color-info, 2) !default;
|
|
2540
|
+
$kendo-color-info-darker: k-color-shade($kendo-color-info, 2) !default;
|
|
2541
|
+
|
|
2542
|
+
/// The color for success messages and states.
|
|
2543
|
+
/// @group color-system
|
|
2544
|
+
/// @type Color
|
|
2545
|
+
$kendo-color-success: #37b400 !default;
|
|
2546
|
+
$kendo-color-success-lighter: k-color-tint($kendo-color-success, 2) !default;
|
|
2547
|
+
$kendo-color-success-darker: k-color-shade($kendo-color-success, 2) !default;
|
|
2548
|
+
|
|
2549
|
+
/// The color for warning messages and states.
|
|
2550
|
+
/// @group color-system
|
|
2551
|
+
/// @type Color
|
|
2552
|
+
$kendo-color-warning: #ffc000 !default;
|
|
2553
|
+
$kendo-color-warning-lighter: k-color-tint($kendo-color-warning, 2) !default;
|
|
2554
|
+
$kendo-color-warning-darker: k-color-shade($kendo-color-warning, 2) !default;
|
|
2555
|
+
|
|
2556
|
+
/// The color for error messages and states.
|
|
2557
|
+
/// @group color-system
|
|
2558
|
+
/// @type Color
|
|
2559
|
+
$kendo-color-error: #f31700 !default;
|
|
2560
|
+
$kendo-color-error-lighter: k-color-tint($kendo-color-error, 2) !default;
|
|
2561
|
+
$kendo-color-error-darker: k-color-shade($kendo-color-error, 2) !default;
|
|
2562
|
+
|
|
2563
|
+
/// The dark color of the theme.
|
|
2564
|
+
/// @group color-system
|
|
2565
|
+
/// @type Color
|
|
2566
|
+
$kendo-color-dark: #424242 !default;
|
|
2567
|
+
|
|
2568
|
+
/// The light color of the theme.
|
|
2569
|
+
/// @group color-system
|
|
2570
|
+
/// @type Color
|
|
2571
|
+
$kendo-color-light: #ebebeb !default;
|
|
2572
|
+
|
|
2573
|
+
/// Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark
|
|
2574
|
+
/// @group color-system
|
|
2575
|
+
$kendo-color-inverse: if($kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark) !default;
|
|
2576
|
+
|
|
2577
|
+
$kendo-theme-colors: (
|
|
2578
|
+
"primary": $kendo-color-primary,
|
|
2579
|
+
"secondary": $kendo-color-secondary,
|
|
2580
|
+
"tertiary": $kendo-color-tertiary,
|
|
2581
|
+
"info": $kendo-color-info,
|
|
2582
|
+
"success": $kendo-color-success,
|
|
2583
|
+
"warning": $kendo-color-warning,
|
|
2584
|
+
"error": $kendo-color-error,
|
|
2585
|
+
"dark": $kendo-color-dark,
|
|
2586
|
+
"light": $kendo-color-light,
|
|
2587
|
+
"inverse": $kendo-color-inverse,
|
|
2588
|
+
); // todo: add !default;
|
|
2589
|
+
|
|
2052
2590
|
// Generic styles
|
|
2053
2591
|
|
|
2054
2592
|
/// Background color of the body.
|
|
@@ -2062,9 +2600,9 @@ $kendo-body-text: #424242 !default;
|
|
|
2062
2600
|
/// @group common
|
|
2063
2601
|
$kendo-subtle-text: #666666 !default;
|
|
2064
2602
|
|
|
2065
|
-
$kendo-app-bg: k-try-shade(
|
|
2603
|
+
$kendo-app-bg: k-try-shade($kendo-body-bg, 0.25) !default;
|
|
2066
2604
|
$kendo-app-text: $kendo-body-text !default;
|
|
2067
|
-
$kendo-app-border: rgba(
|
|
2605
|
+
$kendo-app-border: rgba($kendo-color-black, 0.08) !default;
|
|
2068
2606
|
|
|
2069
2607
|
// Link
|
|
2070
2608
|
/// Text color of the links.
|
|
@@ -2074,7 +2612,6 @@ $kendo-link-text: $kendo-color-primary !default;
|
|
|
2074
2612
|
/// @group common
|
|
2075
2613
|
$kendo-link-hover-text: $kendo-color-primary-darker !default;
|
|
2076
2614
|
|
|
2077
|
-
|
|
2078
2615
|
// Components
|
|
2079
2616
|
|
|
2080
2617
|
// Component
|
|
@@ -2089,20 +2626,19 @@ $kendo-component-text: $kendo-body-text !default;
|
|
|
2089
2626
|
/// Border color of a component.
|
|
2090
2627
|
/// Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.
|
|
2091
2628
|
/// @group component
|
|
2092
|
-
$kendo-component-border: rgba(
|
|
2093
|
-
|
|
2629
|
+
$kendo-component-border: rgba(if($kendo-is-dark-theme, $kendo-color-white, $kendo-color-black), 0.08) !default;
|
|
2094
2630
|
|
|
2095
2631
|
/// The background of the components' chrome area.
|
|
2096
2632
|
$kendo-base-bg: #fafafa !default;
|
|
2097
2633
|
/// The text color of the components' chrome area.
|
|
2098
2634
|
$kendo-base-text: $kendo-body-text !default;
|
|
2099
2635
|
/// The border color of the components' chrome area.
|
|
2100
|
-
$kendo-base-border: rgba(
|
|
2636
|
+
$kendo-base-border: rgba(black, 0.08) !default;
|
|
2101
2637
|
/// The gradient background of the components' chrome area.
|
|
2102
|
-
$kendo-base-gradient: rgba(
|
|
2638
|
+
$kendo-base-gradient: rgba(black, 0), rgba(black, 0.02) !default;
|
|
2103
2639
|
|
|
2104
2640
|
/// The background of hovered items.
|
|
2105
|
-
$kendo-hover-bg: k-try-shade(
|
|
2641
|
+
$kendo-hover-bg: k-try-shade($kendo-base-bg, 0.5) !default;
|
|
2106
2642
|
/// The text color of hovered items.
|
|
2107
2643
|
$kendo-hover-text: $kendo-base-text !default;
|
|
2108
2644
|
/// The border color of hovered items.
|
|
@@ -2113,14 +2649,14 @@ $kendo-hover-gradient: $kendo-base-gradient !default;
|
|
|
2113
2649
|
/// The background of selected items.
|
|
2114
2650
|
$kendo-selected-bg: $kendo-color-primary !default;
|
|
2115
2651
|
/// The text color of selected items.
|
|
2116
|
-
$kendo-selected-text: k-contrast-legacy(
|
|
2652
|
+
$kendo-selected-text: k-contrast-legacy($kendo-selected-bg) !default;
|
|
2117
2653
|
/// The border color of selected items.
|
|
2118
2654
|
$kendo-selected-border: $kendo-base-border !default;
|
|
2119
2655
|
/// The gradient background of selected items.
|
|
2120
2656
|
$kendo-selected-gradient: $kendo-base-gradient !default;
|
|
2121
2657
|
|
|
2122
2658
|
/// The background of selected and hovered items.
|
|
2123
|
-
$kendo-selected-hover-bg: k-try-shade(
|
|
2659
|
+
$kendo-selected-hover-bg: k-try-shade($kendo-selected-bg, 0.5) !default;
|
|
2124
2660
|
/// The text color of selected and hovered items.
|
|
2125
2661
|
$kendo-selected-hover-text: $kendo-selected-text !default;
|
|
2126
2662
|
/// The border of selected and hovered items.
|
|
@@ -2128,26 +2664,8 @@ $kendo-selected-hover-border: $kendo-base-border !default;
|
|
|
2128
2664
|
/// The gradient of selected and hovered items.
|
|
2129
2665
|
$kendo-selected-hover-gradient: $kendo-base-gradient !default;
|
|
2130
2666
|
|
|
2131
|
-
// TODO: refactor
|
|
2132
|
-
/// Box shadow of focused items.
|
|
2133
|
-
$kendo-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
2134
|
-
|
|
2135
|
-
/// Transition used across all components.
|
|
2136
|
-
$kendo-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !default;
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
2667
|
/// Text color of disabled items.
|
|
2140
2668
|
$kendo-disabled-text: #8f8f8f !default;
|
|
2141
|
-
/// Filter used for disabled items.
|
|
2142
|
-
$kendo-disabled-filter: grayscale(.1) !default;
|
|
2143
|
-
/// Opacity used for disabled items.
|
|
2144
|
-
$kendo-disabled-opacity: .6 !default;
|
|
2145
|
-
|
|
2146
|
-
$kendo-disabled-styling: (
|
|
2147
|
-
opacity: $kendo-disabled-opacity,
|
|
2148
|
-
filter: $kendo-disabled-filter
|
|
2149
|
-
) !default;
|
|
2150
|
-
|
|
2151
2669
|
|
|
2152
2670
|
// Generic styles
|
|
2153
2671
|
|
|
@@ -2164,7 +2682,6 @@ $kendo-component-header-border: $kendo-base-border !default;
|
|
|
2164
2682
|
/// @group component
|
|
2165
2683
|
$kendo-component-header-gradient: null !default;
|
|
2166
2684
|
|
|
2167
|
-
|
|
2168
2685
|
/// Background color of the invalid items.
|
|
2169
2686
|
/// @group component
|
|
2170
2687
|
$kendo-invalid-bg: null !default;
|
|
@@ -2178,9 +2695,18 @@ $kendo-invalid-border: $kendo-color-error !default;
|
|
|
2178
2695
|
/// @group component
|
|
2179
2696
|
$kendo-invalid-shadow: null !default;
|
|
2180
2697
|
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
$kendo-
|
|
2698
|
+
/// Background color of the valid items.
|
|
2699
|
+
/// @group component
|
|
2700
|
+
$kendo-valid-bg: null !default;
|
|
2701
|
+
/// Text color of the valid items.
|
|
2702
|
+
/// @group component
|
|
2703
|
+
$kendo-valid-text: $kendo-color-success !default;
|
|
2704
|
+
/// Border color of the valid items.
|
|
2705
|
+
/// @group component
|
|
2706
|
+
$kendo-valid-border: $kendo-color-success !default;
|
|
2707
|
+
/// Shadow of the valid items.
|
|
2708
|
+
/// @group component
|
|
2709
|
+
$kendo-valid-shadow: null !default;
|
|
2184
2710
|
|
|
2185
2711
|
// #endregion
|
|
2186
2712
|
|
|
@@ -3269,6 +3795,31 @@ $kendo-palettes: (
|
|
|
3269
3795
|
@return var( --#{$prefix}#{$name}, #{$fallback} );
|
|
3270
3796
|
}
|
|
3271
3797
|
|
|
3798
|
+
@function k-get-swatch-color( $name, $color ) {
|
|
3799
|
+
$map: (
|
|
3800
|
+
app-surface: k-color( app-surface ),
|
|
3801
|
+
on-app-surface: k-color( on-app-surface ),
|
|
3802
|
+
subtle: k-color( subtle ),
|
|
3803
|
+
surface: k-color( surface ),
|
|
3804
|
+
surface-alt: k-color( surface-alt ),
|
|
3805
|
+
border: k-color( border ),
|
|
3806
|
+
border-alt: k-color( border-alt ),
|
|
3807
|
+
color-subtle: k-color( #{$color}-subtle ),
|
|
3808
|
+
color-subtle-hover: k-color( #{$color}-subtle-hover ),
|
|
3809
|
+
color-subtle-active: k-color( #{$color}-subtle-active ),
|
|
3810
|
+
color: k-color( #{$color} ),
|
|
3811
|
+
color-hover: k-color( #{$color}-hover ),
|
|
3812
|
+
color-active: k-color( #{$color}-active ),
|
|
3813
|
+
color-emphasis: k-color( #{$color}-emphasis ),
|
|
3814
|
+
color-on-subtle: k-color( #{$color}-on-subtle ),
|
|
3815
|
+
on-color: k-color( on-#{$color} ),
|
|
3816
|
+
color-on-surface: k-color( #{$color}-on-surface ),
|
|
3817
|
+
on-color-disabled: rgba( k-color( on-#{$color}, true ), .46)
|
|
3818
|
+
);
|
|
3819
|
+
|
|
3820
|
+
@return if( k-map-has-key( $map, $name ), k-map-get( $map, $name ), $name );
|
|
3821
|
+
};
|
|
3822
|
+
|
|
3272
3823
|
@function k-generate-theme-variation( $theme-color, $source-palette-name, $mapping ) {
|
|
3273
3824
|
$temp: ( );
|
|
3274
3825
|
|
|
@@ -3280,9 +3831,9 @@ $kendo-palettes: (
|
|
|
3280
3831
|
$border-prop: k-list-nth($indices, 3);
|
|
3281
3832
|
|
|
3282
3833
|
// Take value from the palette only if it is a number
|
|
3283
|
-
$bg: if( k-meta-type-of($bg-prop) == number, k-get-theme-color-var( #{$source-palette-name}-#{$bg-prop} ), $bg-prop );
|
|
3284
|
-
$text: if( k-meta-type-of($text-prop) == number, k-get-theme-color-var( #{$source-palette-name}-#{$text-prop} ), $text-prop );
|
|
3285
|
-
$border: if( k-meta-type-of($border-prop) == number, k-get-theme-color-var( #{$source-palette-name}-#{$border-prop} ), $border-prop );
|
|
3834
|
+
$bg: if($kendo-enable-color-system, k-get-swatch-color( $bg-prop, $source-palette-name ), if( k-meta-type-of($bg-prop) == number, k-get-theme-color-var( #{$source-palette-name}-#{$bg-prop} ), $bg-prop ));
|
|
3835
|
+
$text: if($kendo-enable-color-system, k-get-swatch-color( $text-prop, $source-palette-name ), if( k-meta-type-of($text-prop) == number, k-get-theme-color-var( #{$source-palette-name}-#{$text-prop} ), $text-prop ));
|
|
3836
|
+
$border: if($kendo-enable-color-system, k-get-swatch-color( $border-prop, $source-palette-name ), if( k-meta-type-of($border-prop) == number, k-get-theme-color-var( #{$source-palette-name}-#{$border-prop} ), $border-prop ));
|
|
3286
3837
|
|
|
3287
3838
|
|
|
3288
3839
|
$temp: k-map-deep-merge( $temp, (
|
|
@@ -3294,7 +3845,7 @@ $kendo-palettes: (
|
|
|
3294
3845
|
// Add outline if provided in the map
|
|
3295
3846
|
@if ( k-list-length($indices) > 3 ) {
|
|
3296
3847
|
$outline-prop: k-list-nth($indices, 4);
|
|
3297
|
-
$outline: if( k-meta-type-of($outline-prop) == number, k-get-theme-color-var( #{$source-palette-name}-#{$outline-prop} ), $outline-prop );
|
|
3848
|
+
$outline: if($kendo-enable-color-system, k-get-swatch-color( $outline-prop, $source-palette-name ), if( k-meta-type-of($outline-prop) == number, k-get-theme-color-var( #{$source-palette-name}-#{$outline-prop} ), $outline-prop ));
|
|
3298
3849
|
|
|
3299
3850
|
$temp: k-map-deep-merge( $temp, (
|
|
3300
3851
|
#{$prefix}outline: $outline
|
|
@@ -3321,6 +3872,18 @@ $kendo-palettes: (
|
|
|
3321
3872
|
@return $result;
|
|
3322
3873
|
}
|
|
3323
3874
|
|
|
3875
|
+
@function k-hex-to-rgb( $color ) {
|
|
3876
|
+
@if($color) {
|
|
3877
|
+
$r: k-color-red($color);
|
|
3878
|
+
$g: k-color-green($color);
|
|
3879
|
+
$b: k-color-blue($color);
|
|
3880
|
+
|
|
3881
|
+
@return $r, $g, $b;
|
|
3882
|
+
} @else {
|
|
3883
|
+
@return null;
|
|
3884
|
+
}
|
|
3885
|
+
}
|
|
3886
|
+
|
|
3324
3887
|
// #endregion
|
|
3325
3888
|
// #region @import "./_mixins.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/color-system/_mixins.import.scss
|
|
3326
3889
|
@mixin k-css-vars($map) {
|
|
@@ -3332,199 +3895,294 @@ $kendo-palettes: (
|
|
|
3332
3895
|
}
|
|
3333
3896
|
|
|
3334
3897
|
// #endregion
|
|
3335
|
-
// #region @import "./
|
|
3336
|
-
//
|
|
3898
|
+
// #region @import "./_swatch.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/color-system/_swatch.scss
|
|
3899
|
+
// #region @import "./_functions.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/color-system/_functions.import.scss
|
|
3900
|
+
// File already imported_once. Skipping output.
|
|
3901
|
+
// #endregion
|
|
3337
3902
|
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
/// @type Color
|
|
3341
|
-
/// @group color-system
|
|
3342
|
-
$kendo-color-white: #ffffff; // stylelint-disable-line scss/dollar-variable-default
|
|
3903
|
+
// Config
|
|
3904
|
+
$kendo-enable-color-system: false !default;
|
|
3343
3905
|
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3906
|
+
// Colors
|
|
3907
|
+
$_default-colors: (
|
|
3908
|
+
// Misc
|
|
3909
|
+
app-surface: null,
|
|
3910
|
+
on-app-surface: null,
|
|
3911
|
+
subtle: null,
|
|
3912
|
+
surface: null,
|
|
3913
|
+
surface-alt: null,
|
|
3914
|
+
border: null,
|
|
3915
|
+
border-alt: null,
|
|
3916
|
+
// Base
|
|
3917
|
+
base-subtle: null,
|
|
3918
|
+
base-subtle-hover: null,
|
|
3919
|
+
base-subtle-active: null,
|
|
3920
|
+
base: null,
|
|
3921
|
+
base-hover: null,
|
|
3922
|
+
base-active: null,
|
|
3923
|
+
base-emphasis: null,
|
|
3924
|
+
base-on-subtle: null,
|
|
3925
|
+
on-base: null,
|
|
3926
|
+
base-on-surface: null,
|
|
3927
|
+
// Primary
|
|
3928
|
+
primary-subtle: null,
|
|
3929
|
+
primary-subtle-hover: null,
|
|
3930
|
+
primary-subtle-active: null,
|
|
3931
|
+
primary: null,
|
|
3932
|
+
primary-hover: null,
|
|
3933
|
+
primary-active: null,
|
|
3934
|
+
primary-emphasis: null,
|
|
3935
|
+
primary-on-subtle: null,
|
|
3936
|
+
on-primary: null,
|
|
3937
|
+
primary-on-surface: null,
|
|
3938
|
+
// Secondary
|
|
3939
|
+
secondary-subtle: null,
|
|
3940
|
+
secondary-subtle-hover: null,
|
|
3941
|
+
secondary-subtle-active: null,
|
|
3942
|
+
secondary: null,
|
|
3943
|
+
secondary-hover: null,
|
|
3944
|
+
secondary-active: null,
|
|
3945
|
+
secondary-emphasis: null,
|
|
3946
|
+
secondary-on-subtle: null,
|
|
3947
|
+
on-secondary: null,
|
|
3948
|
+
secondary-on-surface: null,
|
|
3949
|
+
// Tertiary
|
|
3950
|
+
tertiary-subtle: null,
|
|
3951
|
+
tertiary-subtle-hover: null,
|
|
3952
|
+
tertiary-subtle-active: null,
|
|
3953
|
+
tertiary: null,
|
|
3954
|
+
tertiary-hover: null,
|
|
3955
|
+
tertiary-active: null,
|
|
3956
|
+
tertiary-emphasis: null,
|
|
3957
|
+
tertiary-on-subtle: null,
|
|
3958
|
+
on-tertiary: null,
|
|
3959
|
+
tertiary-on-surface: null,
|
|
3960
|
+
// Info
|
|
3961
|
+
info-subtle: null,
|
|
3962
|
+
info-subtle-hover: null,
|
|
3963
|
+
info-subtle-active: null,
|
|
3964
|
+
info: null,
|
|
3965
|
+
info-hover: null,
|
|
3966
|
+
info-active: null,
|
|
3967
|
+
info-emphasis: null,
|
|
3968
|
+
info-on-subtle: null,
|
|
3969
|
+
on-info: null,
|
|
3970
|
+
info-on-surface: null,
|
|
3971
|
+
// Success
|
|
3972
|
+
success-subtle: null,
|
|
3973
|
+
success-subtle-hover: null,
|
|
3974
|
+
success-subtle-active: null,
|
|
3975
|
+
success: null,
|
|
3976
|
+
success-hover: null,
|
|
3977
|
+
success-active: null,
|
|
3978
|
+
success-emphasis: null,
|
|
3979
|
+
success-on-subtle: null,
|
|
3980
|
+
on-success: null,
|
|
3981
|
+
success-on-surface: null,
|
|
3982
|
+
// Warning
|
|
3983
|
+
warning-subtle: null,
|
|
3984
|
+
warning-subtle-hover: null,
|
|
3985
|
+
warning-subtle-active: null,
|
|
3986
|
+
warning: null,
|
|
3987
|
+
warning-hover: null,
|
|
3988
|
+
warning-active: null,
|
|
3989
|
+
warning-emphasis: null,
|
|
3990
|
+
warning-on-subtle: null,
|
|
3991
|
+
on-warning: null,
|
|
3992
|
+
warning-on-surface: null,
|
|
3993
|
+
// Error
|
|
3994
|
+
error-subtle: null,
|
|
3995
|
+
error-subtle-hover: null,
|
|
3996
|
+
error-subtle-active: null,
|
|
3997
|
+
error: null,
|
|
3998
|
+
error-hover: null,
|
|
3999
|
+
error-active: null,
|
|
4000
|
+
error-emphasis: null,
|
|
4001
|
+
error-on-subtle: null,
|
|
4002
|
+
on-error: null,
|
|
4003
|
+
error-on-surface: null,
|
|
4004
|
+
// Light
|
|
4005
|
+
light-subtle: null,
|
|
4006
|
+
light-subtle-hover: null,
|
|
4007
|
+
light-subtle-active: null,
|
|
4008
|
+
light: null,
|
|
4009
|
+
light-hover: null,
|
|
4010
|
+
light-active: null,
|
|
4011
|
+
light-emphasis: null,
|
|
4012
|
+
light-on-subtle: null,
|
|
4013
|
+
on-light: null,
|
|
4014
|
+
light-on-surface: null,
|
|
4015
|
+
// Dark
|
|
4016
|
+
dark-subtle: null,
|
|
4017
|
+
dark-subtle-hover: null,
|
|
4018
|
+
dark-subtle-active: null,
|
|
4019
|
+
dark: null,
|
|
4020
|
+
dark-hover: null,
|
|
4021
|
+
dark-active: null,
|
|
4022
|
+
dark-emphasis: null,
|
|
4023
|
+
dark-on-subtle: null,
|
|
4024
|
+
on-dark: null,
|
|
4025
|
+
dark-on-surface: null,
|
|
4026
|
+
// Inverse
|
|
4027
|
+
inverse-subtle: null,
|
|
4028
|
+
inverse-subtle-hover: null,
|
|
4029
|
+
inverse-subtle-active: null,
|
|
4030
|
+
inverse: null,
|
|
4031
|
+
inverse-hover: null,
|
|
4032
|
+
inverse-active: null,
|
|
4033
|
+
inverse-emphasis: null,
|
|
4034
|
+
inverse-on-subtle: null,
|
|
4035
|
+
on-inverse: null,
|
|
4036
|
+
inverse-on-surface: null,
|
|
4037
|
+
// Series A
|
|
4038
|
+
series-a: null,
|
|
4039
|
+
series-a-bold: null,
|
|
4040
|
+
series-a-bolder: null,
|
|
4041
|
+
series-a-subtle: null,
|
|
4042
|
+
series-a-subtler: null,
|
|
4043
|
+
// Series B
|
|
4044
|
+
series-b: null,
|
|
4045
|
+
series-b-bold: null,
|
|
4046
|
+
series-b-bolder: null,
|
|
4047
|
+
series-b-subtle: null,
|
|
4048
|
+
series-b-subtler: null,
|
|
4049
|
+
// Series C
|
|
4050
|
+
series-c: null,
|
|
4051
|
+
series-c-bold: null,
|
|
4052
|
+
series-c-bolder: null,
|
|
4053
|
+
series-c-subtle: null,
|
|
4054
|
+
series-c-subtler: null,
|
|
4055
|
+
// Series D
|
|
4056
|
+
series-d: null,
|
|
4057
|
+
series-d-bold: null,
|
|
4058
|
+
series-d-bolder: null,
|
|
4059
|
+
series-d-subtle: null,
|
|
4060
|
+
series-d-subtler: null,
|
|
4061
|
+
// Series Е
|
|
4062
|
+
series-e: null,
|
|
4063
|
+
series-e-bold: null,
|
|
4064
|
+
series-e-bolder: null,
|
|
4065
|
+
series-e-subtle: null,
|
|
4066
|
+
series-e-subtler: null,
|
|
4067
|
+
// Series F
|
|
4068
|
+
series-f: null,
|
|
4069
|
+
series-f-bold: null,
|
|
4070
|
+
series-f-bolder: null,
|
|
4071
|
+
series-f-subtle: null,
|
|
4072
|
+
series-f-subtler: null,
|
|
4073
|
+
) !default;
|
|
3355
4074
|
|
|
3356
|
-
///
|
|
3357
|
-
/// Note: you cannot change this value.
|
|
3358
|
-
/// @type Gradient
|
|
4075
|
+
/// The global default Colors map.
|
|
3359
4076
|
/// @group color-system
|
|
3360
|
-
$kendo-
|
|
4077
|
+
$kendo-colors: $_default-colors !default;
|
|
4078
|
+
$kendo-colors: k-map-merge($_default-colors, $kendo-colors);
|
|
3361
4079
|
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
/// @type Gradient
|
|
3365
|
-
/// @group color-system
|
|
3366
|
-
$kendo-gradient-transparent-to-white: rgba( white, 0 ), white; // stylelint-disable-line scss/dollar-variable-default
|
|
4080
|
+
@function k-color($key, $rgb: false) {
|
|
4081
|
+
$_color: k-map-get($kendo-colors, $key);
|
|
3367
4082
|
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
$kendo-gradient-white-to-transparent: white, rgba( white, 0 ); // stylelint-disable-line scss/dollar-variable-default
|
|
4083
|
+
@if ($_color) {
|
|
4084
|
+
@if ($rgb) {
|
|
4085
|
+
@return var(--kendo-color-#{$key}-rgb, k-hex-to-rgb($_color));
|
|
4086
|
+
} @else {
|
|
4087
|
+
@return var(--kendo-color-#{$key}, $_color);
|
|
4088
|
+
}
|
|
4089
|
+
} @else {
|
|
4090
|
+
@error "Color Variable \`#{$key}\` does not exists in the color collection.";
|
|
4091
|
+
}
|
|
4092
|
+
}
|
|
3379
4093
|
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
4094
|
+
@mixin color-system--styles() {
|
|
4095
|
+
:root {
|
|
4096
|
+
@each $key, $value in $kendo-colors {
|
|
4097
|
+
@if($value) {
|
|
4098
|
+
--kendo-color-#{$key}: #{$value};
|
|
4099
|
+
--kendo-color-#{$key}-rgb: #{k-hex-to-rgb($value)};
|
|
4100
|
+
}
|
|
4101
|
+
}
|
|
4102
|
+
}
|
|
4103
|
+
}
|
|
3385
4104
|
|
|
4105
|
+
// #endregion
|
|
4106
|
+
// #region @import "./_constants.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/color-system/_constants.scss
|
|
4107
|
+
// File already imported_once. Skipping output.
|
|
4108
|
+
// #endregion
|
|
4109
|
+
// #region @import "./_swatch-legacy.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/color-system/_swatch-legacy.scss
|
|
4110
|
+
$kendo-is-dark-theme: false !default;
|
|
3386
4111
|
|
|
3387
4112
|
// Root styles
|
|
3388
|
-
$kendo-body-bg:
|
|
3389
|
-
$kendo-body-text:
|
|
4113
|
+
$kendo-body-bg: null !default;
|
|
4114
|
+
$kendo-body-text: null !default;
|
|
3390
4115
|
|
|
3391
4116
|
// Component styles
|
|
3392
|
-
$kendo-component-bg:
|
|
3393
|
-
$kendo-component-text:
|
|
3394
|
-
$kendo-component-border:
|
|
4117
|
+
$kendo-component-bg: null !default;
|
|
4118
|
+
$kendo-component-text: null !default;
|
|
4119
|
+
$kendo-component-border: null !default;
|
|
3395
4120
|
|
|
3396
4121
|
// States styles
|
|
3397
|
-
$kendo-hover-bg:
|
|
3398
|
-
$kendo-hover-text:
|
|
3399
|
-
$kendo-hover-border:
|
|
4122
|
+
$kendo-hover-bg: null !default;
|
|
4123
|
+
$kendo-hover-text: null !default;
|
|
4124
|
+
$kendo-hover-border: null !default;
|
|
3400
4125
|
|
|
3401
|
-
$kendo-selected-bg:
|
|
3402
|
-
$kendo-selected-text:
|
|
3403
|
-
$kendo-selected-border:
|
|
4126
|
+
$kendo-selected-bg: null !default;
|
|
4127
|
+
$kendo-selected-text: null !default;
|
|
4128
|
+
$kendo-selected-border: null !default;
|
|
3404
4129
|
|
|
3405
|
-
$kendo-selected-hover-bg:
|
|
3406
|
-
$kendo-selected-hover-text:
|
|
3407
|
-
$kendo-selected-hover-border:
|
|
4130
|
+
$kendo-selected-hover-bg: null !default;
|
|
4131
|
+
$kendo-selected-hover-text: null !default;
|
|
4132
|
+
$kendo-selected-hover-border: null !default;
|
|
3408
4133
|
|
|
3409
|
-
$kendo-focus-outline:
|
|
4134
|
+
$kendo-focus-outline: null !default;
|
|
3410
4135
|
|
|
3411
|
-
$kendo-subtle-text:
|
|
4136
|
+
$kendo-subtle-text: null !default;
|
|
3412
4137
|
|
|
3413
4138
|
// Link
|
|
3414
|
-
$kendo-link-text:
|
|
3415
|
-
$kendo-link-hover-text:
|
|
4139
|
+
$kendo-link-text: null !default;
|
|
4140
|
+
$kendo-link-hover-text: null !default;
|
|
3416
4141
|
|
|
3417
4142
|
// Validator
|
|
3418
|
-
$kendo-invalid-bg:
|
|
3419
|
-
$kendo-invalid-text:
|
|
3420
|
-
$kendo-invalid-border:
|
|
4143
|
+
$kendo-invalid-bg: null !default;
|
|
4144
|
+
$kendo-invalid-text: null !default;
|
|
4145
|
+
$kendo-invalid-border: null !default;
|
|
3421
4146
|
$kendo-invalid-shadow: null !default;
|
|
3422
4147
|
|
|
3423
4148
|
// Disabled Styling
|
|
3424
|
-
$kendo-disabled-bg:
|
|
3425
|
-
$kendo-disabled-text:
|
|
3426
|
-
$kendo-disabled-border:
|
|
4149
|
+
$kendo-disabled-bg: null !default;
|
|
4150
|
+
$kendo-disabled-text: null !default;
|
|
4151
|
+
$kendo-disabled-border: null !default;
|
|
3427
4152
|
|
|
3428
4153
|
// Loading
|
|
3429
|
-
$kendo-loading-bg:
|
|
3430
|
-
$kendo-loading-text:
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
// Theme colors
|
|
3434
|
-
$kendo-theme-colors: (
|
|
3435
|
-
primary: (
|
|
3436
|
-
text: k-get-theme-color-var( primary-130 ),
|
|
3437
|
-
bg: k-get-theme-color-var( primary-20 ),
|
|
3438
|
-
border: k-get-theme-color-var( primary-20 )
|
|
3439
|
-
),
|
|
3440
|
-
info: (
|
|
3441
|
-
text: k-get-theme-color-var( info-190 ),
|
|
3442
|
-
bg: k-get-theme-color-var( info-20 ),
|
|
3443
|
-
border: k-get-theme-color-var( info-20 )
|
|
3444
|
-
),
|
|
3445
|
-
success: (
|
|
3446
|
-
text: k-get-theme-color-var( success-190 ),
|
|
3447
|
-
bg: k-get-theme-color-var( success-20 ),
|
|
3448
|
-
border: k-get-theme-color-var( success-20 )
|
|
3449
|
-
),
|
|
3450
|
-
warning: (
|
|
3451
|
-
text: k-get-theme-color-var( neutral-160 ),
|
|
3452
|
-
bg: k-get-theme-color-var( warning-20 ),
|
|
3453
|
-
border: k-get-theme-color-var( warning-20 )
|
|
3454
|
-
),
|
|
3455
|
-
error: (
|
|
3456
|
-
text: k-get-theme-color-var( error-190 ),
|
|
3457
|
-
bg: k-get-theme-color-var( error-20 ),
|
|
3458
|
-
border: k-get-theme-color-var( error-20 )
|
|
3459
|
-
)
|
|
3460
|
-
) !default;
|
|
4154
|
+
$kendo-loading-bg: null !default;
|
|
4155
|
+
$kendo-loading-text: null !default;
|
|
3461
4156
|
|
|
4157
|
+
$kendo-palettes: () !default;
|
|
4158
|
+
$kendo-theme-colors: () !default;
|
|
3462
4159
|
|
|
3463
4160
|
@mixin color-system-styles() {
|
|
3464
4161
|
:root {
|
|
3465
|
-
@include k-css-vars(
|
|
3466
|
-
@include k-css-vars(
|
|
3467
|
-
|
|
3468
|
-
--kendo-body-bg: #{$kendo-body-bg};
|
|
3469
|
-
--kendo-body-text: #{$kendo-body-text};
|
|
3470
|
-
|
|
3471
|
-
--kendo-component-bg: #{$kendo-component-bg};
|
|
3472
|
-
--kendo-component-text: #{$kendo-component-text};
|
|
3473
|
-
--kendo-component-border: #{$kendo-component-border};
|
|
4162
|
+
@include k-css-vars($kendo-palettes);
|
|
4163
|
+
@include k-css-vars($kendo-theme-colors);
|
|
3474
4164
|
|
|
3475
|
-
|
|
3476
|
-
|
|
4165
|
+
// Text colors
|
|
4166
|
+
@each $theme-color, $color-props in $kendo-theme-colors {
|
|
4167
|
+
$_color: k-map-get($color-props, text);
|
|
3477
4168
|
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
--kendo-selected-bg: #{$kendo-selected-bg};
|
|
3487
|
-
--kendo-selected-text: #{$kendo-selected-text};
|
|
3488
|
-
--kendo-selected-border: #{$kendo-selected-border};
|
|
3489
|
-
|
|
3490
|
-
--kendo-selected-hover-bg: #{$kendo-selected-hover-bg};
|
|
3491
|
-
--kendo-selected-hover-text: #{$kendo-selected-hover-text};
|
|
3492
|
-
--kendo-selected-hover-border: #{$kendo-selected-hover-border};
|
|
3493
|
-
|
|
3494
|
-
--kendo-focus-outline: #{$kendo-focus-outline};
|
|
3495
|
-
|
|
3496
|
-
--kendo-subtle-text: #{$kendo-subtle-text};
|
|
3497
|
-
|
|
3498
|
-
--kendo-invalid-bg: #{$kendo-invalid-bg};
|
|
3499
|
-
--kendo-invalid-text: #{$kendo-invalid-text};
|
|
3500
|
-
--kendo-invalid-border: #{$kendo-invalid-border};
|
|
3501
|
-
--kendo-invalid-shadow: #{$kendo-invalid-shadow};
|
|
3502
|
-
|
|
3503
|
-
--kendo-border-radius-sm: #{$kendo-border-radius-sm};
|
|
3504
|
-
--kendo-border-radius-md: #{$kendo-border-radius-md};
|
|
3505
|
-
--kendo-border-radius-lg: #{$kendo-border-radius-lg};
|
|
3506
|
-
}
|
|
3507
|
-
|
|
3508
|
-
// Text colors
|
|
3509
|
-
@each $theme-color, $color-props in $kendo-theme-colors {
|
|
3510
|
-
$_color: k-map-get( $color-props, text );
|
|
3511
|
-
|
|
3512
|
-
.k-text-#{$theme-color},
|
|
3513
|
-
.k-color-#{$theme-color} {
|
|
3514
|
-
color: var( --kendo-text-#{$theme-color}, #{$_color} );
|
|
3515
|
-
}
|
|
3516
|
-
.\!k-text-#{$theme-color},
|
|
3517
|
-
.\!k-color-#{$theme-color} {
|
|
3518
|
-
color: var( --kendo-text-#{$theme-color}, #{$_color} ) !important; // stylelint-disable-line declaration-no-important
|
|
3519
|
-
}
|
|
4169
|
+
.k-text-#{$theme-color},
|
|
4170
|
+
.k-color-#{$theme-color} {
|
|
4171
|
+
color: var(--kendo-text-#{$theme-color}, #{$_color});
|
|
4172
|
+
}
|
|
4173
|
+
.\!k-text-#{$theme-color},
|
|
4174
|
+
.\!k-color-#{$theme-color} {
|
|
4175
|
+
color: var(--kendo-text-#{$theme-color}, #{$_color}) !important; // stylelint-disable-line declaration-no-important
|
|
4176
|
+
}
|
|
3520
4177
|
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
4178
|
+
.k-bg-#{$theme-color} {
|
|
4179
|
+
background-color: var(--kendo-bg-#{$theme-color}, #{$_color});
|
|
4180
|
+
}
|
|
4181
|
+
.\!k-bg-#{$theme-color} {
|
|
4182
|
+
background-color: var(--kendo-bg-#{$theme-color}, #{$_color}) !important; // stylelint-disable-line declaration-no-important
|
|
4183
|
+
}
|
|
3526
4184
|
}
|
|
3527
|
-
}
|
|
4185
|
+
}
|
|
3528
4186
|
}
|
|
3529
4187
|
|
|
3530
4188
|
// #endregion
|
|
@@ -3925,6 +4583,7 @@ $kendo-components: (
|
|
|
3925
4583
|
"pdf-viewer",
|
|
3926
4584
|
"scroller",
|
|
3927
4585
|
"scrollview",
|
|
4586
|
+
"prompt",
|
|
3928
4587
|
|
|
3929
4588
|
// Dataviz
|
|
3930
4589
|
"dataviz",
|
|
@@ -4263,6 +4922,7 @@ $_kendo-dependencies: (
|
|
|
4263
4922
|
),
|
|
4264
4923
|
popup: (),
|
|
4265
4924
|
progressbar: (),
|
|
4925
|
+
prompt: (),
|
|
4266
4926
|
radio: (),
|
|
4267
4927
|
rating: (
|
|
4268
4928
|
"icon"
|
|
@@ -4925,9 +5585,17 @@ $_imported: () !default;
|
|
|
4925
5585
|
}
|
|
4926
5586
|
}
|
|
4927
5587
|
// #endregion
|
|
5588
|
+
// #region @import "./_colors.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_colors.scss
|
|
5589
|
+
@mixin kendo-core--styles--colors() {
|
|
5590
|
+
@if ($kendo-enable-color-system) {
|
|
5591
|
+
@include color-system--styles();
|
|
5592
|
+
}
|
|
5593
|
+
}
|
|
4928
5594
|
|
|
5595
|
+
// #endregion
|
|
4929
5596
|
|
|
4930
5597
|
@mixin kendo-core--styles() {
|
|
5598
|
+
@include kendo-core--styles--colors();
|
|
4931
5599
|
@include kendo-core--styles--accessibility();
|
|
4932
5600
|
@include kendo-core--styles--asp-fallback();
|
|
4933
5601
|
@include kendo-core--styles--layout();
|
|
@@ -5097,6 +5765,73 @@ $kendo-zindex-loading: 100 !default;
|
|
|
5097
5765
|
|
|
5098
5766
|
// #endregion
|
|
5099
5767
|
|
|
5768
|
+
// Backward compatibility
|
|
5769
|
+
// #region @import "./color-system/_swatch-legacy.scss"; -> scss/core/color-system/_swatch-legacy.scss
|
|
5770
|
+
@if ($kendo-enable-color-system) {
|
|
5771
|
+
$kendo-color-primary: k-color( primary );
|
|
5772
|
+
$kendo-color-primary-contrast: k-color( on-primary );
|
|
5773
|
+
$kendo-color-secondary: k-color( secondary );
|
|
5774
|
+
$kendo-color-tertiary: k-color( tertiary );
|
|
5775
|
+
$kendo-color-info: k-color( info );
|
|
5776
|
+
$kendo-color-success: k-color( success );
|
|
5777
|
+
$kendo-color-warning: k-color( warning );
|
|
5778
|
+
$kendo-color-error: k-color( error );
|
|
5779
|
+
$kendo-color-dark: k-color( dark );
|
|
5780
|
+
$kendo-color-light: k-color( light );
|
|
5781
|
+
$kendo-color-inverse: $kendo-color-dark;
|
|
5782
|
+
$kendo-body-bg: k-color( app-surface );
|
|
5783
|
+
$kendo-body-text: k-color( on-app-surface );
|
|
5784
|
+
$kendo-subtle-text: k-color( subtle );
|
|
5785
|
+
$kendo-app-bg: k-color( surface );
|
|
5786
|
+
$kendo-app-text: $kendo-body-text;
|
|
5787
|
+
$kendo-app-border: k-color( border );
|
|
5788
|
+
$kendo-link-text: $kendo-color-primary;
|
|
5789
|
+
$kendo-link-hover-text: k-color( primary-hover );
|
|
5790
|
+
$kendo-component-bg: $kendo-body-bg;
|
|
5791
|
+
$kendo-component-text: $kendo-body-text;
|
|
5792
|
+
$kendo-component-border: $kendo-app-border;
|
|
5793
|
+
$kendo-base-bg: k-color( surface );
|
|
5794
|
+
$kendo-base-text: $kendo-body-text;
|
|
5795
|
+
$kendo-base-border: $kendo-app-border;
|
|
5796
|
+
$kendo-base-gradient: null;
|
|
5797
|
+
$kendo-hover-bg: k-color( base-hover );
|
|
5798
|
+
$kendo-hover-text: $kendo-base-text;
|
|
5799
|
+
$kendo-hover-border: $kendo-base-border;
|
|
5800
|
+
$kendo-hover-gradient: null;
|
|
5801
|
+
$kendo-selected-bg: $kendo-color-primary;
|
|
5802
|
+
$kendo-selected-text: $kendo-color-primary-contrast;
|
|
5803
|
+
$kendo-selected-border: $kendo-base-border;
|
|
5804
|
+
$kendo-selected-gradient: $kendo-base-gradient;
|
|
5805
|
+
$kendo-selected-hover-bg: k-color( primary-hover );
|
|
5806
|
+
$kendo-selected-hover-text: $kendo-selected-text;
|
|
5807
|
+
$kendo-selected-hover-border: $kendo-base-border;
|
|
5808
|
+
$kendo-selected-hover-gradient: $kendo-base-gradient;
|
|
5809
|
+
$kendo-disabled-text: k-color( on-app-surface );
|
|
5810
|
+
$kendo-component-header-bg: $kendo-base-bg;
|
|
5811
|
+
$kendo-component-header-text: $kendo-base-text;
|
|
5812
|
+
$kendo-component-header-border: $kendo-base-border;
|
|
5813
|
+
$kendo-component-header-gradient: null;
|
|
5814
|
+
$kendo-invalid-bg: null;
|
|
5815
|
+
$kendo-invalid-text: $kendo-color-error;
|
|
5816
|
+
$kendo-invalid-border: $kendo-color-error;
|
|
5817
|
+
$kendo-invalid-shadow: null;
|
|
5818
|
+
|
|
5819
|
+
$kendo-theme-colors: (
|
|
5820
|
+
"primary": $kendo-color-primary,
|
|
5821
|
+
"secondary": $kendo-color-secondary,
|
|
5822
|
+
"tertiary": $kendo-color-tertiary,
|
|
5823
|
+
"info": $kendo-color-info,
|
|
5824
|
+
"success": $kendo-color-success,
|
|
5825
|
+
"warning": $kendo-color-warning,
|
|
5826
|
+
"error": $kendo-color-error,
|
|
5827
|
+
"dark": $kendo-color-dark,
|
|
5828
|
+
"light": $kendo-color-light,
|
|
5829
|
+
"inverse": $kendo-color-inverse,
|
|
5830
|
+
);
|
|
5831
|
+
}
|
|
5832
|
+
|
|
5833
|
+
// #endregion
|
|
5834
|
+
|
|
5100
5835
|
// Expose
|
|
5101
5836
|
@include exports("kendo-core-styles") {
|
|
5102
5837
|
@include kendo-core--styles();
|
|
@@ -6026,12 +6761,10 @@ $kendo-zindex-loading: 100 !default;
|
|
|
6026
6761
|
// #region @import "./_indicators.scss"; -> scss/common/_indicators.scss
|
|
6027
6762
|
@include exports( "common/indicators/current-time" ) {
|
|
6028
6763
|
|
|
6029
|
-
$kendo-current-time-width: 1px !default;
|
|
6030
6764
|
$kendo-current-time-color: #ff0000 !default;
|
|
6031
6765
|
|
|
6032
6766
|
// Layout
|
|
6033
6767
|
.k-current-time {
|
|
6034
|
-
width: $kendo-current-time-width;
|
|
6035
6768
|
position: absolute;
|
|
6036
6769
|
|
|
6037
6770
|
&.k-current-time-arrow-left,
|
|
@@ -14848,11 +15581,19 @@ $kendo-message-box-link-text-decoration: underline !default;
|
|
|
14848
15581
|
|
|
14849
15582
|
@each $color-name, $color in $kendo-theme-colors {
|
|
14850
15583
|
.k-messagebox-#{$color-name} {
|
|
14851
|
-
@
|
|
14852
|
-
|
|
14853
|
-
|
|
14854
|
-
|
|
14855
|
-
|
|
15584
|
+
@if $color-name == "inverse" {
|
|
15585
|
+
@include fill(
|
|
15586
|
+
if($kendo-enable-color-system, k-color( dark-on-subtle ), k-color-level( $color, $kendo-message-box-text-level )),
|
|
15587
|
+
if($kendo-enable-color-system, k-color( dark-subtle ), k-color-level( $color, $kendo-message-box-bg-level )),
|
|
15588
|
+
if($kendo-enable-color-system, k-color( dark-hover ), k-color-level( $color, $kendo-message-box-border-level ))
|
|
15589
|
+
);
|
|
15590
|
+
} @else {
|
|
15591
|
+
@include fill(
|
|
15592
|
+
if($kendo-enable-color-system, k-color( #{$color-name}-on-subtle ), k-color-level( $color, $kendo-message-box-text-level )),
|
|
15593
|
+
if($kendo-enable-color-system, k-color( #{$color-name}-subtle ), k-color-level( $color, $kendo-message-box-bg-level )),
|
|
15594
|
+
if($kendo-enable-color-system, k-color( #{$color-name}-emphasis ), k-color-level( $color, $kendo-message-box-border-level ))
|
|
15595
|
+
);
|
|
15596
|
+
}
|
|
14856
15597
|
}
|
|
14857
15598
|
}
|
|
14858
15599
|
|
|
@@ -15494,7 +16235,7 @@ $kendo-checkbox-hover-border: null !default;
|
|
|
15494
16235
|
$kendo-checkbox-checked-bg: $kendo-color-primary !default;
|
|
15495
16236
|
/// The text color of the checked CheckBox.
|
|
15496
16237
|
/// @group checkbox
|
|
15497
|
-
$kendo-checkbox-checked-text: k-contrast-legacy( $kendo-checkbox-checked-bg ) !default;
|
|
16238
|
+
$kendo-checkbox-checked-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg )) !default;
|
|
15498
16239
|
/// The border color of the checked CheckBox.
|
|
15499
16240
|
/// @group checkbox
|
|
15500
16241
|
$kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
|
|
@@ -15520,7 +16261,7 @@ $kendo-checkbox-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .06) !default;
|
|
|
15520
16261
|
$kendo-checkbox-focus-checked-border: null !default;
|
|
15521
16262
|
/// The box shadow of the focused and checked CheckBox.
|
|
15522
16263
|
/// @group checkbox
|
|
15523
|
-
$kendo-checkbox-focus-checked-shadow: 0 0 0 2px rgba( $kendo-color-primary, .3 ) !default;
|
|
16264
|
+
$kendo-checkbox-focus-checked-shadow: 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary, .3 )) !default;
|
|
15524
16265
|
|
|
15525
16266
|
/// The background color of the disabled CheckBox.
|
|
15526
16267
|
/// @group checkbox
|
|
@@ -16295,7 +17036,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
16295
17036
|
&.k-selected:hover,
|
|
16296
17037
|
&.k-selected.k-hover {
|
|
16297
17038
|
color: $kendo-list-item-selected-text;
|
|
16298
|
-
background-color: k-color-shade( $kendo-list-item-selected-bg );
|
|
17039
|
+
background-color: if($kendo-enable-color-system, k-color( primary-hover ), k-color-shade( $kendo-list-item-selected-bg ));
|
|
16299
17040
|
}
|
|
16300
17041
|
}
|
|
16301
17042
|
|
|
@@ -17172,10 +17913,9 @@ $kendo-table-group-row-text: $kendo-table-header-text !default;
|
|
|
17172
17913
|
/// @group table
|
|
17173
17914
|
$kendo-table-group-row-border: $kendo-table-header-border !default;
|
|
17174
17915
|
|
|
17175
|
-
|
|
17176
17916
|
/// Background color of alternating rows in table.
|
|
17177
17917
|
/// @group table
|
|
17178
|
-
$kendo-table-alt-row-bg: rgba( k-contrast-legacy( $kendo-table-bg ), .04 ) !default;
|
|
17918
|
+
$kendo-table-alt-row-bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-legacy( $kendo-table-bg ), .04 )) !default;
|
|
17179
17919
|
/// Text color of alternating rows in table.
|
|
17180
17920
|
/// @group table
|
|
17181
17921
|
$kendo-table-alt-row-text: null !default;
|
|
@@ -17186,7 +17926,7 @@ $kendo-table-alt-row-border: null !default;
|
|
|
17186
17926
|
|
|
17187
17927
|
/// Background color of hovered rows in table.
|
|
17188
17928
|
/// @group table
|
|
17189
|
-
$kendo-table-hover-bg: k-color-darken($kendo-table-bg, 7%) !default;
|
|
17929
|
+
$kendo-table-hover-bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .11 ), k-color-darken($kendo-table-bg, 7%)) !default;
|
|
17190
17930
|
/// Text color of hovered rows in table.
|
|
17191
17931
|
/// @group table
|
|
17192
17932
|
$kendo-table-hover-text: null !default;
|
|
@@ -17211,7 +17951,7 @@ $kendo-table-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
17211
17951
|
|
|
17212
17952
|
/// Background color of selected rows in table.
|
|
17213
17953
|
/// @group table
|
|
17214
|
-
$kendo-table-selected-bg: rgba($kendo-selected-bg, .25) !default;
|
|
17954
|
+
$kendo-table-selected-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) !default;
|
|
17215
17955
|
/// Text color of selected rows in table.
|
|
17216
17956
|
/// @group table
|
|
17217
17957
|
$kendo-table-selected-text: null !default;
|
|
@@ -17874,7 +18614,7 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
|
|
|
17874
18614
|
@each $name, $color in $kendo-avatar-theme-colors {
|
|
17875
18615
|
.k-avatar-solid-#{$name} {
|
|
17876
18616
|
border-color: $color;
|
|
17877
|
-
color: k-contrast-legacy( $color );
|
|
18617
|
+
color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color ));
|
|
17878
18618
|
background-color: $color;
|
|
17879
18619
|
}
|
|
17880
18620
|
}
|
|
@@ -18211,7 +18951,7 @@ $kendo-badge-sizes: (
|
|
|
18211
18951
|
@each $name, $color in $kendo-theme-colors {
|
|
18212
18952
|
.k-badge-solid-#{$name} {
|
|
18213
18953
|
border-color: $color;
|
|
18214
|
-
color: k-contrast-legacy( $color );
|
|
18954
|
+
color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color ));
|
|
18215
18955
|
background-color: $color;
|
|
18216
18956
|
}
|
|
18217
18957
|
}
|
|
@@ -18393,28 +19133,28 @@ $kendo-button-sizes: (
|
|
|
18393
19133
|
/// @group button
|
|
18394
19134
|
$kendo-button-theme-colors: k-map-merge(
|
|
18395
19135
|
$kendo-theme-colors,
|
|
18396
|
-
( "base": #f5f5f5 )
|
|
19136
|
+
( "base": if($kendo-enable-color-system, k-color( base ), #f5f5f5) )
|
|
18397
19137
|
) !default;
|
|
18398
19138
|
|
|
18399
19139
|
/// The base background of the Button.
|
|
18400
19140
|
/// @group button
|
|
18401
|
-
$kendo-button-bg: #f5f5f5 !default;
|
|
19141
|
+
$kendo-button-bg: if($kendo-enable-color-system, k-color( base ), #f5f5f5) !default;
|
|
18402
19142
|
/// The base text color of the Button.
|
|
18403
19143
|
/// @group button
|
|
18404
|
-
$kendo-button-text: #424242 !default;
|
|
19144
|
+
$kendo-button-text: if($kendo-enable-color-system, k-color( on-base ), #424242) !default;
|
|
18405
19145
|
/// The base border color of the Button.
|
|
18406
19146
|
/// @group button
|
|
18407
|
-
$kendo-button-border: rgba( black, .08 ) !default;
|
|
19147
|
+
$kendo-button-border: if($kendo-enable-color-system, k-color( border ), rgba( black, .08 )) !default;
|
|
18408
19148
|
/// The base background gradient of the Button.
|
|
18409
19149
|
/// @group button
|
|
18410
|
-
$kendo-button-gradient: rgba( black, 0 ), rgba( black, .02 ) !default;
|
|
19150
|
+
$kendo-button-gradient: if($kendo-enable-color-system, null, (rgba( black, 0 ), rgba( black, .02 ))) !default;
|
|
18411
19151
|
/// The base shadow of the Button.
|
|
18412
19152
|
/// @group button
|
|
18413
19153
|
$kendo-button-shadow: null !default;
|
|
18414
19154
|
|
|
18415
19155
|
/// The base background of the hovered Button.
|
|
18416
19156
|
/// @group button
|
|
18417
|
-
$kendo-button-hover-bg: k-try-shade( $kendo-button-bg, .5 ) !default;
|
|
19157
|
+
$kendo-button-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-button-bg, .5 )) !default;
|
|
18418
19158
|
/// The base text color of the hovered Button.
|
|
18419
19159
|
/// @group button
|
|
18420
19160
|
$kendo-button-hover-text: null !default;
|
|
@@ -18430,7 +19170,7 @@ $kendo-button-hover-shadow: null !default;
|
|
|
18430
19170
|
|
|
18431
19171
|
/// The base background color of the active Button.
|
|
18432
19172
|
/// @group button
|
|
18433
|
-
$kendo-button-active-bg: k-try-shade( $kendo-button-bg, 1.5 ) !default;
|
|
19173
|
+
$kendo-button-active-bg: if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-button-bg, 1.5 )) !default;
|
|
18434
19174
|
/// The base text color of the active Button.
|
|
18435
19175
|
/// @group button
|
|
18436
19176
|
$kendo-button-active-text: null !default;
|
|
@@ -18449,7 +19189,7 @@ $kendo-button-active-shadow: null !default;
|
|
|
18449
19189
|
$kendo-button-selected-bg: $kendo-color-primary !default;
|
|
18450
19190
|
/// The text color of the selected Button.
|
|
18451
19191
|
/// @group button
|
|
18452
|
-
$kendo-button-selected-text: k-contrast-legacy( $kendo-button-selected-bg ) !default;
|
|
19192
|
+
$kendo-button-selected-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-button-selected-bg )) !default;
|
|
18453
19193
|
/// The border color of the selected Button.
|
|
18454
19194
|
/// @group button
|
|
18455
19195
|
$kendo-button-selected-border: $kendo-button-selected-bg !default;
|
|
@@ -18474,7 +19214,7 @@ $kendo-button-focus-border: null !default;
|
|
|
18474
19214
|
$kendo-button-focus-gradient: null !default;
|
|
18475
19215
|
/// The base shadow of the focused Button.
|
|
18476
19216
|
/// @group button
|
|
18477
|
-
$kendo-button-focus-shadow: 0 0 0 2px rgba( $kendo-button-border, .08 ) !default;
|
|
19217
|
+
$kendo-button-focus-shadow: 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08), rgba( $kendo-button-border, .08 )) !default;
|
|
18478
19218
|
|
|
18479
19219
|
/// The base background of the disabled Button.
|
|
18480
19220
|
/// @group button
|
|
@@ -18493,7 +19233,7 @@ $kendo-button-disabled-gradient: null !default;
|
|
|
18493
19233
|
$kendo-button-disabled-shadow: null !default;
|
|
18494
19234
|
|
|
18495
19235
|
// Solid Button
|
|
18496
|
-
$kendo-solid-button-gradient: rgba( black, 0 ), rgba( black, .02 ) !default;
|
|
19236
|
+
$kendo-solid-button-gradient: if($kendo-enable-color-system, null, (rgba( black, 0 ), rgba( black, .02 ))) !default;
|
|
18497
19237
|
$kendo-solid-button-shade-function: "k-try-shade" !default;
|
|
18498
19238
|
$kendo-solid-button-shade-text-amount: 0 !default;
|
|
18499
19239
|
$kendo-solid-button-shade-bg-amount: 0 !default;
|
|
@@ -18638,7 +19378,7 @@ $kendo-chip-sizes: (
|
|
|
18638
19378
|
|
|
18639
19379
|
/// The base background of the Chip.
|
|
18640
19380
|
/// @group chip
|
|
18641
|
-
$kendo-chip-base-bg: $kendo-button-bg !default;
|
|
19381
|
+
$kendo-chip-base-bg: if($kendo-enable-color-system, k-color( base-subtle ), $kendo-button-bg) !default;
|
|
18642
19382
|
|
|
18643
19383
|
/// The theme colors map for the Chip.
|
|
18644
19384
|
/// @group chip
|
|
@@ -18661,7 +19401,7 @@ $kendo-chip-solid-text: $kendo-button-text !default;
|
|
|
18661
19401
|
$kendo-chip-solid-border: $kendo-button-border !default;
|
|
18662
19402
|
/// The base shadow of the solid Chip.
|
|
18663
19403
|
/// @group chip
|
|
18664
|
-
$kendo-chip-solid-shadow: 0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ) !default;
|
|
19404
|
+
$kendo-chip-solid-shadow: 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )) !default;
|
|
18665
19405
|
/// The base gradient of the solid Chip.
|
|
18666
19406
|
/// @group chip
|
|
18667
19407
|
$kendo-chip-solid-gradient: $kendo-button-gradient !default;
|
|
@@ -18675,7 +19415,7 @@ $kendo-chip-solid-focus-text: null !default;
|
|
|
18675
19415
|
|
|
18676
19416
|
/// The base background color of the hovered solid Chip.
|
|
18677
19417
|
/// @group chip
|
|
18678
|
-
$kendo-chip-solid-hover-bg: $kendo-button-hover-bg !default;
|
|
19418
|
+
$kendo-chip-solid-hover-bg: if($kendo-enable-color-system, k-color( base-subtle-hover ), $kendo-button-hover-bg) !default;
|
|
18679
19419
|
/// The base text color of the hovered solid Chip.
|
|
18680
19420
|
/// @group chip
|
|
18681
19421
|
$kendo-chip-solid-hover-text: null !default;
|
|
@@ -18698,14 +19438,14 @@ $kendo-chip-outline-text: $kendo-chip-solid-text !default;
|
|
|
18698
19438
|
$kendo-chip-outline-border: $kendo-chip-outline-text !default;
|
|
18699
19439
|
/// The base shadow of the outline Chip.
|
|
18700
19440
|
/// @group chip
|
|
18701
|
-
$kendo-chip-outline-shadow: 0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ) !default;
|
|
19441
|
+
$kendo-chip-outline-shadow: 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )) !default;
|
|
18702
19442
|
|
|
18703
19443
|
/// The base background color of the hovered outline Chip.
|
|
18704
19444
|
/// @group chip
|
|
18705
19445
|
$kendo-chip-outline-hover-bg: $kendo-chip-outline-text !default;
|
|
18706
19446
|
/// The base text color of the hovered outline Chip.
|
|
18707
19447
|
/// @group chip
|
|
18708
|
-
$kendo-chip-outline-hover-text: k-contrast-legacy( $kendo-chip-outline-hover-bg ) !default;
|
|
19448
|
+
$kendo-chip-outline-hover-text: if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-chip-outline-hover-bg )) !default;
|
|
18709
19449
|
|
|
18710
19450
|
/// The base background color of the selected outline Chip.
|
|
18711
19451
|
/// @group chip
|
|
@@ -18925,24 +19665,24 @@ $kendo-chip-list-sizes: (
|
|
|
18925
19665
|
}
|
|
18926
19666
|
} @else {
|
|
18927
19667
|
@include fill(
|
|
18928
|
-
k-try-shade( $color, 65% ),
|
|
18929
|
-
k-try-tint( $color, 80% ),
|
|
18930
|
-
k-try-tint( $color, 25% ),
|
|
19668
|
+
if($kendo-enable-color-system, k-color( #{$name}-on-subtle ), k-try-shade( $color, 65% )),
|
|
19669
|
+
if($kendo-enable-color-system, k-color( #{$name}-subtle ), k-try-tint( $color, 80% )),
|
|
19670
|
+
if($kendo-enable-color-system, k-color( #{$name}-emphasis ), k-try-tint( $color, 25% )),
|
|
18931
19671
|
$kendo-chip-solid-gradient
|
|
18932
19672
|
);
|
|
18933
19673
|
|
|
18934
19674
|
&:focus,
|
|
18935
19675
|
&.k-focus {
|
|
18936
|
-
@include focus-indicator( 0 0 0 2px rgba( $color, .16 ) );
|
|
19676
|
+
@include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( $name, true ), .16 ), rgba( $color, .16 )) );
|
|
18937
19677
|
}
|
|
18938
19678
|
|
|
18939
19679
|
&:hover,
|
|
18940
19680
|
&.k-hover {
|
|
18941
|
-
@include fill( $bg: k-try-tint($color, 65% ) );
|
|
19681
|
+
@include fill( $bg: if($kendo-enable-color-system, k-color( #{$name}-subtle-hover ), k-try-tint($color, 65% )) );
|
|
18942
19682
|
}
|
|
18943
19683
|
|
|
18944
19684
|
&.k-selected {
|
|
18945
|
-
@include fill( $bg: k-try-tint( $color, 50% ) );
|
|
19685
|
+
@include fill( $bg: if($kendo-enable-color-system, k-color( #{$name}-subtle-active ), k-try-tint( $color, 50% )) );
|
|
18946
19686
|
}
|
|
18947
19687
|
}
|
|
18948
19688
|
}
|
|
@@ -18980,54 +19720,56 @@ $kendo-chip-list-sizes: (
|
|
|
18980
19720
|
}
|
|
18981
19721
|
} @else if ($name == "warning") {
|
|
18982
19722
|
@include fill(
|
|
18983
|
-
if( $kendo-is-dark-theme, k-color-tint($color, 25%), $kendo-chip-outline-text),
|
|
18984
|
-
if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white ),
|
|
18985
|
-
if( $kendo-is-dark-theme, k-color-tint($color, 25%), $color)
|
|
19723
|
+
if($kendo-enable-color-system, $kendo-chip-outline-text, if( $kendo-is-dark-theme, k-color-tint($color, 25%), $kendo-chip-outline-text)),
|
|
19724
|
+
if($kendo-enable-color-system, k-color( app-surface ), if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white )),
|
|
19725
|
+
if($kendo-enable-color-system, $color, if( $kendo-is-dark-theme, k-color-tint($color, 25%), $color))
|
|
18986
19726
|
);
|
|
18987
19727
|
|
|
18988
19728
|
&:focus,
|
|
18989
19729
|
&.k-focus {
|
|
18990
|
-
@include focus-indicator( 0 0 0 2px if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 )) );
|
|
19730
|
+
@include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( $name, true ), .16 ), if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 ))) );
|
|
18991
19731
|
}
|
|
18992
19732
|
|
|
18993
19733
|
&:hover,
|
|
18994
19734
|
&.k-hover {
|
|
18995
19735
|
@include fill(
|
|
18996
|
-
$color: if( $kendo-is-dark-theme, k-contrast-legacy( $color ), k-try-shade( $color, 80% ) )
|
|
18997
|
-
$bg: if( $kendo-is-dark-theme, k-color-tint($color, 25%), $color)
|
|
19736
|
+
$color: if($kendo-enable-color-system, k-color( on-#{$name} ), if( $kendo-is-dark-theme, k-contrast-legacy( $color ), k-try-shade( $color, 80% ) )),
|
|
19737
|
+
$bg: if($kendo-enable-color-system, $color, if( $kendo-is-dark-theme, k-color-tint($color, 25%), $color))
|
|
18998
19738
|
);
|
|
18999
19739
|
}
|
|
19000
19740
|
|
|
19001
19741
|
&.k-selected {
|
|
19002
19742
|
@include fill(
|
|
19003
|
-
$color: if( $kendo-is-dark-theme, k-contrast-legacy( $color ), k-try-shade( $color, 80% ) )
|
|
19004
|
-
$bg: if( $kendo-is-dark-theme, k-color-tint($color, 25%), $color)
|
|
19743
|
+
$color: if($kendo-enable-color-system, k-color( on-#{$name} ), if( $kendo-is-dark-theme, k-contrast-legacy( $color ), k-try-shade( $color, 80% ) )),
|
|
19744
|
+
$bg: if($kendo-enable-color-system, $color, if( $kendo-is-dark-theme, k-color-tint($color, 25%), $color))
|
|
19005
19745
|
);
|
|
19006
19746
|
}
|
|
19007
19747
|
} @else {
|
|
19008
19748
|
@include fill(
|
|
19009
|
-
k-try-shade( $color, 25% ),
|
|
19010
|
-
if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white ),
|
|
19011
|
-
k-try-shade( $color, 25% )
|
|
19749
|
+
if($kendo-enable-color-system, k-color( #{$name}-on-surface ), k-try-shade( $color, 25% )),
|
|
19750
|
+
if($kendo-enable-color-system, k-color( app-surface ), if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white )),
|
|
19751
|
+
if($kendo-enable-color-system, k-color( #{$name}-on-surface ), k-try-shade( $color, 25% ))
|
|
19012
19752
|
);
|
|
19013
19753
|
|
|
19014
19754
|
&:focus,
|
|
19015
19755
|
&.k-focus {
|
|
19016
|
-
@include focus-indicator( 0 0 0 2px if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 )) );
|
|
19756
|
+
@include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( $name, true ), .16 ), if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 ))) );
|
|
19017
19757
|
}
|
|
19018
19758
|
|
|
19019
19759
|
&:hover,
|
|
19020
19760
|
&.k-hover {
|
|
19021
19761
|
@include fill(
|
|
19022
|
-
$color
|
|
19023
|
-
$
|
|
19762
|
+
if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( k-try-shade( $color, 25% ) )),
|
|
19763
|
+
if($kendo-enable-color-system, k-color( #{$name}-hover ), k-try-shade( $color, 25% )),
|
|
19764
|
+
if($kendo-enable-color-system, k-color( #{$name}-hover ), k-try-shade( $color, 25% ))
|
|
19024
19765
|
);
|
|
19025
19766
|
}
|
|
19026
19767
|
|
|
19027
19768
|
&.k-selected {
|
|
19028
19769
|
@include fill(
|
|
19029
|
-
$color
|
|
19030
|
-
$
|
|
19770
|
+
if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( k-try-shade( $color, 25% ) )),
|
|
19771
|
+
if($kendo-enable-color-system, k-color( #{$name}-active ), k-try-shade( $color, 25% )),
|
|
19772
|
+
if($kendo-enable-color-system, k-color( #{$name}-active ), k-try-shade( $color, 25% ))
|
|
19031
19773
|
);
|
|
19032
19774
|
}
|
|
19033
19775
|
}
|
|
@@ -19991,11 +20733,8 @@ $kendo-skeleton-rect-border-radius: 0 !default;
|
|
|
19991
20733
|
/// @group skeleton
|
|
19992
20734
|
$kendo-skeleton-circle-border-radius: 9999px !default;
|
|
19993
20735
|
|
|
19994
|
-
|
|
19995
|
-
|
|
19996
|
-
$kendo-skeleton-item-bg: rgba( $kendo-color-inverse, .2 ) !default;
|
|
19997
|
-
/// The background color of the Skeleton wave animation.
|
|
19998
|
-
/// @group skeleton
|
|
20736
|
+
$kendo-skeleton-item-bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 )) !default;
|
|
20737
|
+
|
|
19999
20738
|
$kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
20000
20739
|
|
|
20001
20740
|
// #endregion
|
|
@@ -20659,17 +21398,17 @@ $_kendo-module-meta: (
|
|
|
20659
21398
|
|
|
20660
21399
|
@each $name, $color in $kendo-button-theme-colors {
|
|
20661
21400
|
@if ($name != "base") {
|
|
20662
|
-
$_button-text: k-contrast-legacy( $color );
|
|
20663
|
-
$_button-bg: if( $kendo-solid-button-shade-bg-amount, k-meta-call( $_shade-fn, $color, $kendo-solid-button-shade-bg-amount ), null );
|
|
20664
|
-
$_button-border: if( $kendo-solid-button-shade-border-amount, k-meta-call( $_shade-fn, $color, $kendo-solid-button-shade-border-amount ), null );
|
|
21401
|
+
$_button-text: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color ));
|
|
21402
|
+
$_button-bg: if($kendo-enable-color-system, k-color( $name ), if( $kendo-solid-button-shade-bg-amount, k-meta-call( $_shade-fn, $color, $kendo-solid-button-shade-bg-amount ), null ));
|
|
21403
|
+
$_button-border: if($kendo-enable-color-system, k-color( $name ), if( $kendo-solid-button-shade-border-amount, k-meta-call( $_shade-fn, $color, $kendo-solid-button-shade-border-amount ), null ));
|
|
20665
21404
|
|
|
20666
21405
|
$_button-hover-text: null;
|
|
20667
|
-
$_button-hover-bg: if( $kendo-solid-button-hover-shade-bg-amount, k-meta-call( $_shade-fn, $color, $kendo-solid-button-hover-shade-bg-amount ), null );
|
|
20668
|
-
$_button-hover-border: if( $kendo-solid-button-hover-shade-border-amount, k-meta-call( $_shade-fn, $color, $kendo-solid-button-hover-shade-border-amount ), null );
|
|
21406
|
+
$_button-hover-bg: if($kendo-enable-color-system, k-color( #{$name}-hover ), if( $kendo-solid-button-hover-shade-bg-amount, k-meta-call( $_shade-fn, $color, $kendo-solid-button-hover-shade-bg-amount ), null ));
|
|
21407
|
+
$_button-hover-border: if($kendo-enable-color-system, k-color( #{$name}-hover ), if( $kendo-solid-button-hover-shade-border-amount, k-meta-call( $_shade-fn, $color, $kendo-solid-button-hover-shade-border-amount ), null ));
|
|
20669
21408
|
|
|
20670
21409
|
$_button-active-text: null;
|
|
20671
|
-
$_button-active-bg: if( $kendo-solid-button-active-shade-bg-amount, k-meta-call( $_shade-fn, $color, $kendo-solid-button-active-shade-bg-amount ), null );
|
|
20672
|
-
$_button-active-border: if( $kendo-solid-button-active-shade-border-amount, k-meta-call( $_shade-fn, $color, $kendo-solid-button-active-shade-border-amount ), null );
|
|
21410
|
+
$_button-active-bg: if($kendo-enable-color-system, k-color( #{$name}-active ), if( $kendo-solid-button-active-shade-bg-amount, k-meta-call( $_shade-fn, $color, $kendo-solid-button-active-shade-bg-amount ), null ));
|
|
21411
|
+
$_button-active-border: if($kendo-enable-color-system, k-color( #{$name}-active ), if( $kendo-solid-button-active-shade-border-amount, k-meta-call( $_shade-fn, $color, $kendo-solid-button-active-shade-border-amount ), null ));
|
|
20673
21412
|
|
|
20674
21413
|
.k-button-solid-#{$name} {
|
|
20675
21414
|
@include fill(
|
|
@@ -20693,7 +21432,7 @@ $_kendo-module-meta: (
|
|
|
20693
21432
|
&:focus,
|
|
20694
21433
|
&.k-focus {
|
|
20695
21434
|
@if ( $kendo-solid-button-shadow ) {
|
|
20696
|
-
@include focus-indicator( 0 0 $kendo-solid-button-shadow-blur $kendo-solid-button-shadow-spread rgba( $_button-border, $kendo-solid-button-shadow-opacity ), true, true );
|
|
21435
|
+
@include focus-indicator( 0 0 $kendo-solid-button-shadow-blur $kendo-solid-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( $name, true ), $kendo-solid-button-shadow-opacity ), rgba( $_button-border, $kendo-solid-button-shadow-opacity )), true, true );
|
|
20697
21436
|
}
|
|
20698
21437
|
}
|
|
20699
21438
|
|
|
@@ -20737,44 +21476,72 @@ $_kendo-module-meta: (
|
|
|
20737
21476
|
.k-button-outline-#{$name} {
|
|
20738
21477
|
@include box-shadow( none );
|
|
20739
21478
|
border-color: currentColor;
|
|
20740
|
-
color: $color;
|
|
21479
|
+
color: if($kendo-enable-color-system, k-color( #{$name}-on-surface ), $color);
|
|
20741
21480
|
background-color: transparent;
|
|
20742
21481
|
|
|
20743
21482
|
// Hover state
|
|
20744
21483
|
&:hover,
|
|
20745
21484
|
&.k-hover {
|
|
20746
|
-
@
|
|
20747
|
-
|
|
20748
|
-
|
|
20749
|
-
|
|
20750
|
-
|
|
21485
|
+
@if $name == "base" {
|
|
21486
|
+
@include fill(
|
|
21487
|
+
if($kendo-enable-color-system, $kendo-base-bg, k-contrast-legacy( $color )),
|
|
21488
|
+
$color,
|
|
21489
|
+
$color
|
|
21490
|
+
);
|
|
21491
|
+
} @else {
|
|
21492
|
+
@include fill(
|
|
21493
|
+
if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color )),
|
|
21494
|
+
$color,
|
|
21495
|
+
$color
|
|
21496
|
+
);
|
|
21497
|
+
}
|
|
20751
21498
|
}
|
|
20752
21499
|
|
|
20753
21500
|
// Focus state
|
|
20754
21501
|
&:focus,
|
|
20755
21502
|
&.k-focus {
|
|
20756
21503
|
@if $kendo-outline-button-shadow {
|
|
20757
|
-
@
|
|
21504
|
+
@if $name == "base" {
|
|
21505
|
+
@include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), $kendo-outline-button-shadow-opacity ), rgba( $color, $kendo-outline-button-shadow-opacity )), true, true );
|
|
21506
|
+
} @else {
|
|
21507
|
+
@include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( $name, true ), $kendo-outline-button-shadow-opacity ), rgba( $color, $kendo-outline-button-shadow-opacity )), true, true );
|
|
21508
|
+
}
|
|
20758
21509
|
}
|
|
20759
21510
|
}
|
|
20760
21511
|
|
|
20761
21512
|
// Active state
|
|
20762
21513
|
&:active,
|
|
20763
21514
|
&.k-active {
|
|
20764
|
-
@
|
|
20765
|
-
|
|
20766
|
-
|
|
20767
|
-
|
|
20768
|
-
|
|
21515
|
+
@if $name == "base" {
|
|
21516
|
+
@include fill(
|
|
21517
|
+
if($kendo-enable-color-system, $kendo-base-bg, k-contrast-legacy( $color )),
|
|
21518
|
+
$color,
|
|
21519
|
+
$color
|
|
21520
|
+
);
|
|
21521
|
+
} @else {
|
|
21522
|
+
@include fill(
|
|
21523
|
+
if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color )),
|
|
21524
|
+
$color,
|
|
21525
|
+
$color
|
|
21526
|
+
);
|
|
21527
|
+
}
|
|
20769
21528
|
}
|
|
20770
21529
|
|
|
20771
21530
|
// Selected
|
|
20772
21531
|
&.k-selected {
|
|
20773
|
-
@
|
|
20774
|
-
|
|
20775
|
-
|
|
20776
|
-
|
|
20777
|
-
|
|
21532
|
+
@if $name == "base" {
|
|
21533
|
+
@include fill(
|
|
21534
|
+
if($kendo-enable-color-system, $kendo-base-bg, k-contrast-legacy( $color )),
|
|
21535
|
+
$color,
|
|
21536
|
+
$color
|
|
21537
|
+
);
|
|
21538
|
+
} @else {
|
|
21539
|
+
@include fill(
|
|
21540
|
+
if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color )),
|
|
21541
|
+
$color,
|
|
21542
|
+
$color
|
|
21543
|
+
);
|
|
21544
|
+
}
|
|
20778
21545
|
}
|
|
20779
21546
|
|
|
20780
21547
|
// Disabled state
|
|
@@ -20808,26 +21575,42 @@ $_kendo-module-meta: (
|
|
|
20808
21575
|
// Hover
|
|
20809
21576
|
&:hover,
|
|
20810
21577
|
&.k-hover {
|
|
20811
|
-
|
|
21578
|
+
@if $name == "base" {
|
|
21579
|
+
color: if($kendo-enable-color-system, $kendo-base-text, k-try-shade( $color, 2 ));
|
|
21580
|
+
} @else {
|
|
21581
|
+
color: if($kendo-enable-color-system, k-color( #{$name}-hover ), k-try-shade( $color, 2 ));
|
|
21582
|
+
}
|
|
20812
21583
|
}
|
|
20813
21584
|
|
|
20814
21585
|
// Focus
|
|
20815
21586
|
&:focus,
|
|
20816
21587
|
&.k-focus {
|
|
20817
21588
|
@if ( $kendo-link-button-shadow ) {
|
|
20818
|
-
@
|
|
21589
|
+
@if $name == "base" {
|
|
21590
|
+
@include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), $kendo-link-button-shadow-opacity ), rgba( $color, $kendo-link-button-shadow-opacity )), true, true );
|
|
21591
|
+
} @else {
|
|
21592
|
+
@include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( $name, true ), $kendo-link-button-shadow-opacity ), rgba( $color, $kendo-link-button-shadow-opacity )), true, true );
|
|
21593
|
+
}
|
|
20819
21594
|
}
|
|
20820
21595
|
}
|
|
20821
21596
|
|
|
20822
21597
|
// Active
|
|
20823
21598
|
&:active,
|
|
20824
21599
|
&.k-active {
|
|
20825
|
-
|
|
21600
|
+
@if $name == "base" {
|
|
21601
|
+
color: if($kendo-enable-color-system, $kendo-base-text, k-try-shade( $color, 2 ));
|
|
21602
|
+
} @else {
|
|
21603
|
+
color: if($kendo-enable-color-system, k-color( #{$name}-active ), k-try-shade( $color, 2 ));
|
|
21604
|
+
}
|
|
20826
21605
|
}
|
|
20827
21606
|
|
|
20828
21607
|
// Selected
|
|
20829
21608
|
&.k-selected {
|
|
20830
|
-
|
|
21609
|
+
@if $name == "base" {
|
|
21610
|
+
color: if($kendo-enable-color-system, $kendo-base-text, k-try-shade( $color, 2 ));
|
|
21611
|
+
} @else {
|
|
21612
|
+
color: if($kendo-enable-color-system, k-color( #{$name}-active ), k-try-shade( $color, 2 ));
|
|
21613
|
+
}
|
|
20831
21614
|
}
|
|
20832
21615
|
|
|
20833
21616
|
// Disabled state
|
|
@@ -20873,7 +21656,6 @@ $_kendo-module-meta: (
|
|
|
20873
21656
|
@mixin kendo-button--theme() {
|
|
20874
21657
|
@include kendo-button--theme-base();
|
|
20875
21658
|
}
|
|
20876
|
-
|
|
20877
21659
|
// #endregion
|
|
20878
21660
|
|
|
20879
21661
|
|
|
@@ -22389,7 +23171,7 @@ $kendo-input-hover-bg: null !default;
|
|
|
22389
23171
|
$kendo-input-hover-text: null !default;
|
|
22390
23172
|
/// The border color of the hovered Input components.
|
|
22391
23173
|
/// @group input
|
|
22392
|
-
$kendo-input-hover-border: rgba( $kendo-input-border, .16 ) !default;
|
|
23174
|
+
$kendo-input-hover-border: if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-input-border, .16 )) !default;
|
|
22393
23175
|
/// The shadow of the hovered Input components.
|
|
22394
23176
|
/// @group input
|
|
22395
23177
|
$kendo-input-hover-shadow: null !default;
|
|
@@ -22405,7 +23187,7 @@ $kendo-input-focus-text: null !default;
|
|
|
22405
23187
|
$kendo-input-focus-border: $kendo-input-hover-border !default;
|
|
22406
23188
|
/// The shadow of the focused Input components.
|
|
22407
23189
|
/// @group input
|
|
22408
|
-
$kendo-input-focus-shadow: 0 0 0 2px rgba( $kendo-input-focus-border, .08 ) !default;
|
|
23190
|
+
$kendo-input-focus-shadow: 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-input-focus-border, .08 )) !default;
|
|
22409
23191
|
|
|
22410
23192
|
/// The background color of the selected Input components.
|
|
22411
23193
|
/// @group input
|
|
@@ -22438,7 +23220,7 @@ $kendo-input-outline-bg: null !default;
|
|
|
22438
23220
|
$kendo-input-outline-text: $kendo-input-text !default;
|
|
22439
23221
|
/// The border color of the outline Input components.
|
|
22440
23222
|
/// @group input
|
|
22441
|
-
$kendo-input-outline-border: rgba( $kendo-button-text, .5) !default;
|
|
23223
|
+
$kendo-input-outline-border: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-button-text, .5)) !default;
|
|
22442
23224
|
|
|
22443
23225
|
/// The background color of the outline hovered Input components.
|
|
22444
23226
|
/// @group input
|
|
@@ -22448,7 +23230,7 @@ $kendo-input-outline-hover-bg: null !default;
|
|
|
22448
23230
|
$kendo-input-outline-hover-text: null !default;
|
|
22449
23231
|
/// The border color of the outline hovered Input components.
|
|
22450
23232
|
/// @group input
|
|
22451
|
-
$kendo-input-outline-hover-border: rgba( $kendo-button-text, .8) !default;
|
|
23233
|
+
$kendo-input-outline-hover-border: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .8 ), rgba( $kendo-button-text, .8)) !default;
|
|
22452
23234
|
|
|
22453
23235
|
/// The background color of the outline focused Input components.
|
|
22454
23236
|
/// @group input
|
|
@@ -22538,11 +23320,25 @@ $kendo-input-spinner-icon-offset: null !default;
|
|
|
22538
23320
|
|
|
22539
23321
|
/// The color of the Input separator.
|
|
22540
23322
|
/// @group input
|
|
22541
|
-
$kendo-input-separator-
|
|
23323
|
+
$kendo-input-separator-text: $kendo-input-border !default;
|
|
22542
23324
|
/// The opacity of the Input separator.
|
|
22543
23325
|
/// @group input
|
|
22544
23326
|
$kendo-input-separator-opacity: .5 !default;
|
|
22545
23327
|
|
|
23328
|
+
/// The text color of the Input prefix.
|
|
23329
|
+
/// @group input
|
|
23330
|
+
$kendo-input-prefix-text: $kendo-subtle-text !default;
|
|
23331
|
+
/// The text color of the Input suffix.
|
|
23332
|
+
/// @group input
|
|
23333
|
+
$kendo-input-suffix-text: $kendo-subtle-text !default;
|
|
23334
|
+
|
|
23335
|
+
/// The text color of the Input prefix.
|
|
23336
|
+
/// @group input
|
|
23337
|
+
$kendo-input-prefix-text: $kendo-subtle-text !default;
|
|
23338
|
+
/// The text color of the Input suffix.
|
|
23339
|
+
/// @group input
|
|
23340
|
+
$kendo-input-suffix-text: $kendo-subtle-text !default;
|
|
23341
|
+
|
|
22546
23342
|
/// The border color of the invalid Input components.
|
|
22547
23343
|
/// @group input
|
|
22548
23344
|
$kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
@@ -22550,6 +23346,13 @@ $kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
|
22550
23346
|
/// @group input
|
|
22551
23347
|
$kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
|
|
22552
23348
|
|
|
23349
|
+
/// The border color of the valid Input components.
|
|
23350
|
+
/// @group input
|
|
23351
|
+
$kendo-input-valid-border: $kendo-valid-border !default;
|
|
23352
|
+
/// The shadow of the valid Input components.
|
|
23353
|
+
/// @group input
|
|
23354
|
+
$kendo-input-valid-shadow: $kendo-valid-shadow !default;
|
|
23355
|
+
|
|
22553
23356
|
/// The background color of the Picker components.
|
|
22554
23357
|
/// @group picker
|
|
22555
23358
|
$kendo-picker-bg: $kendo-button-bg !default;
|
|
@@ -22622,14 +23425,14 @@ $kendo-picker-outline-bg: null !default;
|
|
|
22622
23425
|
$kendo-picker-outline-text: $kendo-button-text !default;
|
|
22623
23426
|
/// The border color of the outline Picker components.
|
|
22624
23427
|
/// @group picker
|
|
22625
|
-
$kendo-picker-outline-border: rgba( $kendo-picker-outline-text, .5) !default;
|
|
23428
|
+
$kendo-picker-outline-border: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-picker-outline-text, .5)) !default;
|
|
22626
23429
|
|
|
22627
23430
|
/// The background color of the outline hovered Picker components.
|
|
22628
23431
|
/// @group picker
|
|
22629
23432
|
$kendo-picker-outline-hover-bg: $kendo-picker-outline-text !default;
|
|
22630
23433
|
/// The text color of the outline hovered Picker components.
|
|
22631
23434
|
/// @group picker
|
|
22632
|
-
$kendo-picker-outline-hover-text: k-contrast-legacy( $kendo-picker-outline-hover-bg ) !default;
|
|
23435
|
+
$kendo-picker-outline-hover-text: if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-picker-outline-hover-bg )) !default;
|
|
22633
23436
|
/// The border color of the outline hovered Picker components.
|
|
22634
23437
|
/// @group picker
|
|
22635
23438
|
$kendo-picker-outline-hover-border: $kendo-picker-outline-hover-bg !default;
|
|
@@ -22669,13 +23472,13 @@ $kendo-picker-flat-border: $kendo-button-border !default;
|
|
|
22669
23472
|
|
|
22670
23473
|
/// The background color of the flat hovered Picker components.
|
|
22671
23474
|
/// @group picker
|
|
22672
|
-
$kendo-picker-flat-hover-bg: rgba( $kendo-button-text, .04 ) !default;
|
|
23475
|
+
$kendo-picker-flat-hover-bg: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .04 ), rgba( $kendo-button-text, .04 )) !default;
|
|
22673
23476
|
/// The text color of the flat hovered Picker components.
|
|
22674
23477
|
/// @group picker
|
|
22675
23478
|
$kendo-picker-flat-hover-text: null !default;
|
|
22676
23479
|
/// The border color of the flat hovered Picker components.
|
|
22677
23480
|
/// @group picker
|
|
22678
|
-
$kendo-picker-flat-hover-border: rgba( $kendo-button-border, .16 ) !default;
|
|
23481
|
+
$kendo-picker-flat-hover-border: if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-button-border, .16 )) !default;
|
|
22679
23482
|
|
|
22680
23483
|
/// The background color of the flat focused Picker components.
|
|
22681
23484
|
/// @group picker
|
|
@@ -22740,10 +23543,10 @@ $kendo-tooltip-callout-size: 6px !default;
|
|
|
22740
23543
|
|
|
22741
23544
|
/// The default background of the Tooltip.
|
|
22742
23545
|
/// @group tooltip
|
|
22743
|
-
$kendo-tooltip-bg: rgba( k-contrast-legacy( $kendo-body-bg ), .75 ) !default;
|
|
23546
|
+
$kendo-tooltip-bg: if($kendo-enable-color-system, k-color( on-app-surface ), rgba( k-contrast-legacy( $kendo-body-bg ), .75 )) !default;
|
|
22744
23547
|
/// The default text color of the Tooltip.
|
|
22745
23548
|
/// @group tooltip
|
|
22746
|
-
$kendo-tooltip-text: k-contrast-legacy( $kendo-tooltip-bg ) !default;
|
|
23549
|
+
$kendo-tooltip-text: if($kendo-enable-color-system, k-color( app-surface ), k-contrast-legacy( $kendo-tooltip-bg )) !default;
|
|
22747
23550
|
/// The default border color of the Tooltip.
|
|
22748
23551
|
/// @group tooltip
|
|
22749
23552
|
$kendo-tooltip-border: $kendo-tooltip-bg !default;
|
|
@@ -22757,7 +23560,7 @@ $kendo-tooltip-shadow: k-elevation(2) !default;
|
|
|
22757
23560
|
|
|
22758
23561
|
@each $name, $color in $colors {
|
|
22759
23562
|
$_theme: k-map-merge(( $name: (
|
|
22760
|
-
color: k-contrast-legacy( $color ),
|
|
23563
|
+
color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color )),
|
|
22761
23564
|
background-color: $color,
|
|
22762
23565
|
border: $color,
|
|
22763
23566
|
)), $_theme );
|
|
@@ -22772,6 +23575,7 @@ $kendo-tooltip-theme-colors: $kendo-theme-colors !default;
|
|
|
22772
23575
|
/// The generated theme colors map for the Tooltip.
|
|
22773
23576
|
/// @group tooltip
|
|
22774
23577
|
$kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
|
|
23578
|
+
|
|
22775
23579
|
// #endregion
|
|
22776
23580
|
// #region @import "../typography/_variables.scss"; -> scss/typography/_variables.scss
|
|
22777
23581
|
// File already imported_once. Skipping output.
|
|
@@ -23041,7 +23845,7 @@ $kendo-fieldset-border: null !default;
|
|
|
23041
23845
|
$kendo-fieldset-legend-bg: null !default;
|
|
23042
23846
|
/// The text color of the Form legend.
|
|
23043
23847
|
/// @group form
|
|
23044
|
-
$kendo-fieldset-legend-text: k-try-shade( $kendo-body-text, 2 ) !default;
|
|
23848
|
+
$kendo-fieldset-legend-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-try-shade( $kendo-body-text, 2 )) !default;
|
|
23045
23849
|
/// The border color of the Form legend.
|
|
23046
23850
|
/// @group form
|
|
23047
23851
|
$kendo-fieldset-legend-border: null !default;
|
|
@@ -24090,12 +24894,20 @@ $_kendo-module-meta: (
|
|
|
24090
24894
|
.k-input-suffix {
|
|
24091
24895
|
border-color: inherit;
|
|
24092
24896
|
display: flex;
|
|
24093
|
-
flex-flow: row nowrap;
|
|
24094
24897
|
align-items: center;
|
|
24095
24898
|
flex: none;
|
|
24096
24899
|
|
|
24097
24900
|
> * {
|
|
24098
24901
|
flex-shrink: 0;
|
|
24902
|
+
border: none;
|
|
24903
|
+
}
|
|
24904
|
+
|
|
24905
|
+
&-vertical {
|
|
24906
|
+
flex-flow: column wrap;
|
|
24907
|
+
}
|
|
24908
|
+
|
|
24909
|
+
&-horizontal {
|
|
24910
|
+
flex-flow: row wrap;
|
|
24099
24911
|
}
|
|
24100
24912
|
}
|
|
24101
24913
|
|
|
@@ -24103,21 +24915,32 @@ $_kendo-module-meta: (
|
|
|
24103
24915
|
// Input separator
|
|
24104
24916
|
.k-input-separator {
|
|
24105
24917
|
margin: 0;
|
|
24106
|
-
width: 0;
|
|
24107
|
-
height: $kendo-icon-size;
|
|
24108
|
-
border-width: 0 0 0 1px;
|
|
24109
24918
|
border-style: solid;
|
|
24110
24919
|
border-color: inherit;
|
|
24920
|
+
border-width: 0 0 0 1px;
|
|
24921
|
+
height: $kendo-icon-size;
|
|
24111
24922
|
align-self: center;
|
|
24923
|
+
|
|
24924
|
+
&-horizontal {
|
|
24925
|
+
height: auto;
|
|
24926
|
+
margin-inline: $kendo-input-md-padding-y;
|
|
24927
|
+
align-self: stretch;
|
|
24928
|
+
border-width: 1px 0 0;
|
|
24929
|
+
}
|
|
24930
|
+
|
|
24931
|
+
&-vertical {
|
|
24932
|
+
height: auto;
|
|
24933
|
+
margin-block: $kendo-input-md-padding-y;
|
|
24934
|
+
align-self: stretch;
|
|
24935
|
+
border-width: 0 0 0 1px;
|
|
24936
|
+
}
|
|
24112
24937
|
}
|
|
24113
24938
|
|
|
24114
24939
|
|
|
24115
24940
|
// Input with icon styles
|
|
24116
24941
|
.k-input-icon,
|
|
24117
24942
|
.k-input-validation-icon,
|
|
24118
|
-
.k-input-loading-icon
|
|
24119
|
-
.k-input-prefix > .k-icon,
|
|
24120
|
-
.k-input-suffix > .k-icon {
|
|
24943
|
+
.k-input-loading-icon {
|
|
24121
24944
|
flex: none;
|
|
24122
24945
|
align-self: center;
|
|
24123
24946
|
display: inline-flex;
|
|
@@ -24335,12 +25158,24 @@ $_kendo-module-meta: (
|
|
|
24335
25158
|
.k-input-loading-icon,
|
|
24336
25159
|
.k-clear-value,
|
|
24337
25160
|
.k-input-prefix > .k-icon,
|
|
24338
|
-
.k-input-
|
|
25161
|
+
.k-input-prefix > .k-input-prefix-text,
|
|
25162
|
+
.k-input-suffix > .k-icon,
|
|
25163
|
+
.k-input-suffix > .k-input-suffix-text {
|
|
24339
25164
|
padding-block: $_padding-y;
|
|
24340
25165
|
padding-inline: $_padding-y;
|
|
24341
25166
|
box-sizing: content-box;
|
|
24342
25167
|
}
|
|
24343
25168
|
|
|
25169
|
+
.k-input-separator {
|
|
25170
|
+
&-horizontal {
|
|
25171
|
+
margin-inline: $_padding-y;
|
|
25172
|
+
}
|
|
25173
|
+
|
|
25174
|
+
&-vertical {
|
|
25175
|
+
margin-block: $_padding-y;
|
|
25176
|
+
}
|
|
25177
|
+
}
|
|
25178
|
+
|
|
24344
25179
|
&.k-icon-picker .k-input-inner {
|
|
24345
25180
|
width: calc( #{ $_line-height * 1em } );
|
|
24346
25181
|
height: calc( #{ $_line-height * 1em } );
|
|
@@ -24476,6 +25311,35 @@ $_kendo-module-meta: (
|
|
|
24476
25311
|
}
|
|
24477
25312
|
}
|
|
24478
25313
|
|
|
25314
|
+
// Valid
|
|
25315
|
+
&.k-valid {
|
|
25316
|
+
@include fill( $border: $kendo-input-valid-border );
|
|
25317
|
+
|
|
25318
|
+
.k-input-validation-icon {
|
|
25319
|
+
color: $kendo-valid-text;
|
|
25320
|
+
}
|
|
25321
|
+
|
|
25322
|
+
&:focus,
|
|
25323
|
+
&.k-focus {
|
|
25324
|
+
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25325
|
+
}
|
|
25326
|
+
&:focus-within {
|
|
25327
|
+
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25328
|
+
}
|
|
25329
|
+
}
|
|
25330
|
+
|
|
25331
|
+
// Prefix & Suffix
|
|
25332
|
+
.k-input-prefix {
|
|
25333
|
+
color: $kendo-input-prefix-text;
|
|
25334
|
+
}
|
|
25335
|
+
|
|
25336
|
+
.k-input-suffix {
|
|
25337
|
+
color: $kendo-input-suffix-text;
|
|
25338
|
+
}
|
|
25339
|
+
|
|
25340
|
+
.k-input-separator {
|
|
25341
|
+
border-color: $kendo-input-separator-text;
|
|
25342
|
+
}
|
|
24479
25343
|
}
|
|
24480
25344
|
|
|
24481
25345
|
|
|
@@ -24552,6 +25416,23 @@ $_kendo-module-meta: (
|
|
|
24552
25416
|
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
24553
25417
|
}
|
|
24554
25418
|
}
|
|
25419
|
+
|
|
25420
|
+
// Valid
|
|
25421
|
+
&.k-valid {
|
|
25422
|
+
@include fill( $border: $kendo-input-valid-border );
|
|
25423
|
+
|
|
25424
|
+
.k-input-validation-icon {
|
|
25425
|
+
color: $kendo-valid-text;
|
|
25426
|
+
}
|
|
25427
|
+
|
|
25428
|
+
&:focus,
|
|
25429
|
+
&.k-focus {
|
|
25430
|
+
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25431
|
+
}
|
|
25432
|
+
&:focus-within {
|
|
25433
|
+
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25434
|
+
}
|
|
25435
|
+
}
|
|
24555
25436
|
}
|
|
24556
25437
|
|
|
24557
25438
|
|
|
@@ -24637,6 +25518,35 @@ $_kendo-module-meta: (
|
|
|
24637
25518
|
}
|
|
24638
25519
|
}
|
|
24639
25520
|
|
|
25521
|
+
// Valid
|
|
25522
|
+
&.k-valid {
|
|
25523
|
+
@include fill( $border: $kendo-input-valid-border );
|
|
25524
|
+
|
|
25525
|
+
.k-input-validation-icon {
|
|
25526
|
+
color: $kendo-valid-text;
|
|
25527
|
+
}
|
|
25528
|
+
|
|
25529
|
+
&:focus,
|
|
25530
|
+
&.k-focus {
|
|
25531
|
+
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25532
|
+
}
|
|
25533
|
+
&:focus-within {
|
|
25534
|
+
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25535
|
+
}
|
|
25536
|
+
}
|
|
25537
|
+
|
|
25538
|
+
// Prefix & Suffix
|
|
25539
|
+
.k-input-prefix {
|
|
25540
|
+
color: $kendo-input-prefix-text;
|
|
25541
|
+
}
|
|
25542
|
+
|
|
25543
|
+
.k-input-suffix {
|
|
25544
|
+
color: $kendo-input-suffix-text;
|
|
25545
|
+
}
|
|
25546
|
+
|
|
25547
|
+
.k-input-separator {
|
|
25548
|
+
border-color: $kendo-input-separator-text;
|
|
25549
|
+
}
|
|
24640
25550
|
}
|
|
24641
25551
|
|
|
24642
25552
|
|
|
@@ -24719,6 +25629,23 @@ $_kendo-module-meta: (
|
|
|
24719
25629
|
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
24720
25630
|
}
|
|
24721
25631
|
}
|
|
25632
|
+
|
|
25633
|
+
// Valid
|
|
25634
|
+
&.k-valid {
|
|
25635
|
+
@include fill( $border: $kendo-input-valid-border );
|
|
25636
|
+
|
|
25637
|
+
.k-input-validation-icon {
|
|
25638
|
+
color: $kendo-valid-text;
|
|
25639
|
+
}
|
|
25640
|
+
|
|
25641
|
+
&:focus,
|
|
25642
|
+
&.k-focus {
|
|
25643
|
+
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25644
|
+
}
|
|
25645
|
+
&:focus-within {
|
|
25646
|
+
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25647
|
+
}
|
|
25648
|
+
}
|
|
24722
25649
|
}
|
|
24723
25650
|
|
|
24724
25651
|
|
|
@@ -24790,6 +25717,36 @@ $_kendo-module-meta: (
|
|
|
24790
25717
|
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
24791
25718
|
}
|
|
24792
25719
|
}
|
|
25720
|
+
|
|
25721
|
+
// Valid
|
|
25722
|
+
&.k-valid {
|
|
25723
|
+
@include fill( $border: $kendo-input-valid-border );
|
|
25724
|
+
|
|
25725
|
+
.k-input-validation-icon {
|
|
25726
|
+
color: $kendo-valid-text;
|
|
25727
|
+
}
|
|
25728
|
+
|
|
25729
|
+
&:focus,
|
|
25730
|
+
&.k-focus {
|
|
25731
|
+
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25732
|
+
}
|
|
25733
|
+
&:focus-within {
|
|
25734
|
+
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25735
|
+
}
|
|
25736
|
+
}
|
|
25737
|
+
|
|
25738
|
+
// Prefix & Suffix
|
|
25739
|
+
.k-input-prefix {
|
|
25740
|
+
color: $kendo-input-prefix-text;
|
|
25741
|
+
}
|
|
25742
|
+
|
|
25743
|
+
.k-input-suffix {
|
|
25744
|
+
color: $kendo-input-suffix-text;
|
|
25745
|
+
}
|
|
25746
|
+
|
|
25747
|
+
.k-input-separator {
|
|
25748
|
+
border-color: $kendo-input-separator-text;
|
|
25749
|
+
}
|
|
24793
25750
|
}
|
|
24794
25751
|
|
|
24795
25752
|
|
|
@@ -24872,6 +25829,23 @@ $_kendo-module-meta: (
|
|
|
24872
25829
|
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
24873
25830
|
}
|
|
24874
25831
|
}
|
|
25832
|
+
|
|
25833
|
+
// Valid
|
|
25834
|
+
&.k-valid {
|
|
25835
|
+
@include fill( $border: $kendo-input-valid-border );
|
|
25836
|
+
|
|
25837
|
+
.k-input-validation-icon {
|
|
25838
|
+
color: $kendo-valid-text;
|
|
25839
|
+
}
|
|
25840
|
+
|
|
25841
|
+
&:focus,
|
|
25842
|
+
&.k-focus {
|
|
25843
|
+
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25844
|
+
}
|
|
25845
|
+
&:focus-within {
|
|
25846
|
+
@include focus-indicator( $kendo-input-valid-shadow );
|
|
25847
|
+
}
|
|
25848
|
+
}
|
|
24875
25849
|
}
|
|
24876
25850
|
|
|
24877
25851
|
}
|
|
@@ -25839,7 +26813,7 @@ $kendo-progressbar-line-height: 1 !default;
|
|
|
25839
26813
|
|
|
25840
26814
|
/// The background color of the ProgressBar.
|
|
25841
26815
|
/// @group progressbar
|
|
25842
|
-
$kendo-progressbar-bg: k-try-shade( $kendo-component-bg, 1 ) !default;
|
|
26816
|
+
$kendo-progressbar-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 )) !default;
|
|
25843
26817
|
/// The text color of the ProgressBar.
|
|
25844
26818
|
/// @group progressbar
|
|
25845
26819
|
$kendo-progressbar-text: $kendo-component-text !default;
|
|
@@ -25855,10 +26829,10 @@ $kendo-progressbar-gradient: null !default;
|
|
|
25855
26829
|
$kendo-progressbar-value-bg: $kendo-color-primary !default;
|
|
25856
26830
|
/// The progress text color of the ProgressBar.
|
|
25857
26831
|
/// @group progressbar
|
|
25858
|
-
$kendo-progressbar-value-text: k-contrast-legacy( $kendo-progressbar-value-bg ) !default;
|
|
26832
|
+
$kendo-progressbar-value-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg )) !default;
|
|
25859
26833
|
/// The progress border color of the ProgressBar.
|
|
25860
26834
|
/// @group progressbar
|
|
25861
|
-
$kendo-progressbar-value-border: k-try-shade( $kendo-progressbar-value-bg ) !default;
|
|
26835
|
+
$kendo-progressbar-value-border: if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg )) !default;
|
|
25862
26836
|
/// The progress background gradient of the ProgressBar.
|
|
25863
26837
|
/// @group progressbar
|
|
25864
26838
|
$kendo-progressbar-value-gradient: null !default;
|
|
@@ -26170,7 +27144,7 @@ $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
|
26170
27144
|
|
|
26171
27145
|
.k-progressbar-indeterminate {
|
|
26172
27146
|
@include fill( $kendo-progressbar-indeterminate-text, $kendo-progressbar-indeterminate-bg, $kendo-progressbar-indeterminate-border );
|
|
26173
|
-
@include striped-gradient( k-color-shade($kendo-progressbar-indeterminate-bg) );
|
|
27147
|
+
@include striped-gradient( if($kendo-enable-color-system, rgba( k-color( base-emphasis, true ), .55 ), k-color-shade($kendo-progressbar-indeterminate-bg)) );
|
|
26174
27148
|
background-size: $kendo-progressbar-height $kendo-progressbar-height;
|
|
26175
27149
|
animation: kendo-progressbar-indeterminate-animation $kendo-progressbar-animation-timing;
|
|
26176
27150
|
}
|
|
@@ -26839,28 +27813,28 @@ $kendo-slider-draghandle-active-scale: 1 !default;
|
|
|
26839
27813
|
$kendo-slider-draghandle-active-size: null !default;
|
|
26840
27814
|
|
|
26841
27815
|
$kendo-slider-draghandle-bg: $kendo-color-primary !default;
|
|
26842
|
-
$kendo-slider-draghandle-text: k-contrast-legacy( $kendo-color-primary ) !default;
|
|
27816
|
+
$kendo-slider-draghandle-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-color-primary )) !default;
|
|
26843
27817
|
$kendo-slider-draghandle-border: $kendo-color-primary !default;
|
|
26844
27818
|
$kendo-slider-draghandle-gradient: null !default;
|
|
26845
27819
|
|
|
26846
|
-
$kendo-slider-draghandle-hover-bg: k-try-shade( $kendo-color-primary , .5 ) !default;
|
|
27820
|
+
$kendo-slider-draghandle-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-color-primary , .5 )) !default;
|
|
26847
27821
|
$kendo-slider-draghandle-hover-text: null !default;
|
|
26848
27822
|
$kendo-slider-draghandle-hover-border: $kendo-color-primary !default;
|
|
26849
27823
|
$kendo-slider-draghandle-hover-gradient: null !default;
|
|
26850
27824
|
|
|
26851
|
-
$kendo-slider-draghandle-pressed-bg: k-try-shade( $kendo-color-primary , 1.5 ) !default;
|
|
27825
|
+
$kendo-slider-draghandle-pressed-bg: if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-color-primary , 1.5 )) !default;
|
|
26852
27826
|
$kendo-slider-draghandle-pressed-text: null !default;
|
|
26853
|
-
$kendo-slider-draghandle-pressed-border: k-try-shade( $kendo-color-primary , 1.5 ) !default;
|
|
27827
|
+
$kendo-slider-draghandle-pressed-border: if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-color-primary , 1.5 )) !default;
|
|
26854
27828
|
$kendo-slider-draghandle-pressed-gradient: null !default;
|
|
26855
27829
|
|
|
26856
|
-
$kendo-slider-draghandle-focus-shadow: 0 0 0 2px rgba( $kendo-color-primary , .3 ) !default;
|
|
27830
|
+
$kendo-slider-draghandle-focus-shadow: 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary , .3 )) !default;
|
|
26857
27831
|
|
|
26858
27832
|
$kendo-slider-transition-speed: .3s !default;
|
|
26859
27833
|
$kendo-slider-transition-function: ease-out !default;
|
|
26860
27834
|
$kendo-slider-draghandle-transition-speed: .4s !default;
|
|
26861
27835
|
$kendo-slider-draghandle-transition-function: cubic-bezier(.25, .8, .25, 1) !default;
|
|
26862
27836
|
|
|
26863
|
-
$kendo-slider-track-bg: k-try-shade( $kendo-component-bg, 1 ) !default;
|
|
27837
|
+
$kendo-slider-track-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 )) !default;
|
|
26864
27838
|
$kendo-slider-selection-bg: $kendo-color-primary !default;
|
|
26865
27839
|
$kendo-slider-disabled-opacity: null !default;
|
|
26866
27840
|
|
|
@@ -28244,7 +29218,7 @@ $kendo-calendar-sizes: (
|
|
|
28244
29218
|
.k-calendar { // stylelint-disable-line
|
|
28245
29219
|
|
|
28246
29220
|
$kendo-calendar-range-gap: 1px !default;
|
|
28247
|
-
$kendo-calendar-range-bg: rgba( $kendo-calendar-cell-selected-bg, .25 );
|
|
29221
|
+
$kendo-calendar-range-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-calendar-cell-selected-bg, .25 ));
|
|
28248
29222
|
$kendo-calendar-range-split-size: 5px !default;
|
|
28249
29223
|
|
|
28250
29224
|
.k-range-start,
|
|
@@ -31939,6 +32913,22 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
31939
32913
|
}
|
|
31940
32914
|
}
|
|
31941
32915
|
|
|
32916
|
+
.k-multiselecttree {
|
|
32917
|
+
.k-input-values {
|
|
32918
|
+
width: auto;
|
|
32919
|
+
max-width: 100%;
|
|
32920
|
+
}
|
|
32921
|
+
|
|
32922
|
+
.k-input-inner::before {
|
|
32923
|
+
content: "\200b";
|
|
32924
|
+
width: 0px;
|
|
32925
|
+
overflow: hidden;
|
|
32926
|
+
flex: none;
|
|
32927
|
+
display: inline-block;
|
|
32928
|
+
vertical-align: top;
|
|
32929
|
+
}
|
|
32930
|
+
}
|
|
32931
|
+
|
|
31942
32932
|
}
|
|
31943
32933
|
|
|
31944
32934
|
|
|
@@ -32483,7 +33473,7 @@ $kendo-switch-off-track-bg: $kendo-component-bg !default;
|
|
|
32483
33473
|
$kendo-switch-off-track-text: $kendo-component-text !default;
|
|
32484
33474
|
/// The border color of the track when the Switch is not checked.
|
|
32485
33475
|
/// @group switch
|
|
32486
|
-
$kendo-switch-off-track-border: k-try-shade( $kendo-switch-off-track-bg, 8% ) !default;
|
|
33476
|
+
$kendo-switch-off-track-border: if($kendo-enable-color-system, k-color( border ), k-try-shade( $kendo-switch-off-track-bg, 8% )) !default;
|
|
32487
33477
|
/// The background gradient of the track when the Switch is not checked.
|
|
32488
33478
|
/// @group switch
|
|
32489
33479
|
$kendo-switch-off-track-gradient: null !default;
|
|
@@ -32515,7 +33505,7 @@ $kendo-switch-off-track-focus-border: null !default;
|
|
|
32515
33505
|
$kendo-switch-off-track-focus-gradient: null !default;
|
|
32516
33506
|
/// The ring around the track when the focused Switch is not checked.
|
|
32517
33507
|
/// @group switch
|
|
32518
|
-
$kendo-switch-off-track-focus-ring: 2px solid rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 ) !default;
|
|
33508
|
+
$kendo-switch-off-track-focus-ring: 2px solid if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 )) !default;
|
|
32519
33509
|
|
|
32520
33510
|
/// The background of the track when the disabled Switch is not checked.
|
|
32521
33511
|
/// @group switch
|
|
@@ -32562,7 +33552,7 @@ $kendo-switch-off-thumb-hover-gradient: null !default;
|
|
|
32562
33552
|
$kendo-switch-on-track-bg: $kendo-color-primary !default;
|
|
32563
33553
|
/// The text color of the track when the Switch is checked.
|
|
32564
33554
|
/// @group switch
|
|
32565
|
-
$kendo-switch-on-track-text: k-contrast-legacy( $kendo-switch-on-track-bg ) !default;
|
|
33555
|
+
$kendo-switch-on-track-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-switch-on-track-bg )) !default;
|
|
32566
33556
|
/// The border color of the track when the Switch is checked.
|
|
32567
33557
|
/// @group switch
|
|
32568
33558
|
$kendo-switch-on-track-border: $kendo-switch-on-track-bg !default;
|
|
@@ -32597,7 +33587,7 @@ $kendo-switch-on-track-focus-border: null !default;
|
|
|
32597
33587
|
$kendo-switch-on-track-focus-gradient: null !default;
|
|
32598
33588
|
/// The ring around the track when the focused Switch is checked.
|
|
32599
33589
|
/// @group switch
|
|
32600
|
-
$kendo-switch-on-track-focus-ring: 2px solid rgba( $kendo-switch-on-track-border, .25 ) !default;
|
|
33590
|
+
$kendo-switch-on-track-focus-ring: 2px solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 )) !default;
|
|
32601
33591
|
|
|
32602
33592
|
/// The background of the track when the disabled Switch is checked.
|
|
32603
33593
|
/// @group switch
|
|
@@ -32862,7 +33852,7 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
32862
33852
|
$kendo-switch-off-track-focus-gradient
|
|
32863
33853
|
);
|
|
32864
33854
|
@if $kendo-enable-focus-contrast {
|
|
32865
|
-
@include box-shadow( 0 0 0 2px if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) );
|
|
33855
|
+
@include box-shadow( 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )) );
|
|
32866
33856
|
} @else {
|
|
32867
33857
|
outline: $kendo-switch-off-track-focus-ring;
|
|
32868
33858
|
}
|
|
@@ -32942,7 +33932,7 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
32942
33932
|
$kendo-switch-on-track-focus-gradient
|
|
32943
33933
|
);
|
|
32944
33934
|
@if $kendo-enable-focus-contrast {
|
|
32945
|
-
@include box-shadow( 0 0 0 2px if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) );
|
|
33935
|
+
@include box-shadow( 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )) );
|
|
32946
33936
|
} @else {
|
|
32947
33937
|
outline: $kendo-switch-on-track-focus-ring;
|
|
32948
33938
|
}
|
|
@@ -33095,7 +34085,7 @@ $kendo-dropzone-border: $kendo-base-border !default;
|
|
|
33095
34085
|
$kendo-dropzone-icon-spacing: k-map-get( $kendo-spacing, 6 ) !default;
|
|
33096
34086
|
/// The text color of the DropZone icon.
|
|
33097
34087
|
/// @group dropzone
|
|
33098
|
-
$kendo-dropzone-icon-text: k-try-tint( $kendo-dropzone-text, 4 ) !default;
|
|
34088
|
+
$kendo-dropzone-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 )) !default;
|
|
33099
34089
|
/// The text color of the hovered DropZone icon.
|
|
33100
34090
|
/// @group dropzone
|
|
33101
34091
|
$kendo-dropzone-icon-hover-text: $kendo-color-primary !default;
|
|
@@ -33795,14 +34785,14 @@ $kendo-appbar-gap: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
33795
34785
|
$kendo-appbar-light-bg: $kendo-color-light !default;
|
|
33796
34786
|
/// The text color of the AppBar based on light theme color.
|
|
33797
34787
|
/// @group appbar
|
|
33798
|
-
$kendo-appbar-light-text: k-contrast-legacy( $kendo-color-light ) !default;
|
|
34788
|
+
$kendo-appbar-light-text: if($kendo-enable-color-system, k-color( on-light ), k-contrast-legacy( $kendo-color-light )) !default;
|
|
33799
34789
|
|
|
33800
34790
|
/// The background color of the AppBar based on dark theme color.
|
|
33801
34791
|
/// @group appbar
|
|
33802
34792
|
$kendo-appbar-dark-bg: $kendo-color-dark !default;
|
|
33803
34793
|
/// The text color of the AppBar based on dark theme color.
|
|
33804
34794
|
/// @group appbar
|
|
33805
|
-
$kendo-appbar-dark-text: k-contrast-legacy( $kendo-color-dark ) !default;
|
|
34795
|
+
$kendo-appbar-dark-text: if($kendo-enable-color-system, k-color( on-dark ), k-contrast-legacy( $kendo-color-dark )) !default;
|
|
33806
34796
|
|
|
33807
34797
|
/// The box shadow of the AppBar.
|
|
33808
34798
|
/// @group appbar
|
|
@@ -33953,7 +34943,7 @@ $kendo-appbar-bottom-box-shadow: $kendo-appbar-box-shadow !default;
|
|
|
33953
34943
|
color: $kendo-appbar-dark-text;
|
|
33954
34944
|
background-color: $kendo-appbar-dark-bg;
|
|
33955
34945
|
} @else {
|
|
33956
|
-
color: k-contrast-legacy( $color );
|
|
34946
|
+
color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color ));
|
|
33957
34947
|
background-color: $color;
|
|
33958
34948
|
}
|
|
33959
34949
|
}
|
|
@@ -34359,7 +35349,7 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
34359
35349
|
outline: $kendo-fab-border-width $kendo-fab-outline-style $color;
|
|
34360
35350
|
outline-offset: -$kendo-fab-border-width;
|
|
34361
35351
|
border-color: $color;
|
|
34362
|
-
color: k-contrast-legacy( $color );
|
|
35352
|
+
color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color ));
|
|
34363
35353
|
background-color: $color;
|
|
34364
35354
|
}
|
|
34365
35355
|
}
|
|
@@ -34368,8 +35358,8 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
34368
35358
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
34369
35359
|
.k-hover.k-fab-solid-#{$name},
|
|
34370
35360
|
.k-fab-solid-#{$name}:hover {
|
|
34371
|
-
border-color: k-try-shade( $color, .5 );
|
|
34372
|
-
background-color: k-try-shade( $color, .5 );
|
|
35361
|
+
border-color: if($kendo-enable-color-system, k-color( #{$name}-hover ), k-try-shade( $color, .5 ));
|
|
35362
|
+
background-color: if($kendo-enable-color-system, k-color( #{$name}-hover ), k-try-shade( $color, .5 ));
|
|
34373
35363
|
}
|
|
34374
35364
|
}
|
|
34375
35365
|
|
|
@@ -34380,7 +35370,7 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
34380
35370
|
@if $kendo-enable-focus-contrast {
|
|
34381
35371
|
@include box-shadow( inset 0 0 0 2px currentColor );
|
|
34382
35372
|
} @else {
|
|
34383
|
-
outline: $kendo-fab-outline-style $kendo-fab-outline-width rgba( $color, .3 );
|
|
35373
|
+
outline: $kendo-fab-outline-style $kendo-fab-outline-width if($kendo-enable-color-system, rgba( k-color( $name, true ), .3 ), rgba( $color, .3 ));
|
|
34384
35374
|
}
|
|
34385
35375
|
}
|
|
34386
35376
|
}
|
|
@@ -34391,8 +35381,8 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
34391
35381
|
.k-selected.k-fab-solid-#{$name},
|
|
34392
35382
|
.k-fab-solid-#{$name}:active {
|
|
34393
35383
|
@include box-shadow($kendo-fab-active-shadow);
|
|
34394
|
-
border-color: k-try-shade( $color, 1.5);
|
|
34395
|
-
background-color: k-try-shade( $color, 1.5);
|
|
35384
|
+
border-color: if($kendo-enable-color-system, k-color( #{$name}-active ), k-try-shade( $color, 1.5));
|
|
35385
|
+
background-color: if($kendo-enable-color-system, k-color( #{$name}-active ), k-try-shade( $color, 1.5));
|
|
34396
35386
|
}
|
|
34397
35387
|
}
|
|
34398
35388
|
|
|
@@ -34401,8 +35391,8 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
34401
35391
|
.k-disabled.k-fab-solid-#{$name},
|
|
34402
35392
|
.k-fab-solid-#{$name}:disabled {
|
|
34403
35393
|
@include box-shadow($kendo-fab-disabled-shadow);
|
|
34404
|
-
background-color: k-try-tint( $color, 5 );
|
|
34405
|
-
color: k-try-tint( k-contrast-legacy( $color ), 5 );
|
|
35394
|
+
background-color: if($kendo-enable-color-system, rgba( k-color( $name, true ), .6 ), k-try-tint( $color, 5 ));
|
|
35395
|
+
color: if($kendo-enable-color-system, rgba( k-color( on-#{$name}, true ), .6 ), k-try-tint( k-contrast-legacy( $color ), 5 ));
|
|
34406
35396
|
opacity: 1;
|
|
34407
35397
|
}
|
|
34408
35398
|
}
|
|
@@ -34431,8 +35421,8 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
34431
35421
|
// Hover state
|
|
34432
35422
|
.k-fab-item.k-hover .k-fab-item-icon,
|
|
34433
35423
|
.k-fab-item:hover .k-fab-item-icon {
|
|
34434
|
-
border-color: k-try-shade( $kendo-fab-item-icon-border, .5 );
|
|
34435
|
-
background-color: k-try-shade( $kendo-fab-item-icon-bg, .5 );
|
|
35424
|
+
border-color: if($kendo-enable-color-system, k-color( border ), k-try-shade( $kendo-fab-item-icon-border, .5 ));
|
|
35425
|
+
background-color: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-fab-item-icon-bg, .5 ));
|
|
34436
35426
|
}
|
|
34437
35427
|
|
|
34438
35428
|
// Focus state
|
|
@@ -34441,7 +35431,7 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
34441
35431
|
.k-fab-item.k-focus .k-fab-item-text,
|
|
34442
35432
|
.k-fab-item.k-focus .k-fab-item-icon {
|
|
34443
35433
|
@if $kendo-enable-focus-contrast {
|
|
34444
|
-
@include box-shadow( inset 0 0 0 2px if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) );
|
|
35434
|
+
@include box-shadow( inset 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )) );
|
|
34445
35435
|
} @else {
|
|
34446
35436
|
outline: $kendo-fab-item-outline-style $kendo-fab-item-outline-width $kendo-fab-item-outline-color;
|
|
34447
35437
|
}
|
|
@@ -34451,8 +35441,8 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
34451
35441
|
.k-fab-item.k-active .k-fab-item-icon,
|
|
34452
35442
|
.k-fab-item:active .k-fab-item-icon {
|
|
34453
35443
|
@include box-shadow($kendo-fab-item-active-shadow);
|
|
34454
|
-
border-color: k-try-shade( $kendo-fab-item-icon-border, 1);
|
|
34455
|
-
background-color: k-try-shade( $kendo-fab-item-icon-bg, 1);
|
|
35444
|
+
border-color: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-fab-item-icon-border, 1 ));
|
|
35445
|
+
background-color: if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-fab-item-icon-bg, 1 ));
|
|
34456
35446
|
}
|
|
34457
35447
|
|
|
34458
35448
|
// Disabled state
|
|
@@ -34463,8 +35453,8 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
34463
35453
|
.k-fab-item-text,
|
|
34464
35454
|
.k-fab-item-icon {
|
|
34465
35455
|
@include box-shadow($kendo-fab-item-disabled-shadow);
|
|
34466
|
-
background-color: k-try-tint( $kendo-fab-item-bg, 5 );
|
|
34467
|
-
color: k-try-tint( $kendo-fab-item-text, 5 );
|
|
35456
|
+
background-color: if($kendo-enable-color-system, rgba( k-color( base, true ), .6 ), k-try-tint( $kendo-fab-item-bg, 5 ));
|
|
35457
|
+
color: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .6 ), k-try-tint( $kendo-fab-item-text, 5 ));
|
|
34468
35458
|
}
|
|
34469
35459
|
}
|
|
34470
35460
|
|
|
@@ -35418,7 +36408,7 @@ $_kendo-module-meta: (
|
|
|
35418
36408
|
// Window theme colors
|
|
35419
36409
|
@each $name, $color in $kendo-window-theme-colors {
|
|
35420
36410
|
.k-window-#{$name} .k-window-titlebar {
|
|
35421
|
-
color: k-contrast-legacy( $color );
|
|
36411
|
+
color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color ));
|
|
35422
36412
|
background-color: $color;
|
|
35423
36413
|
}
|
|
35424
36414
|
}
|
|
@@ -35583,7 +36573,7 @@ $kendo-dialog-theme-colors: (
|
|
|
35583
36573
|
// Dialog theme colors
|
|
35584
36574
|
@each $name, $color in $kendo-dialog-theme-colors {
|
|
35585
36575
|
.k-dialog-#{$name} .k-dialog-titlebar {
|
|
35586
|
-
color: k-contrast-legacy( $color );
|
|
36576
|
+
color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color ));
|
|
35587
36577
|
background-color: $color;
|
|
35588
36578
|
}
|
|
35589
36579
|
}
|
|
@@ -35761,6 +36751,7 @@ $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
|
|
|
35761
36751
|
}
|
|
35762
36752
|
.k-drawer-content {
|
|
35763
36753
|
flex: 1 1 auto;
|
|
36754
|
+
overflow: auto;
|
|
35764
36755
|
}
|
|
35765
36756
|
|
|
35766
36757
|
|
|
@@ -36073,6 +37064,10 @@ $_kendo-module-meta: (
|
|
|
36073
37064
|
// #region @import "./_variables.scss"; -> scss/notification/_variables.scss
|
|
36074
37065
|
// Notification
|
|
36075
37066
|
|
|
37067
|
+
/// The row-gap between the elements in the Notification group.
|
|
37068
|
+
/// @group notification
|
|
37069
|
+
$kendo-notification-group-gap: k-map-get( $kendo-spacing, 2 ) !default;
|
|
37070
|
+
|
|
36076
37071
|
/// The horizontal padding of the Notification.
|
|
36077
37072
|
/// @group notification
|
|
36078
37073
|
$kendo-notification-padding-x: 8px !default;
|
|
@@ -36116,7 +37111,7 @@ $kendo-notification-icon-spacing: $kendo-icon-spacing !default;
|
|
|
36116
37111
|
|
|
36117
37112
|
@each $name, $color in $colors {
|
|
36118
37113
|
$_theme: k-map-merge(( $name: (
|
|
36119
|
-
color: k-contrast-legacy( $color ),
|
|
37114
|
+
color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color )),
|
|
36120
37115
|
background-color: $color,
|
|
36121
37116
|
border: $color,
|
|
36122
37117
|
)), $_theme );
|
|
@@ -36143,17 +37138,12 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
36143
37138
|
flex-flow: column-reverse wrap;
|
|
36144
37139
|
position: fixed;
|
|
36145
37140
|
z-index: 1000;
|
|
37141
|
+
gap: $kendo-notification-group-gap 0;
|
|
36146
37142
|
}
|
|
36147
37143
|
|
|
36148
|
-
|
|
36149
|
-
|
|
36150
|
-
|
|
36151
|
-
display: inline-flex;
|
|
36152
|
-
vertical-align: top;
|
|
36153
|
-
|
|
36154
|
-
&-animating {
|
|
36155
|
-
overflow: hidden;
|
|
36156
|
-
}
|
|
37144
|
+
// Needed due to the specifics in the implementation of animations in Angular
|
|
37145
|
+
.k-notification-container-animating {
|
|
37146
|
+
overflow: hidden;
|
|
36157
37147
|
}
|
|
36158
37148
|
|
|
36159
37149
|
.k-notification {
|
|
@@ -36710,6 +37700,10 @@ $kendo-card-callout-height: 20px !default;
|
|
|
36710
37700
|
gap: $kendo-card-actions-gap;
|
|
36711
37701
|
}
|
|
36712
37702
|
|
|
37703
|
+
.k-card-horizontal .k-actions-horizontal {
|
|
37704
|
+
width: auto;
|
|
37705
|
+
}
|
|
37706
|
+
|
|
36713
37707
|
// List
|
|
36714
37708
|
.k-card-list {
|
|
36715
37709
|
display: flex;
|
|
@@ -36926,9 +37920,9 @@ $kendo-card-callout-height: 20px !default;
|
|
|
36926
37920
|
// Card theme colors
|
|
36927
37921
|
@each $name, $color in $kendo-theme-colors {
|
|
36928
37922
|
.k-card-#{$name} {
|
|
36929
|
-
background-color: k-color-tint($color, 10);
|
|
36930
|
-
color: k-color-shade($color, 6);
|
|
36931
|
-
border-color: k-color-tint($color, 9);
|
|
37923
|
+
background-color: if($kendo-enable-color-system, k-color( #{$name}-subtle ), k-color-tint($color, 10));
|
|
37924
|
+
color: if($kendo-enable-color-system, k-color( #{$name}-on-subtle ), k-color-shade($color, 6));
|
|
37925
|
+
border-color: if($kendo-enable-color-system, k-color( #{$name}-emphasis ), k-color-tint($color, 9));
|
|
36932
37926
|
|
|
36933
37927
|
.k-card-subtitle {
|
|
36934
37928
|
color: inherit;
|
|
@@ -37602,17 +38596,17 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
37602
38596
|
@each $name, $color in $kendo-theme-colors {
|
|
37603
38597
|
.k-bottom-nav-solid-#{$name} {
|
|
37604
38598
|
@include fill(
|
|
37605
|
-
$color: k-true-mix( $color, k-contrast-legacy( $color ), 35%),
|
|
38599
|
+
$color: if($kendo-enable-color-system, rgba( k-color( on-#{$name}, true ), .65 ), k-true-mix( $color, k-contrast-legacy( $color ), 35%)),
|
|
37606
38600
|
$bg: $color
|
|
37607
38601
|
);
|
|
37608
38602
|
|
|
37609
38603
|
.k-bottom-nav-item.k-focus,
|
|
37610
38604
|
.k-bottom-nav-item:focus {
|
|
37611
|
-
@include fill( $bg: rgba(k-true-mix( $color, k-contrast-legacy( $color ), 35%), .2));
|
|
38605
|
+
@include fill( $bg: if($kendo-enable-color-system, rgba( k-color( on-#{$name}, true ), .125 ), rgba(k-true-mix( $color, k-contrast-legacy( $color ), 35%), .2)));
|
|
37612
38606
|
}
|
|
37613
38607
|
|
|
37614
38608
|
.k-bottom-nav-item.k-selected {
|
|
37615
|
-
@include fill( $color: k-contrast-legacy( $color ) );
|
|
38609
|
+
@include fill( $color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color )) );
|
|
37616
38610
|
}
|
|
37617
38611
|
}
|
|
37618
38612
|
// TODO: remove when suites update class names
|
|
@@ -37632,12 +38626,12 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
37632
38626
|
|
|
37633
38627
|
.k-bottom-nav-item.k-focus,
|
|
37634
38628
|
.k-bottom-nav-item:focus {
|
|
37635
|
-
@include fill( $bg: rgba($kendo-bottom-nav-flat-text, .05) );
|
|
38629
|
+
@include fill( $bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05), rgba($kendo-bottom-nav-flat-text, .05)) );
|
|
37636
38630
|
}
|
|
37637
38631
|
|
|
37638
38632
|
.k-bottom-nav-item.k-selected {
|
|
37639
38633
|
@if $name == "secondary" or $name == "light" {
|
|
37640
|
-
@include fill( $color: k-try-shade($color, 3) );
|
|
38634
|
+
@include fill( $color: if($kendo-enable-color-system, k-color( #{$name} ), k-try-shade($color, 3)) );
|
|
37641
38635
|
} @else {
|
|
37642
38636
|
@include fill( $color: $color );
|
|
37643
38637
|
}
|
|
@@ -38719,24 +39713,24 @@ $kendo-stepper-indicator-bg: $kendo-component-bg !default;
|
|
|
38719
39713
|
$kendo-stepper-indicator-text: $kendo-component-text !default;
|
|
38720
39714
|
$kendo-stepper-indicator-border: #cccccc !default;
|
|
38721
39715
|
|
|
38722
|
-
$kendo-stepper-indicator-hover-bg: k-try-shade( $kendo-stepper-indicator-bg ) !default;
|
|
39716
|
+
$kendo-stepper-indicator-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg )) !default;
|
|
38723
39717
|
$kendo-stepper-indicator-hover-text: null !default;
|
|
38724
39718
|
$kendo-stepper-indicator-hover-border: null !default;
|
|
38725
39719
|
|
|
38726
39720
|
$kendo-stepper-indicator-disabled-bg: null !default;
|
|
38727
|
-
$kendo-stepper-indicator-disabled-text: $kendo-disabled-text !default;
|
|
39721
|
+
$kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text) !default;
|
|
38728
39722
|
$kendo-stepper-indicator-disabled-border: null !default;
|
|
38729
39723
|
|
|
38730
39724
|
$kendo-stepper-indicator-done-bg: $kendo-color-primary !default;
|
|
38731
|
-
$kendo-stepper-indicator-done-text: k-contrast-legacy( $kendo-stepper-indicator-done-bg ) !default;
|
|
39725
|
+
$kendo-stepper-indicator-done-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) !default;
|
|
38732
39726
|
$kendo-stepper-indicator-done-border: $kendo-stepper-indicator-done-bg !default;
|
|
38733
39727
|
|
|
38734
|
-
$kendo-stepper-indicator-done-hover-bg: k-try-shade( $kendo-stepper-indicator-done-bg ) !default;
|
|
39728
|
+
$kendo-stepper-indicator-done-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg )) !default;
|
|
38735
39729
|
$kendo-stepper-indicator-done-hover-text: null !default;
|
|
38736
39730
|
$kendo-stepper-indicator-done-hover-border: null !default;
|
|
38737
39731
|
|
|
38738
|
-
$kendo-stepper-indicator-done-disabled-bg: k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%) !default;
|
|
38739
|
-
$kendo-stepper-indicator-done-disabled-text: k-contrast-legacy( $kendo-stepper-indicator-done-bg ) !default;
|
|
39732
|
+
$kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) !default;
|
|
39733
|
+
$kendo-stepper-indicator-done-disabled-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) !default;
|
|
38740
39734
|
$kendo-stepper-indicator-done-disabled-border: $kendo-stepper-indicator-done-disabled-bg !default;
|
|
38741
39735
|
|
|
38742
39736
|
$kendo-stepper-indicator-current-bg: $kendo-stepper-indicator-done-bg !default;
|
|
@@ -38754,8 +39748,8 @@ $kendo-stepper-indicator-current-disabled-border: $kendo-stepper-indicator-done-
|
|
|
38754
39748
|
$kendo-stepper-label-text: null !default;
|
|
38755
39749
|
$kendo-stepper-label-success-text: $kendo-color-success !default;
|
|
38756
39750
|
$kendo-stepper-label-error-text: $kendo-color-error !default;
|
|
38757
|
-
$kendo-stepper-label-hover-text: k-try-shade( $kendo-stepper-text, 2 ) !default;
|
|
38758
|
-
$kendo-stepper-label-disabled-text: $kendo-disabled-text !default;
|
|
39751
|
+
$kendo-stepper-label-hover-text: if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 )) !default;
|
|
39752
|
+
$kendo-stepper-label-disabled-text: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text) !default;
|
|
38759
39753
|
|
|
38760
39754
|
$kendo-stepper-optional-label-text: $kendo-subtle-text !default;
|
|
38761
39755
|
$kendo-stepper-optional-label-opacity: null !default;
|
|
@@ -38849,6 +39843,17 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
38849
39843
|
transition-duration: .4s;
|
|
38850
39844
|
transition-timing-function: ease-in-out;
|
|
38851
39845
|
|
|
39846
|
+
&::before {
|
|
39847
|
+
@include border-radius( $kendo-stepper-indicator-border-radius );
|
|
39848
|
+
content: "";
|
|
39849
|
+
width: 100%;
|
|
39850
|
+
height: 100%;
|
|
39851
|
+
position: absolute;
|
|
39852
|
+
top: 0;
|
|
39853
|
+
left: 0;
|
|
39854
|
+
z-index: -1;
|
|
39855
|
+
}
|
|
39856
|
+
|
|
38852
39857
|
&::after {
|
|
38853
39858
|
@include border-radius( 100% );
|
|
38854
39859
|
content: "";
|
|
@@ -39101,11 +40106,23 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
39101
40106
|
&.k-disabled,
|
|
39102
40107
|
&:disabled {
|
|
39103
40108
|
.k-step-indicator {
|
|
39104
|
-
@
|
|
39105
|
-
|
|
39106
|
-
|
|
39107
|
-
|
|
39108
|
-
|
|
40109
|
+
@if($kendo-enable-color-system) {
|
|
40110
|
+
@include fill(
|
|
40111
|
+
$kendo-stepper-indicator-disabled-text,
|
|
40112
|
+
k-color( app-surface ),
|
|
40113
|
+
$kendo-stepper-indicator-disabled-border
|
|
40114
|
+
);
|
|
40115
|
+
|
|
40116
|
+
&::before {
|
|
40117
|
+
background-color: $kendo-stepper-indicator-disabled-bg;
|
|
40118
|
+
}
|
|
40119
|
+
} @else {
|
|
40120
|
+
@include fill(
|
|
40121
|
+
$kendo-stepper-indicator-disabled-text,
|
|
40122
|
+
$kendo-stepper-indicator-disabled-bg,
|
|
40123
|
+
$kendo-stepper-indicator-disabled-border
|
|
40124
|
+
);
|
|
40125
|
+
}
|
|
39109
40126
|
}
|
|
39110
40127
|
|
|
39111
40128
|
.k-step-label {
|
|
@@ -39163,11 +40180,23 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
39163
40180
|
&.k-disabled,
|
|
39164
40181
|
&:disabled {
|
|
39165
40182
|
.k-step-indicator {
|
|
39166
|
-
@
|
|
39167
|
-
|
|
39168
|
-
|
|
39169
|
-
|
|
39170
|
-
|
|
40183
|
+
@if($kendo-enable-color-system) {
|
|
40184
|
+
@include fill(
|
|
40185
|
+
$kendo-stepper-indicator-done-disabled-text,
|
|
40186
|
+
k-color( app-surface ),
|
|
40187
|
+
$kendo-stepper-indicator-done-disabled-border
|
|
40188
|
+
);
|
|
40189
|
+
|
|
40190
|
+
&::before {
|
|
40191
|
+
background-color: $kendo-stepper-indicator-done-disabled-bg;
|
|
40192
|
+
}
|
|
40193
|
+
} @else {
|
|
40194
|
+
@include fill(
|
|
40195
|
+
$kendo-stepper-indicator-done-disabled-text,
|
|
40196
|
+
$kendo-stepper-indicator-done-disabled-bg,
|
|
40197
|
+
$kendo-stepper-indicator-done-disabled-border
|
|
40198
|
+
);
|
|
40199
|
+
}
|
|
39171
40200
|
}
|
|
39172
40201
|
}
|
|
39173
40202
|
}
|
|
@@ -39204,11 +40233,23 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
39204
40233
|
&.k-disabled,
|
|
39205
40234
|
&:disabled {
|
|
39206
40235
|
.k-step-indicator {
|
|
39207
|
-
@
|
|
39208
|
-
|
|
39209
|
-
|
|
39210
|
-
|
|
39211
|
-
|
|
40236
|
+
@if($kendo-enable-color-system) {
|
|
40237
|
+
@include fill(
|
|
40238
|
+
$kendo-stepper-indicator-current-disabled-text,
|
|
40239
|
+
k-color( app-surface ),
|
|
40240
|
+
$kendo-stepper-indicator-current-disabled-border
|
|
40241
|
+
);
|
|
40242
|
+
|
|
40243
|
+
&::before {
|
|
40244
|
+
background-color: $kendo-stepper-indicator-current-disabled-bg;
|
|
40245
|
+
}
|
|
40246
|
+
} @else {
|
|
40247
|
+
@include fill(
|
|
40248
|
+
$kendo-stepper-indicator-current-disabled-text,
|
|
40249
|
+
$kendo-stepper-indicator-current-disabled-bg,
|
|
40250
|
+
$kendo-stepper-indicator-current-disabled-border
|
|
40251
|
+
);
|
|
40252
|
+
}
|
|
39212
40253
|
}
|
|
39213
40254
|
}
|
|
39214
40255
|
}
|
|
@@ -40526,7 +41567,7 @@ $kendo-panelbar-header-text: $kendo-link-text !default;
|
|
|
40526
41567
|
$kendo-panelbar-header-border: null !default;
|
|
40527
41568
|
$kendo-panelbar-header-gradient: null !default;
|
|
40528
41569
|
|
|
40529
|
-
$kendo-panelbar-header-hover-bg: k-try-shade( $kendo-panelbar-header-bg, .5 ) !default;
|
|
41570
|
+
$kendo-panelbar-header-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-header-bg, .5 )) !default;
|
|
40530
41571
|
$kendo-panelbar-header-hover-text: null !default;
|
|
40531
41572
|
$kendo-panelbar-header-hover-border: null !default;
|
|
40532
41573
|
$kendo-panelbar-header-hover-gradient: null !default;
|
|
@@ -40547,7 +41588,7 @@ $kendo-panelbar-header-selected-text: $kendo-selected-text !default;
|
|
|
40547
41588
|
$kendo-panelbar-header-selected-border: null !default;
|
|
40548
41589
|
$kendo-panelbar-header-selected-gradient: null !default;
|
|
40549
41590
|
|
|
40550
|
-
$kendo-panelbar-header-selected-hover-bg: k-try-shade( $kendo-panelbar-header-selected-bg ) !default;
|
|
41591
|
+
$kendo-panelbar-header-selected-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-header-selected-bg )) !default;
|
|
40551
41592
|
$kendo-panelbar-header-selected-hover-text: null !default;
|
|
40552
41593
|
$kendo-panelbar-header-selected-hover-border: null !default;
|
|
40553
41594
|
$kendo-panelbar-header-selected-hover-gradient: null !default;
|
|
@@ -40562,7 +41603,7 @@ $kendo-panelbar-header-selected-hover-focus-text: null !default;
|
|
|
40562
41603
|
$kendo-panelbar-header-selected-hover-focus-border: null !default;
|
|
40563
41604
|
$kendo-panelbar-header-selected-hover-focus-gradient: null !default;
|
|
40564
41605
|
|
|
40565
|
-
$kendo-panelbar-item-hover-bg: k-try-shade( $kendo-panelbar-bg, .5 ) !default;
|
|
41606
|
+
$kendo-panelbar-item-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-bg, .5 )) !default;
|
|
40566
41607
|
$kendo-panelbar-item-hover-text: null !default;
|
|
40567
41608
|
$kendo-panelbar-item-hover-border: null !default;
|
|
40568
41609
|
$kendo-panelbar-item-hover-gradient: null !default;
|
|
@@ -40583,7 +41624,7 @@ $kendo-panelbar-item-selected-text: $kendo-selected-text !default;
|
|
|
40583
41624
|
$kendo-panelbar-item-selected-border: null !default;
|
|
40584
41625
|
$kendo-panelbar-item-selected-gradient: null !default;
|
|
40585
41626
|
|
|
40586
|
-
$kendo-panelbar-item-selected-hover-bg: k-try-shade( $kendo-panelbar-item-selected-bg ) !default;
|
|
41627
|
+
$kendo-panelbar-item-selected-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-item-selected-bg )) !default;
|
|
40587
41628
|
$kendo-panelbar-item-selected-hover-text: null !default;
|
|
40588
41629
|
$kendo-panelbar-item-selected-hover-border: null !default;
|
|
40589
41630
|
$kendo-panelbar-item-selected-hover-gradient: null !default;
|
|
@@ -41058,7 +42099,7 @@ $kendo-splitter-collapse-icon-padding-y: k-map-get( $kendo-spacing, .5 ) !defaul
|
|
|
41058
42099
|
$kendo-splitbar-bg: $kendo-base-bg !default;
|
|
41059
42100
|
$kendo-splitbar-text: $kendo-base-text !default;
|
|
41060
42101
|
|
|
41061
|
-
$kendo-splitbar-hover-bg: k-try-shade( $kendo-splitbar-bg, .5 ) !default;
|
|
42102
|
+
$kendo-splitbar-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 )) !default;
|
|
41062
42103
|
$kendo-splitbar-hover-text: $kendo-splitbar-text !default;
|
|
41063
42104
|
|
|
41064
42105
|
$kendo-splitbar-selected-bg: $kendo-selected-bg !default;
|
|
@@ -41641,7 +42682,7 @@ $kendo-dock-manager-dock-preview-border-style: dashed !default;
|
|
|
41641
42682
|
$kendo-dock-manager-dock-preview-border-radius: $kendo-border-radius-sm !default;
|
|
41642
42683
|
/// The background color of the dropping area in the DockManager component.
|
|
41643
42684
|
/// @group dock-manager
|
|
41644
|
-
$kendo-dock-manager-dock-preview-bg: rgba( $kendo-color-primary, .16 ) !default;
|
|
42685
|
+
$kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 )) !default;
|
|
41645
42686
|
/// The border color of the dropping area in the DockManager component.
|
|
41646
42687
|
/// @group dock-manager
|
|
41647
42688
|
$kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
|
|
@@ -42037,7 +43078,7 @@ $kendo-adaptive-content-bg: $kendo-app-bg !default;
|
|
|
42037
43078
|
$kendo-adaptive-content-text: $kendo-app-text !default;
|
|
42038
43079
|
|
|
42039
43080
|
$kendo-adaptive-menu-bg: $kendo-color-primary !default;
|
|
42040
|
-
$kendo-adaptive-menu-text: k-contrast-legacy( $kendo-adaptive-menu-bg ) !default;
|
|
43081
|
+
$kendo-adaptive-menu-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-adaptive-menu-bg )) !default;
|
|
42041
43082
|
|
|
42042
43083
|
$kendo-adaptive-menu-clear-text: $kendo-color-primary !default;
|
|
42043
43084
|
|
|
@@ -42966,7 +44007,7 @@ $kendo-grid-grouping-row-bg: $kendo-base-bg !default;
|
|
|
42966
44007
|
$kendo-grid-grouping-row-text: $kendo-grid-text !default;
|
|
42967
44008
|
|
|
42968
44009
|
$kendo-grid-sorted-icon-spacing: calc( #{$kendo-padding-md-x} - 1px ) !default;
|
|
42969
|
-
$kendo-grid-sorted-bg: rgba( k-contrast-legacy( $kendo-grid-bg ), .02 ) !default;
|
|
44010
|
+
$kendo-grid-sorted-bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .03 ), rgba( k-contrast-legacy( $kendo-grid-bg ), .02 )) !default;
|
|
42970
44011
|
$kendo-grid-sorting-indicator-text: $kendo-color-primary !default;
|
|
42971
44012
|
$kendo-grid-sorting-index-font-size: $kendo-font-size-sm !default;
|
|
42972
44013
|
$kendo-grid-sorting-index-height: $kendo-icon-size !default;
|
|
@@ -42980,11 +44021,13 @@ $kendo-grid-command-cell-button-spacing: k-map-get( $kendo-spacing, 2 ) !default
|
|
|
42980
44021
|
// be cautious when changing the next line; see https://github.com/MoOx/reduce-css-calc/issues/38
|
|
42981
44022
|
$kendo-grid-command-cell-padding-y: calc( #{$kendo-grid-cell-padding-y} - (#{$kendo-button-calc-size} - #{$kendo-line-height-em}) / 2 ) !default;
|
|
42982
44023
|
|
|
44024
|
+
// Must be a solid color
|
|
42983
44025
|
$kendo-grid-sticky-bg: $kendo-component-bg !default;
|
|
42984
44026
|
$kendo-grid-sticky-text: $kendo-grid-text !default;
|
|
42985
44027
|
$kendo-grid-sticky-border: rgba( black, .3 ) !default;
|
|
42986
44028
|
|
|
42987
|
-
|
|
44029
|
+
// Must be a solid color
|
|
44030
|
+
$kendo-grid-sticky-alt-bg: if($kendo-enable-color-system, k-color( base ), k-color-shade($kendo-grid-bg, 3.5%)) !default;
|
|
42988
44031
|
|
|
42989
44032
|
$kendo-grid-sticky-header-bg: $kendo-grid-header-bg !default;
|
|
42990
44033
|
$kendo-grid-sticky-header-text: $kendo-grid-header-text !default;
|
|
@@ -42993,11 +44036,12 @@ $kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
|
42993
44036
|
$kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
|
|
42994
44037
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-hover-bg !default;
|
|
42995
44038
|
|
|
42996
|
-
$kendo-grid-sticky-selected-bg: k-color-mix($kendo-selected-bg, #ffffff, 25%) !default;
|
|
42997
|
-
$kendo-grid-sticky-selected-alt-bg: k-color-shade($kendo-grid-sticky-selected-bg, .4) !default;
|
|
44039
|
+
$kendo-grid-sticky-selected-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), k-color-mix($kendo-selected-bg, #ffffff, 25%)) !default;
|
|
44040
|
+
$kendo-grid-sticky-selected-alt-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .24 ), k-color-shade($kendo-grid-sticky-selected-bg, .4)) !default;
|
|
42998
44041
|
|
|
42999
|
-
|
|
43000
|
-
$kendo-grid-sticky-
|
|
44042
|
+
// Must be a solid color
|
|
44043
|
+
$kendo-grid-sticky-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-color-darken($kendo-grid-bg, 8%)) !default;
|
|
44044
|
+
$kendo-grid-sticky-selected-hover-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .24 ), k-color-shade($kendo-grid-sticky-selected-bg, .7)) !default;
|
|
43001
44045
|
|
|
43002
44046
|
$kendo-grid-column-menu-width: 230px !default;
|
|
43003
44047
|
$kendo-grid-column-menu-max-width: 320px !default;
|
|
@@ -43048,7 +44092,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
43048
44092
|
|
|
43049
44093
|
/// Background color of the grid row resize indicator
|
|
43050
44094
|
/// @group grid
|
|
43051
|
-
$kendo-grid-row-resizer-hover-bg: rgba( k-contrast-color( $kendo-grid-bg ), .12 ) !default;
|
|
44095
|
+
$kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 )) !default;
|
|
43052
44096
|
/// Active background color of the grid row resize indicator
|
|
43053
44097
|
/// @group grid
|
|
43054
44098
|
$kendo-grid-row-resizer-active-bg: $kendo-color-primary !default;
|
|
@@ -43838,6 +44882,16 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
43838
44882
|
}
|
|
43839
44883
|
}
|
|
43840
44884
|
|
|
44885
|
+
.k-master-row .k-grid-content-sticky::before {
|
|
44886
|
+
content: "";
|
|
44887
|
+
width: 100%;
|
|
44888
|
+
height: 100%;
|
|
44889
|
+
position: absolute;
|
|
44890
|
+
top: 0;
|
|
44891
|
+
left: 0;
|
|
44892
|
+
z-index: -1;
|
|
44893
|
+
}
|
|
44894
|
+
|
|
43841
44895
|
kendo-grid {
|
|
43842
44896
|
.k-table-row.k-grid-row-sticky {
|
|
43843
44897
|
border: 0;
|
|
@@ -44687,14 +45741,30 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
44687
45741
|
&.k-table-row.k-selected .k-table-td.k-grid-row-sticky,
|
|
44688
45742
|
&.k-table-row td.k-grid-content-sticky.k-selected,
|
|
44689
45743
|
&.k-table-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
44690
|
-
@
|
|
45744
|
+
@if($kendo-enable-color-system) {
|
|
45745
|
+
@include fill( $bg: $kendo-grid-sticky-bg );
|
|
45746
|
+
|
|
45747
|
+
&::before {
|
|
45748
|
+
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
45749
|
+
}
|
|
45750
|
+
} @else {
|
|
45751
|
+
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
45752
|
+
}
|
|
44691
45753
|
}
|
|
44692
45754
|
|
|
44693
45755
|
&.k-selected.k-table-alt-row td.k-grid-content-sticky,
|
|
44694
45756
|
&.k-selected.k-table-alt-row .k-table-td.k-grid-row-sticky,
|
|
44695
45757
|
&.k-table-alt-row td.k-grid-content-sticky.k-selected,
|
|
44696
45758
|
&.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
44697
|
-
@
|
|
45759
|
+
@if($kendo-enable-color-system) {
|
|
45760
|
+
@include fill( $bg: $kendo-grid-sticky-alt-bg );
|
|
45761
|
+
|
|
45762
|
+
&::before {
|
|
45763
|
+
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
45764
|
+
}
|
|
45765
|
+
} @else {
|
|
45766
|
+
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
45767
|
+
}
|
|
44698
45768
|
}
|
|
44699
45769
|
|
|
44700
45770
|
|
|
@@ -44716,7 +45786,15 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
44716
45786
|
&.k-hover td.k-grid-content-sticky.k-selected,
|
|
44717
45787
|
&:hover .k-table-td.k-grid-content-sticky.k-selected,
|
|
44718
45788
|
&.k-hover .k-table-td.k-grid-content-sticky.k-selected {
|
|
44719
|
-
|
|
45789
|
+
@if($kendo-enable-color-system) {
|
|
45790
|
+
background-color: $kendo-grid-sticky-hover-bg;
|
|
45791
|
+
|
|
45792
|
+
&::before {
|
|
45793
|
+
background-color: $kendo-grid-sticky-selected-hover-bg;
|
|
45794
|
+
}
|
|
45795
|
+
} @else {
|
|
45796
|
+
background-color: $kendo-grid-sticky-selected-hover-bg;
|
|
45797
|
+
}
|
|
44720
45798
|
}
|
|
44721
45799
|
}
|
|
44722
45800
|
|
|
@@ -44762,14 +45840,30 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
44762
45840
|
.k-selected.k-grid-row-sticky .k-table-td,
|
|
44763
45841
|
.k-grid-row-sticky .k-table-td.k-selected,
|
|
44764
45842
|
.k-selected.k-grid-content-sticky {
|
|
44765
|
-
@
|
|
45843
|
+
@if($kendo-enable-color-system) {
|
|
45844
|
+
@include fill( $bg: $kendo-grid-sticky-bg );
|
|
45845
|
+
|
|
45846
|
+
&::before {
|
|
45847
|
+
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
45848
|
+
}
|
|
45849
|
+
} @else {
|
|
45850
|
+
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
45851
|
+
}
|
|
44766
45852
|
}
|
|
44767
45853
|
|
|
44768
45854
|
.k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
44769
45855
|
.k-selected.k-table-alt-row.k-grid-row-sticky td,
|
|
44770
45856
|
.k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
|
|
44771
45857
|
.k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
44772
|
-
@
|
|
45858
|
+
@if($kendo-enable-color-system) {
|
|
45859
|
+
@include fill( $bg: $kendo-grid-sticky-alt-bg );
|
|
45860
|
+
|
|
45861
|
+
&::before {
|
|
45862
|
+
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
45863
|
+
}
|
|
45864
|
+
} @else {
|
|
45865
|
+
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
45866
|
+
}
|
|
44773
45867
|
}
|
|
44774
45868
|
|
|
44775
45869
|
// Hover state
|
|
@@ -44807,7 +45901,15 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
44807
45901
|
.k-grid-row-sticky.k-hover .k-table-td.k-selected,
|
|
44808
45902
|
.k-table-row:hover .k-grid-content-sticky.k-selected,
|
|
44809
45903
|
.k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
44810
|
-
|
|
45904
|
+
@if($kendo-enable-color-system) {
|
|
45905
|
+
background-color: $kendo-grid-sticky-hover-bg;
|
|
45906
|
+
|
|
45907
|
+
&::before {
|
|
45908
|
+
background-color: $kendo-grid-sticky-selected-hover-bg;
|
|
45909
|
+
}
|
|
45910
|
+
} @else {
|
|
45911
|
+
background-color: $kendo-grid-sticky-selected-hover-bg;
|
|
45912
|
+
}
|
|
44811
45913
|
}
|
|
44812
45914
|
}
|
|
44813
45915
|
|
|
@@ -45026,7 +46128,7 @@ $kendo-listview-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
|
45026
46128
|
$kendo-listview-item-selected-text: null !default;
|
|
45027
46129
|
/// The background color of the selected ListView items.
|
|
45028
46130
|
/// @group listview
|
|
45029
|
-
$kendo-listview-item-selected-bg: rgba( $kendo-selected-bg, .25
|
|
46131
|
+
$kendo-listview-item-selected-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) !default;
|
|
45030
46132
|
/// The border color of the selected ListView items.
|
|
45031
46133
|
/// @group listview
|
|
45032
46134
|
$kendo-listview-item-selected-border: null !default;
|
|
@@ -45390,7 +46492,7 @@ $kendo-spreadsheet-formula-input-line-height: $kendo-input-line-height !default;
|
|
|
45390
46492
|
$kendo-spreadsheet-view-font-family: Arial, Verdana, sans-serif !default;
|
|
45391
46493
|
$kendo-spreadsheet-view-font-size: $kendo-spreadsheet-font-size !default;
|
|
45392
46494
|
|
|
45393
|
-
$kendo-spreadsheet-selection-bg: rgba( $kendo-selected-bg, .25
|
|
46495
|
+
$kendo-spreadsheet-selection-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) !default;
|
|
45394
46496
|
$kendo-spreadsheet-selection-text: null !default;
|
|
45395
46497
|
$kendo-spreadsheet-selection-border: $kendo-selected-bg !default;
|
|
45396
46498
|
$kendo-spreadsheet-selection-shadow: inset 0 0 0 1px $kendo-selected-bg !default;
|
|
@@ -45399,12 +46501,12 @@ $kendo-spreadsheet-single-selection-bg: $kendo-selected-bg !default;
|
|
|
45399
46501
|
$kendo-spreadsheet-single-selection-text: null !default;
|
|
45400
46502
|
$kendo-spreadsheet-single-selection-border: $kendo-spreadsheet-bg !default;
|
|
45401
46503
|
|
|
45402
|
-
$kendo-spreadsheet-partial-selection-bg: rgba( $kendo-selected-bg, .25
|
|
46504
|
+
$kendo-spreadsheet-partial-selection-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) !default;
|
|
45403
46505
|
|
|
45404
46506
|
$kendo-spreadsheet-active-cell-bg: $kendo-spreadsheet-bg !default;
|
|
45405
46507
|
$kendo-spreadsheet-active-cell-shadow: inset 0 0 0 1px $kendo-selected-bg !default;
|
|
45406
46508
|
|
|
45407
|
-
$kendo-spreadsheet-auto-fill-bg: rgba( $kendo-selected-bg, .25
|
|
46509
|
+
$kendo-spreadsheet-auto-fill-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) !default;
|
|
45408
46510
|
$kendo-spreadsheet-auto-fill-text: null !default;
|
|
45409
46511
|
$kendo-spreadsheet-auto-fill-border: $kendo-selected-bg !default;
|
|
45410
46512
|
$kendo-spreadsheet-auto-fill-shadow: inset 0 0 0 1px $kendo-selected-bg !default;
|
|
@@ -45452,7 +46554,7 @@ $kendo-spreadsheet-drawing-handle-bg: $kendo-color-primary !default;
|
|
|
45452
46554
|
$kendo-spreadsheet-drawing-handle-border-radius: $kendo-border-radius-lg !default;
|
|
45453
46555
|
$kendo-spreadsheet-drawing-outline-style: solid !default;
|
|
45454
46556
|
$kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
45455
|
-
$kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25
|
|
46557
|
+
$kendo-spreadsheet-drawing-anchor-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) !default;
|
|
45456
46558
|
|
|
45457
46559
|
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
45458
46560
|
|
|
@@ -46673,21 +47775,21 @@ $kendo-pivotgrid-bg: $kendo-component-bg !default;
|
|
|
46673
47775
|
$kendo-pivotgrid-text: $kendo-component-text !default;
|
|
46674
47776
|
$kendo-pivotgrid-border: $kendo-component-border !default;
|
|
46675
47777
|
|
|
46676
|
-
$kendo-pivotgrid-alt-border: k-try-shade($kendo-pivotgrid-border, 2) !default;
|
|
47778
|
+
$kendo-pivotgrid-alt-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade($kendo-pivotgrid-border, 2)) !default;
|
|
46677
47779
|
|
|
46678
47780
|
$kendo-pivotgrid-headers-bg: $kendo-component-header-bg !default;
|
|
46679
47781
|
$kendo-pivotgrid-headers-text: $kendo-component-header-text !default;
|
|
46680
47782
|
$kendo-pivotgrid-headers-border: $kendo-component-header-border !default;
|
|
46681
47783
|
|
|
46682
|
-
$kendo-pivotgrid-total-bg: k-try-shade( $kendo-pivotgrid-bg, 1 ) !default;
|
|
47784
|
+
$kendo-pivotgrid-total-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-pivotgrid-bg, 1 )) !default;
|
|
46683
47785
|
$kendo-pivotgrid-total-text: $kendo-component-header-text !default;
|
|
46684
47786
|
$kendo-pivotgrid-total-border: $kendo-component-header-border !default;
|
|
46685
47787
|
|
|
46686
|
-
$kendo-pivotgrid-hover-bg: k-color-darken($kendo-pivotgrid-bg, 7%) !default;
|
|
47788
|
+
$kendo-pivotgrid-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-color-darken($kendo-pivotgrid-bg, 7%)) !default;
|
|
46687
47789
|
$kendo-pivotgrid-hover-text: null !default;
|
|
46688
47790
|
$kendo-pivotgrid-hover-border: null !default;
|
|
46689
47791
|
|
|
46690
|
-
$kendo-pivotgrid-selected-bg: rgba($kendo-selected-bg, .25) !default;
|
|
47792
|
+
$kendo-pivotgrid-selected-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) !default;
|
|
46691
47793
|
$kendo-pivotgrid-selected-text: null !default;
|
|
46692
47794
|
$kendo-pivotgrid-selected-border: null !default;
|
|
46693
47795
|
|
|
@@ -46756,7 +47858,7 @@ $kendo-pivotgrid-alt-text: $kendo-grid-header-text !default;
|
|
|
46756
47858
|
$kendo-pivotgrid-chrome-border: $kendo-grid-border !default;
|
|
46757
47859
|
|
|
46758
47860
|
$kendo-pivotgrid-container-bg: $kendo-component-bg !default;
|
|
46759
|
-
$kendo-pivotgrid-row-headers-bg: k-try-shade( $kendo-component-bg, 1 ) !default;
|
|
47861
|
+
$kendo-pivotgrid-row-headers-bg: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-component-bg, 1 )) !default;
|
|
46760
47862
|
|
|
46761
47863
|
$kendo-pivotgrid-button-bg: null !default;
|
|
46762
47864
|
$kendo-pivotgrid-button-text: null !default;
|
|
@@ -48324,7 +49426,7 @@ $kendo-file-manager-listview-item-border: null !default;
|
|
|
48324
49426
|
$kendo-file-manager-listview-item-icon-bg: null !default;
|
|
48325
49427
|
/// The text color of the FileManager ListView item icon.
|
|
48326
49428
|
/// @group filemanager
|
|
48327
|
-
$kendo-file-manager-listview-item-icon-text: k-try-tint($kendo-file-manager-text, 4) !default;
|
|
49429
|
+
$kendo-file-manager-listview-item-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) !default;
|
|
48328
49430
|
/// The border color of the FileManager ListView item icon.
|
|
48329
49431
|
/// @group filemanager
|
|
48330
49432
|
$kendo-file-manager-listview-item-icon-border: null !default;
|
|
@@ -48381,7 +49483,7 @@ $kendo-file-manager-preview-border: null !default;
|
|
|
48381
49483
|
$kendo-file-manager-preview-icon-bg: null !default;
|
|
48382
49484
|
/// The text color of the FileManager preview icon.
|
|
48383
49485
|
/// @group filemanager
|
|
48384
|
-
$kendo-file-manager-preview-icon-text: k-try-tint($kendo-file-manager-text, 4) !default;
|
|
49486
|
+
$kendo-file-manager-preview-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) !default;
|
|
48385
49487
|
/// The border color of the FileManager preview icon.
|
|
48386
49488
|
/// @group filemanager
|
|
48387
49489
|
$kendo-file-manager-preview-icon-border: null !default;
|
|
@@ -48412,6 +49514,7 @@ $kendo-file-manager-preview-icon-border: null !default;
|
|
|
48412
49514
|
border-bottom-width: $kendo-file-manager-toolbar-border-width;
|
|
48413
49515
|
border-color: inherit;
|
|
48414
49516
|
flex-shrink: 0;
|
|
49517
|
+
z-index: 1;
|
|
48415
49518
|
}
|
|
48416
49519
|
|
|
48417
49520
|
|
|
@@ -48426,6 +49529,10 @@ $kendo-file-manager-preview-icon-border: null !default;
|
|
|
48426
49529
|
overflow: hidden;
|
|
48427
49530
|
}
|
|
48428
49531
|
|
|
49532
|
+
.k-filemanager-splitter {
|
|
49533
|
+
border-width: 0;
|
|
49534
|
+
}
|
|
49535
|
+
|
|
48429
49536
|
|
|
48430
49537
|
// Navigation
|
|
48431
49538
|
.k-filemanager-navigation {
|
|
@@ -48853,7 +49960,7 @@ $kendo-taskboard-column-border: transparent !default;
|
|
|
48853
49960
|
|
|
48854
49961
|
$kendo-taskboard-column-focus-bg: null !default;
|
|
48855
49962
|
$kendo-taskboard-column-focus-text: null !default;
|
|
48856
|
-
$kendo-taskboard-column-focus-border: k-try-shade( $kendo-base-border, 2.5 ) !default;
|
|
49963
|
+
$kendo-taskboard-column-focus-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 )) !default;
|
|
48857
49964
|
|
|
48858
49965
|
$kendo-taskboard-column-header-padding-y: k-math-div( $kendo-taskboard-spacer, 2 ) !default;
|
|
48859
49966
|
$kendo-taskboard-column-header-padding-x: $kendo-taskboard-column-header-padding-y !default;
|
|
@@ -48896,17 +50003,17 @@ $kendo-taskboard-card-border: $kendo-card-border !default;
|
|
|
48896
50003
|
|
|
48897
50004
|
$kendo-taskboard-card-category-border-width: 4px !default;
|
|
48898
50005
|
|
|
48899
|
-
$kendo-taskboard-card-
|
|
48900
|
-
$kendo-taskboard-card-focus-shadow: none !default;
|
|
50006
|
+
$kendo-taskboard-card-hover-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% )) !default;
|
|
48901
50007
|
|
|
48902
|
-
$kendo-taskboard-card-
|
|
50008
|
+
$kendo-taskboard-card-focus-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 18% )) !default;
|
|
50009
|
+
$kendo-taskboard-card-focus-shadow: none !default;
|
|
48903
50010
|
|
|
48904
|
-
$kendo-taskboard-card-selected-border: k-color-tint( $kendo-color-primary-lighter, 5 ) !default;
|
|
50011
|
+
$kendo-taskboard-card-selected-border: if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-tint( $kendo-color-primary-lighter, 5 )) !default;
|
|
48905
50012
|
$kendo-taskboard-card-selected-shadow: none !default;
|
|
48906
50013
|
|
|
48907
50014
|
$kendo-taskboard-card-header-text: $kendo-color-primary !default;
|
|
48908
|
-
$kendo-taskboard-card-header-
|
|
48909
|
-
$kendo-taskboard-card-header-
|
|
50015
|
+
$kendo-taskboard-card-header-hover-text: if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) !default;
|
|
50016
|
+
$kendo-taskboard-card-header-focus-text: if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) !default;
|
|
48910
50017
|
|
|
48911
50018
|
$kendo-taskboard-drag-placeholder-border-width: 1px !default;
|
|
48912
50019
|
$kendo-taskboard-drag-placeholder-border-radius: $kendo-taskboard-card-border-radius !default;
|
|
@@ -49367,7 +50474,7 @@ $kendo-editor-selected-bg: $kendo-color-primary !default;
|
|
|
49367
50474
|
|
|
49368
50475
|
/// The highlighted background color of the Editor.
|
|
49369
50476
|
/// @group editor
|
|
49370
|
-
$kendo-editor-highlighted-bg: k-color-mix($kendo-color-primary, #ffffff, 20%) !default;
|
|
50477
|
+
$kendo-editor-highlighted-bg: if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix($kendo-color-primary, #ffffff, 20%)) !default;
|
|
49371
50478
|
|
|
49372
50479
|
/// The horizontal margin of the Editor's export tool icon.
|
|
49373
50480
|
/// @group editor
|
|
@@ -50581,12 +51688,12 @@ $kendo-gantt-treelist-bg: null !default;
|
|
|
50581
51688
|
$kendo-gantt-treelist-text: null !default;
|
|
50582
51689
|
$kendo-gantt-treelist-border: null !default;
|
|
50583
51690
|
|
|
50584
|
-
$kendo-gantt-nonwork-bg: rgba( k-contrast-legacy( $kendo-gantt-bg ), .025 ) !default;
|
|
51691
|
+
$kendo-gantt-nonwork-bg: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .03 ), rgba( k-contrast-legacy( $kendo-gantt-bg ), .025 )) !default;
|
|
50585
51692
|
$kendo-gantt-nonwork-text: null !default;
|
|
50586
51693
|
$kendo-gantt-nonwork-border: null !default;
|
|
50587
51694
|
|
|
50588
51695
|
$kendo-gantt-line-size: 2px !default;
|
|
50589
|
-
$kendo-gantt-line-fill: k-contrast-legacy( $kendo-gantt-bg ) !default;
|
|
51696
|
+
$kendo-gantt-line-fill: if($kendo-enable-color-system, k-color( on-base ), k-contrast-legacy( $kendo-gantt-bg )) !default;
|
|
50590
51697
|
$kendo-gantt-line-selected-fill: $kendo-color-primary !default;
|
|
50591
51698
|
|
|
50592
51699
|
$kendo-gantt-dot-size: 8px !default;
|
|
@@ -50601,19 +51708,19 @@ $kendo-gantt-milestone-border: $kendo-gantt-border !default;
|
|
|
50601
51708
|
$kendo-gantt-milestone-selected-bg: $kendo-selected-bg !default;
|
|
50602
51709
|
$kendo-gantt-milestone-selected-border: $kendo-selected-border !default;
|
|
50603
51710
|
|
|
50604
|
-
$kendo-gantt-summary-bg: k-try-tint( $kendo-gantt-text, 1 ) !default;
|
|
50605
|
-
$kendo-gantt-summary-progress-bg: k-try-shade( $kendo-gantt-text, 5 ) !default;
|
|
50606
|
-
$kendo-gantt-summary-selected-bg: k-try-tint( $kendo-selected-bg, 6 ) !default;
|
|
51711
|
+
$kendo-gantt-summary-bg: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-gantt-text, 1 )) !default;
|
|
51712
|
+
$kendo-gantt-summary-progress-bg: if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-gantt-text, 5 )) !default;
|
|
51713
|
+
$kendo-gantt-summary-selected-bg: if($kendo-enable-color-system, k-color( primary-subtle-active ), k-try-tint( $kendo-selected-bg, 6 )) !default;
|
|
50607
51714
|
$kendo-gantt-summary-progress-selected-bg: $kendo-selected-bg !default;
|
|
50608
51715
|
|
|
50609
51716
|
$kendo-gantt-task-border-width: 0px !default;
|
|
50610
51717
|
$kendo-gantt-task-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
50611
51718
|
$kendo-gantt-task-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
50612
|
-
$kendo-gantt-task-bg: k-try-tint( $kendo-gantt-text, 2 ) !default;
|
|
50613
|
-
$kendo-gantt-task-text: k-contrast-legacy( $kendo-gantt-text ) !default;
|
|
51719
|
+
$kendo-gantt-task-bg: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-gantt-text, 2 )) !default;
|
|
51720
|
+
$kendo-gantt-task-text: if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-gantt-text )) !default;
|
|
50614
51721
|
$kendo-gantt-task-border: null !default;
|
|
50615
51722
|
$kendo-gantt-task-progress-bg: $kendo-gantt-text !default;
|
|
50616
|
-
$kendo-gantt-task-selected-bg: k-try-tint( $kendo-selected-bg, 6 ) !default;
|
|
51723
|
+
$kendo-gantt-task-selected-bg: if($kendo-enable-color-system, k-color( primary-subtle-active ), k-try-tint( $kendo-selected-bg, 6 )) !default;
|
|
50617
51724
|
$kendo-gantt-task-selected-text: $kendo-selected-text !default;
|
|
50618
51725
|
$kendo-gantt-task-selected-border: null !default;
|
|
50619
51726
|
$kendo-gantt-task-progress-selected-bg: $kendo-selected-bg !default;
|
|
@@ -50647,10 +51754,10 @@ $kendo-gantt-planned-bg: $kendo-color-primary !default;
|
|
|
50647
51754
|
$kendo-gantt-planned-border: $kendo-gantt-planned-bg !default;
|
|
50648
51755
|
|
|
50649
51756
|
$kendo-gantt-delayed-bg: $kendo-color-error !default;
|
|
50650
|
-
$kendo-gantt-delayed-bg-lighter: k-color-tint($kendo-gantt-delayed-bg, 5) !default;
|
|
51757
|
+
$kendo-gantt-delayed-bg-lighter: if($kendo-enable-color-system, k-color( error-emphasis ), k-color-tint($kendo-gantt-delayed-bg, 5)) !default;
|
|
50651
51758
|
|
|
50652
51759
|
$kendo-gantt-advanced-bg: $kendo-color-success !default;
|
|
50653
|
-
$kendo-gantt-advanced-bg-lighter: k-color-tint($kendo-gantt-advanced-bg, 5) !default;
|
|
51760
|
+
$kendo-gantt-advanced-bg-lighter: if($kendo-enable-color-system, k-color( success-emphasis ), k-color-tint($kendo-gantt-advanced-bg, 5)) !default;
|
|
50654
51761
|
|
|
50655
51762
|
$kendo-gantt-action-on-offset-text: #000000 !default;
|
|
50656
51763
|
$kendo-gantt-offset-resize-handler-top: 50% !default;
|
|
@@ -50956,12 +52063,20 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
|
|
|
50956
52063
|
|
|
50957
52064
|
|
|
50958
52065
|
// Timeline
|
|
50959
|
-
.k-gantt-timeline {
|
|
52066
|
+
.k-gantt-timeline-pane {
|
|
50960
52067
|
|
|
50961
|
-
.k-timeline {
|
|
52068
|
+
.k-gantt-timeline {
|
|
50962
52069
|
height: 100%;
|
|
50963
52070
|
border-width: 0;
|
|
50964
52071
|
display: flex;
|
|
52072
|
+
|
|
52073
|
+
*,
|
|
52074
|
+
*::before,
|
|
52075
|
+
*::after,
|
|
52076
|
+
&::before,
|
|
52077
|
+
&::after {
|
|
52078
|
+
box-sizing: border-box;
|
|
52079
|
+
}
|
|
50965
52080
|
}
|
|
50966
52081
|
.k-grid-header {}
|
|
50967
52082
|
.k-grid-content {
|
|
@@ -51437,7 +52552,7 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
|
|
|
51437
52552
|
}
|
|
51438
52553
|
|
|
51439
52554
|
.k-gantt,
|
|
51440
|
-
.k-gantt-timeline,
|
|
52555
|
+
.k-gantt-timeline-pane,
|
|
51441
52556
|
.k-gantt-dependencies {
|
|
51442
52557
|
width: auto !important; // stylelint-disable-line declaration-no-important
|
|
51443
52558
|
height: auto !important; // stylelint-disable-line declaration-no-important
|
|
@@ -51482,7 +52597,7 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
|
|
|
51482
52597
|
margin-inline: -26px;
|
|
51483
52598
|
}
|
|
51484
52599
|
|
|
51485
|
-
.k-gantt-timeline {
|
|
52600
|
+
.k-gantt-timeline-pane {
|
|
51486
52601
|
.k-header {
|
|
51487
52602
|
border-width: 0 $kendo-grid-cell-vertical-border-width 1px 0;
|
|
51488
52603
|
}
|
|
@@ -51542,7 +52657,7 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
|
|
|
51542
52657
|
margin-right: $kendo-gantt-rtl-milestone-planned-moment-margin-x;
|
|
51543
52658
|
}
|
|
51544
52659
|
|
|
51545
|
-
.k-gantt-timeline .k-milestone-wrap .k-task-start {
|
|
52660
|
+
.k-gantt-timeline-pane .k-milestone-wrap .k-task-start {
|
|
51546
52661
|
right: $kendo-gantt-rtl-milestone-dot-start-margin-x;
|
|
51547
52662
|
}
|
|
51548
52663
|
|
|
@@ -51943,7 +53058,7 @@ $kendo-scheduler-event-min-height: 25px !default;
|
|
|
51943
53058
|
$kendo-scheduler-event-border-radius: $kendo-border-radius-md !default;
|
|
51944
53059
|
$kendo-scheduler-event-line-height: calc( #{$kendo-scheduler-event-min-height} - (2 * #{$kendo-padding-md-y}) ) !default;
|
|
51945
53060
|
|
|
51946
|
-
$kendo-scheduler-event-bg: k-color-tint( $kendo-selected-bg, 2 ) !default;
|
|
53061
|
+
$kendo-scheduler-event-bg: if($kendo-enable-color-system, k-color( primary ), k-color-tint( $kendo-selected-bg, 2 )) !default;
|
|
51947
53062
|
$kendo-scheduler-event-text: $kendo-selected-text !default;
|
|
51948
53063
|
$kendo-scheduler-event-border: null !default;
|
|
51949
53064
|
$kendo-scheduler-event-gradient: null !default;
|
|
@@ -51955,7 +53070,7 @@ $kendo-scheduler-event-hover-border: null !default;
|
|
|
51955
53070
|
$kendo-scheduler-event-hover-gradient: null !default;
|
|
51956
53071
|
$kendo-scheduler-event-hover-shadow: null !default;
|
|
51957
53072
|
|
|
51958
|
-
$kendo-scheduler-event-selected-bg: $kendo-selected-bg !default;
|
|
53073
|
+
$kendo-scheduler-event-selected-bg: if($kendo-enable-color-system, k-color( primary-active ), $kendo-selected-bg) !default;
|
|
51959
53074
|
$kendo-scheduler-event-selected-text: $kendo-selected-text !default;
|
|
51960
53075
|
$kendo-scheduler-event-selected-border: null !default;
|
|
51961
53076
|
$kendo-scheduler-event-selected-gradient: null !default;
|
|
@@ -51969,13 +53084,13 @@ $kendo-scheduler-cell-height: $kendo-line-height-em !default;
|
|
|
51969
53084
|
$kendo-scheduler-datecolumn-width: 12em !default;
|
|
51970
53085
|
$kendo-scheduler-timecolumn-width: 11em !default;
|
|
51971
53086
|
|
|
51972
|
-
$kendo-scheduler-nonwork-bg: k-try-shade( $kendo-scheduler-bg, .5 ) !default;
|
|
53087
|
+
$kendo-scheduler-nonwork-bg: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
|
|
51973
53088
|
$kendo-scheduler-nonwork-text: null !default;
|
|
51974
53089
|
|
|
51975
53090
|
$kendo-scheduler-weekend-bg: null !default;
|
|
51976
53091
|
$kendo-scheduler-weekend-text: null !default;
|
|
51977
53092
|
|
|
51978
|
-
$kendo-scheduler-othermonth-bg: k-try-shade( $kendo-scheduler-bg, .5 ) !default;
|
|
53093
|
+
$kendo-scheduler-othermonth-bg: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
|
|
51979
53094
|
$kendo-scheduler-othermonth-text: null !default;
|
|
51980
53095
|
|
|
51981
53096
|
$kendo-scheduler-yearview-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
|
|
@@ -53125,7 +54240,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
53125
54240
|
|
|
53126
54241
|
.k-scheduler-layout td.k-selected,
|
|
53127
54242
|
.k-scheduler-layout .k-scheduler-cell.k-selected {
|
|
53128
|
-
background-color: rgba($kendo-selected-bg, .25);
|
|
54243
|
+
background-color: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25));
|
|
53129
54244
|
}
|
|
53130
54245
|
|
|
53131
54246
|
.k-scheduler-layout-flex {
|
|
@@ -53168,7 +54283,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
53168
54283
|
}
|
|
53169
54284
|
|
|
53170
54285
|
&.k-event-inverse {
|
|
53171
|
-
color: k-contrast-legacy( $kendo-scheduler-event-text );
|
|
54286
|
+
color: if($kendo-enable-color-system, k-color( on-app-surface ), k-contrast-legacy( $kendo-scheduler-event-text ));
|
|
53172
54287
|
}
|
|
53173
54288
|
|
|
53174
54289
|
&.k-event-ongoing {
|
|
@@ -53242,7 +54357,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
53242
54357
|
|
|
53243
54358
|
// Selected
|
|
53244
54359
|
.k-scheduler-content tr.k-selected {
|
|
53245
|
-
background-color: rgba($kendo-selected-bg, .25);
|
|
54360
|
+
background-color: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25));
|
|
53246
54361
|
}
|
|
53247
54362
|
.k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
|
|
53248
54363
|
.k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
|
|
@@ -53424,7 +54539,7 @@ $kendo-chat-bubble-hover-shadow: k-elevation(2) !default;
|
|
|
53424
54539
|
$kendo-chat-bubble-selected-shadow: k-elevation(3) !default;
|
|
53425
54540
|
|
|
53426
54541
|
$kendo-chat-alt-bubble-bg: $kendo-color-primary !default;
|
|
53427
|
-
$kendo-chat-alt-bubble-text: k-contrast-legacy( $kendo-chat-alt-bubble-bg ) !default;
|
|
54542
|
+
$kendo-chat-alt-bubble-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-chat-alt-bubble-bg )) !default;
|
|
53428
54543
|
$kendo-chat-alt-bubble-border: $kendo-chat-alt-bubble-bg !default;
|
|
53429
54544
|
$kendo-chat-alt-bubble-shadow: k-elevation(1) !default;
|
|
53430
54545
|
$kendo-chat-alt-bubble-hover-shadow: k-elevation(2) !default;
|
|
@@ -54083,7 +55198,7 @@ $kendo-media-player-titlebar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
54083
55198
|
$kendo-media-player-titlebar-bg: null !default;
|
|
54084
55199
|
$kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
|
|
54085
55200
|
$kendo-media-player-titlebar-border: null !default;
|
|
54086
|
-
$kendo-media-player-titlebar-gradient: rgba( $kendo-media-player-text, .7 ), rgba( $kendo-media-player-text, 0 ) !default;
|
|
55201
|
+
$kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, ( rgba( k-color( on-app-surface, true ), .7 ), rgba( k-color( on-app-surface, true ), 0 ) ), ( rgba( $kendo-media-player-text, .7 ), rgba( $kendo-media-player-text, 0 ) )) !default;
|
|
54087
55202
|
|
|
54088
55203
|
// #endregion
|
|
54089
55204
|
// #region @import "./_layout.scss"; -> scss/mediaplayer/_layout.scss
|
|
@@ -54212,7 +55327,7 @@ $kendo-media-player-titlebar-gradient: rgba( $kendo-media-player-text, .7 ), rgb
|
|
|
54212
55327
|
.k-mediaplayer-titlebar {
|
|
54213
55328
|
color: $kendo-media-player-titlebar-text;
|
|
54214
55329
|
background-image: linear-gradient( $kendo-media-player-titlebar-gradient );
|
|
54215
|
-
text-shadow: 0 0 2px rgba( $kendo-media-player-text, .5 );
|
|
55330
|
+
text-shadow: 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-media-player-text, .5 ));
|
|
54216
55331
|
}
|
|
54217
55332
|
|
|
54218
55333
|
}
|
|
@@ -54297,9 +55412,9 @@ $kendo-timeline-mobile-spacing-y: 16px !default;
|
|
|
54297
55412
|
$kendo-timeline-track-arrow-width: 30px !default;
|
|
54298
55413
|
$kendo-timeline-track-arrow-height: 30px !default;
|
|
54299
55414
|
|
|
54300
|
-
$kendo-timeline-track-arrow-disabled-bg: k-true-mix($kendo-button-bg, $kendo-body-bg, 65%) !default;
|
|
54301
|
-
$kendo-timeline-track-arrow-disabled-text: k-true-mix($kendo-button-text, $kendo-body-bg, 65%) !default;
|
|
54302
|
-
$kendo-timeline-track-arrow-disabled-border: k-true-mix(#000000, $kendo-body-bg, 4.8%) !default;
|
|
55415
|
+
$kendo-timeline-track-arrow-disabled-bg: if($kendo-enable-color-system, rgba( k-color( base-subtle, true ), .6 ), k-true-mix($kendo-button-bg, $kendo-body-bg, 65%)) !default;
|
|
55416
|
+
$kendo-timeline-track-arrow-disabled-text: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .6 ), k-true-mix($kendo-button-text, $kendo-body-bg, 65%)) !default;
|
|
55417
|
+
$kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, k-color( border ), k-true-mix(#000000, $kendo-body-bg, 4.8%)) !default;
|
|
54303
55418
|
|
|
54304
55419
|
$kendo-timeline-track-size: 6px !default;
|
|
54305
55420
|
$kendo-timeline-track-wrap-padding-bottom: k-math-div( $kendo-timeline-track-size, 2 ) !default;
|
|
@@ -54323,7 +55438,7 @@ $kendo-timeline-flag-max-width: calc(#{$kendo-timeline-flag-min-width} + 2 * #{$
|
|
|
54323
55438
|
$kendo-timeline-mobile-flag-max-width: calc(#{$kendo-timeline-flag-min-width} + 2 * #{$kendo-timeline-mobile-spacing-x}) !default;
|
|
54324
55439
|
$kendo-timeline-horizontal-flag-min-width: 60px !default;
|
|
54325
55440
|
$kendo-timeline-flag-bg: $kendo-color-primary !default;
|
|
54326
|
-
$kendo-timeline-flag-text: k-contrast-legacy( $kendo-timeline-flag-bg ) !default;
|
|
55441
|
+
$kendo-timeline-flag-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-timeline-flag-bg )) !default;
|
|
54327
55442
|
|
|
54328
55443
|
$kendo-timeline-flag-callout-width: 10px !default;
|
|
54329
55444
|
$kendo-timeline-flag-callout-height: 10px !default;
|
|
@@ -54409,10 +55524,6 @@ $kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-o
|
|
|
54409
55524
|
}
|
|
54410
55525
|
}
|
|
54411
55526
|
|
|
54412
|
-
.k-event-collapse {
|
|
54413
|
-
display: none;
|
|
54414
|
-
}
|
|
54415
|
-
|
|
54416
55527
|
&.k-timeline-collapsible {
|
|
54417
55528
|
.k-card-header {
|
|
54418
55529
|
cursor: pointer;
|
|
@@ -55897,6 +57008,237 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
55897
57008
|
@include kendo-scrollview--styles();
|
|
55898
57009
|
}
|
|
55899
57010
|
|
|
57011
|
+
// #endregion
|
|
57012
|
+
// #region @import "./prompt/_index.scss"; -> scss/prompt/_index.scss
|
|
57013
|
+
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
57014
|
+
// File already imported_once. Skipping output.
|
|
57015
|
+
// #endregion
|
|
57016
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
57017
|
+
// File already imported_once. Skipping output.
|
|
57018
|
+
// #endregion
|
|
57019
|
+
|
|
57020
|
+
|
|
57021
|
+
// Module meta
|
|
57022
|
+
$_kendo-module-meta: (
|
|
57023
|
+
name: "prompt",
|
|
57024
|
+
dependencies: ()
|
|
57025
|
+
);
|
|
57026
|
+
|
|
57027
|
+
|
|
57028
|
+
// Dependencies
|
|
57029
|
+
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
57030
|
+
// File already imported_once. Skipping output.
|
|
57031
|
+
// #endregion
|
|
57032
|
+
|
|
57033
|
+
|
|
57034
|
+
// Component
|
|
57035
|
+
// #region @import "./_variables.scss"; -> scss/prompt/_variables.scss
|
|
57036
|
+
// Prompt
|
|
57037
|
+
|
|
57038
|
+
/// The text color of the Prompt.
|
|
57039
|
+
/// @group prompt
|
|
57040
|
+
$kendo-prompt-text: $kendo-component-text !default;
|
|
57041
|
+
/// The background color of the Prompt.
|
|
57042
|
+
/// @group prompt
|
|
57043
|
+
$kendo-prompt-bg: $kendo-component-bg !default;
|
|
57044
|
+
/// The border color of the Prompt.
|
|
57045
|
+
/// @group prompt
|
|
57046
|
+
$kendo-prompt-border: $kendo-component-border !default;
|
|
57047
|
+
|
|
57048
|
+
/// The text color of the Prompt header.
|
|
57049
|
+
/// @group prompt
|
|
57050
|
+
$kendo-prompt-header-text: $kendo-component-header-text !default;
|
|
57051
|
+
/// The background color of the Prompt header.
|
|
57052
|
+
/// @group prompt
|
|
57053
|
+
$kendo-prompt-header-bg: $kendo-component-bg !default;
|
|
57054
|
+
/// The border color of the Prompt header.
|
|
57055
|
+
/// @group prompt
|
|
57056
|
+
$kendo-prompt-header-border: $kendo-component-header-border !default;
|
|
57057
|
+
|
|
57058
|
+
/// The vertical padding of the Prompt content.
|
|
57059
|
+
/// @group prompt
|
|
57060
|
+
$kendo-prompt-content-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
57061
|
+
/// The horizontal padding of the Prompt content.
|
|
57062
|
+
/// @group prompt
|
|
57063
|
+
$kendo-prompt-content-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
57064
|
+
/// The spacing between the items of the Prompt content.
|
|
57065
|
+
/// @group prompt
|
|
57066
|
+
$kendo-prompt-content-spacing: k-map-get( $kendo-spacing, 4 ) !default;
|
|
57067
|
+
/// The text color of the Prompt content.
|
|
57068
|
+
/// @group prompt
|
|
57069
|
+
$kendo-prompt-content-text: $kendo-component-header-text !default;
|
|
57070
|
+
/// The background color of the Prompt content.
|
|
57071
|
+
/// @group prompt
|
|
57072
|
+
$kendo-prompt-content-bg: $kendo-component-header-bg !default;
|
|
57073
|
+
/// The text border of the Prompt content.
|
|
57074
|
+
/// @group prompt
|
|
57075
|
+
$kendo-prompt-content-border: $kendo-component-header-border !default;
|
|
57076
|
+
|
|
57077
|
+
/// The spacing between the items of the Prompt content expander.
|
|
57078
|
+
/// @group prompt
|
|
57079
|
+
$kendo-prompt-expander-spacing: k-map-get( $kendo-spacing, 2 ) !default;
|
|
57080
|
+
|
|
57081
|
+
/// The vertical padding of the Prompt suggestion container.
|
|
57082
|
+
/// @group prompt
|
|
57083
|
+
$kendo-prompt-suggestion-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
57084
|
+
/// The horizontal padding of the Prompt suggestion container.
|
|
57085
|
+
/// @group prompt
|
|
57086
|
+
$kendo-prompt-suggestion-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
57087
|
+
/// The border radius of the Prompt suggestion container.
|
|
57088
|
+
/// @group prompt
|
|
57089
|
+
$kendo-prompt-suggestion-border-radius: $kendo-border-radius-md !default;
|
|
57090
|
+
/// The text color of the Prompt suggestion container.
|
|
57091
|
+
/// @group prompt
|
|
57092
|
+
$kendo-prompt-suggestion-text: $kendo-component-text !default;
|
|
57093
|
+
/// The background color of the Prompt suggestion container.
|
|
57094
|
+
/// @group prompt
|
|
57095
|
+
$kendo-prompt-suggestion-bg: $kendo-body-bg !default;
|
|
57096
|
+
/// The border color of the Prompt suggestion container.
|
|
57097
|
+
/// @group prompt
|
|
57098
|
+
$kendo-prompt-suggestion-border: $kendo-component-border !default;
|
|
57099
|
+
/// The elevation of the Prompt suggestion container.
|
|
57100
|
+
/// @group prompt
|
|
57101
|
+
$kendo-prompt-suggestion-shadow: k-elevation(1) !default;
|
|
57102
|
+
|
|
57103
|
+
// #endregion
|
|
57104
|
+
// #region @import "./_layout.scss"; -> scss/prompt/_layout.scss
|
|
57105
|
+
@mixin kendo-prompt--layout-base() {
|
|
57106
|
+
|
|
57107
|
+
// Prompt
|
|
57108
|
+
.k-prompt {
|
|
57109
|
+
display: flex;
|
|
57110
|
+
flex-direction: column;
|
|
57111
|
+
position: relative;
|
|
57112
|
+
overflow: hidden;
|
|
57113
|
+
}
|
|
57114
|
+
|
|
57115
|
+
// Content
|
|
57116
|
+
.k-prompt-content {
|
|
57117
|
+
padding-block: $kendo-prompt-content-padding-y;
|
|
57118
|
+
padding-inline: $kendo-prompt-content-padding-x;
|
|
57119
|
+
display: flex;
|
|
57120
|
+
flex-flow: column nowrap;
|
|
57121
|
+
flex: 1 1 auto;
|
|
57122
|
+
gap: $kendo-prompt-content-spacing;
|
|
57123
|
+
overflow: auto;
|
|
57124
|
+
}
|
|
57125
|
+
|
|
57126
|
+
.k-prompt-view {
|
|
57127
|
+
display: flex;
|
|
57128
|
+
flex-direction: column;
|
|
57129
|
+
flex: 1 1 auto;
|
|
57130
|
+
gap: $kendo-prompt-content-spacing;
|
|
57131
|
+
}
|
|
57132
|
+
|
|
57133
|
+
// Prompt Expander
|
|
57134
|
+
.k-prompt-expander {
|
|
57135
|
+
display: flex;
|
|
57136
|
+
flex-direction: column;
|
|
57137
|
+
flex: 1;
|
|
57138
|
+
align-items: start;
|
|
57139
|
+
gap: $kendo-prompt-expander-spacing;
|
|
57140
|
+
}
|
|
57141
|
+
|
|
57142
|
+
.k-prompt-expander-content {
|
|
57143
|
+
display: flex;
|
|
57144
|
+
flex-flow: column;
|
|
57145
|
+
flex: 0 0 auto;
|
|
57146
|
+
gap: $kendo-prompt-expander-spacing;
|
|
57147
|
+
align-self: stretch;
|
|
57148
|
+
}
|
|
57149
|
+
|
|
57150
|
+
.k-prompt-suggestion {
|
|
57151
|
+
border-width: 1px;
|
|
57152
|
+
border-style: solid;
|
|
57153
|
+
border-radius: $kendo-prompt-suggestion-border-radius;
|
|
57154
|
+
padding-block: $kendo-prompt-suggestion-padding-y;
|
|
57155
|
+
padding-inline: $kendo-prompt-suggestion-padding-x;
|
|
57156
|
+
cursor: pointer;
|
|
57157
|
+
}
|
|
57158
|
+
|
|
57159
|
+
.k-prompt-setting {
|
|
57160
|
+
display: flex;
|
|
57161
|
+
flex-direction: column;
|
|
57162
|
+
}
|
|
57163
|
+
|
|
57164
|
+
// Actions
|
|
57165
|
+
.k-prompt-actions.k-actions {
|
|
57166
|
+
margin: 0;
|
|
57167
|
+
}
|
|
57168
|
+
|
|
57169
|
+
}
|
|
57170
|
+
|
|
57171
|
+
|
|
57172
|
+
@mixin kendo-prompt--layout() {
|
|
57173
|
+
@include kendo-prompt--layout-base();
|
|
57174
|
+
}
|
|
57175
|
+
|
|
57176
|
+
// #endregion
|
|
57177
|
+
// #region @import "./_theme.scss"; -> scss/prompt/_theme.scss
|
|
57178
|
+
@mixin kendo-prompt--theme-base() {
|
|
57179
|
+
|
|
57180
|
+
.k-prompt {
|
|
57181
|
+
@include fill(
|
|
57182
|
+
$kendo-prompt-text,
|
|
57183
|
+
$kendo-prompt-bg,
|
|
57184
|
+
$kendo-prompt-border
|
|
57185
|
+
);
|
|
57186
|
+
}
|
|
57187
|
+
|
|
57188
|
+
.k-prompt-header {
|
|
57189
|
+
@include fill(
|
|
57190
|
+
$kendo-prompt-header-text,
|
|
57191
|
+
$kendo-prompt-header-bg,
|
|
57192
|
+
$kendo-prompt-header-border
|
|
57193
|
+
);
|
|
57194
|
+
}
|
|
57195
|
+
|
|
57196
|
+
.k-prompt-content {
|
|
57197
|
+
@include fill(
|
|
57198
|
+
$kendo-prompt-content-text,
|
|
57199
|
+
$kendo-prompt-content-bg,
|
|
57200
|
+
$kendo-prompt-content-border
|
|
57201
|
+
);
|
|
57202
|
+
}
|
|
57203
|
+
|
|
57204
|
+
.k-prompt-suggestion {
|
|
57205
|
+
@include fill(
|
|
57206
|
+
$kendo-prompt-suggestion-text,
|
|
57207
|
+
$kendo-prompt-suggestion-bg,
|
|
57208
|
+
$kendo-prompt-suggestion-border
|
|
57209
|
+
);
|
|
57210
|
+
@include box-shadow( $kendo-prompt-suggestion-shadow );
|
|
57211
|
+
}
|
|
57212
|
+
|
|
57213
|
+
}
|
|
57214
|
+
|
|
57215
|
+
|
|
57216
|
+
@mixin kendo-prompt--theme() {
|
|
57217
|
+
@include kendo-prompt--theme-base();
|
|
57218
|
+
}
|
|
57219
|
+
|
|
57220
|
+
// #endregion
|
|
57221
|
+
|
|
57222
|
+
|
|
57223
|
+
// Register
|
|
57224
|
+
// #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
|
|
57225
|
+
// File already imported_once. Skipping output.
|
|
57226
|
+
// #endregion
|
|
57227
|
+
@include module-register( $_kendo-module-meta... );
|
|
57228
|
+
|
|
57229
|
+
|
|
57230
|
+
// Expose
|
|
57231
|
+
@mixin kendo-prompt--styles() {
|
|
57232
|
+
@include module-render( "prompt" ) {
|
|
57233
|
+
@include kendo-prompt--layout();
|
|
57234
|
+
@include kendo-prompt--theme();
|
|
57235
|
+
}
|
|
57236
|
+
}
|
|
57237
|
+
|
|
57238
|
+
@if $kendo-auto-bootstrap {
|
|
57239
|
+
@include kendo-prompt--styles();
|
|
57240
|
+
}
|
|
57241
|
+
|
|
55900
57242
|
// #endregion
|
|
55901
57243
|
|
|
55902
57244
|
|
|
@@ -55944,51 +57286,51 @@ $_kendo-module-meta: (
|
|
|
55944
57286
|
|
|
55945
57287
|
/// The first base series color and its light and dark shades.
|
|
55946
57288
|
/// @group charts
|
|
55947
|
-
$kendo-series-a: #ff6358 !default;
|
|
55948
|
-
$kendo-series-a-dark: k-color-mix(black, $kendo-series-a, 25%) !default;
|
|
55949
|
-
$kendo-series-a-darker: k-color-mix(black, $kendo-series-a, 50%) !default;
|
|
55950
|
-
$kendo-series-a-light: k-color-mix(white, $kendo-series-a, 25%) !default;
|
|
55951
|
-
$kendo-series-a-lighter: k-color-mix(white, $kendo-series-a, 50%) !default;
|
|
57289
|
+
$kendo-series-a: if($kendo-enable-color-system, k-color( series-a ), #ff6358) !default;
|
|
57290
|
+
$kendo-series-a-dark: if($kendo-enable-color-system, k-color( series-a-bold ), k-color-mix(black, $kendo-series-a, 25%)) !default;
|
|
57291
|
+
$kendo-series-a-darker: if($kendo-enable-color-system, k-color( series-a-bolder ), k-color-mix(black, $kendo-series-a, 50%)) !default;
|
|
57292
|
+
$kendo-series-a-light: if($kendo-enable-color-system, k-color( series-a-subtle ), k-color-mix(white, $kendo-series-a, 25%)) !default;
|
|
57293
|
+
$kendo-series-a-lighter: if($kendo-enable-color-system, k-color( series-a-subtler ), k-color-mix(white, $kendo-series-a, 50%)) !default;
|
|
55952
57294
|
|
|
55953
57295
|
/// The second base series color and its light and dark shades.
|
|
55954
57296
|
/// @group charts
|
|
55955
|
-
$kendo-series-b: #ffe162 !default;
|
|
55956
|
-
$kendo-series-b-dark: k-color-mix(black, $kendo-series-b, 25%) !default;
|
|
55957
|
-
$kendo-series-b-darker: k-color-mix(black, $kendo-series-b, 50%) !default;
|
|
55958
|
-
$kendo-series-b-light: k-color-mix(white, $kendo-series-b, 25%) !default;
|
|
55959
|
-
$kendo-series-b-lighter: k-color-mix(white, $kendo-series-b, 50%) !default;
|
|
57297
|
+
$kendo-series-b: if($kendo-enable-color-system, k-color( series-b ), #ffe162) !default;
|
|
57298
|
+
$kendo-series-b-dark: if($kendo-enable-color-system, k-color( series-b-bold ), k-color-mix(black, $kendo-series-b, 25%)) !default;
|
|
57299
|
+
$kendo-series-b-darker: if($kendo-enable-color-system, k-color( series-b-bolder ), k-color-mix(black, $kendo-series-b, 50%)) !default;
|
|
57300
|
+
$kendo-series-b-light: if($kendo-enable-color-system, k-color( series-b-subtle ), k-color-mix(white, $kendo-series-b, 25%)) !default;
|
|
57301
|
+
$kendo-series-b-lighter: if($kendo-enable-color-system, k-color( series-b-subtler ), k-color-mix(white, $kendo-series-b, 50%)) !default;
|
|
55960
57302
|
|
|
55961
57303
|
/// The third base series color and its light and dark shades.
|
|
55962
57304
|
/// @group charts
|
|
55963
|
-
$kendo-series-c: #4cd180 !default;
|
|
55964
|
-
$kendo-series-c-dark: k-color-mix(black, $kendo-series-c, 25%) !default;
|
|
55965
|
-
$kendo-series-c-darker: k-color-mix(black, $kendo-series-c, 50%) !default;
|
|
55966
|
-
$kendo-series-c-light: k-color-mix(white, $kendo-series-c, 25%) !default;
|
|
55967
|
-
$kendo-series-c-lighter: k-color-mix(white, $kendo-series-c, 50%) !default;
|
|
57305
|
+
$kendo-series-c: if($kendo-enable-color-system, k-color( series-c ), #4cd180) !default;
|
|
57306
|
+
$kendo-series-c-dark: if($kendo-enable-color-system, k-color( series-c-bold ), k-color-mix(black, $kendo-series-c, 25%)) !default;
|
|
57307
|
+
$kendo-series-c-darker: if($kendo-enable-color-system, k-color( series-c-bolder ), k-color-mix(black, $kendo-series-c, 50%)) !default;
|
|
57308
|
+
$kendo-series-c-light: if($kendo-enable-color-system, k-color( series-c-subtle ), k-color-mix(white, $kendo-series-c, 25%)) !default;
|
|
57309
|
+
$kendo-series-c-lighter: if($kendo-enable-color-system, k-color( series-c-subtler ), k-color-mix(white, $kendo-series-c, 50%)) !default;
|
|
55968
57310
|
|
|
55969
57311
|
/// The fourth base series color and its light and dark shades.
|
|
55970
57312
|
/// @group charts
|
|
55971
|
-
$kendo-series-d: #4b5ffa !default;
|
|
55972
|
-
$kendo-series-d-dark: k-color-mix(black, $kendo-series-d, 25%) !default;
|
|
55973
|
-
$kendo-series-d-darker: k-color-mix(black, $kendo-series-d, 50%) !default;
|
|
55974
|
-
$kendo-series-d-light: k-color-mix(white, $kendo-series-d, 25%) !default;
|
|
55975
|
-
$kendo-series-d-lighter: k-color-mix(white, $kendo-series-d, 50%) !default;
|
|
57313
|
+
$kendo-series-d: if($kendo-enable-color-system, k-color( series-d ), #4b5ffa) !default;
|
|
57314
|
+
$kendo-series-d-dark: if($kendo-enable-color-system, k-color( series-d-bold ), k-color-mix(black, $kendo-series-d, 25%)) !default;
|
|
57315
|
+
$kendo-series-d-darker: if($kendo-enable-color-system, k-color( series-d-bolder ), k-color-mix(black, $kendo-series-d, 50%)) !default;
|
|
57316
|
+
$kendo-series-d-light: if($kendo-enable-color-system, k-color( series-d-subtle ), k-color-mix(white, $kendo-series-d, 25%)) !default;
|
|
57317
|
+
$kendo-series-d-lighter: if($kendo-enable-color-system, k-color( series-d-subtler ), k-color-mix(white, $kendo-series-d, 50%)) !default;
|
|
55976
57318
|
|
|
55977
57319
|
/// The fifth base series color and its light and dark shades.
|
|
55978
57320
|
/// @group charts
|
|
55979
|
-
$kendo-series-e: #ac58ff !default;
|
|
55980
|
-
$kendo-series-e-dark: k-color-mix(black, $kendo-series-e, 25%) !default;
|
|
55981
|
-
$kendo-series-e-darker: k-color-mix(black, $kendo-series-e, 50%) !default;
|
|
55982
|
-
$kendo-series-e-light: k-color-mix(white, $kendo-series-e, 25%) !default;
|
|
55983
|
-
$kendo-series-e-lighter: k-color-mix(white, $kendo-series-e, 50%) !default;
|
|
57321
|
+
$kendo-series-e: if($kendo-enable-color-system, k-color( series-e ), #ac58ff) !default;
|
|
57322
|
+
$kendo-series-e-dark: if($kendo-enable-color-system, k-color( series-e-bold ), k-color-mix(black, $kendo-series-e, 25%)) !default;
|
|
57323
|
+
$kendo-series-e-darker: if($kendo-enable-color-system, k-color( series-e-bolder ), k-color-mix(black, $kendo-series-e, 50%)) !default;
|
|
57324
|
+
$kendo-series-e-light: if($kendo-enable-color-system, k-color( series-e-subtle ), k-color-mix(white, $kendo-series-e, 25%)) !default;
|
|
57325
|
+
$kendo-series-e-lighter: if($kendo-enable-color-system, k-color( series-e-subtler ), k-color-mix(white, $kendo-series-e, 50%)) !default;
|
|
55984
57326
|
|
|
55985
57327
|
/// The sixth base series color and its light and dark shades.
|
|
55986
57328
|
/// @group charts
|
|
55987
|
-
$kendo-series-f: #ff5892 !default;
|
|
55988
|
-
$kendo-series-f-dark: k-color-mix(black, $kendo-series-f, 25%) !default;
|
|
55989
|
-
$kendo-series-f-darker: k-color-mix(black, $kendo-series-f, 50%) !default;
|
|
55990
|
-
$kendo-series-f-light: k-color-mix(white, $kendo-series-f, 25%) !default;
|
|
55991
|
-
$kendo-series-f-lighter: k-color-mix(white, $kendo-series-f, 50%) !default;
|
|
57329
|
+
$kendo-series-f: if($kendo-enable-color-system, k-color( series-f ), #ff5892) !default;
|
|
57330
|
+
$kendo-series-f-dark: if($kendo-enable-color-system, k-color( series-f-bold ), k-color-mix(black, $kendo-series-f, 25%)) !default;
|
|
57331
|
+
$kendo-series-f-darker: if($kendo-enable-color-system, k-color( series-f-bolder ), k-color-mix(black, $kendo-series-f, 50%)) !default;
|
|
57332
|
+
$kendo-series-f-light: if($kendo-enable-color-system, k-color( series-f-subtle ), k-color-mix(white, $kendo-series-f, 25%)) !default;
|
|
57333
|
+
$kendo-series-f-lighter: if($kendo-enable-color-system, k-color( series-f-subtler ), k-color-mix(white, $kendo-series-f, 50%)) !default;
|
|
55992
57334
|
|
|
55993
57335
|
/// The series colors in order:
|
|
55994
57336
|
/// base, light, dark, lighter, darker
|
|
@@ -56039,13 +57381,13 @@ $kendo-chart-pane-title-font-weight: $kendo-font-weight-normal !default;
|
|
|
56039
57381
|
|
|
56040
57382
|
/// The color of the Chart grid lines (major).
|
|
56041
57383
|
/// @group charts
|
|
56042
|
-
$kendo-chart-major-lines: rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 ) !default;
|
|
57384
|
+
$kendo-chart-major-lines: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 ) !default;
|
|
56043
57385
|
|
|
56044
57386
|
/// The color of the Chart grid lines (minor).
|
|
56045
57387
|
/// @group charts
|
|
56046
|
-
$kendo-chart-minor-lines: rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 ) !default;
|
|
57388
|
+
$kendo-chart-minor-lines: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 ) !default;
|
|
56047
57389
|
|
|
56048
|
-
$kendo-chart-inactive: rgba( $kendo-body-text, .5 ) !default;
|
|
57390
|
+
$kendo-chart-inactive: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-body-text, .5 )) !default;
|
|
56049
57391
|
$kendo-chart-area-opacity: .6 !default;
|
|
56050
57392
|
$kendo-chart-area-inactive-opacity: .1 !default;
|
|
56051
57393
|
$kendo-chart-line-inactive-opacity: .3 !default;
|
|
@@ -56056,20 +57398,20 @@ $kendo-chart-bg: $kendo-component-bg !default;
|
|
|
56056
57398
|
$kendo-chart-text: $kendo-component-text !default;
|
|
56057
57399
|
$kendo-chart-border: $kendo-component-border !default;
|
|
56058
57400
|
|
|
56059
|
-
$kendo-chart-crosshair-background: rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 ) !default;
|
|
57401
|
+
$kendo-chart-crosshair-background: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
|
|
56060
57402
|
$kendo-chart-crosshair-shared-tooltip-color: $kendo-chart-text !default;
|
|
56061
|
-
$kendo-chart-crosshair-shared-tooltip-background: k-try-shade( $kendo-chart-bg, 1 ) !default;
|
|
56062
|
-
$kendo-chart-crosshair-shared-tooltip-border: rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08) !default;
|
|
57403
|
+
$kendo-chart-crosshair-shared-tooltip-background: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-chart-bg, 1 )) !default;
|
|
57404
|
+
$kendo-chart-crosshair-shared-tooltip-border: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08) !default;
|
|
56063
57405
|
|
|
56064
|
-
$kendo-chart-notes-background: rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 ) !default;
|
|
56065
|
-
$kendo-chart-notes-border: rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 ) !default;
|
|
56066
|
-
$kendo-chart-notes-lines: rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 ) !default;
|
|
57406
|
+
$kendo-chart-notes-background: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
|
|
57407
|
+
$kendo-chart-notes-border: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
|
|
57408
|
+
$kendo-chart-notes-lines: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
|
|
56067
57409
|
|
|
56068
|
-
$kendo-chart-error-bars-background: rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 ) !default;
|
|
57410
|
+
$kendo-chart-error-bars-background: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
|
|
56069
57411
|
|
|
56070
57412
|
$kendo-chart-selection-handle-size: 22px !default;
|
|
56071
|
-
$kendo-chart-selection-border-color: rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 ) !default;
|
|
56072
|
-
$kendo-chart-selection-shadow: inset 0 1px 7px rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .15) !default;
|
|
57413
|
+
$kendo-chart-selection-border-color: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 ) !default;
|
|
57414
|
+
$kendo-chart-selection-shadow: inset 0 1px 7px rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .15) !default;
|
|
56073
57415
|
|
|
56074
57416
|
|
|
56075
57417
|
// TreeMap
|
|
@@ -56534,14 +57876,14 @@ $kendo-treemap-line-height: $kendo-line-height-md !default;
|
|
|
56534
57876
|
series-30: $kendo-series-30,
|
|
56535
57877
|
|
|
56536
57878
|
gauge-pointer: $kendo-color-primary,
|
|
56537
|
-
gauge-track: k-try-shade( $kendo-chart-bg )
|
|
57879
|
+
gauge-track: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-chart-bg ))
|
|
56538
57880
|
);
|
|
56539
57881
|
|
|
56540
57882
|
@each $name, $value in $exported {
|
|
56541
57883
|
$type: k-meta-type-of($value);
|
|
56542
57884
|
|
|
56543
57885
|
.k-var--#{$name} {
|
|
56544
|
-
@if $type == "color" {
|
|
57886
|
+
@if $type == "color" or $type == "string" {
|
|
56545
57887
|
// background-color can store any color
|
|
56546
57888
|
background-color: $value;
|
|
56547
57889
|
} @else if $type == "number" {
|
|
@@ -56815,7 +58157,7 @@ $kendo-map-zoom-control-button-padding-y: $kendo-map-zoom-control-button-padding
|
|
|
56815
58157
|
$kendo-map-attribution-padding-x: $kendo-padding-sm-x !default;
|
|
56816
58158
|
$kendo-map-attribution-padding-y: $kendo-padding-sm-y !default;
|
|
56817
58159
|
$kendo-map-attribution-font-size: ($kendo-map-font-size * .75) !default;
|
|
56818
|
-
$kendo-map-attribution-bg: rgba( $kendo-map-bg, .8 ) !default;
|
|
58160
|
+
$kendo-map-attribution-bg: if($kendo-enable-color-system, rgba( k-color( app-surface, true ), .8 ), rgba( $kendo-map-bg, .8 )) !default;
|
|
56819
58161
|
|
|
56820
58162
|
$kendo-map-marker-fill: $kendo-color-primary !default;
|
|
56821
58163
|
|
|
@@ -57384,7 +58726,7 @@ $kendo-signature-lg-padding-y: $kendo-signature-lg-padding-x !default;
|
|
|
57384
58726
|
|
|
57385
58727
|
$kendo-signature-line-width: 1px !default;
|
|
57386
58728
|
$kendo-signature-line-style: dashed !default;
|
|
57387
|
-
$kendo-signature-line-color: rgba( $kendo-color-info, .24 ) !default;
|
|
58729
|
+
$kendo-signature-line-color: if($kendo-enable-color-system, rgba( k-color( info, true ), .24 ), rgba( $kendo-color-info, .24 )) !default;
|
|
57388
58730
|
|
|
57389
58731
|
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
|
|
57390
58732
|
$kendo-signature-sm-line-size: calc( 100% - 2 * #{$kendo-signature-sm-padding-x} ) !default;
|
|
@@ -57699,6 +59041,7 @@ $kendo-signature-maximized-line-width: 3px !default;
|
|
|
57699
59041
|
@include kendo-pdf-viewer--styles();
|
|
57700
59042
|
@include kendo-scroller--styles();
|
|
57701
59043
|
@include kendo-scrollview--styles();
|
|
59044
|
+
@include kendo-prompt--styles();
|
|
57702
59045
|
|
|
57703
59046
|
|
|
57704
59047
|
// Dataviz
|