@progress/kendo-theme-bootstrap 5.7.0 → 5.8.1-dev.1
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 +9 -1
- package/dist/all.scss +10 -2
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +3 -3
package/dist/all.css
CHANGED
|
@@ -29361,6 +29361,10 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29361
29361
|
border-bottom-width: 1px;
|
|
29362
29362
|
}
|
|
29363
29363
|
|
|
29364
|
+
.k-pivotgrid-empty-cell:focus {
|
|
29365
|
+
outline: none;
|
|
29366
|
+
}
|
|
29367
|
+
|
|
29364
29368
|
.k-pivotgrid-column-headers {
|
|
29365
29369
|
overflow: hidden;
|
|
29366
29370
|
}
|
|
@@ -29425,6 +29429,10 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29425
29429
|
overflow: hidden;
|
|
29426
29430
|
}
|
|
29427
29431
|
|
|
29432
|
+
.k-pivotgrid-cell:focus {
|
|
29433
|
+
outline: none;
|
|
29434
|
+
}
|
|
29435
|
+
|
|
29428
29436
|
.k-pivotgrid-cell .k-icon {
|
|
29429
29437
|
cursor: pointer;
|
|
29430
29438
|
padding-inline-end: 8px;
|
|
@@ -35322,7 +35330,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35322
35330
|
|
|
35323
35331
|
.k-pdf-viewer-canvas > .k-search-panel, .k-pdf-viewer-canvas > .k-search-container {
|
|
35324
35332
|
width: max-content;
|
|
35325
|
-
margin-top: calc(-1.5em + -2.75rem + -
|
|
35333
|
+
margin-top: calc(-1.5em + -2.75rem + -4px);
|
|
35326
35334
|
border-width: 1px;
|
|
35327
35335
|
border-style: solid;
|
|
35328
35336
|
border-radius: 0.25rem;
|
package/dist/all.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated. Do not edit!
|
|
2
|
-
// baka:source
|
|
2
|
+
// baka:source packages/bootstrap/scss/all.scss
|
|
3
3
|
|
|
4
4
|
// #region @import "index.scss"; -> packages/bootstrap/scss/index.scss
|
|
5
5
|
// #region @import "core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
|
|
@@ -34934,6 +34934,10 @@ $pivotgrid-remove-text: null !default;
|
|
|
34934
34934
|
border-right-width: $pivotgrid-cell-border-width;
|
|
34935
34935
|
border-bottom-style: solid;
|
|
34936
34936
|
border-bottom-width: $pivotgrid-cell-border-width;
|
|
34937
|
+
|
|
34938
|
+
&:focus {
|
|
34939
|
+
outline: none;
|
|
34940
|
+
}
|
|
34937
34941
|
}
|
|
34938
34942
|
|
|
34939
34943
|
|
|
@@ -35004,6 +35008,10 @@ $pivotgrid-remove-text: null !default;
|
|
|
35004
35008
|
white-space: nowrap;
|
|
35005
35009
|
vertical-align: top;
|
|
35006
35010
|
overflow: hidden;
|
|
35011
|
+
|
|
35012
|
+
&:focus {
|
|
35013
|
+
outline: none;
|
|
35014
|
+
}
|
|
35007
35015
|
}
|
|
35008
35016
|
|
|
35009
35017
|
.k-pivotgrid-cell .k-icon {
|
|
@@ -43013,7 +43021,7 @@ $pdf-viewer-icon-size: calc( #{$icon-size} * 3 ) !default;
|
|
|
43013
43021
|
|
|
43014
43022
|
.k-pdf-viewer-canvas > .k-search-panel {
|
|
43015
43023
|
width: max-content;
|
|
43016
|
-
margin-top: calc( (#{$kendo-button-calc-size} + #{$pdf-viewer-search-panel-border-width} + ( 2 * #{$pdf-viewer-search-dialog-padding-y} )) * -1 );
|
|
43024
|
+
margin-top: calc( (#{$kendo-button-calc-size} + ( 2 * #{$pdf-viewer-search-panel-border-width} ) + ( 2 * #{$pdf-viewer-search-dialog-padding-y} )) * -1 );
|
|
43017
43025
|
border-width: $pdf-viewer-search-panel-border-width;
|
|
43018
43026
|
border-style: solid;
|
|
43019
43027
|
border-radius: $pdf-viewer-search-panel-border-radius;
|
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.
|
|
4
|
+
"version": "5.8.1-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@progress/kendo-theme-default": "^5.
|
|
46
|
+
"@progress/kendo-theme-default": "^5.8.1-dev.1",
|
|
47
47
|
"bootstrap": "^5.2.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"sass-build": "^1.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "817814b8a22fb067897401b95c6a6100fa490f71"
|
|
53
53
|
}
|