@progress/kendo-theme-default 5.0.0-next.1 → 5.0.0-next.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.
package/dist/all.css CHANGED
@@ -11237,15 +11237,15 @@ kendo-badge-container {
11237
11237
  }
11238
11238
 
11239
11239
  .k-button-clear {
11240
- color: #424242;
11240
+ color: inherit;
11241
11241
  }
11242
11242
 
11243
11243
  .k-button-clear:hover, .k-button-clear.k-state-hover, .k-button-clear:active, .k-button-clear.k-state-active, .k-button-clear.k-state-selected, .k-button-clear:focus, .k-button-clear.k-state-focus, .k-button-clear.k-state-focused {
11244
- color: #3d3d3d;
11244
+ color: inherit;
11245
11245
  }
11246
11246
 
11247
11247
  .k-button-clear:focus::after, .k-button-clear.k-state-focus::after, .k-button-clear.k-state-focused::after, .k-button-clear.k-state-focused:active::after {
11248
- background-color: #424242;
11248
+ background-color: currentColor;
11249
11249
  opacity: 0.1;
11250
11250
  display: block;
11251
11251
  }
@@ -11491,7 +11491,7 @@ kendo-badge-container {
11491
11491
 
11492
11492
  .k-input-prefix .k-clear-value,
11493
11493
  .k-input-suffix .k-clear-value {
11494
- color: #424242;
11494
+ color: inherit;
11495
11495
  }
11496
11496
 
11497
11497
  .k-input-prefix > .k-clear-value.k-state-focused::after, .k-input-prefix > .k-clear-value:focus::after,
@@ -27499,7 +27499,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
27499
27499
  -ms-flex-direction: row;
27500
27500
  flex-direction: row;
27501
27501
  -ms-flex-align: start;
27502
- align-items: start;
27502
+ align-items: flex-start;
27503
27503
  position: relative;
27504
27504
  }
27505
27505
 
@@ -28884,7 +28884,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28884
28884
  border-width: 0 0 1px;
28885
28885
  border-style: solid;
28886
28886
  -ms-flex-align: start;
28887
- align-items: start;
28887
+ align-items: flex-start;
28888
28888
  -ms-flex-wrap: wrap;
28889
28889
  flex-wrap: wrap;
28890
28890
  }
package/dist/all.scss CHANGED
@@ -7394,8 +7394,8 @@ $flat-button-focus-opacity: null !default;
7394
7394
  $flat-button-active-opacity: .16 !default;
7395
7395
  $flat-button-selected-opacity: .2 !default;
7396
7396
 
7397
- $clear-button-text: $button-text !default;
7398
- $clear-button-hover-text: try-shade( $clear-button-text ) !default;
7397
+ $clear-button-text: inherit !default;
7398
+ $clear-button-hover-text: inherit !default;
7399
7399
  $clear-button-focused-opacity: .1 !default;
7400
7400
 
7401
7401
  // #endregion
@@ -7495,7 +7495,7 @@ $input-icon-opacity: null !default;
7495
7495
 
7496
7496
 
7497
7497
  // Input separator
7498
- $input-separator-color: $clear-button-text !default;
7498
+ $input-separator-color: $input-text !default;
7499
7499
  $input-separator-opacity: .5 !default;
7500
7500
 
7501
7501
  // #endregion
@@ -8307,7 +8307,7 @@ $input-separator-opacity: .5 !default;
8307
8307
  &.k-state-focused,
8308
8308
  &.k-state-focused:active {
8309
8309
  &::after {
8310
- background-color: $clear-button-text;
8310
+ background-color: currentColor;
8311
8311
  opacity: $clear-button-focused-opacity;
8312
8312
  display: block;
8313
8313
  }
@@ -31240,7 +31240,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
31240
31240
  border-color: inherit;
31241
31241
  display: flex;
31242
31242
  flex-direction: row;
31243
- align-items: start;
31243
+ align-items: flex-start;
31244
31244
  position: relative;
31245
31245
  }
31246
31246
  .k-spreadsheet-sheets-bar-add {
@@ -32881,7 +32881,7 @@ $pivotgrid-remove-text: null !default;
32881
32881
  .k-pivot-toolbar {
32882
32882
  border-width: 0 0 1px;
32883
32883
  border-style: solid;
32884
- align-items: start;
32884
+ align-items: flex-start;
32885
32885
  flex-wrap: wrap;
32886
32886
 
32887
32887
  > * {
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": "5.0.0-next.1",
4
+ "version": "5.0.0-next.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -47,5 +47,5 @@
47
47
  "prepublishOnly": "echo 'no prebublish for default theme'",
48
48
  "postpublish": "echo 'no postpublish for default theme'"
49
49
  },
50
- "gitHead": "a02f8a2db78488e03c49d45ef429d5c1be4320f3"
50
+ "gitHead": "addf6ff1c4a1f6942c086ce0b5c514dee9ec0685"
51
51
  }
@@ -294,7 +294,7 @@
294
294
  &.k-state-focused,
295
295
  &.k-state-focused:active {
296
296
  &::after {
297
- background-color: $clear-button-text;
297
+ background-color: currentColor;
298
298
  opacity: $clear-button-focused-opacity;
299
299
  display: block;
300
300
  }
@@ -127,6 +127,6 @@ $flat-button-focus-opacity: null !default;
127
127
  $flat-button-active-opacity: .16 !default;
128
128
  $flat-button-selected-opacity: .2 !default;
129
129
 
130
- $clear-button-text: $button-text !default;
131
- $clear-button-hover-text: try-shade( $clear-button-text ) !default;
130
+ $clear-button-text: inherit !default;
131
+ $clear-button-hover-text: inherit !default;
132
132
  $clear-button-focused-opacity: .1 !default;
@@ -93,5 +93,5 @@ $input-icon-opacity: null !default;
93
93
 
94
94
 
95
95
  // Input separator
96
- $input-separator-color: $clear-button-text !default;
96
+ $input-separator-color: $input-text !default;
97
97
  $input-separator-opacity: .5 !default;
@@ -475,7 +475,7 @@
475
475
  .k-pivot-toolbar {
476
476
  border-width: 0 0 1px;
477
477
  border-style: solid;
478
- align-items: start;
478
+ align-items: flex-start;
479
479
  flex-wrap: wrap;
480
480
 
481
481
  > * {
@@ -228,7 +228,7 @@
228
228
  border-color: inherit;
229
229
  display: flex;
230
230
  flex-direction: row;
231
- align-items: start;
231
+ align-items: flex-start;
232
232
  position: relative;
233
233
  }
234
234
  .k-spreadsheet-sheets-bar-add {