@progress/kendo-theme-material 10.6.0 → 11.0.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/material-2-dark.css +1 -0
- package/dist/material-2-dark.scss +137 -0
- package/dist/material-2.css +1 -0
- package/dist/material-2.scss +132 -0
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-aqua-dark.scss +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-arctic.scss +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-burnt-teal.scss +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-dataviz-v4.scss +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-eggplant.scss +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime-dark.scss +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-lime.scss +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main-dark.scss +98 -98
- package/dist/material-main.css +1 -1
- package/dist/material-main.scss +1 -5
- package/dist/material-nova.css +1 -1
- package/dist/material-nova.scss +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific-dark.scss +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-pacific.scss +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky-dark.scss +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-sky.scss +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/material-smoke.scss +1 -1
- package/dist/meta/sassdoc-data.json +13278 -11518
- package/dist/meta/sassdoc-raw-data.json +4563 -3763
- package/dist/meta/variables.json +2591 -3022
- package/lib/swatches/index.js +2 -0
- package/lib/swatches/material-2-dark.json +657 -0
- package/lib/swatches/material-2.json +632 -0
- package/lib/swatches/material-aqua-dark.json +1 -243
- package/lib/swatches/material-arctic.json +1 -243
- package/lib/swatches/material-burnt-teal.json +1 -243
- package/lib/swatches/material-dataviz-v4.json +1 -47
- package/lib/swatches/material-eggplant.json +1 -243
- package/lib/swatches/material-lime-dark.json +1 -243
- package/lib/swatches/material-lime.json +1 -243
- package/lib/swatches/material-main-dark.json +103 -345
- package/lib/swatches/material-main.json +7 -250
- package/lib/swatches/material-nova.json +1 -243
- package/lib/swatches/material-pacific-dark.json +1 -243
- package/lib/swatches/material-pacific.json +1 -243
- package/lib/swatches/material-sky-dark.json +1 -243
- package/lib/swatches/material-sky.json +1 -243
- package/lib/swatches/material-smoke.json +1 -243
- package/package.json +4 -4
- package/scss/action-buttons/_layout.scss +0 -23
- package/scss/action-buttons/_theme.scss +0 -13
- package/scss/action-buttons/_variables.scss +3 -3
- package/scss/action-sheet/_layout.scss +6 -0
- package/scss/action-sheet/_variables.scss +27 -28
- package/scss/adaptive/_variables.scss +13 -13
- package/scss/appbar/_variables.scss +22 -8
- package/scss/avatar/_variables.scss +12 -1
- package/scss/badge/_layout.scss +0 -1
- package/scss/badge/_variables.scss +23 -9
- package/scss/bottom-navigation/_theme.scss +55 -4
- package/scss/bottom-navigation/_variables.scss +31 -17
- package/scss/breadcrumb/_variables.scss +21 -21
- package/scss/button/_layout.scss +0 -81
- package/scss/button/_theme.scss +110 -44
- package/scss/button/_variables.scss +47 -34
- package/scss/calendar/_layout.scss +13 -16
- package/scss/calendar/_theme.scss +29 -11
- package/scss/calendar/_variables.scss +83 -56
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +34 -20
- package/scss/chart-wizard/_variables.scss +4 -4
- package/scss/chat/_theme.scss +5 -1
- package/scss/chat/_variables.scss +15 -15
- package/scss/checkbox/_layout.scss +35 -0
- package/scss/checkbox/_theme.scss +113 -4
- package/scss/checkbox/_variables.scss +23 -20
- package/scss/chip/_layout.scss +10 -0
- package/scss/chip/_theme.scss +41 -61
- package/scss/chip/_variables.scss +48 -30
- package/scss/color-preview/_variables.scss +3 -3
- package/scss/coloreditor/_variables.scss +11 -11
- package/scss/colorgradient/_variables.scss +7 -37
- package/scss/column-menu/_variables.scss +1 -1
- package/scss/core/_index.scss +8 -3
- package/scss/core/color-system/_palettes.scss +243 -242
- package/scss/core/color-system/_swatch.scss +142 -145
- package/scss/core/elevation/index.import.scss +18 -27
- package/scss/core/typography/index.import.scss +8 -8
- package/scss/dataviz/_variables.scss +61 -48
- package/scss/dialog/_theme.scss +1 -1
- package/scss/dialog/_variables.scss +9 -4
- package/scss/dock-manager/_variables.scss +18 -18
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_layout.scss +2 -0
- package/scss/drawer/_theme.scss +0 -11
- package/scss/drawer/_variables.scss +49 -24
- package/scss/dropzone/_variables.scss +7 -7
- package/scss/editor/_layout.scss +2 -12
- package/scss/editor/_variables.scss +15 -8
- package/scss/expansion-panel/_layout.scss +5 -0
- package/scss/expansion-panel/_variables.scss +10 -10
- package/scss/fab/_layout.scss +1 -1
- package/scss/fab/_theme.scss +24 -23
- package/scss/fab/_variables.scss +25 -14
- package/scss/filemanager/_theme.scss +4 -0
- package/scss/filemanager/_variables.scss +6 -6
- package/scss/filter/_variables.scss +4 -4
- package/scss/floating-label/_theme.scss +1 -1
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_variables.scss +6 -6
- package/scss/gantt/_variables.scss +27 -27
- package/scss/grid/_layout.scss +6 -21
- package/scss/grid/_theme.scss +14 -128
- package/scss/grid/_variables.scss +20 -20
- package/scss/imageeditor/_variables.scss +4 -4
- package/scss/index.scss +3 -0
- package/scss/input/_layout.scss +10 -14
- package/scss/input/_variables.scss +45 -44
- package/scss/list/_theme.scss +1 -1
- package/scss/list/_variables.scss +103 -25
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +6 -6
- package/scss/listview/_theme.scss +0 -13
- package/scss/listview/_variables.scss +7 -7
- package/scss/loader/_variables.scss +18 -4
- package/scss/map/_variables.scss +6 -6
- package/scss/marquee/_index.scss +16 -0
- package/scss/marquee/_layout.scss +6 -0
- package/scss/marquee/_theme.scss +6 -0
- package/scss/marquee/_variables.scss +11 -0
- package/scss/mediaplayer/_variables.scss +4 -4
- package/scss/menu/_layout.scss +4 -0
- package/scss/menu/_theme.scss +1 -26
- package/scss/menu/_variables.scss +49 -41
- package/scss/menu-button/_variables.scss +1 -1
- package/scss/messagebox/_layout.scss +5 -1
- package/scss/messagebox/_variables.scss +16 -2
- package/scss/no-data/_variables.scss +1 -1
- package/scss/notification/_functions.scss +1 -1
- package/scss/notification/_layout.scss +5 -0
- package/scss/notification/_theme.scss +1 -0
- package/scss/notification/_variables.scss +30 -9
- package/scss/orgchart/_variables.scss +10 -10
- package/scss/overlay/_variables.scss +12 -1
- package/scss/pager/_variables.scss +8 -8
- package/scss/panel/_variables.scss +3 -3
- package/scss/panelbar/_layout.scss +29 -1
- package/scss/panelbar/_theme.scss +0 -1
- package/scss/panelbar/_variables.scss +29 -29
- package/scss/pdf-viewer/_variables.scss +15 -15
- package/scss/pivotgrid/_theme.scss +0 -12
- package/scss/pivotgrid/_variables.scss +23 -23
- package/scss/popover/_variables.scss +5 -5
- package/scss/popup/_variables.scss +7 -7
- package/scss/progressbar/_layout.scss +11 -4
- package/scss/progressbar/_variables.scss +6 -6
- package/scss/prompt/_layout.scss +4 -0
- package/scss/prompt/_variables.scss +17 -17
- package/scss/radio/_layout.scss +35 -0
- package/scss/radio/_theme.scss +109 -4
- package/scss/radio/_variables.scss +19 -16
- package/scss/rating/_variables.scss +7 -7
- package/scss/scheduler/_layout.scss +2 -89
- package/scss/scheduler/_theme.scss +3 -3
- package/scss/scheduler/_variables.scss +22 -19
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_layout.scss +11 -0
- package/scss/slider/_theme.scss +1 -10
- package/scss/slider/_variables.scss +25 -16
- package/scss/split-button/_layout.scss +12 -0
- package/scss/split-button/_variables.scss +4 -4
- package/scss/splitter/_variables.scss +9 -9
- package/scss/spreadsheet/_layout.scss +0 -35
- package/scss/spreadsheet/_theme.scss +3 -25
- package/scss/spreadsheet/_variables.scss +32 -31
- package/scss/stepper/_layout.scss +15 -1
- package/scss/stepper/_theme.scss +8 -0
- package/scss/stepper/_variables.scss +21 -21
- package/scss/switch/_layout.scss +20 -5
- package/scss/switch/_theme.scss +2 -9
- package/scss/switch/_variables.scss +50 -16
- package/scss/table/_layout.scss +22 -20
- package/scss/table/_theme.scss +6 -32
- package/scss/table/_variables.scss +13 -13
- package/scss/tabstrip/_layout.scss +100 -4
- package/scss/tabstrip/_variables.scss +20 -20
- package/scss/taskboard/_layout.scss +4 -0
- package/scss/taskboard/_variables.scss +18 -18
- package/scss/tilelayout/_layout.scss +7 -1
- package/scss/tilelayout/_variables.scss +4 -4
- package/scss/timeline/_variables.scss +7 -7
- package/scss/timeselector/_layout.scss +38 -0
- package/scss/timeselector/_theme.scss +8 -6
- package/scss/timeselector/_variables.scss +39 -28
- package/scss/toolbar/_layout.scss +0 -47
- package/scss/toolbar/_theme.scss +4 -44
- package/scss/toolbar/_variables.scss +17 -17
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +19 -8
- package/scss/treelist/_layout.scss +0 -19
- package/scss/treelist/_theme.scss +10 -15
- package/scss/treelist/_variables.scss +1 -1
- package/scss/treeview/_theme.scss +2 -31
- package/scss/treeview/_variables.scss +25 -25
- package/scss/typography/_variables.scss +24 -24
- package/scss/upload/_theme.scss +1 -1
- package/scss/upload/_variables.scss +14 -14
- package/scss/window/_layout.scss +14 -0
- package/scss/window/_variables.scss +14 -14
- package/scss/wizard/_variables.scss +3 -3
- package/scss/core/color-system/_functions.scss +0 -104
- package/scss/core/color-system/_palettes-legacy.scss +0 -671
- package/scss/core/color-system/_swatch-legacy.scss +0 -299
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
$kendo-treeview-font-family: var( --kendo-font-family, inherit ) !default;
|
|
9
9
|
/// The font size of the TreeView.
|
|
10
10
|
/// @group treeview
|
|
11
|
-
$kendo-treeview-font-size: var( --kendo-font-size
|
|
11
|
+
$kendo-treeview-font-size: var( --kendo-font-size, inherit ) !default;
|
|
12
12
|
/// The font size of the small TreeView.
|
|
13
13
|
/// @group treeview
|
|
14
14
|
$kendo-treeview-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
@@ -17,19 +17,19 @@ $kendo-treeview-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
17
17
|
$kendo-treeview-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
18
18
|
/// The font size of the large TreeView.
|
|
19
19
|
/// @group treeview
|
|
20
|
-
$kendo-treeview-lg-font-size: var( --kendo-font-size
|
|
20
|
+
$kendo-treeview-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
21
21
|
/// The line height of the TreeView.
|
|
22
22
|
/// @group treeview
|
|
23
|
-
$kendo-treeview-line-height:
|
|
23
|
+
$kendo-treeview-line-height: var( --kendo-line-height, normal ) !default;
|
|
24
24
|
/// The line height of the small TreeView.
|
|
25
25
|
/// @group treeview
|
|
26
|
-
$kendo-treeview-sm-line-height:
|
|
26
|
+
$kendo-treeview-sm-line-height: var( --kendo-line-height, normal ) !default;
|
|
27
27
|
/// The line height of the medium TreeView.
|
|
28
28
|
/// @group treeview
|
|
29
|
-
$kendo-treeview-md-line-height:
|
|
29
|
+
$kendo-treeview-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
30
30
|
/// The line height of the large TreeView.
|
|
31
31
|
/// @group treeview
|
|
32
|
-
$kendo-treeview-lg-line-height:
|
|
32
|
+
$kendo-treeview-lg-line-height: var( --kendo-line-height, normal ) !default;
|
|
33
33
|
/// The indentation of child groups in the TreeView.
|
|
34
34
|
/// @group treeview
|
|
35
35
|
$kendo-treeview-indent: 24px !default;
|
|
@@ -48,41 +48,41 @@ $kendo-treeview-md-item-padding-x: k-spacing(4) !default;
|
|
|
48
48
|
$kendo-treeview-lg-item-padding-x: k-spacing(4) !default;
|
|
49
49
|
/// The vertical padding of the TreeView items.
|
|
50
50
|
/// @group treeview
|
|
51
|
-
$kendo-treeview-item-padding-y: k-spacing(2) !default;
|
|
51
|
+
$kendo-treeview-item-padding-y: k-spacing(2.5) !default;
|
|
52
52
|
/// The vertical padding of the small TreeView items.
|
|
53
53
|
/// @group treeview
|
|
54
|
-
$kendo-treeview-sm-item-padding-y: k-spacing(
|
|
54
|
+
$kendo-treeview-sm-item-padding-y: k-spacing(2) !default;
|
|
55
55
|
/// The vertical padding of the medium TreeView items.
|
|
56
56
|
/// @group treeview
|
|
57
|
-
$kendo-treeview-md-item-padding-y: k-spacing(2) !default;
|
|
57
|
+
$kendo-treeview-md-item-padding-y: k-spacing(2.5) !default;
|
|
58
58
|
/// The vertical padding of the large TreeView items.
|
|
59
59
|
/// @group treeview
|
|
60
|
-
$kendo-treeview-lg-item-padding-y: k-spacing(
|
|
60
|
+
$kendo-treeview-lg-item-padding-y: k-spacing(3) !default;
|
|
61
61
|
/// The border width of the TreeView items.
|
|
62
62
|
/// @group treeview
|
|
63
63
|
$kendo-treeview-item-border-width: 0px !default;
|
|
64
64
|
/// The border radius of the TreeView items.
|
|
65
65
|
/// @group treeview
|
|
66
|
-
$kendo-treeview-item-border-radius:
|
|
66
|
+
$kendo-treeview-item-border-radius: k-border-radius(md) !default;
|
|
67
67
|
|
|
68
68
|
/// The horizontal padding of the checkbox in the small TreeView.
|
|
69
69
|
/// @group treeview
|
|
70
|
-
$kendo-treeview-sm-checkbox-padding-x: k-spacing(
|
|
70
|
+
$kendo-treeview-sm-checkbox-padding-x: k-spacing(2) !default;
|
|
71
71
|
/// The horizontal padding of the checkbox in the medium TreeView.
|
|
72
72
|
/// @group treeview
|
|
73
|
-
$kendo-treeview-md-checkbox-padding-x:
|
|
73
|
+
$kendo-treeview-md-checkbox-padding-x: k-spacing(2) !default;
|
|
74
74
|
/// The horizontal padding of the checkbox in the large TreeView.
|
|
75
75
|
/// @group treeview
|
|
76
|
-
$kendo-treeview-lg-checkbox-padding-x:
|
|
76
|
+
$kendo-treeview-lg-checkbox-padding-x: k-spacing(2) !default;
|
|
77
77
|
/// The vertical padding of the checkbox in the small TreeView.
|
|
78
78
|
/// @group treeview
|
|
79
|
-
$kendo-treeview-sm-checkbox-padding-y: k-spacing(
|
|
79
|
+
$kendo-treeview-sm-checkbox-padding-y: k-spacing(1) !default;
|
|
80
80
|
/// The vertical padding of the checkbox in the medium TreeView.
|
|
81
81
|
/// @group treeview
|
|
82
|
-
$kendo-treeview-md-checkbox-padding-y:
|
|
82
|
+
$kendo-treeview-md-checkbox-padding-y: k-spacing(1.5) !default;
|
|
83
83
|
/// The vertical padding of the checkbox in the large TreeView.
|
|
84
84
|
/// @group treeview
|
|
85
|
-
$kendo-treeview-lg-checkbox-padding-y:
|
|
85
|
+
$kendo-treeview-lg-checkbox-padding-y: k-spacing(2) !default;
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
/// The sizes map of the TreeView.
|
|
@@ -120,17 +120,17 @@ $kendo-treeview-sizes: (
|
|
|
120
120
|
$kendo-treeview-bg: null !default;
|
|
121
121
|
/// The text color of the TreeView.
|
|
122
122
|
/// @group treeview
|
|
123
|
-
$kendo-treeview-text:
|
|
123
|
+
$kendo-treeview-text: k-color(on-app-surface) !default;
|
|
124
124
|
/// The border color of the TreeView.
|
|
125
125
|
/// @group treeview
|
|
126
126
|
$kendo-treeview-border: null !default;
|
|
127
127
|
|
|
128
128
|
/// The background color of hovered TreeView.
|
|
129
129
|
/// @group treeview
|
|
130
|
-
$kendo-treeview-item-hover-bg:
|
|
130
|
+
$kendo-treeview-item-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
|
|
131
131
|
/// The text color of hovered TreeView items.
|
|
132
132
|
/// @group treeview
|
|
133
|
-
$kendo-treeview-item-hover-text:
|
|
133
|
+
$kendo-treeview-item-hover-text: inherit !default;
|
|
134
134
|
/// The border color of hovered TreeView items.
|
|
135
135
|
/// @group treeview
|
|
136
136
|
$kendo-treeview-item-hover-border: null !default;
|
|
@@ -140,10 +140,10 @@ $kendo-treeview-item-hover-gradient: null !default;
|
|
|
140
140
|
|
|
141
141
|
/// The background color of selected TreeView items.
|
|
142
142
|
/// @group treeview
|
|
143
|
-
$kendo-treeview-item-selected-bg:
|
|
143
|
+
$kendo-treeview-item-selected-bg: null !default;
|
|
144
144
|
/// The text color of selected TreeView items.
|
|
145
145
|
/// @group treeview
|
|
146
|
-
$kendo-treeview-item-selected-text:
|
|
146
|
+
$kendo-treeview-item-selected-text: k-color(primary) !default;
|
|
147
147
|
/// The border color of selected TreeView items.
|
|
148
148
|
/// @group treeview
|
|
149
149
|
$kendo-treeview-item-selected-border: null !default;
|
|
@@ -153,10 +153,10 @@ $kendo-treeview-item-selected-gradient: null !default;
|
|
|
153
153
|
|
|
154
154
|
/// The background color of selected and focused TreeView items.
|
|
155
155
|
/// /// @group treeview
|
|
156
|
-
$kendo-treeview-item-selected-focus-text:
|
|
156
|
+
$kendo-treeview-item-selected-focus-text: inherit !default;
|
|
157
157
|
/// The text color of selected and focused TreeView items.
|
|
158
158
|
/// /// @group treeview
|
|
159
|
-
$kendo-treeview-item-selected-focus-bg:
|
|
159
|
+
$kendo-treeview-item-selected-focus-bg: null !default;
|
|
160
160
|
/// The border color of selected and focused TreeView items.
|
|
161
161
|
/// /// @group treeview
|
|
162
162
|
$kendo-treeview-item-selected-focus-border: null !default;
|
|
@@ -166,7 +166,7 @@ $kendo-treeview-item-selected-focus-gradient: null !default;
|
|
|
166
166
|
|
|
167
167
|
/// The box shadow of focused TreeView items.
|
|
168
168
|
/// @group treeview
|
|
169
|
-
$kendo-treeview-item-focus-shadow:
|
|
169
|
+
$kendo-treeview-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
|
|
170
170
|
|
|
171
171
|
/// The background color of the Load More button in the TreeView
|
|
172
172
|
/// @group treeview
|
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
|
|
6
6
|
/// The font size of the highest level heading.
|
|
7
7
|
/// @group typography
|
|
8
|
-
$kendo-h1-font-size:
|
|
8
|
+
$kendo-h1-font-size: 57px !default;
|
|
9
9
|
/// The font size of the second highest level heading.
|
|
10
10
|
/// @group typography
|
|
11
|
-
$kendo-h2-font-size:
|
|
11
|
+
$kendo-h2-font-size: 45px !default;
|
|
12
12
|
/// The font size of the third highest level heading.
|
|
13
13
|
/// @group typography
|
|
14
|
-
$kendo-h3-font-size:
|
|
14
|
+
$kendo-h3-font-size: 36px !default;
|
|
15
15
|
/// The font size of the fourth highest level heading.
|
|
16
16
|
/// @group typography
|
|
17
|
-
$kendo-h4-font-size:
|
|
17
|
+
$kendo-h4-font-size: 32px !default;
|
|
18
18
|
/// The font size of the fifth highest level heading.
|
|
19
19
|
/// @group typography
|
|
20
|
-
$kendo-h5-font-size:
|
|
20
|
+
$kendo-h5-font-size: 28px !default;
|
|
21
21
|
/// The font size of the sixth highest level heading.
|
|
22
22
|
/// @group typography
|
|
23
|
-
$kendo-h6-font-size:
|
|
23
|
+
$kendo-h6-font-size: 24px !default;
|
|
24
24
|
|
|
25
25
|
/// The font family of the highest level heading.
|
|
26
26
|
/// @group typography
|
|
@@ -43,22 +43,22 @@ $kendo-h6-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
43
43
|
|
|
44
44
|
/// The line height of the highest level heading.
|
|
45
45
|
/// @group typography
|
|
46
|
-
$kendo-h1-line-height:
|
|
46
|
+
$kendo-h1-line-height: 64px !default;
|
|
47
47
|
/// The line height of the second highest level heading.
|
|
48
48
|
/// @group typography
|
|
49
|
-
$kendo-h2-line-height:
|
|
49
|
+
$kendo-h2-line-height: 52px !default;
|
|
50
50
|
/// The line height of the third highest level heading.
|
|
51
51
|
/// @group typography
|
|
52
|
-
$kendo-h3-line-height:
|
|
52
|
+
$kendo-h3-line-height: 44px !default;
|
|
53
53
|
/// The line height of the fourth highest level heading.
|
|
54
54
|
/// @group typography
|
|
55
|
-
$kendo-h4-line-height:
|
|
55
|
+
$kendo-h4-line-height: 40px !default;
|
|
56
56
|
/// The line height of the fifth highest level heading.
|
|
57
57
|
/// @group typography
|
|
58
|
-
$kendo-h5-line-height:
|
|
58
|
+
$kendo-h5-line-height: 36px !default;
|
|
59
59
|
/// The line height of the sixth highest level heading.
|
|
60
60
|
/// @group typography
|
|
61
|
-
$kendo-h6-line-height:
|
|
61
|
+
$kendo-h6-line-height: 32px !default;
|
|
62
62
|
|
|
63
63
|
/// The font weight of the highest level heading.
|
|
64
64
|
/// @group typography
|
|
@@ -84,19 +84,19 @@ $kendo-h6-font-weight: var( --kendo-font-weight-medium, normal ) !default;
|
|
|
84
84
|
$kendo-h1-letter-spacing: var( --kendo-letter-spacing-tighter, normal ) !default;
|
|
85
85
|
/// The letter spacing of the second highest level heading.
|
|
86
86
|
/// @group typography
|
|
87
|
-
$kendo-h2-letter-spacing: var( --kendo-letter-spacing-
|
|
87
|
+
$kendo-h2-letter-spacing: var( --kendo-letter-spacing-normal, normal ) !default;
|
|
88
88
|
/// The letter spacing of the third highest level heading.
|
|
89
89
|
/// @group typography
|
|
90
90
|
$kendo-h3-letter-spacing: var( --kendo-letter-spacing-normal, normal ) !default;
|
|
91
91
|
/// The letter spacing of the fourth highest level heading.
|
|
92
92
|
/// @group typography
|
|
93
|
-
$kendo-h4-letter-spacing: var( --kendo-letter-spacing-
|
|
93
|
+
$kendo-h4-letter-spacing: var( --kendo-letter-spacing-normal, normal ) !default;
|
|
94
94
|
/// The letter spacing of the fifth highest level heading.
|
|
95
95
|
/// @group typography
|
|
96
96
|
$kendo-h5-letter-spacing: var( --kendo-letter-spacing-normal, normal ) !default;
|
|
97
97
|
/// The letter spacing of the sixth highest level heading.
|
|
98
98
|
/// @group typography
|
|
99
|
-
$kendo-h6-letter-spacing: var( --kendo-letter-spacing-
|
|
99
|
+
$kendo-h6-letter-spacing: var( --kendo-letter-spacing-normal, normal ) !default;
|
|
100
100
|
|
|
101
101
|
|
|
102
102
|
/// The margin of the highest level heading.
|
|
@@ -201,7 +201,7 @@ $kendo-paragraph-letter-spacing: .0313em !default;
|
|
|
201
201
|
$kendo-code-font-size: var( --kendo-font-size, inherit ) !default;
|
|
202
202
|
/// The font family of the code tag.
|
|
203
203
|
/// @group typography
|
|
204
|
-
$kendo-code-font-family: var( --kendo-font-family
|
|
204
|
+
$kendo-code-font-family: var( --kendo-font-family, normal ) !default;
|
|
205
205
|
/// The line height of the code tag.
|
|
206
206
|
/// @group typography
|
|
207
207
|
$kendo-code-line-height: var( --kendo-line-height, normal ) !default;
|
|
@@ -210,7 +210,7 @@ $kendo-code-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
210
210
|
$kendo-code-font-weight: var( --kendo-font-weight-normal, normal ) !default;
|
|
211
211
|
/// The letter spacing of the code tag.
|
|
212
212
|
/// @group typography
|
|
213
|
-
$kendo-code-letter-spacing:
|
|
213
|
+
$kendo-code-letter-spacing: var( --kendo-letter-spacing-wider, normal ) !default;
|
|
214
214
|
|
|
215
215
|
/// The horizontal padding of the code tag.
|
|
216
216
|
/// @group typography
|
|
@@ -230,28 +230,28 @@ $kendo-code-border-width: 1px !default;
|
|
|
230
230
|
|
|
231
231
|
/// The background color of the code tag.
|
|
232
232
|
/// @group typography
|
|
233
|
-
$kendo-code-bg:
|
|
233
|
+
$kendo-code-bg: k-color(app-surface) !default;
|
|
234
234
|
/// The text color of the code tag.
|
|
235
235
|
/// @group typography
|
|
236
|
-
$kendo-code-text:
|
|
236
|
+
$kendo-code-text: k-color(on-app-surface) !default;
|
|
237
237
|
/// The border color of the code tag.
|
|
238
238
|
/// @group typography
|
|
239
|
-
$kendo-code-border:
|
|
239
|
+
$kendo-code-border: k-color(border) !default;
|
|
240
240
|
|
|
241
241
|
// Display
|
|
242
242
|
|
|
243
243
|
/// The font size of the largest display text.
|
|
244
244
|
/// @group typography
|
|
245
|
-
$kendo-display1-font-size:
|
|
245
|
+
$kendo-display1-font-size: 140px !default;
|
|
246
246
|
/// The font size of the second largest display text.
|
|
247
247
|
/// @group typography
|
|
248
|
-
$kendo-display2-font-size:
|
|
248
|
+
$kendo-display2-font-size: 112px !default;
|
|
249
249
|
/// The font size of the third largest display text.
|
|
250
250
|
/// @group typography
|
|
251
|
-
$kendo-display3-font-size:
|
|
251
|
+
$kendo-display3-font-size: 90px !default;
|
|
252
252
|
/// The font size of the fourth largest display text.
|
|
253
253
|
/// @group typography
|
|
254
|
-
$kendo-display4-font-size:
|
|
254
|
+
$kendo-display4-font-size: 72px !default;
|
|
255
255
|
|
|
256
256
|
/// The font family of the largest display text.
|
|
257
257
|
/// @group typography
|
package/scss/upload/_theme.scss
CHANGED
|
@@ -15,20 +15,20 @@ $kendo-upload-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
15
15
|
$kendo-upload-font-size: var( --kendo-font-size, inherit ) !default;
|
|
16
16
|
/// The line height of the Upload.
|
|
17
17
|
/// @group upload
|
|
18
|
-
$kendo-upload-line-height:
|
|
18
|
+
$kendo-upload-line-height: var( --kendo-line-height, normal ) !default;
|
|
19
19
|
/// The maximum height of the list with uploaded items.
|
|
20
20
|
/// @group upload
|
|
21
21
|
$kendo-upload-max-height: 300px !default;
|
|
22
22
|
|
|
23
23
|
/// The text color of the Upload.
|
|
24
24
|
/// @group upload
|
|
25
|
-
$kendo-upload-text:
|
|
25
|
+
$kendo-upload-text: k-color(on-app-surface) !default;
|
|
26
26
|
/// The background color of the Upload.
|
|
27
27
|
/// @group upload
|
|
28
|
-
$kendo-upload-bg:
|
|
28
|
+
$kendo-upload-bg: k-color(surface) !default;
|
|
29
29
|
/// The border color of the Upload.
|
|
30
30
|
/// @group upload
|
|
31
|
-
$kendo-upload-border:
|
|
31
|
+
$kendo-upload-border: k-color(border) !default;
|
|
32
32
|
|
|
33
33
|
/// The horizontal padding of the Upload dropzone.
|
|
34
34
|
/// @group upload
|
|
@@ -38,20 +38,20 @@ $kendo-upload-dropzone-padding-x: k-spacing(2) !default;
|
|
|
38
38
|
$kendo-upload-dropzone-padding-y: k-spacing(2) !default;
|
|
39
39
|
/// The text color of the Upload dropzone.
|
|
40
40
|
/// @group upload
|
|
41
|
-
$kendo-upload-dropzone-text:
|
|
41
|
+
$kendo-upload-dropzone-text: k-color(on-app-surface) !default;
|
|
42
42
|
/// The background color of the Upload dropzone.
|
|
43
43
|
/// @group upload
|
|
44
|
-
$kendo-upload-dropzone-bg:
|
|
44
|
+
$kendo-upload-dropzone-bg: k-color(surface) !default;
|
|
45
45
|
/// The border color of the Upload dropzone.
|
|
46
46
|
/// @group upload
|
|
47
47
|
$kendo-upload-dropzone-border: $kendo-upload-border !default;
|
|
48
48
|
/// The background color of the hovered Upload dropzone.
|
|
49
49
|
/// @group upload
|
|
50
|
-
$kendo-upload-dropzone-hover-bg:
|
|
50
|
+
$kendo-upload-dropzone-hover-bg: k-color(base-hover) !default;
|
|
51
51
|
|
|
52
52
|
/// The text color of the Upload status message.
|
|
53
53
|
/// @group upload
|
|
54
|
-
$kendo-upload-status-text:
|
|
54
|
+
$kendo-upload-status-text: k-color(subtle) !default;
|
|
55
55
|
/// The opacity of the Upload status message.
|
|
56
56
|
/// @group upload
|
|
57
57
|
$kendo-upload-status-text-opacity: null !default;
|
|
@@ -78,28 +78,28 @@ $kendo-upload-validation-line-height: var( --kendo-line-height-xs, normal ) !def
|
|
|
78
78
|
$kendo-upload-icon-spacing: $kendo-icon-spacing !default;
|
|
79
79
|
/// The color of the uploaded items icon.
|
|
80
80
|
/// @group upload
|
|
81
|
-
$kendo-upload-icon-color:
|
|
81
|
+
$kendo-upload-icon-color: k-color(subtle) !default;
|
|
82
82
|
|
|
83
83
|
/// The thickness of the Upload progress bar.
|
|
84
84
|
/// @group upload
|
|
85
85
|
$kendo-upload-progress-thickness: 2px !default;
|
|
86
86
|
/// The background color of the Upload progress bar.
|
|
87
87
|
/// @group upload
|
|
88
|
-
$kendo-upload-progress-bg:
|
|
88
|
+
$kendo-upload-progress-bg: k-color(info) !default;
|
|
89
89
|
|
|
90
90
|
/// The success text color of the Upload.
|
|
91
91
|
/// @group upload
|
|
92
|
-
$kendo-upload-success-text:
|
|
92
|
+
$kendo-upload-success-text: k-color(success) !default;
|
|
93
93
|
/// The success background color of the Upload progress bar.
|
|
94
94
|
/// @group upload
|
|
95
|
-
$kendo-upload-success-bg:
|
|
95
|
+
$kendo-upload-success-bg: k-color(success) !default;
|
|
96
96
|
|
|
97
97
|
/// The error text color of the Upload.
|
|
98
98
|
/// @group upload
|
|
99
|
-
$kendo-upload-error-text:
|
|
99
|
+
$kendo-upload-error-text: k-color(error) !default;
|
|
100
100
|
/// The error background color of the Upload progress bar.
|
|
101
101
|
/// @group upload
|
|
102
|
-
$kendo-upload-error-bg:
|
|
102
|
+
$kendo-upload-error-bg: k-color(error) !default;
|
|
103
103
|
|
|
104
104
|
/// The shadow of the focused Upload button, actions and uploaded items.
|
|
105
105
|
/// @group upload
|
package/scss/window/_layout.scss
CHANGED
|
@@ -3,4 +3,18 @@
|
|
|
3
3
|
|
|
4
4
|
@mixin kendo-window--layout() {
|
|
5
5
|
@include kendo-window--layout-base();
|
|
6
|
+
|
|
7
|
+
.k-window-minimized {
|
|
8
|
+
border-bottom-left-radius: 0;
|
|
9
|
+
border-bottom-right-radius: 0;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.k-window-title,
|
|
13
|
+
.k-window-titlebar-actions {
|
|
14
|
+
margin-block: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.k-window-title {
|
|
18
|
+
padding-block: 0;
|
|
19
|
+
}
|
|
6
20
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
$kendo-window-border-width: 0px !default;
|
|
11
11
|
/// The border radius of the Window.
|
|
12
12
|
/// @group window
|
|
13
|
-
$kendo-window-border-radius:
|
|
13
|
+
$kendo-window-border-radius: k-border-radius(xxxl) !default;
|
|
14
14
|
/// The font family of the Window.
|
|
15
15
|
/// @group window
|
|
16
16
|
$kendo-window-font-family: var( --kendo-font-family, inherit ) !default;
|
|
@@ -19,14 +19,14 @@ $kendo-window-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
19
19
|
$kendo-window-font-size: var( --kendo-font-size, inherit ) !default;
|
|
20
20
|
/// The line height of the Window.
|
|
21
21
|
/// @group window
|
|
22
|
-
$kendo-window-line-height:
|
|
22
|
+
$kendo-window-line-height: var( --kendo-line-height, normal ) !default;
|
|
23
23
|
|
|
24
24
|
/// The horizontal padding of the Window titlebar.
|
|
25
25
|
/// @group window
|
|
26
26
|
$kendo-window-titlebar-padding-x: k-spacing(6) !default;
|
|
27
27
|
/// The vertical padding of the Window titlebar.
|
|
28
28
|
/// @group window
|
|
29
|
-
$kendo-window-titlebar-padding-y: k-spacing(
|
|
29
|
+
$kendo-window-titlebar-padding-y: k-spacing(5) !default;
|
|
30
30
|
/// The width of the border of the Window titlebar.
|
|
31
31
|
/// @group window
|
|
32
32
|
$kendo-window-titlebar-border-width: 0px !default;
|
|
@@ -36,7 +36,7 @@ $kendo-window-titlebar-border-style: solid !default;
|
|
|
36
36
|
|
|
37
37
|
/// The font size of the title of the Window.
|
|
38
38
|
/// @group window
|
|
39
|
-
$kendo-window-title-font-size: var( --kendo-font-size-
|
|
39
|
+
$kendo-window-title-font-size: var( --kendo-font-size-xl, inherit ) !default;
|
|
40
40
|
/// The line height of the title of the Window.
|
|
41
41
|
/// @group window
|
|
42
42
|
$kendo-window-title-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
@@ -56,7 +56,7 @@ $kendo-window-action-hover-opacity: null !default;
|
|
|
56
56
|
$kendo-window-inner-padding-x: k-spacing(6) !default;
|
|
57
57
|
/// The vertical padding of the content of the Window.
|
|
58
58
|
/// @group window
|
|
59
|
-
$kendo-window-inner-padding-y: k-spacing(
|
|
59
|
+
$kendo-window-inner-padding-y: k-spacing(4) !default;
|
|
60
60
|
|
|
61
61
|
/// The horizontal padding of the Window action buttons.
|
|
62
62
|
/// @group window
|
|
@@ -70,23 +70,23 @@ $kendo-window-buttongroup-border-width: 0px !default;
|
|
|
70
70
|
|
|
71
71
|
/// The background color of the Window.
|
|
72
72
|
/// @group window
|
|
73
|
-
$kendo-window-bg:
|
|
73
|
+
$kendo-window-bg: k-color(surface-alt) !default;
|
|
74
74
|
/// The text color of the Window.
|
|
75
75
|
/// @group window
|
|
76
|
-
$kendo-window-text:
|
|
76
|
+
$kendo-window-text: k-color(on-app-surface) !default;
|
|
77
77
|
/// The border color of the Window.
|
|
78
78
|
/// @group window
|
|
79
|
-
$kendo-window-border:
|
|
79
|
+
$kendo-window-border: k-color(border) !default;
|
|
80
80
|
/// The box shadow of the Window.
|
|
81
81
|
/// @group window
|
|
82
|
-
$kendo-window-shadow: k-elevation(
|
|
82
|
+
$kendo-window-shadow: k-elevation(3) !default;
|
|
83
83
|
/// The box shadow of the focused Window.
|
|
84
84
|
/// @group window
|
|
85
|
-
$kendo-window-focus-shadow: k-elevation(
|
|
85
|
+
$kendo-window-focus-shadow: k-elevation(4) !default;
|
|
86
86
|
|
|
87
87
|
/// The background color of the Window titlebar.
|
|
88
88
|
/// @group window
|
|
89
|
-
$kendo-window-titlebar-bg:
|
|
89
|
+
$kendo-window-titlebar-bg: k-color(surface) !default;
|
|
90
90
|
/// The text color of the Window titlebar.
|
|
91
91
|
/// @group window
|
|
92
92
|
$kendo-window-titlebar-text: unset !default;
|
|
@@ -108,9 +108,9 @@ $kendo-window-sizes: (
|
|
|
108
108
|
/// The theme colors map for the Window.
|
|
109
109
|
/// @group window
|
|
110
110
|
$kendo-window-theme-colors: (
|
|
111
|
-
"primary":
|
|
112
|
-
"light":
|
|
113
|
-
"dark":
|
|
111
|
+
"primary": k-color(primary),
|
|
112
|
+
"light": k-color(light),
|
|
113
|
+
"dark": k-color(dark)
|
|
114
114
|
) !default;
|
|
115
115
|
|
|
116
116
|
@forward "@progress/kendo-theme-core/scss/components/window/_variables.scss" with (
|
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
/// The horizontal padding of the Wizard.
|
|
6
6
|
/// @group wizard
|
|
7
|
-
$kendo-wizard-padding-x:
|
|
7
|
+
$kendo-wizard-padding-x: k-spacing(5) !default;
|
|
8
8
|
/// The vertical padding of the Wizard.
|
|
9
9
|
/// @group wizard
|
|
10
10
|
$kendo-wizard-padding-y: $kendo-wizard-padding-x !default;
|
|
11
11
|
/// The horizontal padding of the Wizard content.
|
|
12
12
|
/// @group wizard
|
|
13
|
-
$kendo-wizard-content-padding-x:
|
|
13
|
+
$kendo-wizard-content-padding-x: k-spacing(8) !default;
|
|
14
14
|
/// The vertical padding of the Wizard content.
|
|
15
15
|
/// @group wizard
|
|
16
|
-
$kendo-wizard-content-padding-y:
|
|
16
|
+
$kendo-wizard-content-padding-y: k-spacing(8) !default;
|
|
17
17
|
/// The horizontal margin of the Wizard's Button container.
|
|
18
18
|
/// @group wizard
|
|
19
19
|
$kendo-wizard-buttons-margin-x: k-spacing(2.5) !default;
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
@use "sass:map";
|
|
2
|
-
@use "sass:meta";
|
|
3
|
-
@use "sass:color";
|
|
4
|
-
@use "./_palettes-legacy.scss" as *;
|
|
5
|
-
|
|
6
|
-
@function get-base-palette($name) {
|
|
7
|
-
@return map.get($palettes, $name);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@function get-base-hue($palette, $hue) {
|
|
11
|
-
@return map.get(get-base-palette($palette), $hue);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@function get-base-contrast($palette, $hue) {
|
|
15
|
-
@return map.get(map.get(get-base-palette($palette), contrast), $hue);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
// For a given hue in a palette, return the contrast color from the map of contrast palettes.
|
|
19
|
-
@function material-contrast($palette, $hue) {
|
|
20
|
-
@return map.get(map.get($palette, contrast), $hue);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
// Creates a map of hues to colors for a theme. This is used to define a theme palette in terms
|
|
24
|
-
// of the Material Design hues.
|
|
25
|
-
@function material-palette($base-palette, $main: 500, $lighter: 300, $darker: 700, $adjust-contrast: true, $theme-type) {
|
|
26
|
-
@if not(meta.type-of($base-palette) == map) {
|
|
27
|
-
$base-palette: get-base-palette($base-palette);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
$main-contrast: material-contrast($base-palette, $main);
|
|
31
|
-
|
|
32
|
-
@if ($adjust-contrast == true) {
|
|
33
|
-
@if ($theme-type == dark) and ($main-contrast == $light-primary-text) {
|
|
34
|
-
$main: 200;
|
|
35
|
-
$lighter: 100;
|
|
36
|
-
$darker: 300;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
@if ($theme-type == light) and ($main-contrast == $dark-primary-text) {
|
|
40
|
-
$main: 800;
|
|
41
|
-
$lighter: 700;
|
|
42
|
-
$darker: 900;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// stylelint-disable-next-line function-comma-newline-after
|
|
47
|
-
$result: map.merge(
|
|
48
|
-
$base-palette,
|
|
49
|
-
(
|
|
50
|
-
main: map.get($base-palette, $main),
|
|
51
|
-
lighter: map.get($base-palette, $lighter),
|
|
52
|
-
darker: map.get($base-palette, $darker),
|
|
53
|
-
main-contrast: material-contrast($base-palette, $main),
|
|
54
|
-
lighter-contrast: material-contrast($base-palette, $lighter),
|
|
55
|
-
darker-contrast: material-contrast($base-palette, $darker),
|
|
56
|
-
)
|
|
57
|
-
);
|
|
58
|
-
|
|
59
|
-
// For each hue in the palette, add a "-contrast" color to the map.
|
|
60
|
-
@each $hue, $color in $base-palette {
|
|
61
|
-
// stylelint-disable-next-line function-comma-newline-after
|
|
62
|
-
$result: map.merge(
|
|
63
|
-
$result,
|
|
64
|
-
(
|
|
65
|
-
"#{$hue}-contrast": material-contrast($base-palette, $hue),
|
|
66
|
-
)
|
|
67
|
-
);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
@return $result;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
// Gets a color from a theme palette (the output of material-palette).
|
|
74
|
-
// The hue can be one of the standard values (500, A400, etc.), one of the three preconfigured
|
|
75
|
-
// hues (main, lighter, darker), or any of the aforementioned prefixed with "-contrast".
|
|
76
|
-
@function material-color($palette, $hue: main, $opacity: null) {
|
|
77
|
-
@if not(meta.type-of($palette) == map) {
|
|
78
|
-
$palette: get-base-palette($palette);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
// If hueKey is a number between zero and one, then it actually contains an
|
|
82
|
-
// opacity value, so recall this function with the default hue and that given opacity.
|
|
83
|
-
@if meta.type-of($hue) == number and $hue >= 0 and $hue <= 1 {
|
|
84
|
-
@return material-color($palette, main, $hue);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
$color: map.get($palette, $hue);
|
|
88
|
-
$opacity: if($opacity == null, color.alpha($color), $opacity);
|
|
89
|
-
|
|
90
|
-
@return rgba($color, $opacity);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Creates a container object for a light theme to be given to individual component theme mixins.
|
|
94
|
-
@function material-theme($kendo-color-primary, $kendo-color-secondary, $theme-type, $material-dark-complimentary, $material-light-complimentary, $warn) {
|
|
95
|
-
$complimentary: if($theme-type == dark, $material-dark-complimentary, $material-light-complimentary);
|
|
96
|
-
@return map.merge(
|
|
97
|
-
(
|
|
98
|
-
primary: $kendo-color-primary,
|
|
99
|
-
secondary: $kendo-color-secondary,
|
|
100
|
-
warn: $warn,
|
|
101
|
-
),
|
|
102
|
-
$complimentary
|
|
103
|
-
);
|
|
104
|
-
}
|