@progress/kendo-theme-bootstrap 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
@@ -11249,15 +11249,15 @@ kendo-badge-container {
11249
11249
  }
11250
11250
 
11251
11251
  .k-button-clear {
11252
- color: #6c757d;
11252
+ color: inherit;
11253
11253
  }
11254
11254
 
11255
11255
  .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 {
11256
- color: #212529;
11256
+ color: inherit;
11257
11257
  }
11258
11258
 
11259
11259
  .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 {
11260
- background-color: #6c757d;
11260
+ background-color: currentColor;
11261
11261
  opacity: 0.1;
11262
11262
  display: block;
11263
11263
  }
@@ -11507,7 +11507,7 @@ kendo-badge-container {
11507
11507
 
11508
11508
  .k-input-prefix .k-clear-value,
11509
11509
  .k-input-suffix .k-clear-value {
11510
- color: #6c757d;
11510
+ color: inherit;
11511
11511
  }
11512
11512
 
11513
11513
  .k-input-prefix > .k-clear-value.k-state-focused::after, .k-input-prefix > .k-clear-value:focus::after,
@@ -11518,7 +11518,7 @@ kendo-badge-container {
11518
11518
  }
11519
11519
 
11520
11520
  .k-input-separator {
11521
- border-color: #6c757d;
11521
+ border-color: #495057;
11522
11522
  opacity: 0.5;
11523
11523
  }
11524
11524
 
@@ -14928,7 +14928,7 @@ input.k-textbox {
14928
14928
  }
14929
14929
 
14930
14930
  .k-textbox .k-textbox-separator {
14931
- border-color: #6c757d;
14931
+ border-color: #495057;
14932
14932
  opacity: 0.5;
14933
14933
  }
14934
14934
 
@@ -28042,7 +28042,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28042
28042
  -ms-flex-direction: row;
28043
28043
  flex-direction: row;
28044
28044
  -ms-flex-align: start;
28045
- align-items: start;
28045
+ align-items: flex-start;
28046
28046
  position: relative;
28047
28047
  }
28048
28048
 
@@ -29436,7 +29436,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
29436
29436
  border-width: 0 0 1px;
29437
29437
  border-style: solid;
29438
29438
  -ms-flex-align: start;
29439
- align-items: start;
29439
+ align-items: flex-start;
29440
29440
  -ms-flex-wrap: wrap;
29441
29441
  flex-wrap: wrap;
29442
29442
  }
package/dist/all.scss CHANGED
@@ -9501,8 +9501,8 @@ $flat-button-focus-opacity: null !default;
9501
9501
  $flat-button-active-opacity: .16 !default;
9502
9502
  $flat-button-selected-opacity: .2 !default;
9503
9503
 
9504
- $clear-button-text: #6c757d !default;
9505
- $clear-button-hover-text: $button-text !default;
9504
+ $clear-button-text: inherit !default;
9505
+ $clear-button-hover-text: inherit !default;
9506
9506
  $clear-button-focused-opacity: .1 !default;
9507
9507
 
9508
9508
  // #endregion
@@ -9601,7 +9601,7 @@ $input-icon-opacity: null !default;
9601
9601
 
9602
9602
 
9603
9603
  // Input separator
9604
- $input-separator-color: $clear-button-text !default;
9604
+ $input-separator-color: $input-text !default;
9605
9605
  $input-separator-opacity: .5 !default;
9606
9606
 
9607
9607
  // #endregion
@@ -10425,7 +10425,7 @@ $input-separator-opacity: .5 !default;
10425
10425
  &.k-state-focused,
10426
10426
  &.k-state-focused:active {
10427
10427
  &::after {
10428
- background-color: $clear-button-text;
10428
+ background-color: currentColor;
10429
10429
  opacity: $clear-button-focused-opacity;
10430
10430
  display: block;
10431
10431
  }
@@ -34323,7 +34323,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
34323
34323
  border-color: inherit;
34324
34324
  display: flex;
34325
34325
  flex-direction: row;
34326
- align-items: start;
34326
+ align-items: flex-start;
34327
34327
  position: relative;
34328
34328
  }
34329
34329
  .k-spreadsheet-sheets-bar-add {
@@ -35976,7 +35976,7 @@ $pivotgrid-remove-text: null !default;
35976
35976
  .k-pivot-toolbar {
35977
35977
  border-width: 0 0 1px;
35978
35978
  border-style: solid;
35979
- align-items: start;
35979
+ align-items: flex-start;
35980
35980
  flex-wrap: wrap;
35981
35981
 
35982
35982
  > * {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-bootstrap",
3
3
  "description": "Bootstrap theme for Kendo UI",
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": [
@@ -49,8 +49,8 @@
49
49
  "postpublish": "echo 'no postpublish for bootstrap theme'"
50
50
  },
51
51
  "dependencies": {
52
- "@progress/kendo-theme-default": "^5.0.0-next.1",
52
+ "@progress/kendo-theme-default": "^5.0.0-next.2",
53
53
  "bootstrap": "^5.1.0"
54
54
  },
55
- "gitHead": "a02f8a2db78488e03c49d45ef429d5c1be4320f3"
55
+ "gitHead": "addf6ff1c4a1f6942c086ce0b5c514dee9ec0685"
56
56
  }
@@ -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: #6c757d !default;
131
- $clear-button-hover-text: $button-text !default;
130
+ $clear-button-text: inherit !default;
131
+ $clear-button-hover-text: inherit !default;
132
132
  $clear-button-focused-opacity: .1 !default;
@@ -92,5 +92,5 @@ $input-icon-opacity: null !default;
92
92
 
93
93
 
94
94
  // Input separator
95
- $input-separator-color: $clear-button-text !default;
95
+ $input-separator-color: $input-text !default;
96
96
  $input-separator-opacity: .5 !default;