@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,17 @@ $kendo-scheduler-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
22
22
|
|
|
23
23
|
/// The background color of the Scheduler.
|
|
24
24
|
/// @group scheduler
|
|
25
|
-
$kendo-scheduler-bg:
|
|
25
|
+
$kendo-scheduler-bg: k-color(surface-alt) !default;
|
|
26
26
|
/// The text color of the Scheduler.
|
|
27
27
|
/// @group scheduler
|
|
28
|
-
$kendo-scheduler-text:
|
|
28
|
+
$kendo-scheduler-text: k-color(on-app-surface) !default;
|
|
29
29
|
/// The border color of the Scheduler.
|
|
30
30
|
/// @group scheduler
|
|
31
|
-
$kendo-scheduler-border:
|
|
31
|
+
$kendo-scheduler-border: k-color(border) !default;
|
|
32
32
|
|
|
33
33
|
/// The background color of the Scheduler ToolBar.
|
|
34
34
|
/// @group scheduler
|
|
35
|
-
$kendo-scheduler-toolbar-bg:
|
|
35
|
+
$kendo-scheduler-toolbar-bg: k-color(surface) !default;
|
|
36
36
|
/// The text color of the Scheduler ToolBar.
|
|
37
37
|
/// @group scheduler
|
|
38
38
|
$kendo-scheduler-toolbar-text: unset !default;
|
|
@@ -45,7 +45,7 @@ $kendo-scheduler-toolbar-gradient: none !default;
|
|
|
45
45
|
|
|
46
46
|
/// The background color of the Scheduler footer.
|
|
47
47
|
/// @group scheduler
|
|
48
|
-
$kendo-scheduler-footer-bg:
|
|
48
|
+
$kendo-scheduler-footer-bg: k-color(surface) !default;
|
|
49
49
|
/// The text color of the Scheduler footer.
|
|
50
50
|
/// @group scheduler
|
|
51
51
|
$kendo-scheduler-footer-text: unset !default;
|
|
@@ -64,14 +64,14 @@ $kendo-scheduler-event-min-height: 25px !default;
|
|
|
64
64
|
$kendo-scheduler-event-border-radius: k-border-radius(md) !default;
|
|
65
65
|
/// The line height of the Scheduler event.
|
|
66
66
|
/// @group scheduler
|
|
67
|
-
$kendo-scheduler-event-line-height: calc(
|
|
67
|
+
$kendo-scheduler-event-line-height: calc( $kendo-scheduler-event-min-height - k-spacing(1) )!default;
|
|
68
68
|
|
|
69
69
|
/// The background color of the Scheduler event.
|
|
70
70
|
/// @group scheduler
|
|
71
|
-
$kendo-scheduler-event-bg:
|
|
71
|
+
$kendo-scheduler-event-bg: k-color(primary) !default;
|
|
72
72
|
/// The text color of the Scheduler event.
|
|
73
73
|
/// @group scheduler
|
|
74
|
-
$kendo-scheduler-event-text:
|
|
74
|
+
$kendo-scheduler-event-text: k-color(on-primary) !default;
|
|
75
75
|
/// The border color of the Scheduler event.
|
|
76
76
|
/// @group scheduler
|
|
77
77
|
$kendo-scheduler-event-border: null !default;
|
|
@@ -100,10 +100,10 @@ $kendo-scheduler-event-hover-shadow: null !default;
|
|
|
100
100
|
|
|
101
101
|
/// The background color of the selected Scheduler event.
|
|
102
102
|
/// @group scheduler
|
|
103
|
-
$kendo-scheduler-event-selected-bg:
|
|
103
|
+
$kendo-scheduler-event-selected-bg: k-color(primary-active) !default;
|
|
104
104
|
/// The text color of the selected Scheduler event.
|
|
105
105
|
/// @group scheduler
|
|
106
|
-
$kendo-scheduler-event-selected-text:
|
|
106
|
+
$kendo-scheduler-event-selected-text: k-color(on-primary) !default;
|
|
107
107
|
/// The border color of the selected Scheduler event.
|
|
108
108
|
/// @group scheduler
|
|
109
109
|
$kendo-scheduler-event-selected-border: null !default;
|
|
@@ -120,10 +120,10 @@ $kendo-scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
|
|
|
120
120
|
|
|
121
121
|
/// The horizontal padding of the Scheduler cell.
|
|
122
122
|
/// @group scheduler
|
|
123
|
-
$kendo-scheduler-cell-padding-x: k-spacing(
|
|
123
|
+
$kendo-scheduler-cell-padding-x: k-spacing(3) !default;
|
|
124
124
|
/// The vertical padding of the Scheduler cell.
|
|
125
125
|
/// @group scheduler
|
|
126
|
-
$kendo-scheduler-cell-padding-y: k-spacing(
|
|
126
|
+
$kendo-scheduler-cell-padding-y: k-spacing(3) !default;
|
|
127
127
|
/// The height of the Scheduler cell.
|
|
128
128
|
/// @group scheduler
|
|
129
129
|
$kendo-scheduler-cell-height: calc( var( --kendo-line-height, normal) * 1rem) !default;
|
|
@@ -137,7 +137,7 @@ $kendo-scheduler-timecolumn-width: 11rem !default;
|
|
|
137
137
|
|
|
138
138
|
/// The background color of the non-working hours in the Scheduler.
|
|
139
139
|
/// @group scheduler
|
|
140
|
-
$kendo-scheduler-nonwork-bg:
|
|
140
|
+
$kendo-scheduler-nonwork-bg: k-color(surface) !default;
|
|
141
141
|
/// The text color of the non-working hours in the Scheduler.
|
|
142
142
|
/// @group scheduler
|
|
143
143
|
$kendo-scheduler-nonwork-text: null !default;
|
|
@@ -151,7 +151,7 @@ $kendo-scheduler-weekend-text: null !default;
|
|
|
151
151
|
|
|
152
152
|
/// The background color of the preceding/subsequent month cells in the Calendar.
|
|
153
153
|
/// @group scheduler
|
|
154
|
-
$kendo-scheduler-othermonth-bg:
|
|
154
|
+
$kendo-scheduler-othermonth-bg: k-color(surface) !default;
|
|
155
155
|
/// The text color of the preceding/subsequent month cells in the Calendar.
|
|
156
156
|
/// @group scheduler
|
|
157
157
|
$kendo-scheduler-othermonth-text: null !default;
|
|
@@ -181,10 +181,10 @@ $kendo-scheduler-yearview-indicator-calc-offset-left: calc( 50% - #{math.div( $k
|
|
|
181
181
|
$kendo-scheduler-yearview-indicator-border-radius: 50% !default;
|
|
182
182
|
/// The background color of the days with events indicator of the year view in the Scheduler.
|
|
183
183
|
/// @group scheduler
|
|
184
|
-
$kendo-scheduler-yearview-indicator-bg:
|
|
184
|
+
$kendo-scheduler-yearview-indicator-bg: k-color(primary) !default;
|
|
185
185
|
/// The background color of the selected days with events indicator of the year view in the Scheduler.
|
|
186
186
|
/// @group scheduler
|
|
187
|
-
$kendo-scheduler-yearview-indicator-selected-bg:
|
|
187
|
+
$kendo-scheduler-yearview-indicator-selected-bg: k-color(on-primary) !default;
|
|
188
188
|
|
|
189
189
|
/// The horizontal padding of the Scheduler Tooltip.
|
|
190
190
|
/// @group scheduler
|
|
@@ -197,10 +197,10 @@ $kendo-scheduler-tooltip-padding-y: k-spacing(2) !default;
|
|
|
197
197
|
$kendo-scheduler-tooltip-border-width: 0 !default;
|
|
198
198
|
/// The background color of the Scheduler Tooltip.
|
|
199
199
|
/// @group scheduler
|
|
200
|
-
$kendo-scheduler-tooltip-bg:
|
|
200
|
+
$kendo-scheduler-tooltip-bg: k-color(on-primary) !default;
|
|
201
201
|
/// The text color of the Scheduler Tooltip.
|
|
202
202
|
/// @group scheduler
|
|
203
|
-
$kendo-scheduler-tooltip-text:
|
|
203
|
+
$kendo-scheduler-tooltip-text: k-color(on-base) !default;
|
|
204
204
|
/// The border color of the Scheduler Tooltip.
|
|
205
205
|
/// @group scheduler
|
|
206
206
|
$kendo-scheduler-tooltip-border: null !default;
|
|
@@ -271,6 +271,8 @@ $kendo-scheduler-marquee-label-inset-x: k-spacing(2) !default;
|
|
|
271
271
|
/// @group scheduler
|
|
272
272
|
$kendo-scheduler-marquee-label-inset-y: k-spacing(0.5) !default;
|
|
273
273
|
|
|
274
|
+
$kendo-scheduler-header-bg: k-color(app-surface) !default;
|
|
275
|
+
|
|
274
276
|
@forward "@progress/kendo-theme-core/scss/components/scheduler/_variables.scss" with (
|
|
275
277
|
$kendo-scheduler-border-width: $kendo-scheduler-border-width,
|
|
276
278
|
$kendo-scheduler-font-family: $kendo-scheduler-font-family,
|
|
@@ -350,5 +352,6 @@ $kendo-scheduler-marquee-label-inset-y: k-spacing(0.5) !default;
|
|
|
350
352
|
$kendo-scheduler-indicators-margin: $kendo-scheduler-indicators-margin,
|
|
351
353
|
$kendo-scheduler-rtl-indicators-margin: $kendo-scheduler-rtl-indicators-margin,
|
|
352
354
|
$kendo-scheduler-marquee-label-inset-x: $kendo-scheduler-marquee-label-inset-x,
|
|
353
|
-
$kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y
|
|
355
|
+
$kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y,
|
|
356
|
+
$kendo-scheduler-header-bg: $kendo-scheduler-header-bg
|
|
354
357
|
);
|
|
@@ -18,13 +18,13 @@ $kendo-scrollview-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
18
18
|
|
|
19
19
|
/// The text color of the ScrollView.
|
|
20
20
|
/// @group scrollview
|
|
21
|
-
$kendo-scrollview-text:
|
|
21
|
+
$kendo-scrollview-text: k-color(on-app-surface) !default;
|
|
22
22
|
/// The background color of the ScrollView.
|
|
23
23
|
/// @group scrollview
|
|
24
|
-
$kendo-scrollview-bg:
|
|
24
|
+
$kendo-scrollview-bg: k-color(surface) !default;
|
|
25
25
|
/// The border color of the ScrollView.
|
|
26
26
|
/// @group scrollview
|
|
27
|
-
$kendo-scrollview-border:
|
|
27
|
+
$kendo-scrollview-border: k-color(border) !default;
|
|
28
28
|
|
|
29
29
|
/// The size of the ScrollView page button.
|
|
30
30
|
/// @group scrollview
|
|
@@ -37,10 +37,10 @@ $kendo-scrollview-pagebutton-bg: $kendo-button-bg !default;
|
|
|
37
37
|
$kendo-scrollview-pagebutton-border: $kendo-button-border !default;
|
|
38
38
|
/// The primary background color of the ScrollView page button.
|
|
39
39
|
/// @group scrollview
|
|
40
|
-
$kendo-scrollview-pagebutton-primary-bg:
|
|
40
|
+
$kendo-scrollview-pagebutton-primary-bg: k-color(primary) !default;
|
|
41
41
|
/// The primary border color of the ScrollView page button.
|
|
42
42
|
/// @group scrollview
|
|
43
|
-
$kendo-scrollview-pagebutton-primary-border:
|
|
43
|
+
$kendo-scrollview-pagebutton-primary-border: k-color(primary) !default;
|
|
44
44
|
/// The box shadow of the ScrollView page button.
|
|
45
45
|
/// @group scrollview
|
|
46
46
|
$kendo-scrollview-pagebutton-shadow: 0 0 0 2px rgba( black, .13 ) !default;
|
|
@@ -20,7 +20,7 @@ $kendo-signature-lg-padding-y: $kendo-signature-lg-padding-x !default;
|
|
|
20
20
|
|
|
21
21
|
$kendo-signature-line-width: 1px !default;
|
|
22
22
|
$kendo-signature-line-style: dashed !default;
|
|
23
|
-
$kendo-signature-line-color:
|
|
23
|
+
$kendo-signature-line-color: color-mix(in srgb, k-color(info) 24%, transparent) !default;
|
|
24
24
|
|
|
25
25
|
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
|
|
26
26
|
$kendo-signature-sm-line-size: calc( 100% - 2 * #{$kendo-signature-sm-padding-x} ) !default;
|
|
@@ -19,7 +19,7 @@ $kendo-skeleton-circle-border-radius: 9999px !default;
|
|
|
19
19
|
|
|
20
20
|
/// The background color of the Skeleton item.
|
|
21
21
|
/// @group skeleton
|
|
22
|
-
$kendo-skeleton-item-bg:
|
|
22
|
+
$kendo-skeleton-item-bg: color-mix(in srgb, k-color(on-app-surface) 20%, transparent) !default;
|
|
23
23
|
/// The background color of the Skeleton wave animation.
|
|
24
24
|
/// @group skeleton
|
|
25
25
|
$kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
package/scss/slider/_layout.scss
CHANGED
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
top: 50%;
|
|
23
23
|
left: 50%;
|
|
24
24
|
margin: $tick-offset 0 0 $tick-offset;
|
|
25
|
+
border-radius: 50%;
|
|
25
26
|
}
|
|
26
27
|
}
|
|
27
28
|
|
|
@@ -31,6 +32,11 @@
|
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
.k-slider-horizontal {
|
|
35
|
+
|
|
36
|
+
.k-slider-track-wrap {
|
|
37
|
+
padding-inline: $kendo-slider-tick-size;
|
|
38
|
+
}
|
|
39
|
+
|
|
34
40
|
.k-tick {
|
|
35
41
|
&.k-first::after {
|
|
36
42
|
left: 0;
|
|
@@ -43,6 +49,11 @@
|
|
|
43
49
|
}
|
|
44
50
|
|
|
45
51
|
.k-slider-vertical {
|
|
52
|
+
|
|
53
|
+
.k-slider-track-wrap {
|
|
54
|
+
padding-block: $kendo-slider-tick-size;
|
|
55
|
+
}
|
|
56
|
+
|
|
46
57
|
.k-tick {
|
|
47
58
|
&.k-last::after {
|
|
48
59
|
top: 0;
|
package/scss/slider/_theme.scss
CHANGED
|
@@ -10,21 +10,12 @@
|
|
|
10
10
|
.k-slider {
|
|
11
11
|
cursor: pointer;
|
|
12
12
|
|
|
13
|
-
.k-slider-track,
|
|
14
|
-
.k-slider-selection {
|
|
15
|
-
border-radius: 0;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
13
|
.k-tick::after {
|
|
19
|
-
@include fill( $bg: $kendo-
|
|
14
|
+
@include fill( $bg: $kendo-slider-tick-marker-bg );
|
|
20
15
|
}
|
|
21
16
|
|
|
22
17
|
.k-draghandle {
|
|
23
18
|
box-sizing: border-box;
|
|
24
|
-
|
|
25
|
-
&:focus {
|
|
26
|
-
@include box-shadow( $kendo-slider-draghandle-focus-shadow );
|
|
27
|
-
}
|
|
28
19
|
}
|
|
29
20
|
|
|
30
21
|
&.k-disabled {
|
|
@@ -24,10 +24,10 @@ $kendo-slider-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
24
24
|
|
|
25
25
|
/// The offset of the Slider Buttons.
|
|
26
26
|
/// @group slider
|
|
27
|
-
$kendo-slider-button-offset:
|
|
27
|
+
$kendo-slider-button-offset: k-spacing(5.5) !default;
|
|
28
28
|
/// The size of the Slider Buttons.
|
|
29
29
|
/// @group slider
|
|
30
|
-
$kendo-slider-button-size:
|
|
30
|
+
$kendo-slider-button-size: k-spacing(9) !default;
|
|
31
31
|
/// The spacing of the Slider Buttons.
|
|
32
32
|
/// @group slider
|
|
33
33
|
$kendo-slider-button-spacing: ($kendo-slider-button-size + $kendo-slider-button-offset) !default;
|
|
@@ -37,10 +37,10 @@ $kendo-slider-button-focus-shadow: null !default;
|
|
|
37
37
|
|
|
38
38
|
/// The thickness of the Slider track.
|
|
39
39
|
/// @group slider
|
|
40
|
-
$kendo-slider-track-thickness:
|
|
40
|
+
$kendo-slider-track-thickness: k-spacing(1) !default;
|
|
41
41
|
/// The size of the Slider drag handle.
|
|
42
42
|
/// @group slider
|
|
43
|
-
$kendo-slider-draghandle-size:
|
|
43
|
+
$kendo-slider-draghandle-size: k-spacing(5) !default;
|
|
44
44
|
/// The border width of the Slider drag handle.
|
|
45
45
|
/// @group slider
|
|
46
46
|
$kendo-slider-draghandle-border-width: 0px !default;
|
|
@@ -49,50 +49,53 @@ $kendo-slider-draghandle-border-width: 0px !default;
|
|
|
49
49
|
$kendo-slider-draghandle-active-scale: 1 !default;
|
|
50
50
|
/// The size of the active Slider drag handle.
|
|
51
51
|
/// @group slider
|
|
52
|
-
$kendo-slider-draghandle-active-size:
|
|
52
|
+
$kendo-slider-draghandle-active-size: k-spacing(5) !default;
|
|
53
53
|
|
|
54
54
|
/// The background color of the Slider drag handle.
|
|
55
55
|
/// @group slider
|
|
56
|
-
$kendo-slider-draghandle-bg:
|
|
56
|
+
$kendo-slider-draghandle-bg: k-color(primary) !default;
|
|
57
57
|
/// The text color of the Slider drag handle.
|
|
58
58
|
/// @group slider
|
|
59
|
-
$kendo-slider-draghandle-text:
|
|
59
|
+
$kendo-slider-draghandle-text: k-color(on-primary) !default;
|
|
60
60
|
/// The border color of the Slider drag handle.
|
|
61
61
|
/// @group slider
|
|
62
|
-
$kendo-slider-draghandle-border:
|
|
62
|
+
$kendo-slider-draghandle-border: k-color(primary) !default;
|
|
63
63
|
/// The gradient of the Slider drag handle.
|
|
64
64
|
/// @group slider
|
|
65
65
|
$kendo-slider-draghandle-gradient: null !default;
|
|
66
66
|
|
|
67
67
|
/// The background color of the hovered Slider drag handle.
|
|
68
68
|
/// @group slider
|
|
69
|
-
$kendo-slider-draghandle-hover-bg:
|
|
69
|
+
$kendo-slider-draghandle-hover-bg: k-color(primary) !default;
|
|
70
70
|
/// The text color of the hovered Slider drag handle.
|
|
71
71
|
/// @group slider
|
|
72
72
|
$kendo-slider-draghandle-hover-text: null !default;
|
|
73
73
|
/// The border color of the hovered Slider drag handle.
|
|
74
74
|
/// @group slider
|
|
75
|
-
$kendo-slider-draghandle-hover-border:
|
|
75
|
+
$kendo-slider-draghandle-hover-border: k-color(primary) !default;
|
|
76
76
|
/// The gradient of the hovered Slider drag handle.
|
|
77
77
|
/// @group slider
|
|
78
78
|
$kendo-slider-draghandle-hover-gradient: null !default;
|
|
79
|
+
/// The shadow of the hovered Slider drag handle.
|
|
80
|
+
/// @group slider
|
|
81
|
+
$kendo-slider-draghandle-hover-shadow: 0 0 0 k-spacing(2.5) color-mix(in srgb, k-color(primary) 8%, transparent) !default;
|
|
79
82
|
|
|
80
83
|
/// The background color of the active Slider drag handle.
|
|
81
84
|
/// @group slider
|
|
82
|
-
$kendo-slider-draghandle-pressed-bg:
|
|
85
|
+
$kendo-slider-draghandle-pressed-bg: k-color(primary) !default;
|
|
83
86
|
/// The text color of the active Slider drag handle.
|
|
84
87
|
/// @group slider
|
|
85
88
|
$kendo-slider-draghandle-pressed-text: null !default;
|
|
86
89
|
/// The border color of the active Slider drag handle.
|
|
87
90
|
/// @group slider
|
|
88
|
-
$kendo-slider-draghandle-pressed-border:
|
|
91
|
+
$kendo-slider-draghandle-pressed-border: k-color(primary) !default;
|
|
89
92
|
/// The gradient of the active Slider drag handle.
|
|
90
93
|
/// @group slider
|
|
91
94
|
$kendo-slider-draghandle-pressed-gradient: null !default;
|
|
92
95
|
|
|
93
96
|
/// The shadow of the focused Slider drag handle.
|
|
94
97
|
/// @group slider
|
|
95
|
-
$kendo-slider-draghandle-focus-shadow: 0 0 0
|
|
98
|
+
$kendo-slider-draghandle-focus-shadow: 0 0 0 k-spacing(2.5) color-mix(in srgb, k-color(primary) 20%, transparent) !default;
|
|
96
99
|
|
|
97
100
|
/// The transition speed of the Slider.
|
|
98
101
|
/// @group slider
|
|
@@ -109,10 +112,10 @@ $kendo-slider-draghandle-transition-function: cubic-bezier(.25, .8, .25, 1) !def
|
|
|
109
112
|
|
|
110
113
|
/// The background color of the Slider track.
|
|
111
114
|
/// @group slider
|
|
112
|
-
$kendo-slider-track-bg:
|
|
115
|
+
$kendo-slider-track-bg: k-color(primary-subtle) !default;
|
|
113
116
|
/// The background color of the Slider's track selection.
|
|
114
117
|
/// @group slider
|
|
115
|
-
$kendo-slider-selection-bg:
|
|
118
|
+
$kendo-slider-selection-bg: k-color(primary) !default;
|
|
116
119
|
/// @group slider
|
|
117
120
|
/// The opacity of the disabled Slider.
|
|
118
121
|
$kendo-slider-disabled-opacity: .65 !default;
|
|
@@ -124,6 +127,10 @@ $kendo-slider-tick-horizontal-image: "data:image/gif;base64,R0lGODlhAQABAAAAACH5
|
|
|
124
127
|
/// @group slider
|
|
125
128
|
$kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" !default;
|
|
126
129
|
|
|
130
|
+
/// The background color of the Slider tick marker.
|
|
131
|
+
/// @group slider
|
|
132
|
+
$kendo-slider-tick-marker-bg: k-color(primary-emphasis) !default;
|
|
133
|
+
|
|
127
134
|
@forward "@progress/kendo-theme-core/scss/components/slider/_variables.scss" with (
|
|
128
135
|
$kendo-slider-size: $kendo-slider-size,
|
|
129
136
|
$kendo-slider-tick-size: $kendo-slider-tick-size,
|
|
@@ -148,6 +155,7 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhAQABAAAAACH5BA
|
|
|
148
155
|
$kendo-slider-draghandle-hover-text: $kendo-slider-draghandle-hover-text,
|
|
149
156
|
$kendo-slider-draghandle-hover-border: $kendo-slider-draghandle-hover-border,
|
|
150
157
|
$kendo-slider-draghandle-hover-gradient: $kendo-slider-draghandle-hover-gradient,
|
|
158
|
+
$kendo-slider-draghandle-hover-shadow: $kendo-slider-draghandle-hover-shadow,
|
|
151
159
|
$kendo-slider-draghandle-pressed-bg: $kendo-slider-draghandle-pressed-bg,
|
|
152
160
|
$kendo-slider-draghandle-pressed-text: $kendo-slider-draghandle-pressed-text,
|
|
153
161
|
$kendo-slider-draghandle-pressed-border: $kendo-slider-draghandle-pressed-border,
|
|
@@ -161,5 +169,6 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhAQABAAAAACH5BA
|
|
|
161
169
|
$kendo-slider-selection-bg: $kendo-slider-selection-bg,
|
|
162
170
|
$kendo-slider-disabled-opacity: $kendo-slider-disabled-opacity,
|
|
163
171
|
$kendo-slider-tick-horizontal-image: $kendo-slider-tick-horizontal-image,
|
|
164
|
-
$kendo-slider-tick-vertical-image: $kendo-slider-tick-vertical-image
|
|
172
|
+
$kendo-slider-tick-vertical-image: $kendo-slider-tick-vertical-image,
|
|
173
|
+
$kendo-slider-tick-marker-bg: $kendo-slider-tick-marker-bg
|
|
165
174
|
);
|
|
@@ -1,6 +1,18 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "../button/_variables.scss" as *;
|
|
1
3
|
@use "@progress/kendo-theme-core/scss/components/split-button/_layout.scss" as *;
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
@mixin kendo-split-button--layout() {
|
|
5
7
|
@include kendo-split-button--layout-base();
|
|
8
|
+
|
|
9
|
+
@each $size, $size-props in $kendo-button-sizes {
|
|
10
|
+
$_padding-x: map.get( $size-props, padding-x );
|
|
11
|
+
|
|
12
|
+
.k-split-button {
|
|
13
|
+
.k-button-#{$size}:not(.k-split-button-arrow) {
|
|
14
|
+
padding-inline: calc( $_padding-x / 2) ;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
6
18
|
}
|
|
@@ -9,16 +9,16 @@ $kendo-split-button-focus-shadow: $kendo-button-focus-shadow !default;
|
|
|
9
9
|
|
|
10
10
|
/// The horizontal padding of the arrow Button.
|
|
11
11
|
/// @group split-button
|
|
12
|
-
$kendo-split-button-arrow-padding-x: k-spacing(
|
|
12
|
+
$kendo-split-button-arrow-padding-x: calc( k-spacing(5.5) / 2 ) !default;
|
|
13
13
|
/// The horizontal padding of the small arrow Button.
|
|
14
14
|
/// @group split-button
|
|
15
|
-
$kendo-split-button-sm-arrow-padding-x: k-spacing(
|
|
15
|
+
$kendo-split-button-sm-arrow-padding-x: calc( k-spacing(4.5) / 2 ) !default;
|
|
16
16
|
/// The horizontal padding of the medium arrow Button.
|
|
17
17
|
/// @group split-button
|
|
18
|
-
$kendo-split-button-md-arrow-padding-x: k-spacing(
|
|
18
|
+
$kendo-split-button-md-arrow-padding-x: calc( k-spacing(5.5) / 2 ) !default;
|
|
19
19
|
/// The horizontal padding of the large arrow Button.
|
|
20
20
|
/// @group split-button
|
|
21
|
-
$kendo-split-button-lg-arrow-padding-x: k-spacing(
|
|
21
|
+
$kendo-split-button-lg-arrow-padding-x: calc( k-spacing(6.5) / 2 ) !default;
|
|
22
22
|
|
|
23
23
|
/// The vertical padding of the arrow Button.
|
|
24
24
|
/// @group split-button
|
|
@@ -18,13 +18,13 @@ $kendo-splitter-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
18
18
|
|
|
19
19
|
/// The background color of the Splitter.
|
|
20
20
|
/// @group splitter
|
|
21
|
-
$kendo-splitter-bg:
|
|
21
|
+
$kendo-splitter-bg: k-color(surface) !default;
|
|
22
22
|
/// The text color of the Splitter.
|
|
23
23
|
/// @group splitter
|
|
24
|
-
$kendo-splitter-text:
|
|
24
|
+
$kendo-splitter-text: k-color(on-app-surface) !default;
|
|
25
25
|
/// The border color of the Splitter.
|
|
26
26
|
/// @group splitter
|
|
27
|
-
$kendo-splitter-border:
|
|
27
|
+
$kendo-splitter-border: k-color(border) !default;
|
|
28
28
|
|
|
29
29
|
/// The size of the Splitter split bar.
|
|
30
30
|
/// @group splitter
|
|
@@ -37,7 +37,7 @@ $kendo-splitter-drag-handle-length: 20px !default;
|
|
|
37
37
|
$kendo-splitter-drag-handle-thickness: 2px !default;
|
|
38
38
|
/// The margin of the Splitter drag handle icon.
|
|
39
39
|
/// @group splitter
|
|
40
|
-
$kendo-splitter-drag-icon-margin: k-spacing(2) !default;
|
|
40
|
+
$kendo-splitter-drag-icon-margin: calc( #{k-spacing(3.5)} / 2 ) !default;
|
|
41
41
|
/// The horizontal padding of the collapse icon in the Splitter.
|
|
42
42
|
/// @group splitter
|
|
43
43
|
$kendo-splitter-collapse-icon-padding-x: null !default;
|
|
@@ -47,24 +47,24 @@ $kendo-splitter-collapse-icon-padding-y: k-spacing(0.5) !default;
|
|
|
47
47
|
|
|
48
48
|
/// The background color of the Splitter split bar.
|
|
49
49
|
/// @group splitter
|
|
50
|
-
$kendo-splitbar-bg:
|
|
50
|
+
$kendo-splitbar-bg: k-color(base-subtle) !default;
|
|
51
51
|
/// The text color of the Splitter split bar.
|
|
52
52
|
/// @group splitter
|
|
53
|
-
$kendo-splitbar-text:
|
|
53
|
+
$kendo-splitbar-text: k-color(subtle) !default;
|
|
54
54
|
|
|
55
55
|
/// The hover background color of the Splitter split bar.
|
|
56
56
|
/// @group splitter
|
|
57
|
-
$kendo-splitbar-hover-bg:
|
|
57
|
+
$kendo-splitbar-hover-bg: k-color(base-subtle-hover) !default;
|
|
58
58
|
/// The hover text color of the Splitter split bar.
|
|
59
59
|
/// @group splitter
|
|
60
60
|
$kendo-splitbar-hover-text: $kendo-splitbar-text !default;
|
|
61
61
|
|
|
62
62
|
/// The selected background color of the Splitter split bar.
|
|
63
63
|
/// @group splitter
|
|
64
|
-
$kendo-splitbar-selected-bg:
|
|
64
|
+
$kendo-splitbar-selected-bg: k-color(primary) !default;
|
|
65
65
|
/// The selected text color of the Splitter split bar.
|
|
66
66
|
/// @group splitter
|
|
67
|
-
$kendo-splitbar-selected-text:
|
|
67
|
+
$kendo-splitbar-selected-text: k-color(on-primary) !default;
|
|
68
68
|
|
|
69
69
|
@forward "@progress/kendo-theme-core/scss/components/splitter/_variables.scss" with (
|
|
70
70
|
$kendo-splitter-border-width: $kendo-splitter-border-width,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "../core/_index.scss" as *;
|
|
2
1
|
@use "@progress/kendo-theme-core/scss/components/spreadsheet/_layout.scss" as *;
|
|
3
2
|
|
|
4
3
|
|
|
@@ -6,19 +5,6 @@
|
|
|
6
5
|
|
|
7
6
|
@include kendo-spreadsheet--layout-base();
|
|
8
7
|
|
|
9
|
-
// Quick access toolbar
|
|
10
|
-
.k-spreadsheet-quick-access-toolbar {
|
|
11
|
-
padding: k-spacing(1);
|
|
12
|
-
|
|
13
|
-
.k-button {
|
|
14
|
-
border-radius: 50%;
|
|
15
|
-
color: inherit;
|
|
16
|
-
background: none;
|
|
17
|
-
box-shadow: none;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
8
|
// Spreadsheet tabstrip
|
|
23
9
|
.k-spreadsheet-tabstrip {
|
|
24
10
|
padding-top: 0;
|
|
@@ -27,25 +13,4 @@
|
|
|
27
13
|
border-width: 0;
|
|
28
14
|
}
|
|
29
15
|
}
|
|
30
|
-
|
|
31
|
-
// Spreadsheet footer
|
|
32
|
-
.k-spreadsheet-sheets-bar {
|
|
33
|
-
|
|
34
|
-
.k-spreadsheet-sheets-bar-add {
|
|
35
|
-
margin: k-spacing(1);
|
|
36
|
-
border-radius: 50%;
|
|
37
|
-
color: inherit;
|
|
38
|
-
background: none;
|
|
39
|
-
box-shadow: none;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
// Selection
|
|
45
|
-
.k-spreadsheet .k-selection-full,
|
|
46
|
-
.k-spreadsheet .k-selection-partial {
|
|
47
|
-
&::after {
|
|
48
|
-
display: block;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
16
|
}
|
|
@@ -5,31 +5,9 @@
|
|
|
5
5
|
@mixin kendo-spreadsheet--theme() {
|
|
6
6
|
@include kendo-spreadsheet--theme-base();
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
.k-spreadsheet
|
|
10
|
-
|
|
11
|
-
.k-tabstrip-items-wrapper {
|
|
12
|
-
color: $kendo-color-primary-contrast;
|
|
13
|
-
background-color: $kendo-color-primary;
|
|
14
|
-
}
|
|
15
|
-
.k-tabstrip-items .k-item {
|
|
16
|
-
color: inherit;
|
|
17
|
-
}
|
|
18
|
-
.k-tabstrip-items .k-item.k-active::after {
|
|
19
|
-
border-color: $kendo-color-primary-contrast;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
// Quick access toolbar
|
|
24
|
-
.k-spreadsheet-quick-access-toolbar {
|
|
25
|
-
color: $kendo-color-primary-contrast;
|
|
26
|
-
background-color: $kendo-color-primary;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// Selection
|
|
30
|
-
.k-spreadsheet .k-selection-full,
|
|
31
|
-
.k-spreadsheet .k-selection-partial {
|
|
32
|
-
&::after { border-color: $kendo-color-secondary; }
|
|
8
|
+
.k-spreadsheet-action-bar,
|
|
9
|
+
.k-spreadsheet-view {
|
|
10
|
+
background-color: k-color(surface-alt);
|
|
33
11
|
}
|
|
34
12
|
|
|
35
13
|
}
|