@progress/kendo-theme-bootstrap 5.6.1-dev.3 → 5.6.1-dev.4
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 -4
- package/dist/all.scss +2 -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/scss/calendar/_variables.scss +2 -2
package/dist/all.css
CHANGED
|
@@ -18451,9 +18451,9 @@ kendo-label > .k-label {
|
|
|
18451
18451
|
|
|
18452
18452
|
.k-calendar .k-calendar-cell-inner, .k-calendar .k-link {
|
|
18453
18453
|
border-radius: 0.375rem;
|
|
18454
|
-
padding: 0.
|
|
18455
|
-
padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.
|
|
18456
|
-
padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.
|
|
18454
|
+
padding: 0.25rem 0.25rem;
|
|
18455
|
+
padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.25rem);
|
|
18456
|
+
padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.25rem);
|
|
18457
18457
|
width: 100%;
|
|
18458
18458
|
height: 100%;
|
|
18459
18459
|
box-sizing: border-box;
|
|
@@ -33829,7 +33829,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33829
33829
|
}
|
|
33830
33830
|
|
|
33831
33831
|
.k-scheduler-yearview .k-day-indicator {
|
|
33832
|
-
margin-top: calc( 38px - (0.
|
|
33832
|
+
margin-top: calc( 38px - (0.25rem * 2));
|
|
33833
33833
|
width: 3px;
|
|
33834
33834
|
height: 3px;
|
|
33835
33835
|
border-radius: 50%;
|
package/dist/all.scss
CHANGED
|
@@ -18858,8 +18858,8 @@ $calendar-today-nav-hover-text: $link-hover-text !default;
|
|
|
18858
18858
|
$calendar-footer-padding-x: map-get( $spacing, 4 ) !default;
|
|
18859
18859
|
$calendar-footer-padding-y: map-get( $spacing, 2 ) !default;
|
|
18860
18860
|
|
|
18861
|
-
$calendar-cell-padding-x: map-get( $spacing,
|
|
18862
|
-
$calendar-cell-padding-y: map-get( $spacing,
|
|
18861
|
+
$calendar-cell-padding-x: map-get( $spacing, 1 ) !default;
|
|
18862
|
+
$calendar-cell-padding-y: map-get( $spacing, 1 ) !default;
|
|
18863
18863
|
$calendar-cell-line-height: $calendar-line-height !default;
|
|
18864
18864
|
$calendar-cell-border-radius: $kendo-border-radius-md !default;
|
|
18865
18865
|
|
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.6.1-dev.
|
|
4
|
+
"version": "5.6.1-dev.4",
|
|
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.6.1-dev.
|
|
46
|
+
"@progress/kendo-theme-default": "^5.6.1-dev.4",
|
|
47
47
|
"bootstrap": "^5.2.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"sass-build": "^0.0.1"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "ec73820fbd707fe409e334e0c3aa29af1a23b963"
|
|
53
53
|
}
|
|
@@ -28,8 +28,8 @@ $calendar-today-nav-hover-text: $link-hover-text !default;
|
|
|
28
28
|
$calendar-footer-padding-x: map-get( $spacing, 4 ) !default;
|
|
29
29
|
$calendar-footer-padding-y: map-get( $spacing, 2 ) !default;
|
|
30
30
|
|
|
31
|
-
$calendar-cell-padding-x: map-get( $spacing,
|
|
32
|
-
$calendar-cell-padding-y: map-get( $spacing,
|
|
31
|
+
$calendar-cell-padding-x: map-get( $spacing, 1 ) !default;
|
|
32
|
+
$calendar-cell-padding-y: map-get( $spacing, 1 ) !default;
|
|
33
33
|
$calendar-cell-line-height: $calendar-line-height !default;
|
|
34
34
|
$calendar-cell-border-radius: $kendo-border-radius-md !default;
|
|
35
35
|
|