@progress/kendo-theme-default 13.2.0-dev.2 → 13.2.0-dev.4
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/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main-dark.scss +0 -20
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue-a11y.scss +0 -10
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-ocean-blue.scss +0 -10
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +1600 -2592
- package/dist/meta/sassdoc-raw-data.json +753 -1172
- package/dist/meta/variables.json +49 -168
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -101
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -51
- package/lib/swatches/default-ocean-blue.json +1 -51
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/adaptive/_variables.scss +3 -3
- package/scss/appbar/_variables.scss +1 -19
- package/scss/breadcrumb/_variables.scss +1 -1
- package/scss/calendar/_variables.scss +2 -2
- package/scss/captcha/_variables.scss +2 -2
- package/scss/card/_variables.scss +0 -6
- package/scss/colorgradient/_variables.scss +3 -3
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/column-menu/_variables.scss +1 -1
- package/scss/dialog/_variables.scss +0 -6
- package/scss/filter/_variables.scss +1 -1
- package/scss/grid/_variables.scss +0 -1
- package/scss/icons/_variables.scss +5 -1
- package/scss/notification/_variables.scss +1 -1
- package/scss/overlay/_variables.scss +2 -6
- package/scss/panelbar/_variables.scss +1 -1
- package/scss/scrollview/_variables.scss +2 -3
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +3 -3
- package/scss/timeselector/_variables.scss +4 -4
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/treeview/_variables.scss +1 -1
- package/scss/window/_variables.scss +0 -6
|
@@ -76,11 +76,10 @@ $kendo-scrollview-navigation-hover-opacity: 1 !default;
|
|
|
76
76
|
|
|
77
77
|
/// The background color of the ScrollView pager in light mode.
|
|
78
78
|
/// @group scrollview
|
|
79
|
-
$kendo-scrollview-light-bg: rgba(
|
|
79
|
+
$kendo-scrollview-light-bg: rgba( white, .4 ) !default;
|
|
80
80
|
/// The background color of the ScrollView pager in dark mode.
|
|
81
81
|
/// @group scrollview
|
|
82
|
-
$kendo-scrollview-dark-bg: rgba(
|
|
83
|
-
|
|
82
|
+
$kendo-scrollview-dark-bg: rgba( black, .4 ) !default;
|
|
84
83
|
/// The duration of the ScrollView transition.
|
|
85
84
|
/// @group scrollview
|
|
86
85
|
$kendo-scrollview-transition-duration: .3s !default;
|
|
@@ -227,7 +227,7 @@ $kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000p
|
|
|
227
227
|
$kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: k-border-radius(md) !default;
|
|
228
228
|
/// The text color of the hovered Spreadsheet image Dialog preview.
|
|
229
229
|
/// @group spreadsheet
|
|
230
|
-
$kendo-spreadsheet-insert-image-dialog-overlay-hover-text: k-color(surface
|
|
230
|
+
$kendo-spreadsheet-insert-image-dialog-overlay-hover-text: k-color(on-app-surface) !default;
|
|
231
231
|
|
|
232
232
|
/// The width of the Spreadsheet drawing handle.
|
|
233
233
|
/// @group spreadsheet
|
|
@@ -129,7 +129,7 @@ $kendo-tabstrip-item-hover-gradient: null !default;
|
|
|
129
129
|
$kendo-tabstrip-item-selected-bg: k-color(surface-alt) !default;
|
|
130
130
|
/// The text color of the selected TabStrip items.
|
|
131
131
|
/// @group tabstrip
|
|
132
|
-
$kendo-tabstrip-item-selected-text: k-color(primary) !default;
|
|
132
|
+
$kendo-tabstrip-item-selected-text: k-color(primary-on-surface) !default;
|
|
133
133
|
/// The border color of the selected TabStrip items.
|
|
134
134
|
/// @group tabstrip
|
|
135
135
|
$kendo-tabstrip-item-selected-border: k-color(border) !default;
|
|
@@ -223,13 +223,13 @@ $kendo-taskboard-card-selected-shadow: none !default;
|
|
|
223
223
|
|
|
224
224
|
/// The text color of the TaskBoard Card header text.
|
|
225
225
|
/// @group taskboard
|
|
226
|
-
$kendo-taskboard-card-header-text: k-color(primary) !default;
|
|
226
|
+
$kendo-taskboard-card-header-text: k-color(primary-on-surface) !default;
|
|
227
227
|
/// The text color of the hovered TaskBoard Card header text.
|
|
228
228
|
/// @group taskboard
|
|
229
|
-
$kendo-taskboard-card-header-hover-text: k-color(primary-
|
|
229
|
+
$kendo-taskboard-card-header-hover-text: k-color(primary-on-surface) !default;
|
|
230
230
|
/// The text color of the focused TaskBoard Card header text.
|
|
231
231
|
/// @group taskboard
|
|
232
|
-
$kendo-taskboard-card-header-focus-text: k-color(primary-
|
|
232
|
+
$kendo-taskboard-card-header-focus-text: k-color(primary-on-surface) !default;
|
|
233
233
|
|
|
234
234
|
/// The border width of the TaskBoard Card placeholder.
|
|
235
235
|
/// @group taskboard
|
|
@@ -46,10 +46,10 @@ $kendo-time-selector-header-border-width: 0px !default;
|
|
|
46
46
|
$kendo-time-selector-header-title-text: unset !default;
|
|
47
47
|
/// The text color of the TimeSelector header current time indicator.
|
|
48
48
|
/// @group time-selector
|
|
49
|
-
$kendo-time-selector-header-time-now-text: k-color(primary) !default;
|
|
49
|
+
$kendo-time-selector-header-time-now-text: k-color(primary-on-surface) !default;
|
|
50
50
|
/// The text color of the hovered TimeSelector header current time indicator.
|
|
51
51
|
/// @group time-selector
|
|
52
|
-
$kendo-time-selector-header-time-now-hover-text: k-color(primary-
|
|
52
|
+
$kendo-time-selector-header-time-now-hover-text: k-color(primary-on-surface) !default;
|
|
53
53
|
|
|
54
54
|
/// The gap of the TimeSelector fast selection.
|
|
55
55
|
/// @group time-selector
|
|
@@ -145,10 +145,10 @@ $kendo-time-list-highlight-border: k-color(border) !default;
|
|
|
145
145
|
|
|
146
146
|
/// The text color of the TimeSelector button.
|
|
147
147
|
/// @group time-selector
|
|
148
|
-
$kendo-time-selector-now-button-text: k-color(primary) !default;
|
|
148
|
+
$kendo-time-selector-now-button-text: k-color(primary-on-surface) !default;
|
|
149
149
|
/// The text color of the hovered TimeSelector button.
|
|
150
150
|
/// @group time-selector
|
|
151
|
-
$kendo-time-selector-now-button-hover-text: k-color(primary-
|
|
151
|
+
$kendo-time-selector-now-button-hover-text: k-color(primary-on-surface) !default;
|
|
152
152
|
|
|
153
153
|
@forward "@progress/kendo-theme-core/scss/components/timeselector/_variables.scss" with (
|
|
154
154
|
$kendo-time-selector-default-size: $kendo-time-selector-default-size,
|
|
@@ -55,7 +55,7 @@ $kendo-tooltip-shadow: k-elevation(2) !default;
|
|
|
55
55
|
|
|
56
56
|
/// The theme colors map for the Tooltip.
|
|
57
57
|
/// @group tooltip
|
|
58
|
-
$kendo-tooltip-theme-colors: ("base", "
|
|
58
|
+
$kendo-tooltip-theme-colors: ("base", "info", "success", "warning", "error", "inverse") !default;
|
|
59
59
|
|
|
60
60
|
/// The generated theme colors map for the Tooltip.
|
|
61
61
|
/// @group tooltip
|
|
@@ -138,7 +138,7 @@ $kendo-treeview-item-focus-shadow: inset 0 0 0 2px k-color(border-alt) !default;
|
|
|
138
138
|
$kendo-treeview-loadmore-bg: transparent !default;
|
|
139
139
|
/// The text color of the Load More button in the TreeView
|
|
140
140
|
/// @group treeview
|
|
141
|
-
$kendo-treeview-loadmore-text: k-color(primary) !default;
|
|
141
|
+
$kendo-treeview-loadmore-text: k-color(primary-on-surface) !default;
|
|
142
142
|
/// The border color of the Load More button in the TreeView
|
|
143
143
|
/// @group treeview
|
|
144
144
|
$kendo-treeview-loadmore-border: null !default;
|
|
@@ -9,11 +9,6 @@
|
|
|
9
9
|
/// @role default
|
|
10
10
|
$kendo-window-default-size: "auto" !default;
|
|
11
11
|
|
|
12
|
-
/// The default theme color of the Window.
|
|
13
|
-
/// @group window
|
|
14
|
-
/// @role default
|
|
15
|
-
$kendo-window-default-theme-color: null !default;
|
|
16
|
-
|
|
17
12
|
/// The width of the border around the Window.
|
|
18
13
|
/// @group window
|
|
19
14
|
$kendo-window-border-width: 0px !default;
|
|
@@ -107,7 +102,6 @@ $kendo-window-titlebar-border: inherit !default;
|
|
|
107
102
|
$kendo-window-titlebar-gradient: null !default;
|
|
108
103
|
|
|
109
104
|
@forward "@progress/kendo-theme-core/scss/components/window/_variables.scss" with (
|
|
110
|
-
$kendo-window-default-theme-color: $kendo-window-default-theme-color,
|
|
111
105
|
$kendo-window-border-width: $kendo-window-border-width,
|
|
112
106
|
$kendo-window-border-radius: $kendo-window-border-radius,
|
|
113
107
|
$kendo-window-font-family: $kendo-window-font-family,
|