@progress/kendo-theme-bootstrap 5.1.2-dev.4 → 5.1.2-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.
- package/dist/all.css +4 -0
- package/dist/all.scss +5 -0
- package/package.json +3 -3
- package/scss/pivotgrid/_variables.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -28808,6 +28808,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28808
28808
|
|
|
28809
28809
|
.k-pivotgrid-cell .k-icon {
|
|
28810
28810
|
cursor: pointer;
|
|
28811
|
+
padding-inline-end: 8px;
|
|
28811
28812
|
}
|
|
28812
28813
|
|
|
28813
28814
|
.k-pivotgrid-total {
|
|
@@ -29916,6 +29917,9 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
29916
29917
|
flex-shrink: 0;
|
|
29917
29918
|
display: inline-flex;
|
|
29918
29919
|
position: relative;
|
|
29920
|
+
border-width: 0 1px;
|
|
29921
|
+
border-style: solid;
|
|
29922
|
+
border-color: inherit;
|
|
29919
29923
|
}
|
|
29920
29924
|
|
|
29921
29925
|
.k-filemanager-upload-dialog .k-upload-files {
|
package/dist/all.scss
CHANGED
|
@@ -34113,6 +34113,7 @@ $pivotgrid-font-family: $font-family !default;
|
|
|
34113
34113
|
$pivotgrid-font-size: $font-size !default;
|
|
34114
34114
|
$pivotgrid-line-height: $line-height !default;
|
|
34115
34115
|
$pivotgrid-border-width: 1px !default;
|
|
34116
|
+
$pivotgrid-icon-spacing: 8px !default;
|
|
34116
34117
|
|
|
34117
34118
|
$pivotgrid-row-header-width: 300px !default;
|
|
34118
34119
|
$pivotgrid-column-header-height: 75px !default;
|
|
@@ -34358,6 +34359,7 @@ $pivotgrid-remove-text: null !default;
|
|
|
34358
34359
|
|
|
34359
34360
|
.k-pivotgrid-cell .k-icon {
|
|
34360
34361
|
cursor: pointer;
|
|
34362
|
+
padding-inline-end: $pivotgrid-icon-spacing;
|
|
34361
34363
|
}
|
|
34362
34364
|
|
|
34363
34365
|
.k-pivotgrid-total {
|
|
@@ -35897,6 +35899,9 @@ $filemanager-preview-icon-border: null !default;
|
|
|
35897
35899
|
flex-shrink: 0;
|
|
35898
35900
|
display: inline-flex;
|
|
35899
35901
|
position: relative;
|
|
35902
|
+
border-width: 0 1px;
|
|
35903
|
+
border-style: solid;
|
|
35904
|
+
border-color: inherit;
|
|
35900
35905
|
}
|
|
35901
35906
|
|
|
35902
35907
|
|
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.1.2-dev.
|
|
4
|
+
"version": "5.1.2-dev.5",
|
|
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.1.2-dev.
|
|
52
|
+
"@progress/kendo-theme-default": "^5.1.2-dev.5",
|
|
53
53
|
"bootstrap": "^5.1.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "b4a2644f36f4dd8559aadb2ce2eb3d08ef1e4c55"
|
|
56
56
|
}
|
|
@@ -6,6 +6,7 @@ $pivotgrid-font-family: $font-family !default;
|
|
|
6
6
|
$pivotgrid-font-size: $font-size !default;
|
|
7
7
|
$pivotgrid-line-height: $line-height !default;
|
|
8
8
|
$pivotgrid-border-width: 1px !default;
|
|
9
|
+
$pivotgrid-icon-spacing: 8px !default;
|
|
9
10
|
|
|
10
11
|
$pivotgrid-row-header-width: 300px !default;
|
|
11
12
|
$pivotgrid-column-header-height: 75px !default;
|