@progress/kendo-theme-material 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/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 +1358 -2404
- package/dist/meta/sassdoc-raw-data.json +634 -1078
- package/dist/meta/variables.json +47 -170
- 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 +3 -3
- package/scss/appbar/_variables.scss +1 -19
- package/scss/bottom-navigation/_theme.scss +0 -4
- package/scss/breadcrumb/_variables.scss +4 -4
- package/scss/calendar/_variables.scss +1 -1
- package/scss/card/_variables.scss +0 -6
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +1 -1
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/column-menu/_variables.scss +1 -1
- package/scss/core/color-system/_swatch.scss +0 -54
- package/scss/dialog/_variables.scss +0 -6
- package/scss/drawer/_variables.scss +1 -1
- package/scss/grid/_layout.scss +0 -3
- package/scss/grid/_theme.scss +1 -58
- package/scss/grid/_variables.scss +0 -3
- package/scss/icons/_variables.scss +5 -1
- package/scss/notification/_variables.scss +1 -1
- package/scss/overlay/_variables.scss +2 -6
- package/scss/radio/_variables.scss +1 -1
- package/scss/scrollview/_variables.scss +1 -2
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +1 -1
- package/scss/table/_layout.scss +1 -23
- package/scss/table/_theme.scss +0 -11
- package/scss/taskboard/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/window/_variables.scss +0 -6
|
@@ -63,7 +63,7 @@ $kendo-notification-icon-spacing: k-spacing(2) !default;
|
|
|
63
63
|
|
|
64
64
|
/// The theme colors map for the Notification.
|
|
65
65
|
/// @group notification
|
|
66
|
-
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "
|
|
66
|
+
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "inverse") !default;
|
|
67
67
|
/// The generated theme colors map for the Notification.
|
|
68
68
|
/// @group notification
|
|
69
69
|
$kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
/// @group overlay
|
|
3
|
-
/// @role default
|
|
4
|
-
$kendo-overlay-default-theme-color: "inverse" !default;
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
5
2
|
|
|
6
3
|
/// The background color of the Overlay.
|
|
7
4
|
/// @group overlay
|
|
8
|
-
$kendo-overlay-bg:
|
|
5
|
+
$kendo-overlay-bg: k-color(inverse) !default;
|
|
9
6
|
|
|
10
7
|
/// The opacity of the Overlay.
|
|
11
8
|
/// @group overlay
|
|
12
9
|
$kendo-overlay-opacity: .32 !default;
|
|
13
10
|
|
|
14
11
|
@forward "@progress/kendo-theme-core/scss/components/overlay/_variables.scss" with (
|
|
15
|
-
$kendo-overlay-default-theme-color: $kendo-overlay-default-theme-color,
|
|
16
12
|
$kendo-overlay-bg: $kendo-overlay-bg,
|
|
17
13
|
$kendo-overlay-opacity: $kendo-overlay-opacity
|
|
18
14
|
);
|
|
@@ -92,7 +92,7 @@ $kendo-radio-hover-border: $kendo-checkbox-border !default;
|
|
|
92
92
|
$kendo-radio-checked-bg: unset !default;
|
|
93
93
|
/// The color of the checked RadioButton.
|
|
94
94
|
/// @group radio
|
|
95
|
-
$kendo-radio-checked-text: k-color(primary) !default;
|
|
95
|
+
$kendo-radio-checked-text: k-color(primary-on-surface) !default;
|
|
96
96
|
/// The border color of the checked RadioButton.
|
|
97
97
|
/// @group radio
|
|
98
98
|
$kendo-radio-checked-border: $kendo-radio-checked-text !default;
|
|
@@ -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 color-mix(in srgb, k-color(
|
|
46
|
+
$kendo-scrollview-pagebutton-shadow: 0 0 0 2px color-mix(in srgb, k-color(inverse) 13%, transparent) !default;
|
|
47
47
|
|
|
48
48
|
/// The offset of the ScrollView pager.
|
|
49
49
|
/// @group scrollview
|
|
@@ -80,7 +80,6 @@ $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
82
|
$kendo-scrollview-dark-bg: rgba( black, .4 ) !default;
|
|
83
|
-
|
|
84
83
|
/// The duration of the ScrollView transition.
|
|
85
84
|
/// @group scrollview
|
|
86
85
|
$kendo-scrollview-transition-duration: .3s !default;
|
|
@@ -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: color-mix(in srgb, k-color(
|
|
25
|
+
$kendo-skeleton-wave-bg: color-mix(in srgb, k-color(inverse) 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,
|
|
@@ -228,7 +228,7 @@ $kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000p
|
|
|
228
228
|
$kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: k-border-radius(md) !default;
|
|
229
229
|
/// The text color of the hovered Spreadsheet image Dialog preview.
|
|
230
230
|
/// @group spreadsheet
|
|
231
|
-
$kendo-spreadsheet-insert-image-dialog-overlay-hover-text: k-color(surface) !default;
|
|
231
|
+
$kendo-spreadsheet-insert-image-dialog-overlay-hover-text: k-color(on-app-surface) !default;
|
|
232
232
|
|
|
233
233
|
/// The width of the Spreadsheet drawing handle.
|
|
234
234
|
/// @group spreadsheet
|
|
@@ -185,7 +185,7 @@ $kendo-stepper-label-text: null !default;
|
|
|
185
185
|
$kendo-stepper-label-success-text: k-color(success) !default;
|
|
186
186
|
/// The error text color of the Stepper label.
|
|
187
187
|
/// @group stepper
|
|
188
|
-
$kendo-stepper-label-error-text: k-color(error) !default;
|
|
188
|
+
$kendo-stepper-label-error-text: k-color(error-on-surface) !default;
|
|
189
189
|
/// The text color of the hovered Stepper label.
|
|
190
190
|
/// @group stepper
|
|
191
191
|
$kendo-stepper-label-hover-text: inherit !default;
|
package/scss/table/_layout.scss
CHANGED
|
@@ -6,30 +6,8 @@
|
|
|
6
6
|
@include kendo-table--layout-base();
|
|
7
7
|
|
|
8
8
|
.k-table {
|
|
9
|
-
|
|
10
|
-
th,
|
|
11
|
-
.k-table-th{
|
|
9
|
+
.k-table-th {
|
|
12
10
|
font-weight: var(--kendo-font-weight-semibold);
|
|
13
11
|
}
|
|
14
|
-
|
|
15
|
-
td:focus,
|
|
16
|
-
td.k-focus,
|
|
17
|
-
th:focus,
|
|
18
|
-
th.k-focus {
|
|
19
|
-
position: relative;
|
|
20
|
-
&::after {
|
|
21
|
-
content: "";
|
|
22
|
-
width: 100%;
|
|
23
|
-
height: 100%;
|
|
24
|
-
position: absolute;
|
|
25
|
-
inset-block-start: 0;
|
|
26
|
-
inset-inline-start: 0;
|
|
27
|
-
pointer-events: none;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
td.k-grid-content-sticky,
|
|
31
|
-
td.k-grid-header-sticky {
|
|
32
|
-
position: sticky;
|
|
33
|
-
}
|
|
34
12
|
}
|
|
35
13
|
}
|
package/scss/table/_theme.scss
CHANGED
|
@@ -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: color-mix(in srgb, k-color(
|
|
244
|
+
$kendo-taskboard-drag-placeholder-bg: color-mix(in srgb, k-color(on-inverse) 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;
|
|
@@ -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
|
/// The generated theme colors map for the Tooltip.
|
|
60
60
|
/// @group tooltip
|
|
61
61
|
$kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
|
|
@@ -10,11 +10,6 @@
|
|
|
10
10
|
/// @role default
|
|
11
11
|
$kendo-window-default-size: "auto" !default;
|
|
12
12
|
|
|
13
|
-
/// The default theme color of the Window.
|
|
14
|
-
/// @group window
|
|
15
|
-
/// @role default
|
|
16
|
-
$kendo-window-default-theme-color: null !default;
|
|
17
|
-
|
|
18
13
|
/// The width of the border around the Window.
|
|
19
14
|
/// @group window
|
|
20
15
|
$kendo-window-border-width: 0px !default;
|
|
@@ -108,7 +103,6 @@ $kendo-window-titlebar-border: unset !default;
|
|
|
108
103
|
$kendo-window-titlebar-gradient: null !default;
|
|
109
104
|
|
|
110
105
|
@forward "@progress/kendo-theme-core/scss/components/window/_variables.scss" with (
|
|
111
|
-
$kendo-window-default-theme-color: $kendo-window-default-theme-color,
|
|
112
106
|
$kendo-window-border-width: $kendo-window-border-width,
|
|
113
107
|
$kendo-window-border-radius: $kendo-window-border-radius,
|
|
114
108
|
$kendo-window-font-family: $kendo-window-font-family,
|