@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
|
@@ -22,17 +22,21 @@ $kendo-dialog-buttongroup-padding-x: $kendo-actions-padding-x !default;
|
|
|
22
22
|
$kendo-dialog-buttongroup-padding-y: $kendo-actions-padding-y !default;
|
|
23
23
|
/// The width of the top border of the Dialog action buttons.
|
|
24
24
|
/// @group dialog
|
|
25
|
-
$kendo-dialog-buttongroup-border-width:
|
|
25
|
+
$kendo-dialog-buttongroup-border-width: 0 !default;
|
|
26
26
|
/// The spacing between the Dialog action buttons.
|
|
27
27
|
/// @group dialog
|
|
28
28
|
$kendo-dialog-button-spacing: $kendo-actions-button-spacing !default;
|
|
29
29
|
|
|
30
|
+
/// The background color of the Dialog.
|
|
31
|
+
/// @group dialog
|
|
32
|
+
$kendo-dialog-bg: k-color(surface) !default;
|
|
33
|
+
|
|
30
34
|
/// The theme colors map for the Dialog.
|
|
31
35
|
/// @group dialog
|
|
32
36
|
$kendo-dialog-theme-colors: (
|
|
33
|
-
"primary":
|
|
34
|
-
"light":
|
|
35
|
-
"dark":
|
|
37
|
+
"primary": k-color(primary),
|
|
38
|
+
"light": k-color(light),
|
|
39
|
+
"dark": k-color(dark)
|
|
36
40
|
) !default;
|
|
37
41
|
|
|
38
42
|
@forward "@progress/kendo-theme-core/scss/components/dialog/_variables.scss" with (
|
|
@@ -43,5 +47,6 @@ $kendo-dialog-theme-colors: (
|
|
|
43
47
|
$kendo-dialog-buttongroup-padding-y: $kendo-dialog-buttongroup-padding-y,
|
|
44
48
|
$kendo-dialog-buttongroup-border-width: $kendo-dialog-buttongroup-border-width,
|
|
45
49
|
$kendo-dialog-button-spacing: $kendo-dialog-button-spacing,
|
|
50
|
+
$kendo-dialog-bg: $kendo-dialog-bg,
|
|
46
51
|
$kendo-dialog-theme-colors: $kendo-dialog-theme-colors
|
|
47
52
|
);
|
|
@@ -10,14 +10,14 @@ $kendo-dock-manager-border-width: 1px !default;
|
|
|
10
10
|
$kendo-dock-manager-border-style: solid !default;
|
|
11
11
|
/// The color of the border around the DockManager component.
|
|
12
12
|
/// @group dock-manager
|
|
13
|
-
$kendo-dock-manager-border:
|
|
13
|
+
$kendo-dock-manager-border: k-color(border) !default;
|
|
14
14
|
|
|
15
15
|
/// The vertical padding of the pane header in the DockManager component.
|
|
16
16
|
/// @group dock-manager
|
|
17
|
-
$kendo-dock-manager-pane-header-padding-y: k-spacing(
|
|
17
|
+
$kendo-dock-manager-pane-header-padding-y: k-spacing(4) !default;
|
|
18
18
|
/// The horizontal padding of the pane header in the DockManager component.
|
|
19
19
|
/// @group dock-manager
|
|
20
|
-
$kendo-dock-manager-pane-header-padding-x: k-spacing(
|
|
20
|
+
$kendo-dock-manager-pane-header-padding-x: k-spacing(4) !default;
|
|
21
21
|
/// The width of the border around the pane header in the DockManager component.
|
|
22
22
|
/// @group dock-manager
|
|
23
23
|
$kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-border-width !default;
|
|
@@ -26,7 +26,7 @@ $kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-border-width !
|
|
|
26
26
|
$kendo-dock-manager-pane-header-border-style: solid !default;
|
|
27
27
|
/// The background color of the pane header in the DockManager component.
|
|
28
28
|
/// @group dock-manager
|
|
29
|
-
$kendo-dock-manager-pane-header-bg:
|
|
29
|
+
$kendo-dock-manager-pane-header-bg: k-color(surface) !default;
|
|
30
30
|
|
|
31
31
|
/// The vertical padding of the pane title in the DockManager component.
|
|
32
32
|
/// @group dock-manager
|
|
@@ -42,7 +42,7 @@ $kendo-dock-manager-pane-title-font-family: var( --kendo-font-family, inherit )
|
|
|
42
42
|
$kendo-dock-manager-pane-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
43
43
|
/// The line height of the pane title in the DockManager component.
|
|
44
44
|
/// @group dock-manager
|
|
45
|
-
$kendo-dock-manager-pane-title-line-height: var( --kendo-line-height-
|
|
45
|
+
$kendo-dock-manager-pane-title-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
46
46
|
/// The font weight of the pane title in the DockManager component.
|
|
47
47
|
/// @group dock-manager
|
|
48
48
|
$kendo-dock-manager-pane-title-font-weight: var( --kendo-font-weight-normal, normal ) !default;
|
|
@@ -52,34 +52,34 @@ $kendo-dock-manager-pane-title-font-weight: var( --kendo-font-weight-normal, nor
|
|
|
52
52
|
$kendo-dock-manager-pane-content-padding-x: $kendo-dock-manager-pane-header-padding-x !default;
|
|
53
53
|
/// The vertical padding of the pane content in the DockManager component.
|
|
54
54
|
/// @group dock-manager
|
|
55
|
-
$kendo-dock-manager-pane-content-padding-y: $kendo-dock-manager-pane-header-padding-
|
|
55
|
+
$kendo-dock-manager-pane-content-padding-y: $kendo-dock-manager-pane-header-padding-y !default;
|
|
56
56
|
|
|
57
57
|
/// The horizontal padding of the tabbed pane in the DockManager component.
|
|
58
58
|
/// @group dock-manager
|
|
59
|
-
$kendo-dock-manager-tabbed-pane-padding-y:
|
|
59
|
+
$kendo-dock-manager-tabbed-pane-padding-y: k-spacing( 6 ) !default;
|
|
60
60
|
/// The horizontal padding of the tabbed pane in the DockManager component.
|
|
61
61
|
/// @group dock-manager
|
|
62
|
-
$kendo-dock-manager-tabbed-pane-padding-x:
|
|
62
|
+
$kendo-dock-manager-tabbed-pane-padding-x: null !default;
|
|
63
63
|
|
|
64
64
|
/// The width of the unpinned pane container in the DockManager component.
|
|
65
65
|
/// @group dock-manager
|
|
66
66
|
$kendo-dock-manager-unpinned-container-width: 300px !default;
|
|
67
67
|
/// The background-color of the unpinned pane container in the DockManager component.
|
|
68
68
|
/// @group dock-manager
|
|
69
|
-
$kendo-dock-manager-unpinned-container-bg:
|
|
69
|
+
$kendo-dock-manager-unpinned-container-bg: k-color(surface) !default;
|
|
70
70
|
/// The box shadow of the unpinned pane container in the DockManager component.
|
|
71
71
|
/// @group dock-manager
|
|
72
|
-
$kendo-dock-manager-unpinned-container-shadow:
|
|
72
|
+
$kendo-dock-manager-unpinned-container-shadow: k-elevation(7) !default;
|
|
73
73
|
|
|
74
74
|
/// The padding of the dock indicator in the DockManager component.
|
|
75
75
|
/// @group dock-manager
|
|
76
|
-
$kendo-dock-indicator-padding: k-spacing(
|
|
76
|
+
$kendo-dock-indicator-padding: k-spacing(2) !default;
|
|
77
77
|
/// The background color of the dock indicator in the DockManager component.
|
|
78
78
|
/// @group dock-manager
|
|
79
|
-
$kendo-dock-indicator-bg:
|
|
79
|
+
$kendo-dock-indicator-bg: k-color(surface-alt) !default;
|
|
80
80
|
/// The text color of the dock indicator in the DockManager component.
|
|
81
81
|
/// @group dock-manager
|
|
82
|
-
$kendo-dock-indicator-text:
|
|
82
|
+
$kendo-dock-indicator-text: k-color(primary) !default;
|
|
83
83
|
/// The outline width of the dock indicator in the DockManager component.
|
|
84
84
|
/// @group dock-manager
|
|
85
85
|
$kendo-dock-indicator-outline-width: 1px !default;
|
|
@@ -91,14 +91,14 @@ $kendo-dock-indicator-outline-style: solid !default;
|
|
|
91
91
|
$kendo-dock-indicator-outline: $kendo-dock-indicator-text !default;
|
|
92
92
|
/// The box shadow of the dock indicator in the DockManager component.
|
|
93
93
|
/// @group dock-manager
|
|
94
|
-
$kendo-dock-indicator-shadow:
|
|
94
|
+
$kendo-dock-indicator-shadow: k-elevation(5) !default;
|
|
95
95
|
|
|
96
96
|
/// The background color of the hovered dock indicator in the DockManager component.
|
|
97
97
|
/// @group dock-manager
|
|
98
|
-
$kendo-dock-indicator-hover-bg:
|
|
98
|
+
$kendo-dock-indicator-hover-bg: k-color(primary-hover) !default;
|
|
99
99
|
/// The text color of the hovered dock indicator in the DockManager component.
|
|
100
100
|
/// @group dock-manager
|
|
101
|
-
$kendo-dock-indicator-hover-text:
|
|
101
|
+
$kendo-dock-indicator-hover-text: k-color(on-primary) !default;
|
|
102
102
|
|
|
103
103
|
/// The width of the border around the dropping area in the DockManager component.
|
|
104
104
|
/// @group dock-manager
|
|
@@ -111,10 +111,10 @@ $kendo-dock-manager-dock-preview-border-style: dashed !default;
|
|
|
111
111
|
$kendo-dock-manager-dock-preview-border-radius: k-border-radius(sm) !default;
|
|
112
112
|
/// The background color of the dropping area in the DockManager component.
|
|
113
113
|
/// @group dock-manager
|
|
114
|
-
$kendo-dock-manager-dock-preview-bg:
|
|
114
|
+
$kendo-dock-manager-dock-preview-bg: color-mix(in srgb, k-color(primary-active) 12%, transparent) !default;
|
|
115
115
|
/// The border color of the dropping area in the DockManager component.
|
|
116
116
|
/// @group dock-manager
|
|
117
|
-
$kendo-dock-manager-dock-preview-border:
|
|
117
|
+
$kendo-dock-manager-dock-preview-border: k-color(primary) !default;
|
|
118
118
|
|
|
119
119
|
@forward "@progress/kendo-theme-core/scss/components/dock-manager/_variables.scss" with (
|
|
120
120
|
$kendo-dock-manager-border-width: $kendo-dock-manager-border-width,
|
|
@@ -9,10 +9,10 @@ $kendo-drag-hint-border-width: 0px !default;
|
|
|
9
9
|
$kendo-drag-hint-border-radius: 9999px !default;
|
|
10
10
|
$kendo-drag-hint-font-size: var( --kendo-font-size, inherit ) !default;
|
|
11
11
|
$kendo-drag-hint-font-family: var( --kendo-font-family, inherit ) !default;
|
|
12
|
-
$kendo-drag-hint-line-height:
|
|
12
|
+
$kendo-drag-hint-line-height: var( --kendo-line-height, normal ) !default;
|
|
13
13
|
|
|
14
|
-
$kendo-drag-hint-bg:
|
|
15
|
-
$kendo-drag-hint-text:
|
|
14
|
+
$kendo-drag-hint-bg: k-color(base-subtle) !default;
|
|
15
|
+
$kendo-drag-hint-text: k-color(on-app-surface) !default;
|
|
16
16
|
$kendo-drag-hint-border: unset !default;
|
|
17
17
|
$kendo-drag-hint-gradient: null !default;
|
|
18
18
|
$kendo-drag-hint-shadow: k-elevation(3) !default;
|
|
@@ -28,7 +28,7 @@ $kendo-drop-hint-line-h-height: 1px !default;
|
|
|
28
28
|
$kendo-drop-hint-line-v-width: $kendo-drop-hint-line-h-height !default;
|
|
29
29
|
$kendo-drop-hint-line-v-height: $kendo-drop-hint-line-h-width !default;
|
|
30
30
|
|
|
31
|
-
$kendo-drop-hint-bg:
|
|
31
|
+
$kendo-drop-hint-bg: k-color(primary) !default;
|
|
32
32
|
|
|
33
33
|
@forward "@progress/kendo-theme-core/scss/components/draggable/_variables.scss" with (
|
|
34
34
|
$kendo-drag-hint-padding-x: $kendo-drag-hint-padding-x,
|
package/scss/drawer/_layout.scss
CHANGED
package/scss/drawer/_theme.scss
CHANGED
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
|
|
6
6
|
/// The background color of the Drawer.
|
|
7
7
|
/// @group drawer
|
|
8
|
-
$kendo-drawer-bg:
|
|
8
|
+
$kendo-drawer-bg: k-color(surface) !default;
|
|
9
9
|
/// The text color of the Drawer.
|
|
10
10
|
/// @group drawer
|
|
11
|
-
$kendo-drawer-text:
|
|
11
|
+
$kendo-drawer-text: k-color(subtle) !default;
|
|
12
12
|
/// The border color of the Drawer.
|
|
13
13
|
/// @group drawer
|
|
14
|
-
$kendo-drawer-border:
|
|
14
|
+
$kendo-drawer-border: k-color(border) !default;
|
|
15
15
|
/// The border width of the Drawer.
|
|
16
16
|
/// @group drawer
|
|
17
|
-
$kendo-drawer-border-width:
|
|
17
|
+
$kendo-drawer-border-width: 0 !default;
|
|
18
18
|
|
|
19
19
|
/// The font family of the Drawer.
|
|
20
20
|
/// @group drawer
|
|
@@ -28,39 +28,51 @@ $kendo-drawer-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
28
28
|
|
|
29
29
|
/// The horizontal padding of the Drawer content.
|
|
30
30
|
/// @group drawer
|
|
31
|
-
$kendo-drawer-content-padding-x:
|
|
31
|
+
$kendo-drawer-content-padding-x: k-spacing(3) !default;
|
|
32
32
|
/// The vertical padding of the Drawer content.
|
|
33
33
|
/// @group drawer
|
|
34
|
-
$kendo-drawer-content-padding-y:
|
|
34
|
+
$kendo-drawer-content-padding-y: k-spacing(3) !default;
|
|
35
35
|
|
|
36
36
|
/// The width of the Drawer scrollbar.
|
|
37
37
|
/// @group drawer
|
|
38
|
-
$kendo-drawer-scrollbar-width:
|
|
38
|
+
$kendo-drawer-scrollbar-width: 8px !default;
|
|
39
39
|
/// The color of the Drawer scrollbar track.
|
|
40
40
|
/// @group drawer
|
|
41
|
-
$kendo-drawer-scrollbar-color:
|
|
41
|
+
$kendo-drawer-scrollbar-color: k-color(dark-emphasis) !default;
|
|
42
42
|
/// The background color of the Drawer scrollbar thumb.
|
|
43
43
|
/// @group drawer
|
|
44
|
-
$kendo-drawer-scrollbar-bg:
|
|
44
|
+
$kendo-drawer-scrollbar-bg: transparent !default;
|
|
45
45
|
/// The border radius of the Drawer scrollbar.
|
|
46
46
|
/// @group drawer
|
|
47
|
-
$kendo-drawer-scrollbar-radius:
|
|
47
|
+
$kendo-drawer-scrollbar-radius: k-border-radius( full ) !default;
|
|
48
48
|
/// The hover color of the Drawer scrollbar track.
|
|
49
49
|
/// @group drawer
|
|
50
|
-
$kendo-drawer-scrollbar-hover-color:
|
|
50
|
+
$kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-color !default;
|
|
51
51
|
|
|
52
|
+
/// The horizontal padding of the Drawer items.
|
|
53
|
+
/// @group drawer
|
|
54
|
+
$kendo-drawer-items-padding-x: k-spacing(3) !default;
|
|
55
|
+
/// The vertical padding of the Drawer items.
|
|
56
|
+
/// @group drawer
|
|
57
|
+
$kendo-drawer-items-padding-y: k-spacing(3) !default;
|
|
52
58
|
/// The horizontal padding of the Drawer item.
|
|
53
59
|
/// @group drawer
|
|
54
60
|
$kendo-drawer-item-padding-x: k-spacing(4) !default;
|
|
55
61
|
/// The vertical padding of the Drawer item.
|
|
56
62
|
/// @group drawer
|
|
57
|
-
$kendo-drawer-item-padding-y: k-spacing(
|
|
63
|
+
$kendo-drawer-item-padding-y: k-spacing(4) !default;
|
|
64
|
+
/// The spacing between the items in the Drawer item.
|
|
65
|
+
/// @group drawer
|
|
66
|
+
$kendo-drawer-item-spacing: k-spacing(3) !default;
|
|
58
67
|
/// The font size of the Drawer item.
|
|
59
68
|
/// @group drawer
|
|
60
|
-
$kendo-drawer-item-font-size:
|
|
69
|
+
$kendo-drawer-item-font-size: $kendo-drawer-font-size !default;
|
|
61
70
|
/// The line height of the Drawer item.
|
|
62
71
|
/// @group drawer
|
|
63
|
-
$kendo-drawer-item-line-height:
|
|
72
|
+
$kendo-drawer-item-line-height: $kendo-drawer-line-height !default;
|
|
73
|
+
/// The font weight of the Drawer item.
|
|
74
|
+
/// @group drawer
|
|
75
|
+
$kendo-drawer-item-font-weight: var( --kendo-font-weight-medium, 500 ) !default;
|
|
64
76
|
|
|
65
77
|
/// The horizontal padding of the Drawer item in each level.
|
|
66
78
|
/// @group drawer
|
|
@@ -68,45 +80,52 @@ $kendo-drawer-item-level-padding-x: $kendo-drawer-item-padding-x !default;
|
|
|
68
80
|
/// The count of the Drawer item levels.
|
|
69
81
|
/// @group drawer
|
|
70
82
|
$kendo-drawer-item-level-count: 5 !default;
|
|
83
|
+
/// The border radius of the Drawer item.
|
|
84
|
+
/// @group drawer
|
|
85
|
+
$kendo-drawer-item-border-radius: k-border-radius(full) !default;
|
|
71
86
|
|
|
72
87
|
/// The horizontal padding of the Drawer icon.
|
|
73
88
|
/// @group drawer
|
|
74
|
-
$kendo-drawer-icon-padding-x: k-spacing(
|
|
89
|
+
$kendo-drawer-icon-padding-x: k-spacing(1) !default;
|
|
75
90
|
/// The vertical padding of the Drawer icon.
|
|
76
91
|
/// @group drawer
|
|
77
92
|
$kendo-drawer-icon-padding-y: k-spacing(1) !default;
|
|
78
93
|
|
|
79
94
|
/// The initial width of the mini Drawer.
|
|
80
95
|
/// @group drawer
|
|
81
|
-
$kendo-drawer-mini-initial-width: calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size}) !default;
|
|
96
|
+
$kendo-drawer-mini-initial-width: calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size} + 2 * #{$kendo-drawer-icon-padding-x} + 2 * #{$kendo-drawer-items-padding-x}) !default;
|
|
82
97
|
|
|
83
98
|
/// The background color of the hovered Drawer item.
|
|
84
99
|
/// @group drawer
|
|
85
|
-
$kendo-drawer-hover-bg:
|
|
100
|
+
$kendo-drawer-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
|
|
86
101
|
/// The text color of the hovered Drawer item.
|
|
87
102
|
/// @group drawer
|
|
88
|
-
$kendo-drawer-hover-text: $kendo-
|
|
103
|
+
$kendo-drawer-hover-text: $kendo-drawer-text !default;
|
|
89
104
|
|
|
90
105
|
/// The background color of the focused Drawer item.
|
|
91
106
|
/// @group drawer
|
|
92
|
-
$kendo-drawer-focus-bg:
|
|
107
|
+
$kendo-drawer-focus-bg: color-mix(in srgb, currentColor 12%, transparent) !default;
|
|
93
108
|
/// The box shadow of the focused Drawer item.
|
|
94
109
|
/// @group drawer
|
|
95
110
|
$kendo-drawer-focus-shadow: none !default;
|
|
96
111
|
|
|
97
112
|
/// The background color of the selected Drawer item.
|
|
98
113
|
/// @group drawer
|
|
99
|
-
$kendo-drawer-selected-bg:
|
|
114
|
+
$kendo-drawer-selected-bg: k-color(secondary) !default;
|
|
100
115
|
/// The text color of the selected Drawer item.
|
|
101
116
|
/// @group drawer
|
|
102
|
-
$kendo-drawer-selected-text:
|
|
117
|
+
$kendo-drawer-selected-text: k-color(on-secondary) !default;
|
|
103
118
|
|
|
104
119
|
/// The background color of the selected and hovered Drawer item.
|
|
105
120
|
/// @group drawer
|
|
106
|
-
$kendo-drawer-selected-hover-bg:
|
|
121
|
+
$kendo-drawer-selected-hover-bg: k-color(secondary-hover) !default;
|
|
107
122
|
/// The text color of the selected and hovered Drawer item.
|
|
108
123
|
/// @group drawer
|
|
109
|
-
$kendo-drawer-selected-hover-text: $kendo-
|
|
124
|
+
$kendo-drawer-selected-hover-text: $kendo-drawer-selected-text !default;
|
|
125
|
+
|
|
126
|
+
/// The background color of the selected and focused Drawer item.
|
|
127
|
+
/// @group drawer
|
|
128
|
+
$kendo-drawer-selected-focus-bg: k-color(secondary-active) !default;
|
|
110
129
|
|
|
111
130
|
@forward "@progress/kendo-theme-core/scss/components/drawer/_variables.scss" with (
|
|
112
131
|
$kendo-drawer-bg: $kendo-drawer-bg,
|
|
@@ -123,12 +142,17 @@ $kendo-drawer-selected-hover-text: $kendo-color-secondary !default;
|
|
|
123
142
|
$kendo-drawer-scrollbar-bg: $kendo-drawer-scrollbar-bg,
|
|
124
143
|
$kendo-drawer-scrollbar-radius: $kendo-drawer-scrollbar-radius,
|
|
125
144
|
$kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-hover-color,
|
|
145
|
+
$kendo-drawer-items-padding-x: $kendo-drawer-items-padding-x,
|
|
146
|
+
$kendo-drawer-items-padding-y: $kendo-drawer-items-padding-y,
|
|
126
147
|
$kendo-drawer-item-padding-x: $kendo-drawer-item-padding-x,
|
|
127
148
|
$kendo-drawer-item-padding-y: $kendo-drawer-item-padding-y,
|
|
149
|
+
$kendo-drawer-item-spacing: $kendo-drawer-item-spacing,
|
|
128
150
|
$kendo-drawer-item-font-size: $kendo-drawer-item-font-size,
|
|
129
151
|
$kendo-drawer-item-line-height: $kendo-drawer-item-line-height,
|
|
152
|
+
$kendo-drawer-item-font-weight: $kendo-drawer-item-font-weight,
|
|
130
153
|
$kendo-drawer-item-level-padding-x: $kendo-drawer-item-level-padding-x,
|
|
131
154
|
$kendo-drawer-item-level-count: $kendo-drawer-item-level-count,
|
|
155
|
+
$kendo-drawer-item-border-radius: $kendo-drawer-item-border-radius,
|
|
132
156
|
$kendo-drawer-icon-padding-x: $kendo-drawer-icon-padding-x,
|
|
133
157
|
$kendo-drawer-icon-padding-y: $kendo-drawer-icon-padding-y,
|
|
134
158
|
$kendo-drawer-mini-initial-width: $kendo-drawer-mini-initial-width,
|
|
@@ -139,5 +163,6 @@ $kendo-drawer-selected-hover-text: $kendo-color-secondary !default;
|
|
|
139
163
|
$kendo-drawer-selected-bg: $kendo-drawer-selected-bg,
|
|
140
164
|
$kendo-drawer-selected-text: $kendo-drawer-selected-text,
|
|
141
165
|
$kendo-drawer-selected-hover-bg: $kendo-drawer-selected-hover-bg,
|
|
142
|
-
$kendo-drawer-selected-hover-text: $kendo-drawer-selected-hover-text
|
|
166
|
+
$kendo-drawer-selected-hover-text: $kendo-drawer-selected-hover-text,
|
|
167
|
+
$kendo-drawer-selected-focus-bg: $kendo-drawer-selected-focus-bg
|
|
143
168
|
);
|
|
@@ -25,27 +25,27 @@ $kendo-dropzone-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
25
25
|
$kendo-dropzone-font-size: var( --kendo-font-size, inherit ) !default;
|
|
26
26
|
/// The line height of the DropZone.
|
|
27
27
|
/// @group dropzone
|
|
28
|
-
$kendo-dropzone-line-height:
|
|
28
|
+
$kendo-dropzone-line-height: var( --kendo-line-height, normal ) !default;
|
|
29
29
|
|
|
30
30
|
/// The background color of the DropZone.
|
|
31
31
|
/// @group dropzone
|
|
32
|
-
$kendo-dropzone-bg:
|
|
32
|
+
$kendo-dropzone-bg: k-color(surface) !default;
|
|
33
33
|
/// The text color of the DropZone.
|
|
34
34
|
/// @group dropzone
|
|
35
|
-
$kendo-dropzone-text:
|
|
35
|
+
$kendo-dropzone-text: k-color(on-app-surface) !default;
|
|
36
36
|
/// The border color of the DropZone.
|
|
37
37
|
/// @group dropzone
|
|
38
|
-
$kendo-dropzone-border:
|
|
38
|
+
$kendo-dropzone-border: k-color(border) !default;
|
|
39
39
|
|
|
40
40
|
/// The spacing below the DropZone icon.
|
|
41
41
|
/// @group dropzone
|
|
42
42
|
$kendo-dropzone-icon-spacing: k-spacing(6) !default;
|
|
43
43
|
/// The text color of the DropZone icon.
|
|
44
44
|
/// @group dropzone
|
|
45
|
-
$kendo-dropzone-icon-text:
|
|
45
|
+
$kendo-dropzone-icon-text: k-color(subtle) !default;
|
|
46
46
|
/// The text color of the hovered DropZone icon.
|
|
47
47
|
/// @group dropzone
|
|
48
|
-
$kendo-dropzone-icon-hover-text:
|
|
48
|
+
$kendo-dropzone-icon-hover-text: k-color(primary) !default;
|
|
49
49
|
|
|
50
50
|
/// The font size of the DropZone hint.
|
|
51
51
|
/// @group dropzone
|
|
@@ -65,7 +65,7 @@ $kendo-dropzone-note-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
|
65
65
|
$kendo-dropzone-note-spacing: null !default;
|
|
66
66
|
/// The text color of the DropZone note.
|
|
67
67
|
/// @group dropzone
|
|
68
|
-
$kendo-dropzone-note-text:
|
|
68
|
+
$kendo-dropzone-note-text: k-color(subtle) !default;
|
|
69
69
|
|
|
70
70
|
@forward "@progress/kendo-theme-core/scss/components/dropzone/_variables.scss" with (
|
|
71
71
|
$kendo-dropzone-padding-x: $kendo-dropzone-padding-x,
|
package/scss/editor/_layout.scss
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "./_variables.scss" as *;
|
|
2
1
|
@use "@progress/kendo-theme-core/scss/components/editor/_layout.scss" as *;
|
|
3
2
|
|
|
4
3
|
|
|
@@ -8,19 +7,10 @@
|
|
|
8
7
|
|
|
9
8
|
// Insert table
|
|
10
9
|
.k-ct-popup {
|
|
11
|
-
line-height: normal;
|
|
10
|
+
line-height: var( --kendo-line-height, normal);
|
|
12
11
|
|
|
13
12
|
.k-status {
|
|
14
|
-
line-height: var( --kendo-line-height,
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.k-editor-export {
|
|
19
|
-
text-transform: uppercase;
|
|
20
|
-
font-size: var( --kendo-font-size, inherit );
|
|
21
|
-
|
|
22
|
-
.k-icon {
|
|
23
|
-
margin-left: $kendo-editor-export-tool-icon-margin-x;
|
|
13
|
+
line-height: var( --kendo-line-height, normal);
|
|
24
14
|
}
|
|
25
15
|
}
|
|
26
16
|
}
|
|
@@ -27,14 +27,14 @@ $kendo-editor-placeholder-opacity: $kendo-input-placeholder-opacity !default;
|
|
|
27
27
|
|
|
28
28
|
/// The selected text color of the Editor.
|
|
29
29
|
/// @group editor
|
|
30
|
-
$kendo-editor-selected-text:
|
|
30
|
+
$kendo-editor-selected-text: k-color(on-primary) !default;
|
|
31
31
|
/// The selected background color of the Editor.
|
|
32
32
|
/// @group editor
|
|
33
|
-
$kendo-editor-selected-bg:
|
|
33
|
+
$kendo-editor-selected-bg: k-color(primary) !default;
|
|
34
34
|
|
|
35
35
|
/// The highlighted background color of the Editor.
|
|
36
36
|
/// @group editor
|
|
37
|
-
$kendo-editor-highlighted-bg:
|
|
37
|
+
$kendo-editor-highlighted-bg: k-color(primary-subtle) !default;
|
|
38
38
|
|
|
39
39
|
/// The horizontal margin of the Editor's export tool icon.
|
|
40
40
|
/// @group editor
|
|
@@ -58,14 +58,14 @@ $kendo-editor-resize-handle-bg: #ffffff !default;
|
|
|
58
58
|
$kendo-editor-selectednode-outline-width: 2px !default;
|
|
59
59
|
/// The outline color of the Editor's selected node.
|
|
60
60
|
/// @group editor
|
|
61
|
-
$kendo-editor-selectednode-outline-color:
|
|
61
|
+
$kendo-editor-selectednode-outline-color: k-color(primary) !default;
|
|
62
62
|
|
|
63
63
|
/// The horizontal padding of the inline Editor.
|
|
64
64
|
/// @group editor
|
|
65
|
-
$kendo-editor-inline-padding-x: k-spacing(
|
|
65
|
+
$kendo-editor-inline-padding-x: k-spacing(4) !default;
|
|
66
66
|
/// The vertical padding of the inline Editor.
|
|
67
67
|
/// @group editor
|
|
68
|
-
$kendo-editor-inline-padding-y: k-spacing(
|
|
68
|
+
$kendo-editor-inline-padding-y: k-spacing(4) !default;
|
|
69
69
|
|
|
70
70
|
/// The horizontal padding of the Editor file browser tiles.
|
|
71
71
|
/// @group editor
|
|
@@ -76,7 +76,11 @@ $kendo-editor-filebrowser-tiles-padding-y: k-spacing(1) !default;
|
|
|
76
76
|
|
|
77
77
|
/// The padding of the Editor content.
|
|
78
78
|
/// @group editor
|
|
79
|
-
$kendo-editor-content-padding: k-spacing(
|
|
79
|
+
$kendo-editor-content-padding: k-spacing(2) !default;
|
|
80
|
+
|
|
81
|
+
$kendo-editor-ct-cell-text: k-color(on-secondary) !default;
|
|
82
|
+
$kendo-editor-ct-cell-bg: k-color(secondary) !default;
|
|
83
|
+
$kendo-editor-ct-cell-border: k-color(border) !default;
|
|
80
84
|
|
|
81
85
|
@forward "@progress/kendo-theme-core/scss/components/editor/_variables.scss" with (
|
|
82
86
|
$kendo-editor-border-width: $kendo-editor-border-width,
|
|
@@ -99,5 +103,8 @@ $kendo-editor-content-padding: k-spacing(4) !default;
|
|
|
99
103
|
$kendo-editor-inline-padding-y: $kendo-editor-inline-padding-y,
|
|
100
104
|
$kendo-editor-filebrowser-tiles-padding-x: $kendo-editor-filebrowser-tiles-padding-x,
|
|
101
105
|
$kendo-editor-filebrowser-tiles-padding-y: $kendo-editor-filebrowser-tiles-padding-y,
|
|
102
|
-
$kendo-editor-content-padding: $kendo-editor-content-padding
|
|
106
|
+
$kendo-editor-content-padding: $kendo-editor-content-padding,
|
|
107
|
+
$kendo-editor-ct-cell-text: $kendo-editor-ct-cell-text,
|
|
108
|
+
$kendo-editor-ct-cell-bg: $kendo-editor-ct-cell-bg,
|
|
109
|
+
$kendo-editor-ct-cell-border: $kendo-editor-ct-cell-border
|
|
103
110
|
);
|
|
@@ -20,24 +20,24 @@ $kendo-expander-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
20
20
|
|
|
21
21
|
/// The text color of the ExpansionPanel.
|
|
22
22
|
/// @group expander
|
|
23
|
-
$kendo-expander-text:
|
|
23
|
+
$kendo-expander-text: k-color(on-app-surface) !default;
|
|
24
24
|
/// The background color of the ExpansionPanel.
|
|
25
25
|
/// @group expander
|
|
26
|
-
$kendo-expander-bg:
|
|
26
|
+
$kendo-expander-bg: k-color(surface-alt) !default;
|
|
27
27
|
/// The border color of the ExpansionPanel.
|
|
28
28
|
/// @group expander
|
|
29
|
-
$kendo-expander-border:
|
|
29
|
+
$kendo-expander-border: k-color(border) !default;
|
|
30
30
|
|
|
31
31
|
/// The box shadow of the focused ExpansionPanel.
|
|
32
32
|
/// @group expander
|
|
33
|
-
$kendo-expander-focus-shadow: inset 0 0 0 2px
|
|
33
|
+
$kendo-expander-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
|
|
34
34
|
|
|
35
35
|
/// The horizontal padding of the ExpansionPanel header.
|
|
36
36
|
/// @group expander
|
|
37
37
|
$kendo-expander-header-padding-x: k-spacing(6) !default;
|
|
38
38
|
/// The vertical padding of the ExpansionPanel header.
|
|
39
39
|
/// @group expander
|
|
40
|
-
$kendo-expander-header-padding-y: k-spacing(3) !default;
|
|
40
|
+
$kendo-expander-header-padding-y: k-spacing(3.5) !default;
|
|
41
41
|
|
|
42
42
|
/// The text color of the ExpansionPanel header.
|
|
43
43
|
/// @group expander
|
|
@@ -51,21 +51,21 @@ $kendo-expander-header-border: null !default;
|
|
|
51
51
|
|
|
52
52
|
/// The background color of the hovered ExpansionPanel header.
|
|
53
53
|
/// @group expander
|
|
54
|
-
$kendo-expander-header-hover-bg:
|
|
54
|
+
$kendo-expander-header-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
55
55
|
/// The background color of the focused ExpansionPanel header.
|
|
56
56
|
/// @group expander
|
|
57
|
-
$kendo-expander-header-focus-bg:
|
|
57
|
+
$kendo-expander-header-focus-bg: null !default;
|
|
58
58
|
/// The box shadow of the focused ExpansionPanel header.
|
|
59
59
|
/// @group expander
|
|
60
|
-
$kendo-expander-header-focus-shadow:
|
|
60
|
+
$kendo-expander-header-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
|
|
61
61
|
|
|
62
62
|
/// The text color of the ExpansionPanel title.
|
|
63
63
|
/// @group expander
|
|
64
|
-
$kendo-expander-title-text:
|
|
64
|
+
$kendo-expander-title-text: k-color(on-app-surface) !default;
|
|
65
65
|
|
|
66
66
|
/// The text color of the ExpansionPanel sub-title.
|
|
67
67
|
/// @group expander
|
|
68
|
-
$kendo-expander-header-sub-title-text:
|
|
68
|
+
$kendo-expander-header-sub-title-text: k-color(subtle) !default;
|
|
69
69
|
|
|
70
70
|
/// The horizontal margin of the ExpansionPanel indicator.
|
|
71
71
|
/// @group expander
|