@progress/kendo-theme-bootstrap 6.3.0 → 6.3.1-dev.0
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 +2 -2
- 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 +5 -5
package/dist/all.css
CHANGED
|
@@ -38013,8 +38013,8 @@ select.k-picker-lg {
|
|
|
38013
38013
|
}
|
|
38014
38014
|
|
|
38015
38015
|
.k-calendar-th {
|
|
38016
|
-
|
|
38017
|
-
|
|
38016
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, 38px);
|
|
38017
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, 38px);
|
|
38018
38018
|
font-size: 0.875rem;
|
|
38019
38019
|
line-height: 2;
|
|
38020
38020
|
text-transform: uppercase;
|
package/dist/all.scss
CHANGED
|
@@ -30347,8 +30347,8 @@ $kendo-calendar-sizes: (
|
|
|
30347
30347
|
.k-calendar-th {
|
|
30348
30348
|
padding-block: $kendo-calendar-header-cell-padding-y;
|
|
30349
30349
|
padding-inline: $kendo-calendar-header-cell-padding-x;
|
|
30350
|
-
|
|
30351
|
-
|
|
30350
|
+
inline-size: var( --INTERNAL--kendo-calendar-cell-size, $kendo-calendar-header-cell-width );
|
|
30351
|
+
block-size: var( --INTERNAL--kendo-calendar-cell-size, $kendo-calendar-header-cell-height );
|
|
30352
30352
|
font-size: $kendo-calendar-header-cell-font-size;
|
|
30353
30353
|
line-height: $kendo-calendar-header-cell-line-height;
|
|
30354
30354
|
text-transform: uppercase;
|
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": "6.3.0",
|
|
4
|
+
"version": "6.3.1-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@progress/kendo-font-icons": "1.4.2",
|
|
52
|
-
"@progress/kendo-theme-core": "6.3.0",
|
|
53
|
-
"@progress/kendo-theme-default": "6.3.0",
|
|
54
|
-
"@progress/kendo-theme-utils": "6.3.0",
|
|
52
|
+
"@progress/kendo-theme-core": "6.3.1-dev.0",
|
|
53
|
+
"@progress/kendo-theme-default": "6.3.1-dev.0",
|
|
54
|
+
"@progress/kendo-theme-utils": "6.3.1-dev.0",
|
|
55
55
|
"bootstrap": "5.2.1"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "f5a3aaf1f33a6c5fbc8347314d44052752d71a43"
|
|
58
58
|
}
|