@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.
Files changed (69) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +1358 -2404
  20. package/dist/meta/sassdoc-raw-data.json +634 -1078
  21. package/dist/meta/variables.json +47 -170
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/adaptive/_variables.scss +3 -3
  41. package/scss/appbar/_variables.scss +1 -19
  42. package/scss/bottom-navigation/_theme.scss +0 -4
  43. package/scss/breadcrumb/_variables.scss +4 -4
  44. package/scss/calendar/_variables.scss +1 -1
  45. package/scss/card/_variables.scss +0 -6
  46. package/scss/checkbox/_variables.scss +1 -1
  47. package/scss/coloreditor/_variables.scss +1 -1
  48. package/scss/colorgradient/_variables.scss +1 -1
  49. package/scss/colorpalette/_variables.scss +3 -3
  50. package/scss/column-menu/_variables.scss +1 -1
  51. package/scss/core/color-system/_swatch.scss +0 -54
  52. package/scss/dialog/_variables.scss +0 -6
  53. package/scss/drawer/_variables.scss +1 -1
  54. package/scss/grid/_layout.scss +0 -3
  55. package/scss/grid/_theme.scss +1 -58
  56. package/scss/grid/_variables.scss +0 -3
  57. package/scss/icons/_variables.scss +5 -1
  58. package/scss/notification/_variables.scss +1 -1
  59. package/scss/overlay/_variables.scss +2 -6
  60. package/scss/radio/_variables.scss +1 -1
  61. package/scss/scrollview/_variables.scss +1 -2
  62. package/scss/skeleton/_variables.scss +1 -1
  63. package/scss/spreadsheet/_variables.scss +1 -1
  64. package/scss/stepper/_variables.scss +1 -1
  65. package/scss/table/_layout.scss +1 -23
  66. package/scss/table/_theme.scss +0 -11
  67. package/scss/taskboard/_variables.scss +1 -1
  68. package/scss/tooltip/_variables.scss +1 -1
  69. 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", "dark", "light", "inverse") !default;
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
- /// The default theme color of the Overlay.
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: null !default;
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(dark) 13%, transparent) !default;
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(dark) 4%, transparent) !default;
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;
@@ -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
  }
@@ -7,15 +7,4 @@
7
7
 
8
8
  @include kendo-table--theme-base();
9
9
 
10
- .k-table .k-table-tbody {
11
- td:focus,
12
- td.k-focus,
13
- th:focus,
14
- th.k-focus {
15
- &::after {
16
- background-color: $kendo-table-hover-bg;
17
- }
18
- }
19
- }
20
-
21
10
  }
@@ -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(light) 20%, transparent) !default;
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", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "dark", "light", "inverse") !default;
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,