@progress/kendo-theme-material 12.1.0-dev.1 → 12.1.0-dev.3
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 -1
- package/dist/material-2.css +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/sassdoc-data.json +1120 -1282
- package/dist/meta/sassdoc-raw-data.json +459 -534
- package/dist/meta/variables.json +107 -119
- package/lib/swatches/material-2-dark.json +1 -1
- package/lib/swatches/material-2.json +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -4
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/calendar/_variables.scss +3 -7
- package/scss/card/_variables.scss +3 -7
- package/scss/chip/_theme.scss +2 -2
- package/scss/chip/_variables.scss +2 -2
- package/scss/color-preview/_variables.scss +2 -2
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +3 -3
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_variables.scss +1 -1
- package/scss/filter/_variables.scss +2 -2
- package/scss/floating-label/_variables.scss +1 -1
- package/scss/forms/_variables.scss +4 -4
- package/scss/gantt/_variables.scss +3 -3
- package/scss/imageeditor/_variables.scss +2 -2
- package/scss/list/_variables.scss +1 -1
- package/scss/listview/_variables.scss +1 -1
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/overlay/_variables.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +3 -3
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/rating/_variables.scss +3 -3
- package/scss/scrollview/_variables.scss +2 -6
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/splitter/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +1 -1
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +1 -1
- package/scss/time-marker/_variables.scss +3 -1
- package/scss/timeline/_variables.scss +3 -3
- package/scss/toolbar/_variables.scss +3 -3
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_variables.scss +3 -3
- package/scss/wizard/_variables.scss +1 -1
|
@@ -43,7 +43,7 @@ $kendo-scrollview-pagebutton-primary-bg: k-color(primary) !default;
|
|
|
43
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
|
-
$kendo-scrollview-pagebutton-shadow: 0 0 0 2px
|
|
46
|
+
$kendo-scrollview-pagebutton-shadow: 0 0 0 2px color-mix(in srgb, k-color(dark) 13%, transparent) !default;
|
|
47
47
|
|
|
48
48
|
/// The offset of the ScrollView pager.
|
|
49
49
|
/// @group scrollview
|
|
@@ -64,12 +64,9 @@ $kendo-scrollview-arrow-tap-highlight-color: $kendo-color-rgba-transparent !defa
|
|
|
64
64
|
/// The color of the ScrollView navigation arrows.
|
|
65
65
|
/// @group scrollview
|
|
66
66
|
$kendo-scrollview-navigation-color: white !default;
|
|
67
|
-
/// The box shadow of the ScrollView navigation arrows.
|
|
68
|
-
/// @group scrollview
|
|
69
|
-
$kendo-scrollview-navigation-icon-shadow: rgba( black, .3 ) 0 0 15px !default;
|
|
70
67
|
/// The background color of the ScrollView navigation.
|
|
71
68
|
/// @group scrollview
|
|
72
|
-
$kendo-scrollview-navigation-bg:
|
|
69
|
+
$kendo-scrollview-navigation-bg: transparent !default;
|
|
73
70
|
/// The opacity of the ScrollView navigation.
|
|
74
71
|
/// @group scrollview
|
|
75
72
|
$kendo-scrollview-navigation-default-opacity: .7 !default;
|
|
@@ -111,7 +108,6 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
111
108
|
$kendo-scrollview-pager-height: $kendo-scrollview-pager-height,
|
|
112
109
|
$kendo-scrollview-arrow-tap-highlight-color: $kendo-scrollview-arrow-tap-highlight-color,
|
|
113
110
|
$kendo-scrollview-navigation-color: $kendo-scrollview-navigation-color,
|
|
114
|
-
$kendo-scrollview-navigation-icon-shadow: $kendo-scrollview-navigation-icon-shadow,
|
|
115
111
|
$kendo-scrollview-navigation-bg: $kendo-scrollview-navigation-bg,
|
|
116
112
|
$kendo-scrollview-navigation-default-opacity: $kendo-scrollview-navigation-default-opacity,
|
|
117
113
|
$kendo-scrollview-navigation-hover-opacity: $kendo-scrollview-navigation-hover-opacity,
|
|
@@ -22,7 +22,7 @@ $kendo-skeleton-circle-border-radius: 9999px !default;
|
|
|
22
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
|
-
$kendo-skeleton-wave-bg:
|
|
25
|
+
$kendo-skeleton-wave-bg: color-mix(in srgb, k-color(dark) 4%, transparent) !default;
|
|
26
26
|
|
|
27
27
|
@forward "@progress/kendo-theme-core/scss/components/skeleton/_variables.scss" with (
|
|
28
28
|
$kendo-skeleton-text-transform: $kendo-skeleton-text-transform,
|
|
@@ -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:
|
|
40
|
+
$kendo-splitter-drag-icon-margin: k-spacing(4) !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;
|
|
@@ -223,7 +223,7 @@ $kendo-spreadsheet-insert-image-dialog-preview-border: k-color(border) !default;
|
|
|
223
223
|
$kendo-spreadsheet-insert-image-dialog-preview-border-radius: k-border-radius(md) !default;
|
|
224
224
|
/// The shadow of the Spreadsheet image Dialog preview.
|
|
225
225
|
/// @group spreadsheet
|
|
226
|
-
$kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px
|
|
226
|
+
$kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px color-mix(in srgb, k-color(inverse) 50%, transparent) !default;
|
|
227
227
|
/// The border radius of the Spreadsheet image Dialog preview overlay.
|
|
228
228
|
/// @group spreadsheet
|
|
229
229
|
$kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: k-border-radius(md) !default;
|
|
@@ -26,7 +26,7 @@ $kendo-stepper-label-margin-x: k-spacing(3) !default;
|
|
|
26
26
|
$kendo-stepper-label-padding-x: k-spacing(3) !default;
|
|
27
27
|
/// The vertical padding the Stepper label.
|
|
28
28
|
/// @group stepper
|
|
29
|
-
$kendo-stepper-label-padding-y:
|
|
29
|
+
$kendo-stepper-label-padding-y: k-spacing(1.5) !default;
|
|
30
30
|
/// The border radius of the Stepper label.
|
|
31
31
|
/// @group stepper
|
|
32
32
|
$kendo-stepper-label-border-radius: k-border-radius(xxl) !default;
|
|
@@ -127,7 +127,7 @@ $kendo-tabstrip-item-hover-gradient: null !default;
|
|
|
127
127
|
$kendo-tabstrip-item-selected-bg: null !default;
|
|
128
128
|
/// The text color of the selected TabStrip items.
|
|
129
129
|
/// @group tabstrip
|
|
130
|
-
$kendo-tabstrip-item-selected-text: k-color(primary) !default;
|
|
130
|
+
$kendo-tabstrip-item-selected-text: k-color(primary-on-surface) !default;
|
|
131
131
|
/// The border color of the selected TabStrip items.
|
|
132
132
|
/// @group tabstrip
|
|
133
133
|
$kendo-tabstrip-item-selected-border: unset !default;
|
|
@@ -241,7 +241,7 @@ $kendo-taskboard-drag-placeholder-border-width: 1px !default;
|
|
|
241
241
|
$kendo-taskboard-drag-placeholder-border-radius: $kendo-taskboard-card-border-radius !default;
|
|
242
242
|
/// The background color of the TaskBoard Card placeholder.
|
|
243
243
|
/// @group taskboard
|
|
244
|
-
$kendo-taskboard-drag-placeholder-bg:
|
|
244
|
+
$kendo-taskboard-drag-placeholder-bg: color-mix(in srgb, k-color(light) 20%, transparent) !default;
|
|
245
245
|
/// The border color of the TaskBoard Card placeholder.
|
|
246
246
|
/// @group taskboard
|
|
247
247
|
$kendo-taskboard-drag-placeholder-border: k-color(border) !default;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
1
3
|
/// The border width of the current time indicator.
|
|
2
4
|
/// @group time-marker
|
|
3
5
|
$kendo-current-time-width: 1px !default;
|
|
4
6
|
/// The color of the current time indicator.
|
|
5
7
|
/// @group time-marker
|
|
6
|
-
$kendo-current-time-color:
|
|
8
|
+
$kendo-current-time-color: k-color(error-on-surface) !default;
|
|
7
9
|
|
|
8
10
|
@forward "@progress/kendo-theme-core/scss/components/time-marker/_variables.scss" with (
|
|
9
11
|
$kendo-current-time-width: $kendo-current-time-width,
|
|
@@ -72,7 +72,7 @@ $kendo-timeline-track-start-calc: calc(#{$kendo-timeline-track-arrow-width} - 2
|
|
|
72
72
|
$kendo-timeline-track-end-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
|
|
73
73
|
/// The background color of the Timeline track.
|
|
74
74
|
/// @group timeline
|
|
75
|
-
$kendo-timeline-track-bg: k-color(
|
|
75
|
+
$kendo-timeline-track-bg: k-color(primary-subtle) !default;
|
|
76
76
|
/// The border color of the Timeline track.
|
|
77
77
|
/// @group timeline
|
|
78
78
|
$kendo-timeline-track-border-color: $kendo-timeline-track-bg !default;
|
|
@@ -149,10 +149,10 @@ $kendo-timeline-mobile-vertical-padding-with-dates-calc: calc(#{$kendo-timeline-
|
|
|
149
149
|
|
|
150
150
|
/// The width of the Timeline circle.
|
|
151
151
|
/// @group timeline
|
|
152
|
-
$kendo-timeline-circle-width:
|
|
152
|
+
$kendo-timeline-circle-width: k-spacing(4) !default;
|
|
153
153
|
/// The height of the Timeline circle.
|
|
154
154
|
/// @group timeline
|
|
155
|
-
$kendo-timeline-circle-height:
|
|
155
|
+
$kendo-timeline-circle-height: $kendo-timeline-circle-width !default;
|
|
156
156
|
/// The background color of the Timeline circle.
|
|
157
157
|
/// @group timeline
|
|
158
158
|
$kendo-timeline-circle-bg: k-color(primary) !default;
|
|
@@ -67,7 +67,7 @@ $kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
67
67
|
$kendo-toolbar-bg: k-color(surface) !default;
|
|
68
68
|
/// The text color of the Toolbar.
|
|
69
69
|
/// @group toolbar
|
|
70
|
-
$kendo-toolbar-text: k-color(
|
|
70
|
+
$kendo-toolbar-text: k-color(on-app-surface) !default;
|
|
71
71
|
/// The color of the border around the Toolbar.
|
|
72
72
|
/// @group toolbar
|
|
73
73
|
$kendo-toolbar-border: $kendo-toolbar-bg !default;
|
|
@@ -84,7 +84,7 @@ $kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, color-mix(in srgb, k-color(app
|
|
|
84
84
|
|
|
85
85
|
/// The text color of the outline Toolbar.
|
|
86
86
|
/// @group toolbar
|
|
87
|
-
$kendo-toolbar-outline-text: k-color(
|
|
87
|
+
$kendo-toolbar-outline-text: k-color(on-app-surface) !default;
|
|
88
88
|
/// The color of the border around the outline Toolbar.
|
|
89
89
|
/// @group toolbar
|
|
90
90
|
$kendo-toolbar-outline-border: color-mix(in srgb, k-color(on-app-surface) 44%, transparent) !default;
|
|
@@ -101,7 +101,7 @@ $kendo-toolbar-outline-scroll-overlay: k-color(app-surface), color-mix(in srgb,
|
|
|
101
101
|
|
|
102
102
|
/// The text color of the flat Toolbar.
|
|
103
103
|
/// @group toolbar
|
|
104
|
-
$kendo-toolbar-flat-text: k-color(
|
|
104
|
+
$kendo-toolbar-flat-text: k-color(on-app-surface) !default;
|
|
105
105
|
/// The color of the border around the flat Toolbar.
|
|
106
106
|
/// @group toolbar
|
|
107
107
|
$kendo-toolbar-flat-border: k-color(border) !default;
|
|
@@ -41,7 +41,7 @@ $kendo-tooltip-callout-size: 6px !default;
|
|
|
41
41
|
|
|
42
42
|
/// The default background of the Tooltip.
|
|
43
43
|
/// @group tooltip
|
|
44
|
-
$kendo-tooltip-bg: k-color(inverse
|
|
44
|
+
$kendo-tooltip-bg: k-color(inverse) !default;
|
|
45
45
|
/// The default text color of the Tooltip.
|
|
46
46
|
/// @group tooltip
|
|
47
47
|
$kendo-tooltip-text: k-color(on-inverse) !default;
|
|
@@ -137,7 +137,7 @@ $kendo-treeview-item-hover-gradient: null !default;
|
|
|
137
137
|
$kendo-treeview-item-selected-bg: null !default;
|
|
138
138
|
/// The text color of selected TreeView items.
|
|
139
139
|
/// @group treeview
|
|
140
|
-
$kendo-treeview-item-selected-text: k-color(primary) !default;
|
|
140
|
+
$kendo-treeview-item-selected-text: k-color(primary-on-surface) !default;
|
|
141
141
|
/// The border color of selected TreeView items.
|
|
142
142
|
/// @group treeview
|
|
143
143
|
$kendo-treeview-item-selected-border: null !default;
|
|
@@ -89,21 +89,21 @@ $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: k-color(success) !default;
|
|
92
|
+
$kendo-upload-success-text: k-color(success-on-surface) !default;
|
|
93
93
|
/// The success background color of the Upload progress bar.
|
|
94
94
|
/// @group upload
|
|
95
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: k-color(error) !default;
|
|
99
|
+
$kendo-upload-error-text: k-color(error-on-surface) !default;
|
|
100
100
|
/// The error background color of the Upload progress bar.
|
|
101
101
|
/// @group upload
|
|
102
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
|
|
106
|
-
$kendo-upload-focus-shadow: 0 0 0 2px
|
|
106
|
+
$kendo-upload-focus-shadow: 0 0 0 2px color-mix(in srgb, k-color(inverse) 13%, transparent) !default;
|
|
107
107
|
|
|
108
108
|
$kendo-upload-files-list-margin: calc( -1 * #{k-spacing(1)} ) !default;
|
|
109
109
|
|
|
@@ -33,7 +33,7 @@ $kendo-wizard-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
33
33
|
|
|
34
34
|
/// The outline of the focused Wizard step.
|
|
35
35
|
/// @group wizard
|
|
36
|
-
$kendo-wizard-step-focus-border:
|
|
36
|
+
$kendo-wizard-step-focus-border: k-color(subtle) !default;
|
|
37
37
|
|
|
38
38
|
@forward "@progress/kendo-theme-core/scss/components/wizard/_variables.scss" with (
|
|
39
39
|
$kendo-wizard-padding-x: $kendo-wizard-padding-x,
|