@progress/kendo-theme-bootstrap 5.9.1-dev.1 → 5.9.1-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.
- package/dist/all.css +7 -2
- package/dist/all.scss +5 -1
- 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 +4 -4
- package/scss/calendar/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -18539,8 +18539,8 @@ kendo-label > .k-label {
|
|
|
18539
18539
|
.k-calendar-view {
|
|
18540
18540
|
margin: auto;
|
|
18541
18541
|
padding: 0 0.25rem;
|
|
18542
|
-
width:
|
|
18543
|
-
inline-size: var(--INTERNAL--kendo-calendar-view-width,
|
|
18542
|
+
width: 304px;
|
|
18543
|
+
inline-size: var(--INTERNAL--kendo-calendar-view-width, 304px);
|
|
18544
18544
|
min-height: 266px;
|
|
18545
18545
|
box-sizing: content-box;
|
|
18546
18546
|
gap: 1rem;
|
|
@@ -28631,6 +28631,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28631
28631
|
user-select: none;
|
|
28632
28632
|
position: absolute;
|
|
28633
28633
|
z-index: 2;
|
|
28634
|
+
overflow: hidden;
|
|
28634
28635
|
}
|
|
28635
28636
|
|
|
28636
28637
|
.k-spreadsheet-overflow {
|
|
@@ -28801,6 +28802,10 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28801
28802
|
position: relative;
|
|
28802
28803
|
}
|
|
28803
28804
|
|
|
28805
|
+
.k-spreadsheet-disabled-mask {
|
|
28806
|
+
position: absolute;
|
|
28807
|
+
}
|
|
28808
|
+
|
|
28804
28809
|
.k-spreadsheet .k-selection-wrapper {
|
|
28805
28810
|
position: relative;
|
|
28806
28811
|
cursor: cell;
|
package/dist/all.scss
CHANGED
|
@@ -19614,7 +19614,7 @@ $calendar-caption-font-size: null !default;
|
|
|
19614
19614
|
$calendar-caption-line-height: null !default;
|
|
19615
19615
|
$calendar-caption-font-weight: bold !default;
|
|
19616
19616
|
|
|
19617
|
-
$calendar-view-width: ($calendar-cell-size *
|
|
19617
|
+
$calendar-view-width: ($calendar-cell-size * 8) !default;
|
|
19618
19618
|
$calendar-view-height: ($calendar-cell-size * 7) !default;
|
|
19619
19619
|
$calendar-view-gap: k-map-get( $spacing, 4 ) !default;
|
|
19620
19620
|
|
|
@@ -34769,6 +34769,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34769
34769
|
user-select: none;
|
|
34770
34770
|
position: absolute;
|
|
34771
34771
|
z-index: 2;
|
|
34772
|
+
overflow: hidden;
|
|
34772
34773
|
}
|
|
34773
34774
|
.k-spreadsheet-overflow {
|
|
34774
34775
|
position: absolute;
|
|
@@ -34928,6 +34929,9 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34928
34929
|
position: relative;
|
|
34929
34930
|
}
|
|
34930
34931
|
|
|
34932
|
+
.k-spreadsheet-disabled-mask {
|
|
34933
|
+
position: absolute;
|
|
34934
|
+
}
|
|
34931
34935
|
|
|
34932
34936
|
// Selection
|
|
34933
34937
|
.k-spreadsheet .k-selection-wrapper {
|
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.9.1-dev.
|
|
4
|
+
"version": "5.9.1-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@progress/kendo-theme-core": "^5.9.1-dev.
|
|
49
|
-
"@progress/kendo-theme-default": "^5.9.1-dev.
|
|
48
|
+
"@progress/kendo-theme-core": "^5.9.1-dev.2",
|
|
49
|
+
"@progress/kendo-theme-default": "^5.9.1-dev.2",
|
|
50
50
|
"bootstrap": "^5.2.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"sass-build": "^1.0.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "b6b186f9fb09b89d7b2468e2786165e1c5c62ec2"
|
|
56
56
|
}
|
|
@@ -50,7 +50,7 @@ $calendar-caption-font-size: null !default;
|
|
|
50
50
|
$calendar-caption-line-height: null !default;
|
|
51
51
|
$calendar-caption-font-weight: bold !default;
|
|
52
52
|
|
|
53
|
-
$calendar-view-width: ($calendar-cell-size *
|
|
53
|
+
$calendar-view-width: ($calendar-cell-size * 8) !default;
|
|
54
54
|
$calendar-view-height: ($calendar-cell-size * 7) !default;
|
|
55
55
|
$calendar-view-gap: k-map-get( $spacing, 4 ) !default;
|
|
56
56
|
|