@progress/kendo-theme-material 9.1.0-dev.3 → 9.1.0-dev.5

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 (53) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +480 -94
  3. package/dist/material-aqua-dark.css +1 -1
  4. package/dist/material-arctic.css +1 -1
  5. package/dist/material-burnt-teal.css +1 -1
  6. package/dist/material-dataviz-v4.css +1 -1
  7. package/dist/material-eggplant.css +1 -1
  8. package/dist/material-lime-dark.css +1 -1
  9. package/dist/material-lime.css +1 -1
  10. package/dist/material-main-dark.css +1 -1
  11. package/dist/material-main.css +1 -1
  12. package/dist/material-nova.css +1 -1
  13. package/dist/material-pacific-dark.css +1 -1
  14. package/dist/material-pacific.css +1 -1
  15. package/dist/material-sky-dark.css +1 -1
  16. package/dist/material-sky.css +1 -1
  17. package/dist/material-smoke.css +1 -1
  18. package/dist/meta/sassdoc-data.json +1642 -664
  19. package/dist/meta/sassdoc-raw-data.json +751 -301
  20. package/dist/meta/variables.json +126 -34
  21. package/lib/swatches/material-aqua-dark.json +1 -1
  22. package/lib/swatches/material-arctic.json +1 -1
  23. package/lib/swatches/material-burnt-teal.json +1 -1
  24. package/lib/swatches/material-dataviz-v4.json +1 -1
  25. package/lib/swatches/material-eggplant.json +1 -1
  26. package/lib/swatches/material-lime-dark.json +1 -1
  27. package/lib/swatches/material-lime.json +1 -1
  28. package/lib/swatches/material-main-dark.json +1 -1
  29. package/lib/swatches/material-main.json +1 -1
  30. package/lib/swatches/material-nova.json +1 -1
  31. package/lib/swatches/material-pacific-dark.json +1 -1
  32. package/lib/swatches/material-pacific.json +1 -1
  33. package/lib/swatches/material-sky-dark.json +1 -1
  34. package/lib/swatches/material-sky.json +1 -1
  35. package/lib/swatches/material-smoke.json +1 -1
  36. package/package.json +5 -5
  37. package/scss/dataviz/_index.scss +3 -1
  38. package/scss/dataviz/_variables.scss +9 -0
  39. package/scss/index.scss +2 -0
  40. package/scss/list/_index.scss +3 -1
  41. package/scss/list/_variables.scss +0 -4
  42. package/scss/no-data/_index.scss +32 -0
  43. package/scss/no-data/_layout.scss +5 -0
  44. package/scss/no-data/_theme.scss +5 -0
  45. package/scss/no-data/_variables.scss +7 -0
  46. package/scss/orgchart/_variables.scss +1 -1
  47. package/scss/pdf-viewer/_variables.scss +23 -0
  48. package/scss/splitter/_variables.scss +1 -1
  49. package/scss/stepper/_variables.scss +3 -0
  50. package/scss/timeline/_variables.scss +5 -5
  51. package/scss/toolbar/_layout.scss +4 -0
  52. package/scss/toolbar/_variables.scss +34 -6
  53. package/scss/tooltip/_variables.scss +1 -1
@@ -143,4 +143,4 @@ $kendo-orgchart-line-fill: $kendo-base-border !default;
143
143
 
144
144
  /// The height of the OrgChart connecting line.
145
145
  /// @group orgchart
146
- $kendo-orgchart-line-v-height: 25px !default;
146
+ $kendo-orgchart-line-v-height: k-spacing(6) !default;
@@ -108,3 +108,26 @@ $kendo-pdf-viewer-search-highlight-mark-bg: yellow !default;
108
108
  /// The text color of the PDFViewer icon.
109
109
  /// @group pdf-viewer
110
110
  $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
111
+
112
+ /// The vertical padding of the PDFViewer popup.
113
+ /// @group pdf-viewer
114
+ $kendo-pdf-viewer-popup-padding-x: k-spacing(2) !default;
115
+ /// The horizontal padding of the PDFViewer popup.
116
+ /// @group pdf-viewer
117
+ $kendo-pdf-viewer-popup-padding-y: $kendo-pdf-viewer-popup-padding-x !default;
118
+
119
+ /// The border color of the PDFViewer selected highlight annotation.
120
+ /// @group pdf-viewer
121
+ $kendo-pdf-viewer-highlight-annotation-border: if($kendo-enable-color-system, k-color(primary), $kendo-color-primary) !default;
122
+ /// The background color of the PDFViewer hover highlight annotation.
123
+ /// @group pdf-viewer
124
+ $kendo-pdf-viewer-highlight-annotation-hover-border: if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) !default;
125
+ /// The border color of the PDFViewer selected free text annotation.
126
+ /// @group pdf-viewer
127
+ $kendo-pdf-viewer-free-text-annotation-border: if($kendo-enable-color-system, k-color(primary), $kendo-color-primary) !default;
128
+ /// The placeholder text color of the PDFViewer free text annotation.
129
+ /// @group pdf-viewer
130
+ $kendo-pdf-viewer-free-text-annotation-placeholder-text: rgba(124, 22, 27, 0.5) !default;
131
+ /// The text color of the PDFViewer free text annotation.
132
+ /// @group pdf-viewer
133
+ $kendo-pdf-viewer-free-text-annotation-text: rgba(124, 22, 27, 0.7) !default;
@@ -34,7 +34,7 @@ $kendo-splitter-drag-handle-length: 20px !default;
34
34
  $kendo-splitter-drag-handle-thickness: 2px !default;
35
35
  /// The margin of the Splitter drag handle icon.
36
36
  /// @group splitter
37
- $kendo-splitter-drag-icon-margin: calc( #{k-spacing(3.5)} / 2 ) !default;
37
+ $kendo-splitter-drag-icon-margin: k-spacing(2) !default;
38
38
  /// The horizontal padding of the collapse icon in the Splitter.
39
39
  /// @group splitter
40
40
  $kendo-splitter-collapse-icon-padding-x: null !default;
@@ -21,6 +21,9 @@ $kendo-stepper-label-padding-x: k-spacing(3) !default;
21
21
  /// The vertical padding the Stepper label.
22
22
  /// @group stepper
23
23
  $kendo-stepper-label-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
24
+ /// The border radius of the Stepper label.
25
+ /// @group stepper
26
+ $kendo-stepper-label-border-radius: k-border-radius(xxl) !default;
24
27
  /// The width of the border around the Stepper.
25
28
  /// @group stepper
26
29
  $kendo-stepper-border-width: 0px !default;
@@ -29,10 +29,10 @@ $kendo-timeline-mobile-spacing-y: $kendo-padding-md-x !default;
29
29
 
30
30
  /// The width of the Timeline track arrow.
31
31
  /// @group timeline
32
- $kendo-timeline-track-arrow-width: 36px !default;
32
+ $kendo-timeline-track-arrow-width: k-spacing(9) !default;
33
33
  /// The height of the Timeline track arrow.
34
34
  /// @group timeline
35
- $kendo-timeline-track-arrow-height: 36px !default;
35
+ $kendo-timeline-track-arrow-height: k-spacing(9) !default;
36
36
 
37
37
  /// The background color of the disabled Timeline track arrow.
38
38
  /// @group timeline
@@ -46,10 +46,10 @@ $kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, tran
46
46
 
47
47
  /// The size of the Timeline track.
48
48
  /// @group timeline
49
- $kendo-timeline-track-size: 6px !default;
49
+ $kendo-timeline-track-size: k-spacing(1.5) !default;
50
50
  /// The bottom padding of the Timeline's track wrapper.
51
51
  /// @group timeline
52
- $kendo-timeline-track-wrap-padding-bottom: k-math-div( $kendo-timeline-track-size, 2 ) !default;
52
+ $kendo-timeline-track-wrap-padding-bottom: calc( #{$kendo-timeline-track-size} / 2 ) !default;
53
53
  /// The border width of the Timeline track.
54
54
  /// @group timeline
55
55
  $kendo-timeline-track-border-width: 1px !default;
@@ -58,7 +58,7 @@ $kendo-timeline-track-border-width: 1px !default;
58
58
  $kendo-timeline-track-margin-bottom: k-spacing(4.5) !default;
59
59
  /// The bottom offset of the Timeline track.
60
60
  /// @group timeline
61
- $kendo-timeline-track-bottom-calc: calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
61
+ $kendo-timeline-track-bottom-calc: calc( calc( #{$kendo-timeline-track-arrow-height} / 2) + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
62
62
  /// The left offset of the Timeline track.
63
63
  /// @group timeline
64
64
  $kendo-timeline-track-start-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
@@ -23,6 +23,10 @@
23
23
  .k-split-button {
24
24
  @include box-shadow( none );
25
25
  }
26
+
27
+ &.k-toolbar-outline {
28
+ @include box-shadow( none );
29
+ }
26
30
  }
27
31
 
28
32
  // Overflow container
@@ -64,7 +64,7 @@ $kendo-toolbar-bg: $kendo-component-bg !default;
64
64
  $kendo-toolbar-text: $kendo-component-text !default;
65
65
  /// The color of the border around the Toolbar.
66
66
  /// @group toolbar
67
- $kendo-toolbar-border: null !default;
67
+ $kendo-toolbar-border: $kendo-component-border !default;
68
68
  /// The gradient of the Toolbar.
69
69
  /// @group toolbar
70
70
  $kendo-toolbar-gradient: null !default;
@@ -72,9 +72,41 @@ $kendo-toolbar-gradient: null !default;
72
72
  /// @group toolbar
73
73
  $kendo-toolbar-shadow: $box-shadow-depth-4 !default;
74
74
 
75
+ /// The text color of the outline Toolbar.
76
+ /// @group toolbar
77
+ $kendo-toolbar-outline-text: null !default;
78
+ /// The color of the border around the outline Toolbar.
79
+ /// @group toolbar
80
+ $kendo-toolbar-outline-border: currentColor !default;
81
+ /// The gradient of the outline Toolbar.
82
+ /// @group toolbar
83
+ $kendo-toolbar-outline-gradient: null !default;
84
+ /// The box shadow of the outline Toolbar.
85
+ /// @group toolbar
86
+ $kendo-toolbar-outline-shadow: none !default;
87
+ /// The width of the border around the outline Toolbar.
88
+ /// @group toolbar
89
+ $kendo-toolbar-outline-border-width: 1px !default;
90
+
91
+ /// The text color of the flat Toolbar.
92
+ /// @group toolbar
93
+ $kendo-toolbar-flat-text: null !default;
94
+ /// The color of the border around the flat Toolbar.
95
+ /// @group toolbar
96
+ $kendo-toolbar-flat-border: $kendo-toolbar-border !default;
97
+ /// The gradient of the flat Toolbar.
98
+ /// @group toolbar
99
+ $kendo-toolbar-flat-gradient: null !default;
100
+ /// The box shadow of the flat Toolbar.
101
+ /// @group toolbar
102
+ $kendo-toolbar-flat-shadow: 0 2px 0 -1px $kendo-component-border !default;
103
+ /// Border width of the flat Toolbar.
104
+ /// @group toolbar
105
+ $kendo-toolbar-flat-border-width: 1px !default;
106
+
75
107
  /// The color of the separator border of the Toolbar.
76
108
  /// @group toolbar
77
- $kendo-toolbar-separator-border: $kendo-component-border !default;
109
+ $kendo-toolbar-separator-border: inherit !default;
78
110
 
79
111
  /// The width of the input in the Toolbar.
80
112
  /// @group toolbar
@@ -84,10 +116,6 @@ $kendo-toolbar-input-width: 10em !default;
84
116
  /// @group toolbar
85
117
  $kendo-toolbar-item-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12) !default;
86
118
 
87
- /// Border width of the flat Toolbar.
88
- /// @group toolbar
89
- $kendo-toolbar-flat-border-width: 1px !default;
90
-
91
119
  /// The sizes map for the Toolbar.
92
120
  /// @group toolbar
93
121
  $kendo-toolbar-sizes: (
@@ -2,7 +2,7 @@
2
2
 
3
3
  /// The vertical padding of the Tooltip.
4
4
  /// @group tooltip
5
- $kendo-tooltip-padding-y: calc( #{$kendo-padding-md-y} * .75 ) !default;
5
+ $kendo-tooltip-padding-y: k-spacing(.5) !default;
6
6
  /// The horizontal padding of the Tooltip.
7
7
  /// @group tooltip
8
8
  $kendo-tooltip-padding-x: calc( #{$kendo-padding-md-x} / 2 ) !default;