@progress/kendo-theme-default 8.1.0-dev.0 → 8.1.0-dev.2

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 (154) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +1036 -1285
  3. package/dist/default-blue.css +1 -1
  4. package/dist/default-dataviz-v4.css +1 -1
  5. package/dist/default-green.css +1 -1
  6. package/dist/default-main-dark.css +1 -1
  7. package/dist/default-main-dark.scss +138 -138
  8. package/dist/default-main.css +1 -1
  9. package/dist/default-nordic.css +1 -1
  10. package/dist/default-ocean-blue-a11y.css +1 -1
  11. package/dist/default-ocean-blue.css +1 -1
  12. package/dist/default-orange.css +1 -1
  13. package/dist/default-purple.css +1 -1
  14. package/dist/default-turquoise.css +1 -1
  15. package/dist/default-urban.css +1 -1
  16. package/dist/meta/sassdoc-data.json +2066 -920
  17. package/dist/meta/sassdoc-raw-data.json +946 -421
  18. package/dist/meta/variables.json +143 -68
  19. package/lib/swatches/default-blue.json +1 -1
  20. package/lib/swatches/default-dataviz-v4.json +1 -1
  21. package/lib/swatches/default-green.json +1 -1
  22. package/lib/swatches/default-main-dark.json +149 -149
  23. package/lib/swatches/default-main.json +1 -1
  24. package/lib/swatches/default-nordic.json +1 -1
  25. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  26. package/lib/swatches/default-ocean-blue.json +1 -1
  27. package/lib/swatches/default-orange.json +1 -1
  28. package/lib/swatches/default-purple.json +1 -1
  29. package/lib/swatches/default-turquoise.json +1 -1
  30. package/lib/swatches/default-urban.json +1 -1
  31. package/package.json +4 -4
  32. package/scss/_variables.scss +2 -15
  33. package/scss/action-buttons/_index.scss +0 -1
  34. package/scss/action-sheet/_index.scss +0 -1
  35. package/scss/appbar/_index.scss +0 -1
  36. package/scss/autocomplete/_index.scss +0 -1
  37. package/scss/avatar/_index.scss +0 -1
  38. package/scss/bottom-navigation/_index.scss +0 -1
  39. package/scss/bottom-navigation/_variables.scss +1 -1
  40. package/scss/breadcrumb/_index.scss +0 -1
  41. package/scss/button/_layout.scss +1 -1
  42. package/scss/calendar/_index.scss +0 -1
  43. package/scss/captcha/_index.scss +0 -1
  44. package/scss/card/_index.scss +0 -1
  45. package/scss/card/_variables.scss +2 -2
  46. package/scss/chat/_index.scss +0 -1
  47. package/scss/chat/_layout.scss +4 -4
  48. package/scss/chat/_variables.scss +17 -3
  49. package/scss/checkbox/_layout.scss +1 -1
  50. package/scss/coloreditor/_index.scss +0 -1
  51. package/scss/colorgradient/_index.scss +0 -1
  52. package/scss/colorpalette/_index.scss +0 -1
  53. package/scss/combobox/_index.scss +0 -1
  54. package/scss/core/color-system/_swatch-legacy.scss +13 -1
  55. package/scss/core/color-system/_swatch.scss +0 -3
  56. package/scss/dataviz/_index.scss +0 -1
  57. package/scss/daterangepicker/_index.scss +0 -1
  58. package/scss/dialog/_index.scss +0 -1
  59. package/scss/drawer/_index.scss +0 -1
  60. package/scss/drawer/_variables.scss +3 -1
  61. package/scss/dropdowngrid/_index.scss +0 -1
  62. package/scss/dropdownlist/_index.scss +0 -1
  63. package/scss/dropdowntree/_index.scss +0 -1
  64. package/scss/dropzone/_index.scss +0 -1
  65. package/scss/editor/_index.scss +0 -1
  66. package/scss/expansion-panel/_index.scss +0 -1
  67. package/scss/fab/_index.scss +0 -1
  68. package/scss/filemanager/_index.scss +0 -1
  69. package/scss/filter/_index.scss +0 -1
  70. package/scss/floating-label/_index.scss +0 -1
  71. package/scss/forms/_index.scss +0 -1
  72. package/scss/forms/_layout.scss +1 -1
  73. package/scss/forms/_variables.scss +3 -3
  74. package/scss/gantt/_index.scss +1 -1
  75. package/scss/grid/_index.scss +0 -1
  76. package/scss/imageeditor/_index.scss +0 -1
  77. package/scss/index.scss +3 -1
  78. package/scss/input/_index.scss +0 -1
  79. package/scss/input/_layout.scss +2 -2
  80. package/scss/list/_index.scss +0 -1
  81. package/scss/listbox/_index.scss +0 -1
  82. package/scss/listgroup/_index.scss +0 -1
  83. package/scss/listview/_index.scss +0 -1
  84. package/scss/loader/_index.scss +0 -1
  85. package/scss/loader/_layout.scss +87 -2
  86. package/scss/loader/_variables.scss +3 -0
  87. package/scss/map/_index.scss +0 -1
  88. package/scss/maskedtextbox/_index.scss +0 -1
  89. package/scss/mediaplayer/_index.scss +0 -1
  90. package/scss/menu/_index.scss +0 -1
  91. package/scss/messagebox/_index.scss +0 -1
  92. package/scss/multiselect/_index.scss +0 -1
  93. package/scss/notification/_index.scss +0 -1
  94. package/scss/numerictextbox/_index.scss +0 -1
  95. package/scss/orgchart/_index.scss +0 -1
  96. package/scss/pager/_index.scss +0 -1
  97. package/scss/panel/_index.scss +36 -0
  98. package/scss/panel/_layout.scss +30 -0
  99. package/scss/panel/_theme.scss +23 -0
  100. package/scss/panel/_variables.scss +34 -0
  101. package/scss/panelbar/_index.scss +0 -1
  102. package/scss/pdf-viewer/_index.scss +0 -1
  103. package/scss/pivotgrid/_index.scss +0 -1
  104. package/scss/popover/_index.scss +0 -1
  105. package/scss/popup/_index.scss +0 -1
  106. package/scss/popup/_layout.scss +25 -8
  107. package/scss/progressbar/_index.scss +0 -1
  108. package/scss/progressbar/_variables.scss +1 -1
  109. package/scss/prompt/_index.scss +0 -5
  110. package/scss/radio/_layout.scss +1 -1
  111. package/scss/rating/_index.scss +0 -1
  112. package/scss/responsivepanel/_index.scss +0 -1
  113. package/scss/ripple/_index.scss +0 -1
  114. package/scss/scheduler/_index.scss +1 -1
  115. package/scss/scroller/_index.scss +0 -1
  116. package/scss/scrollview/_index.scss +0 -1
  117. package/scss/slider/_index.scss +0 -1
  118. package/scss/splitter/_index.scss +0 -1
  119. package/scss/spreadsheet/_index.scss +0 -1
  120. package/scss/stepper/_index.scss +0 -1
  121. package/scss/stepper/_variables.scss +2 -2
  122. package/scss/switch/_index.scss +0 -1
  123. package/scss/table/_index.scss +0 -1
  124. package/scss/tabstrip/_index.scss +0 -1
  125. package/scss/taskboard/_index.scss +0 -1
  126. package/scss/taskboard/_theme.scss +1 -1
  127. package/scss/textarea/_index.scss +0 -1
  128. package/scss/textbox/_index.scss +0 -1
  129. package/scss/tilelayout/_index.scss +0 -1
  130. package/scss/time-marker/_index.scss +32 -0
  131. package/scss/time-marker/_layout.scss +21 -0
  132. package/scss/time-marker/_theme.scss +24 -0
  133. package/scss/time-marker/_variables.scss +6 -0
  134. package/scss/timeline/_index.scss +0 -1
  135. package/scss/timeselector/_variables.scss +1 -1
  136. package/scss/toolbar/_index.scss +0 -1
  137. package/scss/tooltip/_index.scss +0 -1
  138. package/scss/tooltip/_variables.scss +2 -2
  139. package/scss/treelist/_index.scss +0 -1
  140. package/scss/treeview/_index.scss +0 -1
  141. package/scss/upload/_index.scss +0 -1
  142. package/scss/upload/_layout.scss +1 -1
  143. package/scss/upload/_variables.scss +4 -1
  144. package/scss/validator/_index.scss +0 -1
  145. package/scss/window/_index.scss +0 -1
  146. package/scss/window/_variables.scss +2 -2
  147. package/scss/wizard/_index.scss +0 -1
  148. package/scss/common/_animations.scss +0 -712
  149. package/scss/common/_base.scss +0 -198
  150. package/scss/common/_dragdrop.scss +0 -74
  151. package/scss/common/_index.scss +0 -5
  152. package/scss/common/_indicators.scss +0 -37
  153. package/scss/common/_resizing.scss +0 -124
  154. package/scss/common/_scrollbar.scss +0 -27
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.0",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.0",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue A11Y",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.0",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.0",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.0",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.0",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.0",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.0",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "8.1.0-dev.0",
4
+ "version": "8.1.0-dev.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -52,12 +52,12 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@progress/kendo-svg-icons": "3.0.0",
55
- "@progress/kendo-theme-core": "8.1.0-dev.0",
56
- "@progress/kendo-theme-utils": "8.1.0-dev.0"
55
+ "@progress/kendo-theme-core": "8.1.0-dev.2",
56
+ "@progress/kendo-theme-utils": "8.1.0-dev.2"
57
57
  },
58
58
  "directories": {
59
59
  "doc": "docs",
60
60
  "lib": "lib"
61
61
  },
62
- "gitHead": "01a2703fa5fcec5b7ae58bd890d66f055cb105c0"
62
+ "gitHead": "a8611dd8fc7fb5f348432f88bbb672c6f0049fa4"
63
63
  }
@@ -14,6 +14,8 @@ $kendo-use-input-spinner-icon-offset: false !default;
14
14
 
15
15
  $kendo-auto-bootstrap: true !default;
16
16
 
17
+ $kendo-nested-disabled: true !default;
18
+
17
19
  /// Icon size.
18
20
  /// @group common
19
21
  $kendo-icon-size: 16px !default;
@@ -41,7 +43,6 @@ $kendo-icon-size-xxxl: calc( #{$kendo-icon-size} * 3 ) !default;
41
43
 
42
44
  $kendo-zindex-popup: 1 !default;
43
45
  $kendo-zindex-window: 2 !default;
44
- $kendo-zindex-loading: 100 !default;
45
46
 
46
47
 
47
48
  // Color settings
@@ -56,17 +57,3 @@ $kendo-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
56
57
  $kendo-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !default;
57
58
 
58
59
 
59
- /// Filter used for disabled items.
60
- $kendo-disabled-filter: grayscale(.1) !default;
61
- /// Opacity used for disabled items.
62
- $kendo-disabled-opacity: .6 !default;
63
-
64
- $kendo-disabled-styling: (
65
- opacity: $kendo-disabled-opacity,
66
- filter: $kendo-disabled-filter
67
- ) !default;
68
-
69
-
70
- // Loading
71
- $kendo-loading-opacity: .3 !default;
72
- $kendo-zindex-loading: 100 !default;
@@ -10,7 +10,6 @@ $_kendo-module-meta: (
10
10
 
11
11
 
12
12
  // Dependencies
13
- @import "../common/_index.scss";
14
13
  @import "../button/_index.scss";
15
14
 
16
15
 
@@ -13,7 +13,6 @@ $_kendo-module-meta: (
13
13
 
14
14
 
15
15
  // Dependencies
16
- @import "../common/_index.scss";
17
16
  @import "../icons/_index.scss";
18
17
  @import "../listgroup/_index.scss";
19
18
  @import "../popup/_index.scss";
@@ -10,7 +10,6 @@ $_kendo-module-meta: (
10
10
 
11
11
 
12
12
  // Dependencies
13
- @import "../common/_index.scss";
14
13
 
15
14
 
16
15
  // Component
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  @import "../input/_index.scss";
20
19
  @import "../floating-label/_index.scss";
21
20
  @import "../popup/_index.scss";
@@ -10,7 +10,6 @@ $_kendo-module-meta: (
10
10
 
11
11
 
12
12
  // Dependencies
13
- @import "../common/_index.scss";
14
13
 
15
14
 
16
15
  // Component
@@ -13,7 +13,6 @@ $_kendo-module-meta: (
13
13
 
14
14
 
15
15
  // Dependencies
16
- @import "../common/_index.scss";
17
16
  // @import "../utils/_position.scss";
18
17
  @import "../icons/_index.scss";
19
18
 
@@ -20,7 +20,7 @@ $kendo-bottom-nav-font-family: var( --kendo-font-family, inherit ) !default;
20
20
  $kendo-bottom-nav-font-size: var( --kendo-font-size, inherit ) !default;
21
21
  /// The line height of the BottomNavigation.
22
22
  /// @group bottom-navigation
23
- $kendo-bottom-nav-line-height: var( --kendo-line-height-sm, normal ) !default;
23
+ $kendo-bottom-nav-line-height: var( --kendo-line-height-xs, normal ) !default;
24
24
  /// The letter spacing of the BottomNavigation.
25
25
  /// @group bottom-navigation
26
26
  $kendo-bottom-nav-letter-spacing: .2px !default;
@@ -13,7 +13,6 @@ $_kendo-module-meta: (
13
13
 
14
14
 
15
15
  // Dependencies
16
- @import "../common/_index.scss";
17
16
  @import "../input/_index.scss";
18
17
  @import "../icons/_index.scss";
19
18
 
@@ -32,7 +32,7 @@
32
32
 
33
33
  &:disabled,
34
34
  &.k-disabled {
35
- @include disabled( $kendo-disabled-styling );
35
+ @include disabled( $kendo-disabled-styling... );
36
36
  }
37
37
 
38
38
  &::-moz-focus-inner {
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies
17
- @import "../common/_index.scss";
18
17
  @import "../button/_index.scss";
19
18
  @import "../icons/_index.scss";
20
19
  @import "../list/_index.scss";
@@ -19,7 +19,6 @@ $_kendo-module-meta: (
19
19
 
20
20
  // Dependencies
21
21
  // @import "../utils/_index.scss";
22
- @import "../common/_index.scss";
23
22
  @import "../icons/_index.scss";
24
23
  @import "../input/_index.scss";
25
24
  @import "../button/_index.scss";
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  // @import "../utils/_flex.scss";
20
19
  // @import "../utils/_grid.scss";
21
20
  @import "../action-buttons/_index.scss";
@@ -116,7 +116,7 @@ $kendo-card-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
116
116
  $kendo-card-title-font-family: null !default;
117
117
  /// The line height of the Card title.
118
118
  /// @group card
119
- $kendo-card-title-line-height: 1.25 !default;
119
+ $kendo-card-title-line-height: var( --kendo-line-height-sm, normal ) !default;
120
120
  /// The font weight of the Card title.
121
121
  /// @group card
122
122
  $kendo-card-title-font-weight: var( --kendo-font-weight-normal, normal ) !default;
@@ -135,7 +135,7 @@ $kendo-card-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !default;
135
135
  $kendo-card-subtitle-font-family: null !default;
136
136
  /// The line height of the Card subtitle.
137
137
  /// @group card
138
- $kendo-card-subtitle-line-height: normal !default;
138
+ $kendo-card-subtitle-line-height: var( --kendo-line-height-lg, normal ) !default;
139
139
  /// The font weight of the Card subtitle.
140
140
  /// @group card
141
141
  $kendo-card-subtitle-font-weight: var( --kendo-font-weight-normal, normal ) !default;
@@ -16,7 +16,6 @@ $_kendo-module-meta: (
16
16
 
17
17
 
18
18
  // Dependencies
19
- @import "../common/_index.scss";
20
19
  @import "../input/_index.scss";
21
20
  @import "../card/_index.scss";
22
21
  @import "../icons/_index.scss";
@@ -115,8 +115,8 @@
115
115
  // Message meta
116
116
  .k-message-time,
117
117
  .k-message-status {
118
- font-size: smaller;
119
- line-height: normal;
118
+ font-size: $kendo-chat-message-meta-font-size;
119
+ line-height: $kendo-chat-message-meta-line-height;
120
120
  white-space: nowrap;
121
121
  pointer-events: none;
122
122
  position: absolute;
@@ -198,8 +198,8 @@
198
198
  // Author
199
199
  .k-author {
200
200
  margin: 0;
201
- font-size: smaller;
202
- line-height: normal;
201
+ font-size: $kendo-chat-author-font-size;
202
+ line-height: $kendo-chat-author-line-height;
203
203
  }
204
204
  .k-chat .k-author {
205
205
  margin: 0; // Duplicate styles because of typography module
@@ -44,10 +44,10 @@ $kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
44
44
 
45
45
  /// The font size of the Chat timestamp.
46
46
  /// @group chat
47
- $kendo-chat-timestamp-font-size: smaller !default;
47
+ $kendo-chat-timestamp-font-size: var( --kendo-font-size-sm, inherit ) !default;
48
48
  /// The line height of the Chat timestamp.
49
49
  /// @group chat
50
- $kendo-chat-timestamp-line-height: null !default;
50
+ $kendo-chat-timestamp-line-height: var( --kendo-line-height-lg, normal ) !default;
51
51
  /// The text transform of the Chat timestamp.
52
52
  /// @group chat
53
53
  $kendo-chat-timestamp-transform: uppercase !default;
@@ -58,6 +58,20 @@ $kendo-chat-timestamp-text: $kendo-subtle-text !default;
58
58
  /// @group chat
59
59
  $kendo-chat-timestamp-bg: null !default;
60
60
 
61
+ /// The font size of the Chat message meta text.
62
+ /// @group chat
63
+ $kendo-chat-message-meta-font-size: var( --kendo-font-size-sm, inherit ) !default;
64
+ /// The line height of the Chat message meta text.
65
+ /// @group chat
66
+ $kendo-chat-message-meta-line-height: var( --kendo-line-height-lg, normal ) !default;
67
+
68
+ /// The font size of the Chat author text.
69
+ /// @group chat
70
+ $kendo-chat-author-font-size: var( --kendo-font-size-sm, inherit ) !default;
71
+ /// The line height of the Chat author text.
72
+ /// @group chat
73
+ $kendo-chat-author-line-height: var( --kendo-line-height-lg, normal ) !default;
74
+
61
75
  /// The horizontal padding of the Chat bubble message.
62
76
  /// @group chat
63
77
  $kendo-chat-bubble-padding-x: k-spacing(3) !default;
@@ -69,7 +83,7 @@ $kendo-chat-bubble-padding-y: k-spacing(2) !default;
69
83
  $kendo-chat-bubble-spacing: k-spacing(0.5) !default;
70
84
  /// The line height of the Chat bubble message.
71
85
  /// @group chat
72
- $kendo-chat-bubble-line-height: 18px !default;
86
+ $kendo-chat-bubble-line-height: var( --kendo-line-height, normal ) !default;
73
87
 
74
88
  /// The border radius of the Chat bubble message.
75
89
  /// @group chat
@@ -71,7 +71,7 @@
71
71
  // Disabled state
72
72
  .k-checkbox:disabled,
73
73
  .k-checkbox.k-disabled {
74
- @include disabled( $kendo-disabled-styling );
74
+ @include disabled( $kendo-disabled-styling... );
75
75
  }
76
76
 
77
77
 
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  @import "../action-buttons/_index.scss";
20
19
  @import "../color-preview/_index.scss";
21
20
  @import "../colorpalette/_index.scss";
@@ -17,7 +17,6 @@ $_kendo-module-meta: (
17
17
 
18
18
 
19
19
  // Dependencies
20
- @import "../common/_index.scss";
21
20
  // @import "../utils/_flex.scss";
22
21
  // @import "../utils/_spacer.scss";
23
22
  @import "../icons/_index.scss";
@@ -12,7 +12,6 @@ $_kendo-module-meta: (
12
12
 
13
13
 
14
14
  // Dependencies
15
- @import "../common/_index.scss";
16
15
  // @import "../utils/_flex.scss";
17
16
 
18
17
 
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  @import "../input/_index.scss";
20
19
  @import "../floating-label/_index.scss";
21
20
  @import "../icons/_index.scss";
@@ -37,7 +37,11 @@
37
37
  $kendo-selected-hover-text: $kendo-selected-text;
38
38
  $kendo-selected-hover-border: $kendo-base-border;
39
39
  $kendo-selected-hover-gradient: $kendo-base-gradient;
40
- $kendo-disabled-text: k-color( on-app-surface );
40
+ $kendo-disabled-text: null;
41
+ $kendo-disabled-bg: null;
42
+ $kendo-disabled-border: null;
43
+ $kendo-disabled-opacity: .6;
44
+ $kendo-disabled-filter: grayscale(.1);
41
45
  $kendo-component-header-bg: $kendo-base-bg;
42
46
  $kendo-component-header-text: $kendo-base-text;
43
47
  $kendo-component-header-border: $kendo-base-border;
@@ -59,4 +63,12 @@
59
63
  "light": $kendo-color-light,
60
64
  "inverse": $kendo-color-inverse,
61
65
  );
66
+
67
+ $kendo-disabled-styling: (
68
+ bg: $kendo-disabled-bg,
69
+ color: $kendo-disabled-text,
70
+ border: $kendo-disabled-border,
71
+ opacity: $kendo-disabled-opacity,
72
+ filter: $kendo-disabled-filter
73
+ );
62
74
  }
@@ -600,9 +600,6 @@ $kendo-selected-hover-border: $kendo-base-border !default;
600
600
  /// The gradient of selected and hovered items.
601
601
  $kendo-selected-hover-gradient: $kendo-base-gradient !default;
602
602
 
603
- /// Text color of disabled items.
604
- $kendo-disabled-text: #8f8f8f !default;
605
-
606
603
  // Generic styles
607
604
 
608
605
  /// Background color of the component header.
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies
17
- @import "../common/_index.scss";
18
17
  @import "../popup/_index.scss";
19
18
  @import "../tooltip/_index.scss";
20
19
 
@@ -17,7 +17,6 @@ $_kendo-module-meta: (
17
17
 
18
18
 
19
19
  // Dependencies
20
- @import "../common/_index.scss";
21
20
  @import "../input/_index.scss";
22
21
  @import "../floating-label/_index.scss";
23
22
  @import "../popup/_index.scss";
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies
17
- @import "../common/_index.scss";
18
17
  @import "../window/_index.scss";
19
18
 
20
19
 
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies
17
- @import "../common/_index.scss";
18
17
  @import "../overlay/_index.scss";
19
18
  @import "../toolbar/_index.scss";
20
19
  @import "../list/_index.scss";
@@ -55,7 +55,9 @@ $kendo-drawer-item-padding-x: k-spacing(4) !default;
55
55
  $kendo-drawer-item-padding-y: $kendo-padding-md-x !default;
56
56
  /// The font size of the Drawer item.
57
57
  /// @group drawer
58
- $kendo-drawer-item-font-size: 16px !default;
58
+ $kendo-drawer-item-font-size: var( --kendo-font-size-lg, inherit ) !default;
59
+ /// The line height of the Drawer item.
60
+ /// @group drawer
59
61
  $kendo-drawer-item-line-height: var( --kendo-line-height-lg, normal ) !default;
60
62
 
61
63
  /// The horizontal padding of the Drawer item in each level.
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  @import "../floating-label/_index.scss";
20
19
  @import "../icons/_index.scss";
21
20
  @import "../input/_index.scss";
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  @import "../input/_index.scss";
20
19
  @import "../floating-label/_index.scss";
21
20
  @import "../popup/_index.scss";
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  @import "../floating-label/_index.scss";
20
19
  @import "../dropdownlist/_index.scss";
21
20
  @import "../multiselect/_index.scss";
@@ -10,7 +10,6 @@ $_kendo-module-meta: (
10
10
 
11
11
 
12
12
  // Dependencies
13
- @import "../common/_index.scss";
14
13
 
15
14
 
16
15
  // Component
@@ -21,7 +21,6 @@ $_kendo-module-meta: (
21
21
 
22
22
 
23
23
  // Dependencies
24
- @import "../common/_index.scss";
25
24
  @import "../button/_index.scss";
26
25
  @import "../checkbox/_index.scss";
27
26
  @import "../colorpicker/_index.scss";
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies
17
- @import "../common/_index.scss";
18
17
  // @import "../utils/_display.scss";
19
18
  // @import "../utils/_spacer.scss";
20
19
  @import "../icons/_index.scss";
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  // @import "../utils/_position.scss";
20
19
  @import "../icons/_index.scss";
21
20
  @import "../button/_index.scss";
@@ -22,7 +22,6 @@ $_kendo-module-meta: (
22
22
 
23
23
 
24
24
  // Dependencies
25
- @import "../common/_index.scss";
26
25
  @import "../input/_index.scss";
27
26
  @import "../toolbar/_index.scss";
28
27
  @import "../upload/_index.scss";
@@ -18,7 +18,6 @@ $_kendo-module-meta: (
18
18
 
19
19
 
20
20
  // Dependencies
21
- @import "../common/_index.scss";
22
21
  @import "../button/_index.scss";
23
22
  @import "../input/_index.scss";
24
23
  @import "../checkbox/_index.scss";
@@ -12,7 +12,6 @@ $_kendo-module-meta: (
12
12
 
13
13
 
14
14
  // Dependencies
15
- @import "../common/_index.scss";
16
15
  @import "../input/_index.scss";
17
16
 
18
17
 
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies // TODO: extract variables
17
- @import "../common/_index.scss";
18
17
  @import "../toolbar/_index.scss";
19
18
  @import "../action-buttons/_index.scss";
20
19
 
@@ -106,7 +106,7 @@
106
106
  .k-form-field-disabled {
107
107
  .k-label,
108
108
  .k-form-label {
109
- @include disabled( $kendo-disabled-styling );
109
+ @include disabled( $kendo-disabled-styling... );
110
110
  }
111
111
  }
112
112
 
@@ -53,7 +53,7 @@ $kendo-form-legend-border-color: $kendo-component-border !default;
53
53
  $kendo-form-legend-width: 100% !default;
54
54
  /// The font size of the Form legend.
55
55
  /// @group form
56
- $kendo-form-legend-font-size: 14px !default;
56
+ $kendo-form-legend-font-size: var( --kendo-font-size, inherit ) !default;
57
57
  /// The text capitalization of the Form legend.
58
58
  /// @group form
59
59
  $kendo-form-legend-text-transform: uppercase !default;
@@ -68,7 +68,7 @@ $kendo-form-button-margin-x: k-spacing(2) !default;
68
68
 
69
69
  /// The font size of the Form hint.
70
70
  /// @group form
71
- $kendo-form-hint-font-size: 12px !default;
71
+ $kendo-form-hint-font-size: var( --kendo-font-size-sm, inherit ) !default;
72
72
  /// The font style of the Form hint.
73
73
  /// @group form
74
74
  $kendo-form-hint-font-style: italic !default;
@@ -124,7 +124,7 @@ $kendo-forms-invalid-color: $kendo-color-error !default;
124
124
  $kendo-label-optional-margin-x: k-spacing(1.5) !default;
125
125
  /// The font size of the optional label in the Form.
126
126
  /// @group form
127
- $kendo-label-optional-font-size: 12px !default;
127
+ $kendo-label-optional-font-size: var( --kendo-font-size-sm, inherit ) !default;
128
128
  /// The font style of the optional label in the Form.
129
129
  /// @group form
130
130
  $kendo-label-optional-font-style: italic !default;
@@ -15,12 +15,12 @@ $_kendo-module-meta: (
15
15
  "treelist",
16
16
  "validator",
17
17
  "window",
18
+ "time-marker"
18
19
  )
19
20
  );
20
21
 
21
22
 
22
23
  // Dependencies
23
- @import "../common/_index.scss";
24
24
  @import "../button/_index.scss";
25
25
  @import "../input/_index.scss";
26
26
  @import "../validator/_index.scss";
@@ -35,7 +35,6 @@ $_kendo-module-meta: (
35
35
 
36
36
 
37
37
  // Dependencies
38
- @import "../common/_index.scss";
39
38
  @import "../adaptive/_index.scss";
40
39
  @import "../progressbar/_index.scss";
41
40
  @import "../button/_index.scss";