@progress/kendo-theme-fluent 12.0.2-dev.1 → 12.1.0-dev.1
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 +1 -1
- package/dist/fluent-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +150 -150
- package/dist/meta/sassdoc-raw-data.json +74 -74
- package/dist/meta/variables.json +26 -1
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/appbar/_variables.scss +2 -1
- package/scss/bottom-navigation/_layout.scss +1 -0
- package/scss/button/_layout.scss +2 -1
- package/scss/colorpalette/_layout.scss +0 -17
- package/scss/core/z-index/index.import.scss +1 -0
- package/scss/dock-manager/_layout.scss +0 -4
- package/scss/drawer/_layout.scss +2 -1
- package/scss/expansion-panel/_layout.scss +2 -1
- package/scss/fab/_layout.scss +3 -3
- package/scss/grid/_variables.scss +1 -1
- package/scss/input/_layout.scss +2 -1
- package/scss/list/_layout.scss +2 -2
- package/scss/mediaplayer/_layout.scss +0 -10
- package/scss/scheduler/_layout.scss +0 -1
- package/scss/slider/_layout.scss +2 -1
- package/scss/switch/_layout.scss +2 -1
- package/scss/upload/_layout.scss +0 -7
|
@@ -1827,8 +1827,8 @@
|
|
|
1827
1827
|
{
|
|
1828
1828
|
"description": "The horizontal margin of the AppBar.\n",
|
|
1829
1829
|
"commentRange": {
|
|
1830
|
-
"start":
|
|
1831
|
-
"end":
|
|
1830
|
+
"start": 5,
|
|
1831
|
+
"end": 6
|
|
1832
1832
|
},
|
|
1833
1833
|
"context": {
|
|
1834
1834
|
"type": "variable",
|
|
@@ -1836,8 +1836,8 @@
|
|
|
1836
1836
|
"value": "var( --kendo-appbar-margin-x, k-spacing(0) )",
|
|
1837
1837
|
"scope": "default",
|
|
1838
1838
|
"line": {
|
|
1839
|
-
"start":
|
|
1840
|
-
"end":
|
|
1839
|
+
"start": 7,
|
|
1840
|
+
"end": 7
|
|
1841
1841
|
}
|
|
1842
1842
|
},
|
|
1843
1843
|
"group": [
|
|
@@ -1852,8 +1852,8 @@
|
|
|
1852
1852
|
{
|
|
1853
1853
|
"description": "The vertical margin of the AppBar.\n",
|
|
1854
1854
|
"commentRange": {
|
|
1855
|
-
"start":
|
|
1856
|
-
"end":
|
|
1855
|
+
"start": 8,
|
|
1856
|
+
"end": 9
|
|
1857
1857
|
},
|
|
1858
1858
|
"context": {
|
|
1859
1859
|
"type": "variable",
|
|
@@ -1861,8 +1861,8 @@
|
|
|
1861
1861
|
"value": "var( --kendo-appbar-margin-y, k-spacing(0) )",
|
|
1862
1862
|
"scope": "default",
|
|
1863
1863
|
"line": {
|
|
1864
|
-
"start":
|
|
1865
|
-
"end":
|
|
1864
|
+
"start": 10,
|
|
1865
|
+
"end": 10
|
|
1866
1866
|
}
|
|
1867
1867
|
},
|
|
1868
1868
|
"group": [
|
|
@@ -1877,8 +1877,8 @@
|
|
|
1877
1877
|
{
|
|
1878
1878
|
"description": "The horizontal padding of the AppBar.\n",
|
|
1879
1879
|
"commentRange": {
|
|
1880
|
-
"start":
|
|
1881
|
-
"end":
|
|
1880
|
+
"start": 11,
|
|
1881
|
+
"end": 12
|
|
1882
1882
|
},
|
|
1883
1883
|
"context": {
|
|
1884
1884
|
"type": "variable",
|
|
@@ -1886,8 +1886,8 @@
|
|
|
1886
1886
|
"value": "var( --kendo-appbar-padding-x, k-spacing(5) )",
|
|
1887
1887
|
"scope": "default",
|
|
1888
1888
|
"line": {
|
|
1889
|
-
"start":
|
|
1890
|
-
"end":
|
|
1889
|
+
"start": 13,
|
|
1890
|
+
"end": 13
|
|
1891
1891
|
}
|
|
1892
1892
|
},
|
|
1893
1893
|
"group": [
|
|
@@ -1902,8 +1902,8 @@
|
|
|
1902
1902
|
{
|
|
1903
1903
|
"description": "The vertical padding of the AppBar.\n",
|
|
1904
1904
|
"commentRange": {
|
|
1905
|
-
"start":
|
|
1906
|
-
"end":
|
|
1905
|
+
"start": 14,
|
|
1906
|
+
"end": 15
|
|
1907
1907
|
},
|
|
1908
1908
|
"context": {
|
|
1909
1909
|
"type": "variable",
|
|
@@ -1911,8 +1911,8 @@
|
|
|
1911
1911
|
"value": "var( --kendo-appbar-padding-y, k-spacing(3.5) )",
|
|
1912
1912
|
"scope": "default",
|
|
1913
1913
|
"line": {
|
|
1914
|
-
"start":
|
|
1915
|
-
"end":
|
|
1914
|
+
"start": 16,
|
|
1915
|
+
"end": 16
|
|
1916
1916
|
}
|
|
1917
1917
|
},
|
|
1918
1918
|
"group": [
|
|
@@ -1927,8 +1927,8 @@
|
|
|
1927
1927
|
{
|
|
1928
1928
|
"description": "The width of the border around the AppBar.\n",
|
|
1929
1929
|
"commentRange": {
|
|
1930
|
-
"start":
|
|
1931
|
-
"end":
|
|
1930
|
+
"start": 17,
|
|
1931
|
+
"end": 18
|
|
1932
1932
|
},
|
|
1933
1933
|
"context": {
|
|
1934
1934
|
"type": "variable",
|
|
@@ -1936,8 +1936,8 @@
|
|
|
1936
1936
|
"value": "var( --kendo-appbar-border-width, 0px )",
|
|
1937
1937
|
"scope": "default",
|
|
1938
1938
|
"line": {
|
|
1939
|
-
"start":
|
|
1940
|
-
"end":
|
|
1939
|
+
"start": 19,
|
|
1940
|
+
"end": 19
|
|
1941
1941
|
}
|
|
1942
1942
|
},
|
|
1943
1943
|
"group": [
|
|
@@ -1952,17 +1952,17 @@
|
|
|
1952
1952
|
{
|
|
1953
1953
|
"description": "The z-index of the AppBar.\n",
|
|
1954
1954
|
"commentRange": {
|
|
1955
|
-
"start":
|
|
1956
|
-
"end":
|
|
1955
|
+
"start": 20,
|
|
1956
|
+
"end": 21
|
|
1957
1957
|
},
|
|
1958
1958
|
"context": {
|
|
1959
1959
|
"type": "variable",
|
|
1960
1960
|
"name": "kendo-appbar-zindex",
|
|
1961
|
-
"value": "var( --kendo-appbar-zindex,
|
|
1961
|
+
"value": "var( --kendo-appbar-zindex, k-z-index(\"banner\") )",
|
|
1962
1962
|
"scope": "default",
|
|
1963
1963
|
"line": {
|
|
1964
|
-
"start":
|
|
1965
|
-
"end":
|
|
1964
|
+
"start": 22,
|
|
1965
|
+
"end": 22
|
|
1966
1966
|
}
|
|
1967
1967
|
},
|
|
1968
1968
|
"group": [
|
|
@@ -1977,8 +1977,8 @@
|
|
|
1977
1977
|
{
|
|
1978
1978
|
"description": "The font family of the AppBar.\n",
|
|
1979
1979
|
"commentRange": {
|
|
1980
|
-
"start":
|
|
1981
|
-
"end":
|
|
1980
|
+
"start": 23,
|
|
1981
|
+
"end": 24
|
|
1982
1982
|
},
|
|
1983
1983
|
"context": {
|
|
1984
1984
|
"type": "variable",
|
|
@@ -1986,8 +1986,8 @@
|
|
|
1986
1986
|
"value": "var( --kendo-appbar-font-family, var( --kendo-font-family, inherit ) )",
|
|
1987
1987
|
"scope": "default",
|
|
1988
1988
|
"line": {
|
|
1989
|
-
"start":
|
|
1990
|
-
"end":
|
|
1989
|
+
"start": 25,
|
|
1990
|
+
"end": 25
|
|
1991
1991
|
}
|
|
1992
1992
|
},
|
|
1993
1993
|
"group": [
|
|
@@ -2002,8 +2002,8 @@
|
|
|
2002
2002
|
{
|
|
2003
2003
|
"description": "The font size of the AppBar.\n",
|
|
2004
2004
|
"commentRange": {
|
|
2005
|
-
"start":
|
|
2006
|
-
"end":
|
|
2005
|
+
"start": 26,
|
|
2006
|
+
"end": 27
|
|
2007
2007
|
},
|
|
2008
2008
|
"context": {
|
|
2009
2009
|
"type": "variable",
|
|
@@ -2011,8 +2011,8 @@
|
|
|
2011
2011
|
"value": "var( --kendo-appbar-font-size, var( --kendo-font-size, inherit ) )",
|
|
2012
2012
|
"scope": "default",
|
|
2013
2013
|
"line": {
|
|
2014
|
-
"start":
|
|
2015
|
-
"end":
|
|
2014
|
+
"start": 28,
|
|
2015
|
+
"end": 28
|
|
2016
2016
|
}
|
|
2017
2017
|
},
|
|
2018
2018
|
"group": [
|
|
@@ -2027,8 +2027,8 @@
|
|
|
2027
2027
|
{
|
|
2028
2028
|
"description": "The line height of the AppBar.\n",
|
|
2029
2029
|
"commentRange": {
|
|
2030
|
-
"start":
|
|
2031
|
-
"end":
|
|
2030
|
+
"start": 29,
|
|
2031
|
+
"end": 30
|
|
2032
2032
|
},
|
|
2033
2033
|
"context": {
|
|
2034
2034
|
"type": "variable",
|
|
@@ -2036,8 +2036,8 @@
|
|
|
2036
2036
|
"value": "var( --kendo-appbar-line-height, var( --kendo-line-height, normal ) )",
|
|
2037
2037
|
"scope": "default",
|
|
2038
2038
|
"line": {
|
|
2039
|
-
"start":
|
|
2040
|
-
"end":
|
|
2039
|
+
"start": 31,
|
|
2040
|
+
"end": 31
|
|
2041
2041
|
}
|
|
2042
2042
|
},
|
|
2043
2043
|
"group": [
|
|
@@ -2052,8 +2052,8 @@
|
|
|
2052
2052
|
{
|
|
2053
2053
|
"description": "The spacing between the AppBar sections.\n",
|
|
2054
2054
|
"commentRange": {
|
|
2055
|
-
"start":
|
|
2056
|
-
"end":
|
|
2055
|
+
"start": 33,
|
|
2056
|
+
"end": 34
|
|
2057
2057
|
},
|
|
2058
2058
|
"context": {
|
|
2059
2059
|
"type": "variable",
|
|
@@ -2061,8 +2061,8 @@
|
|
|
2061
2061
|
"value": "var( --kendo-appbar-spacing, k-spacing(2) )",
|
|
2062
2062
|
"scope": "default",
|
|
2063
2063
|
"line": {
|
|
2064
|
-
"start":
|
|
2065
|
-
"end":
|
|
2064
|
+
"start": 35,
|
|
2065
|
+
"end": 35
|
|
2066
2066
|
}
|
|
2067
2067
|
},
|
|
2068
2068
|
"group": [
|
|
@@ -2077,8 +2077,8 @@
|
|
|
2077
2077
|
{
|
|
2078
2078
|
"description": "The text color of the AppBar.\n",
|
|
2079
2079
|
"commentRange": {
|
|
2080
|
-
"start":
|
|
2081
|
-
"end":
|
|
2080
|
+
"start": 37,
|
|
2081
|
+
"end": 38
|
|
2082
2082
|
},
|
|
2083
2083
|
"context": {
|
|
2084
2084
|
"type": "variable",
|
|
@@ -2086,8 +2086,8 @@
|
|
|
2086
2086
|
"value": "var( --kendo-appbar-text, k-color(on-app-surface) )",
|
|
2087
2087
|
"scope": "default",
|
|
2088
2088
|
"line": {
|
|
2089
|
-
"start":
|
|
2090
|
-
"end":
|
|
2089
|
+
"start": 39,
|
|
2090
|
+
"end": 39
|
|
2091
2091
|
}
|
|
2092
2092
|
},
|
|
2093
2093
|
"group": [
|
|
@@ -2102,8 +2102,8 @@
|
|
|
2102
2102
|
{
|
|
2103
2103
|
"description": "The background color of the AppBar.\n",
|
|
2104
2104
|
"commentRange": {
|
|
2105
|
-
"start":
|
|
2106
|
-
"end":
|
|
2105
|
+
"start": 40,
|
|
2106
|
+
"end": 41
|
|
2107
2107
|
},
|
|
2108
2108
|
"context": {
|
|
2109
2109
|
"type": "variable",
|
|
@@ -2111,8 +2111,8 @@
|
|
|
2111
2111
|
"value": "var( --kendo-appbar-bg, k-color(surface) )",
|
|
2112
2112
|
"scope": "default",
|
|
2113
2113
|
"line": {
|
|
2114
|
-
"start":
|
|
2115
|
-
"end":
|
|
2114
|
+
"start": 42,
|
|
2115
|
+
"end": 42
|
|
2116
2116
|
}
|
|
2117
2117
|
},
|
|
2118
2118
|
"group": [
|
|
@@ -2127,8 +2127,8 @@
|
|
|
2127
2127
|
{
|
|
2128
2128
|
"description": "The border color of the AppBar.\n",
|
|
2129
2129
|
"commentRange": {
|
|
2130
|
-
"start":
|
|
2131
|
-
"end":
|
|
2130
|
+
"start": 43,
|
|
2131
|
+
"end": 44
|
|
2132
2132
|
},
|
|
2133
2133
|
"context": {
|
|
2134
2134
|
"type": "variable",
|
|
@@ -2136,8 +2136,8 @@
|
|
|
2136
2136
|
"value": "var( --kendo-appbar-border, color-mix(in srgb, k-color(border) 26%, transparent) )",
|
|
2137
2137
|
"scope": "default",
|
|
2138
2138
|
"line": {
|
|
2139
|
-
"start":
|
|
2140
|
-
"end":
|
|
2139
|
+
"start": 45,
|
|
2140
|
+
"end": 45
|
|
2141
2141
|
}
|
|
2142
2142
|
},
|
|
2143
2143
|
"group": [
|
|
@@ -2152,8 +2152,8 @@
|
|
|
2152
2152
|
{
|
|
2153
2153
|
"description": "The background color of the AppBar based on light theme color.\n",
|
|
2154
2154
|
"commentRange": {
|
|
2155
|
-
"start":
|
|
2156
|
-
"end":
|
|
2155
|
+
"start": 47,
|
|
2156
|
+
"end": 48
|
|
2157
2157
|
},
|
|
2158
2158
|
"context": {
|
|
2159
2159
|
"type": "variable",
|
|
@@ -2161,8 +2161,8 @@
|
|
|
2161
2161
|
"value": "k-color(light)",
|
|
2162
2162
|
"scope": "default",
|
|
2163
2163
|
"line": {
|
|
2164
|
-
"start":
|
|
2165
|
-
"end":
|
|
2164
|
+
"start": 49,
|
|
2165
|
+
"end": 49
|
|
2166
2166
|
}
|
|
2167
2167
|
},
|
|
2168
2168
|
"group": [
|
|
@@ -2177,8 +2177,8 @@
|
|
|
2177
2177
|
{
|
|
2178
2178
|
"description": "The text color of the AppBar based on light theme color.\n",
|
|
2179
2179
|
"commentRange": {
|
|
2180
|
-
"start":
|
|
2181
|
-
"end":
|
|
2180
|
+
"start": 50,
|
|
2181
|
+
"end": 51
|
|
2182
2182
|
},
|
|
2183
2183
|
"context": {
|
|
2184
2184
|
"type": "variable",
|
|
@@ -2186,8 +2186,8 @@
|
|
|
2186
2186
|
"value": "k-color(on-light)",
|
|
2187
2187
|
"scope": "default",
|
|
2188
2188
|
"line": {
|
|
2189
|
-
"start":
|
|
2190
|
-
"end":
|
|
2189
|
+
"start": 52,
|
|
2190
|
+
"end": 52
|
|
2191
2191
|
}
|
|
2192
2192
|
},
|
|
2193
2193
|
"group": [
|
|
@@ -2202,8 +2202,8 @@
|
|
|
2202
2202
|
{
|
|
2203
2203
|
"description": "The background color of the AppBar based on dark theme color.\n",
|
|
2204
2204
|
"commentRange": {
|
|
2205
|
-
"start":
|
|
2206
|
-
"end":
|
|
2205
|
+
"start": 54,
|
|
2206
|
+
"end": 55
|
|
2207
2207
|
},
|
|
2208
2208
|
"context": {
|
|
2209
2209
|
"type": "variable",
|
|
@@ -2211,8 +2211,8 @@
|
|
|
2211
2211
|
"value": "k-color(dark)",
|
|
2212
2212
|
"scope": "default",
|
|
2213
2213
|
"line": {
|
|
2214
|
-
"start":
|
|
2215
|
-
"end":
|
|
2214
|
+
"start": 56,
|
|
2215
|
+
"end": 56
|
|
2216
2216
|
}
|
|
2217
2217
|
},
|
|
2218
2218
|
"group": [
|
|
@@ -2227,8 +2227,8 @@
|
|
|
2227
2227
|
{
|
|
2228
2228
|
"description": "The text color of the AppBar based on dark theme color.\n",
|
|
2229
2229
|
"commentRange": {
|
|
2230
|
-
"start":
|
|
2231
|
-
"end":
|
|
2230
|
+
"start": 57,
|
|
2231
|
+
"end": 58
|
|
2232
2232
|
},
|
|
2233
2233
|
"context": {
|
|
2234
2234
|
"type": "variable",
|
|
@@ -2236,8 +2236,8 @@
|
|
|
2236
2236
|
"value": "k-color(on-dark)",
|
|
2237
2237
|
"scope": "default",
|
|
2238
2238
|
"line": {
|
|
2239
|
-
"start":
|
|
2240
|
-
"end":
|
|
2239
|
+
"start": 59,
|
|
2240
|
+
"end": 59
|
|
2241
2241
|
}
|
|
2242
2242
|
},
|
|
2243
2243
|
"group": [
|
|
@@ -2252,8 +2252,8 @@
|
|
|
2252
2252
|
{
|
|
2253
2253
|
"description": "The theme colors map for the AppBar variations.\n",
|
|
2254
2254
|
"commentRange": {
|
|
2255
|
-
"start":
|
|
2256
|
-
"end":
|
|
2255
|
+
"start": 61,
|
|
2256
|
+
"end": 62
|
|
2257
2257
|
},
|
|
2258
2258
|
"context": {
|
|
2259
2259
|
"type": "variable",
|
|
@@ -2261,8 +2261,8 @@
|
|
|
2261
2261
|
"value": "(\n \"primary\": k-color(primary),\n \"secondary\": k-color(secondary),\n \"tertiary\": k-color(tertiary),\n \"info\": k-color(info),\n \"success\": k-color(success),\n \"warning\": k-color(warning),\n \"error\": k-color(error),\n \"dark\": k-color(dark),\n \"light\": k-color(light),\n \"inverse\": if($kendo-is-dark-theme, k-color(light), k-color(dark)),\n)",
|
|
2262
2262
|
"scope": "default",
|
|
2263
2263
|
"line": {
|
|
2264
|
-
"start":
|
|
2265
|
-
"end":
|
|
2264
|
+
"start": 63,
|
|
2265
|
+
"end": 74
|
|
2266
2266
|
}
|
|
2267
2267
|
},
|
|
2268
2268
|
"group": [
|
|
@@ -35427,7 +35427,7 @@
|
|
|
35427
35427
|
"context": {
|
|
35428
35428
|
"type": "variable",
|
|
35429
35429
|
"name": "kendo-grid-column-menu-tabbed-bg",
|
|
35430
|
-
"value": "var( --kendo-grid-column-menu-tabbed-bg,
|
|
35430
|
+
"value": "var( --kendo-grid-column-menu-tabbed-bg, k-color(surface) )",
|
|
35431
35431
|
"scope": "default",
|
|
35432
35432
|
"line": {
|
|
35433
35433
|
"start": 481,
|
package/dist/meta/variables.json
CHANGED
|
@@ -922,6 +922,31 @@
|
|
|
922
922
|
"type": "List",
|
|
923
923
|
"value": "(color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out)"
|
|
924
924
|
},
|
|
925
|
+
"kendo-z-step": {
|
|
926
|
+
"type": "Number",
|
|
927
|
+
"value": "1"
|
|
928
|
+
},
|
|
929
|
+
"kendo-z-layers": {
|
|
930
|
+
"type": "Map",
|
|
931
|
+
"value": "(bottom: -1, base: 0, handle: 10, selection: 100, badge: 300, animation: 600, banner: 1000, floating: 5000, overlay: 10000, drawer: 11000, modal: 11500, popup: 12000, loading: 20000, top: 100000, scroll: 200000)",
|
|
932
|
+
"prettyValue": {
|
|
933
|
+
"bottom": -1,
|
|
934
|
+
"base": 0,
|
|
935
|
+
"handle": 10,
|
|
936
|
+
"selection": 100,
|
|
937
|
+
"badge": 300,
|
|
938
|
+
"animation": 600,
|
|
939
|
+
"banner": 1000,
|
|
940
|
+
"floating": 5000,
|
|
941
|
+
"overlay": 10000,
|
|
942
|
+
"drawer": 11000,
|
|
943
|
+
"modal": 11500,
|
|
944
|
+
"popup": 12000,
|
|
945
|
+
"loading": 20000,
|
|
946
|
+
"top": 100000,
|
|
947
|
+
"scroll": 200000
|
|
948
|
+
}
|
|
949
|
+
},
|
|
925
950
|
"kendo-h1-font-size": {
|
|
926
951
|
"type": "Number",
|
|
927
952
|
"value": "80px"
|
|
@@ -12943,7 +12968,7 @@
|
|
|
12943
12968
|
},
|
|
12944
12969
|
"kendo-grid-column-menu-tabbed-bg": {
|
|
12945
12970
|
"type": "String",
|
|
12946
|
-
"value": "var(--kendo-grid-column-menu-tabbed-bg, var(--kendo-
|
|
12971
|
+
"value": "var(--kendo-grid-column-menu-tabbed-bg, var(--kendo-color-surface, #ffffff))"
|
|
12947
12972
|
},
|
|
12948
12973
|
"kendo-grid-drag-cell-width": {
|
|
12949
12974
|
"type": "String",
|
package/lib/swatches/all.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "12.0
|
|
4
|
+
"version": "12.1.0-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@progress/kendo-svg-icons": "^4.5.0",
|
|
58
|
-
"@progress/kendo-theme-core": "12.0
|
|
59
|
-
"@progress/kendo-theme-utils": "12.0
|
|
58
|
+
"@progress/kendo-theme-core": "12.1.0-dev.1",
|
|
59
|
+
"@progress/kendo-theme-utils": "12.1.0-dev.1"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "7b3a495779befd95451b5e9193f492f0cc917a6e"
|
|
66
66
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
|
+
@use "../core/z-index/index.import.scss" as *;
|
|
2
3
|
@use "../core/_index.scss" as *;
|
|
3
4
|
|
|
4
5
|
/// The horizontal margin of the AppBar.
|
|
@@ -18,7 +19,7 @@ $kendo-appbar-padding-y: var( --kendo-appbar-padding-y, k-spacing(3.5) ) !defaul
|
|
|
18
19
|
$kendo-appbar-border-width: var( --kendo-appbar-border-width, 0px ) !default;
|
|
19
20
|
/// The z-index of the AppBar.
|
|
20
21
|
/// @group appbar
|
|
21
|
-
$kendo-appbar-zindex: var( --kendo-appbar-zindex,
|
|
22
|
+
$kendo-appbar-zindex: var( --kendo-appbar-zindex, k-z-index("banner") ) !default;
|
|
22
23
|
/// The font family of the AppBar.
|
|
23
24
|
/// @group appbar
|
|
24
25
|
$kendo-appbar-font-family: var( --kendo-appbar-font-family, var( --kendo-font-family, inherit ) ) !default;
|
package/scss/button/_layout.scss
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "sass:math";
|
|
3
3
|
@use "../core/_index.scss" as *;
|
|
4
|
+
@use "../core/z-index/index.import.scss" as *;
|
|
4
5
|
@use "./_variables.scss" as *;
|
|
5
6
|
@use "@progress/kendo-theme-core/scss/components/button/_layout.scss" as *;
|
|
6
7
|
|
|
@@ -114,7 +115,7 @@
|
|
|
114
115
|
inset-inline-end: calc(-1 * #{$kendo-button-border-width});
|
|
115
116
|
inset-block-start: calc(-1 * #{$kendo-button-border-width});
|
|
116
117
|
inset-block-end: calc(-1 * #{$kendo-button-border-width});
|
|
117
|
-
z-index:
|
|
118
|
+
z-index: k-z-index("base");
|
|
118
119
|
transition: opacity .2s ease-in-out;
|
|
119
120
|
}
|
|
120
121
|
|
|
@@ -10,23 +10,6 @@
|
|
|
10
10
|
opacity: .3;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.k-colorpalette-tile {
|
|
14
|
-
|
|
15
|
-
&:hover,
|
|
16
|
-
&.k-hover {
|
|
17
|
-
position: relative;
|
|
18
|
-
z-index: 101;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
&:focus,
|
|
22
|
-
&.k-focus,
|
|
23
|
-
&.k-selected,
|
|
24
|
-
&.k-selected:hover {
|
|
25
|
-
position: relative;
|
|
26
|
-
z-index: 100;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
13
|
@each $size, $size-props in $kendo-color-palette-sizes {
|
|
31
14
|
$_tile-width: map.get( $size-props, width );
|
|
32
15
|
$_tile-height: map.get( $size-props, height );
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward "@progress/kendo-theme-core/scss/z-index/index.import.scss";
|
package/scss/drawer/_layout.scss
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@use "../core/_index.scss" as *;
|
|
2
2
|
@use "./_variables.scss" as *;
|
|
3
|
+
@use "../core/z-index/index.import.scss" as *;
|
|
3
4
|
@use "@progress/kendo-theme-core/scss/components/drawer/_layout.scss" as *;
|
|
4
5
|
|
|
5
6
|
@mixin kendo-drawer--layout() {
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
inset-block-start: 50%;
|
|
29
30
|
inset-inline-start: $kendo-drawer-item-ripple-spacing-x;
|
|
30
31
|
transform: translateY(-50%);
|
|
31
|
-
z-index: 2;
|
|
32
|
+
z-index: k-z-index("base", 2);
|
|
32
33
|
opacity: 0;
|
|
33
34
|
transition: opacity .3s;
|
|
34
35
|
pointer-events: none;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@use "../icons/_variables.scss" as *;
|
|
2
2
|
@use "./_variables.scss" as *;
|
|
3
|
+
@use "../core/z-index/index.import.scss" as *;
|
|
3
4
|
@use "@progress/kendo-theme-core/scss/components/expansion-panel/_layout.scss" as *;
|
|
4
5
|
|
|
5
6
|
@mixin kendo-expander--layout() {
|
|
@@ -23,7 +24,7 @@
|
|
|
23
24
|
inset: $kendo-expander-focus-offset;
|
|
24
25
|
outline-width: $kendo-expander-focus-outline-width;
|
|
25
26
|
outline-style: $kendo-expander-focus-outline-style;
|
|
26
|
-
z-index: 1;
|
|
27
|
+
z-index: k-z-index("base", 1);
|
|
27
28
|
pointer-events: none;
|
|
28
29
|
}
|
|
29
30
|
}
|
package/scss/fab/_layout.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "./_variables.scss" as *;
|
|
3
|
-
@use "../core/
|
|
3
|
+
@use "../core/z-index/index.import.scss" as *;
|
|
4
4
|
@use "@progress/kendo-theme-core/scss/components/fab/_layout.scss" as *;
|
|
5
5
|
|
|
6
6
|
@mixin kendo-fab--layout() {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
inset: $kendo-fab-focus-offset;
|
|
16
16
|
outline-width: $kendo-fab-focus-outline-width;
|
|
17
17
|
outline-style: $kendo-fab-focus-outline-style;
|
|
18
|
-
z-index: 1;
|
|
18
|
+
z-index: k-z-index("base", 1);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
&:focus::after,
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
inset: calc( #{ $kendo-fab-focus-offset} + 1px );
|
|
27
27
|
outline-width: calc( #{ $kendo-fab-focus-outline-width} - 1px );
|
|
28
28
|
outline-style: $kendo-fab-focus-outline-style;
|
|
29
|
-
z-index: 1;
|
|
29
|
+
z-index: k-z-index("base", 1);
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
&.k-rounded-full {
|
|
@@ -478,7 +478,7 @@ $kendo-grid-column-menu-tabbed-tabstrip-content-padding-y: var( --kendo-grid-col
|
|
|
478
478
|
|
|
479
479
|
/// The background color of the Grid tabbed column menu.
|
|
480
480
|
/// @group grid
|
|
481
|
-
$kendo-grid-column-menu-tabbed-bg: var( --kendo-grid-column-menu-tabbed-bg,
|
|
481
|
+
$kendo-grid-column-menu-tabbed-bg: var( --kendo-grid-column-menu-tabbed-bg, k-color(surface) ) !default;
|
|
482
482
|
|
|
483
483
|
/// The default width of the Grid drag cell.
|
|
484
484
|
/// @group grid
|