@progress/kendo-theme-classic 12.1.0-dev.2 → 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/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +1142 -1304
- package/dist/meta/sassdoc-raw-data.json +452 -527
- package/dist/meta/variables.json +126 -138
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +4 -4
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/avatar/_variables.scss +1 -1
- package/scss/breadcrumb/_variables.scss +3 -3
- package/scss/calendar/_variables.scss +2 -6
- package/scss/card/_variables.scss +1 -5
- package/scss/checkbox/_variables.scss +3 -3
- package/scss/chip/_variables.scss +9 -9
- package/scss/dialog/_variables.scss +1 -1
- package/scss/dock-manager/_variables.scss +4 -4
- package/scss/drawer/_variables.scss +3 -3
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_variables.scss +1 -1
- package/scss/fab/_variables.scss +1 -1
- package/scss/filter/_variables.scss +2 -2
- package/scss/gantt/_variables.scss +3 -3
- package/scss/imageeditor/_variables.scss +1 -1
- package/scss/input/_variables.scss +3 -3
- package/scss/list/_variables.scss +2 -2
- package/scss/listview/_variables.scss +1 -1
- package/scss/menu/_variables.scss +3 -3
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/pager/_variables.scss +1 -1
- package/scss/panelbar/_variables.scss +2 -2
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/scheduler/_variables.scss +1 -1
- package/scss/scrollview/_variables.scss +1 -5
- package/scss/stepper/_variables.scss +2 -2
- package/scss/time-marker/_variables.scss +3 -1
- package/scss/timeline/_variables.scss +2 -2
- package/scss/toolbar/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +2 -2
- package/scss/treeview/_variables.scss +2 -2
- package/scss/upload/_variables.scss +4 -4
- package/scss/wizard/_variables.scss +1 -1
|
@@ -65,12 +65,9 @@ $kendo-scrollview-arrow-tap-highlight-color: $kendo-color-rgba-transparent !defa
|
|
|
65
65
|
/// The color of the ScrollView navigation arrows.
|
|
66
66
|
/// @group scrollview
|
|
67
67
|
$kendo-scrollview-navigation-color: white !default;
|
|
68
|
-
/// The box shadow of the ScrollView navigation arrows.
|
|
69
|
-
/// @group scrollview
|
|
70
|
-
$kendo-scrollview-navigation-icon-shadow: rgba( black, .3 ) 0 0 15px !default;
|
|
71
68
|
/// The background color of the ScrollView navigation.
|
|
72
69
|
/// @group scrollview
|
|
73
|
-
$kendo-scrollview-navigation-bg:
|
|
70
|
+
$kendo-scrollview-navigation-bg: transparent !default;
|
|
74
71
|
/// The opacity of the ScrollView navigation.
|
|
75
72
|
/// @group scrollview
|
|
76
73
|
$kendo-scrollview-navigation-default-opacity: .7 !default;
|
|
@@ -113,7 +110,6 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
113
110
|
$kendo-scrollview-pager-height: $kendo-scrollview-pager-height,
|
|
114
111
|
$kendo-scrollview-arrow-tap-highlight-color: $kendo-scrollview-arrow-tap-highlight-color,
|
|
115
112
|
$kendo-scrollview-navigation-color: $kendo-scrollview-navigation-color,
|
|
116
|
-
$kendo-scrollview-navigation-icon-shadow: $kendo-scrollview-navigation-icon-shadow,
|
|
117
113
|
$kendo-scrollview-navigation-bg: $kendo-scrollview-navigation-bg,
|
|
118
114
|
$kendo-scrollview-navigation-default-opacity: $kendo-scrollview-navigation-default-opacity,
|
|
119
115
|
$kendo-scrollview-navigation-hover-opacity: $kendo-scrollview-navigation-hover-opacity,
|
|
@@ -180,10 +180,10 @@ $kendo-stepper-indicator-current-disabled-border: $kendo-stepper-indicator-done-
|
|
|
180
180
|
$kendo-stepper-label-text: null !default;
|
|
181
181
|
/// The success text color of the Stepper label.
|
|
182
182
|
/// @group stepper
|
|
183
|
-
$kendo-stepper-label-success-text: k-color(success) !default;
|
|
183
|
+
$kendo-stepper-label-success-text: k-color(success-on-surface) !default;
|
|
184
184
|
/// The error text color of the Stepper label.
|
|
185
185
|
/// @group stepper
|
|
186
|
-
$kendo-stepper-label-error-text: k-color(error) !default;
|
|
186
|
+
$kendo-stepper-label-error-text: k-color(error-on-surface) !default;
|
|
187
187
|
/// The text color of the hovered Stepper label.
|
|
188
188
|
/// @group stepper
|
|
189
189
|
$kendo-stepper-label-hover-text: unset !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
|
|
|
9
11
|
@forward "@progress/kendo-theme-core/scss/components/time-marker/_variables.scss" with (
|
|
@@ -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;
|
|
@@ -86,7 +86,7 @@ $kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, color-mix(in srgb, k-color(app
|
|
|
86
86
|
$kendo-toolbar-outline-text: $kendo-button-text !default;
|
|
87
87
|
/// The color of the border around the outline Toolbar.
|
|
88
88
|
/// @group toolbar
|
|
89
|
-
$kendo-toolbar-outline-border: color-mix(in srgb, k-color(on-
|
|
89
|
+
$kendo-toolbar-outline-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
90
90
|
/// The box shadow of the outline Toolbar.
|
|
91
91
|
/// @group toolbar
|
|
92
92
|
$kendo-toolbar-outline-shadow: null !default;
|
|
@@ -40,10 +40,10 @@ $kendo-tooltip-callout-size: 6px !default;
|
|
|
40
40
|
|
|
41
41
|
/// The default background of the Tooltip.
|
|
42
42
|
/// @group tooltip
|
|
43
|
-
$kendo-tooltip-bg: k-color(
|
|
43
|
+
$kendo-tooltip-bg: k-color(inverse) !default;
|
|
44
44
|
/// The default text color of the Tooltip.
|
|
45
45
|
/// @group tooltip
|
|
46
|
-
$kendo-tooltip-text: k-color(
|
|
46
|
+
$kendo-tooltip-text: k-color(on-inverse) !default;
|
|
47
47
|
/// The default border color of the Tooltip.
|
|
48
48
|
/// @group tooltip
|
|
49
49
|
$kendo-tooltip-border: $kendo-tooltip-bg !default;
|
|
@@ -120,7 +120,7 @@ $kendo-treeview-border: null !default;
|
|
|
120
120
|
|
|
121
121
|
/// The background color of hovered TreeView items.
|
|
122
122
|
/// @group treeview
|
|
123
|
-
$kendo-treeview-item-hover-bg: k-color(
|
|
123
|
+
$kendo-treeview-item-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
124
124
|
/// The text color of hovered TreeView items.
|
|
125
125
|
/// @group treeview
|
|
126
126
|
$kendo-treeview-item-hover-text: k-color(on-app-surface) !default;
|
|
@@ -146,7 +146,7 @@ $kendo-treeview-item-selected-gradient: null !default;
|
|
|
146
146
|
|
|
147
147
|
/// The box shadow of focused TreeView items.
|
|
148
148
|
/// @group treeview
|
|
149
|
-
$kendo-treeview-item-focus-shadow:
|
|
149
|
+
$kendo-treeview-item-focus-shadow: inset 0 0 2px 0 k-color(border) !default;
|
|
150
150
|
|
|
151
151
|
/// The border color of the Load More button in the TreeView.
|
|
152
152
|
/// @group treeview
|
|
@@ -46,7 +46,7 @@ $kendo-upload-dropzone-bg: k-color(surface) !default;
|
|
|
46
46
|
$kendo-upload-dropzone-border: $kendo-upload-border !default;
|
|
47
47
|
/// The background color of the hovered Upload dropzone.
|
|
48
48
|
/// @group upload
|
|
49
|
-
$kendo-upload-dropzone-hover-bg: k-color(
|
|
49
|
+
$kendo-upload-dropzone-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
50
50
|
|
|
51
51
|
/// The text color of the Upload status message.
|
|
52
52
|
/// @group upload
|
|
@@ -88,21 +88,21 @@ $kendo-upload-progress-bg: k-color(info) !default;
|
|
|
88
88
|
|
|
89
89
|
/// The success text color of the Upload.
|
|
90
90
|
/// @group upload
|
|
91
|
-
$kendo-upload-success-text: k-color(success) !default;
|
|
91
|
+
$kendo-upload-success-text: k-color(success-on-surface) !default;
|
|
92
92
|
/// The success background color of the Upload progress bar.
|
|
93
93
|
/// @group upload
|
|
94
94
|
$kendo-upload-success-bg: k-color(success) !default;
|
|
95
95
|
|
|
96
96
|
/// The error text color of the Upload.
|
|
97
97
|
/// @group upload
|
|
98
|
-
$kendo-upload-error-text: k-color(error) !default;
|
|
98
|
+
$kendo-upload-error-text: k-color(error-on-surface) !default;
|
|
99
99
|
/// The error background color of the Upload progress bar.
|
|
100
100
|
/// @group upload
|
|
101
101
|
$kendo-upload-error-bg: k-color(error) !default;
|
|
102
102
|
|
|
103
103
|
/// The shadow of the focused Upload button, actions and uploaded items.
|
|
104
104
|
/// @group upload
|
|
105
|
-
$kendo-upload-focus-shadow: 0 0 0 2px
|
|
105
|
+
$kendo-upload-focus-shadow: 0 0 0 2px k-color(border-alt) !default;
|
|
106
106
|
|
|
107
107
|
/// The margin of the Upload files list.
|
|
108
108
|
/// @group upload
|
|
@@ -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
|
|
|
39
39
|
@forward "@progress/kendo-theme-core/scss/components/wizard/_variables.scss" with (
|