@progress/kendo-theme-bootstrap 8.0.0-dev.2 → 8.0.0-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 +327 -299
- package/dist/all.scss +48 -13
- package/dist/meta/sassdoc-data.json +596 -56
- package/dist/meta/sassdoc-raw-data.json +278 -28
- package/dist/meta/variables.json +4 -0
- 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 +6 -6
- package/scss/calendar/_variables.scss +22 -2
package/dist/all.scss
CHANGED
|
@@ -12915,9 +12915,9 @@ $kendo-utils: (
|
|
|
12915
12915
|
|
|
12916
12916
|
// Gap utility classes
|
|
12917
12917
|
$kendo-utils-gap: k-map-get( $kendo-utils, "gap" ) !default;
|
|
12918
|
-
@include generate-utils( gap, gap, $kendo-utils-gap );
|
|
12919
|
-
@include generate-utils( gap-x, column-gap, $kendo-utils-gap );
|
|
12920
|
-
@include generate-utils( gap-y, row-gap, $kendo-utils-gap );
|
|
12918
|
+
@include generate-utils( gap, gap, $kendo-utils-gap, $css-var: "spacing" );
|
|
12919
|
+
@include generate-utils( gap-x, column-gap, $kendo-utils-gap, $css-var: "spacing" );
|
|
12920
|
+
@include generate-utils( gap-y, row-gap, $kendo-utils-gap, $css-var: "spacing" );
|
|
12921
12921
|
|
|
12922
12922
|
}
|
|
12923
12923
|
|
|
@@ -14235,7 +14235,7 @@ $kendo-utils: (
|
|
|
14235
14235
|
@mixin kendo-utils--typography--font-weight() {
|
|
14236
14236
|
|
|
14237
14237
|
// Font weight utility classes
|
|
14238
|
-
@include generate-utils( font, font-weight, $kendo-font-weights, $css-var: "font" );
|
|
14238
|
+
@include generate-utils( font, font-weight, $kendo-font-weights, $css-var: "font-weight" );
|
|
14239
14239
|
|
|
14240
14240
|
|
|
14241
14241
|
// Legacy aliases
|
|
@@ -31561,10 +31561,20 @@ $kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default
|
|
|
31561
31561
|
|
|
31562
31562
|
// Multiview calendar
|
|
31563
31563
|
|
|
31564
|
+
/// The border radius of the range cells in the Multiview Calendar.
|
|
31565
|
+
/// @group calendar
|
|
31566
|
+
$kendo-calendar-range-cell-border-radius: k-border-radius(lg) !default;
|
|
31564
31567
|
|
|
31565
31568
|
// Calendar sizes
|
|
31569
|
+
|
|
31570
|
+
/// The font size of the small Calendar.
|
|
31571
|
+
/// @group calendar
|
|
31566
31572
|
$kendo-calendar-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
31573
|
+
/// The line height of the small Calendar.
|
|
31574
|
+
/// @group calendar
|
|
31567
31575
|
$kendo-calendar-sm-line-height: var( --kendo-line-height, normal ) !default;
|
|
31576
|
+
/// The size of the cells in the small Calendar.
|
|
31577
|
+
/// @group calendar
|
|
31568
31578
|
$kendo-calendar-sm-cell-size: 34px !default;
|
|
31569
31579
|
/// The horizontal padding of the cells in the small Calendar.
|
|
31570
31580
|
/// @group calendar
|
|
@@ -31573,10 +31583,15 @@ $kendo-calendar-sm-cell-padding-x: k-spacing(0.5) !default;
|
|
|
31573
31583
|
/// @group calendar
|
|
31574
31584
|
$kendo-calendar-sm-cell-padding-y: k-spacing(0.5) !default;
|
|
31575
31585
|
|
|
31586
|
+
/// The font size of the medium Calendar.
|
|
31587
|
+
/// @group calendar
|
|
31576
31588
|
$kendo-calendar-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
31589
|
+
/// The line height of the medium Calendar.
|
|
31590
|
+
/// @group calendar
|
|
31577
31591
|
$kendo-calendar-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
31592
|
+
/// The size of the cells in the medium Calendar.
|
|
31593
|
+
/// @group calendar
|
|
31578
31594
|
$kendo-calendar-md-cell-size: 38px !default;
|
|
31579
|
-
|
|
31580
31595
|
/// The horizontal padding of the cells in the medium Calendar.
|
|
31581
31596
|
/// @group calendar
|
|
31582
31597
|
$kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
|
|
@@ -31584,10 +31599,15 @@ $kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
|
|
|
31584
31599
|
/// @group calendar
|
|
31585
31600
|
$kendo-calendar-md-cell-padding-y: k-spacing(1) !default;
|
|
31586
31601
|
|
|
31602
|
+
/// The font size of the large Calendar.
|
|
31603
|
+
/// @group calendar
|
|
31587
31604
|
$kendo-calendar-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
31605
|
+
/// The line height of the large Calendar.
|
|
31606
|
+
/// @group calendar
|
|
31588
31607
|
$kendo-calendar-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
31608
|
+
/// The size of the cells in the large Calendar.
|
|
31609
|
+
/// @group calendar
|
|
31589
31610
|
$kendo-calendar-lg-cell-size: 42px !default;
|
|
31590
|
-
|
|
31591
31611
|
/// The horizontal padding of the cells in the large Calendar.
|
|
31592
31612
|
/// @group calendar
|
|
31593
31613
|
$kendo-calendar-lg-cell-padding-x: k-spacing(1) !default;
|
|
@@ -32095,15 +32115,15 @@ $kendo-calendar-sizes: (
|
|
|
32095
32115
|
}
|
|
32096
32116
|
}
|
|
32097
32117
|
|
|
32098
|
-
.k-range-start
|
|
32118
|
+
.k-range-start .k-calendar-cell-inner,
|
|
32119
|
+
.k-range-start .k-link {
|
|
32099
32120
|
border-color: inherit;
|
|
32100
|
-
border-
|
|
32101
|
-
border-bottom-right-radius: 0;
|
|
32121
|
+
border-radius: $kendo-calendar-range-cell-border-radius 0 0 $kendo-calendar-range-cell-border-radius;
|
|
32102
32122
|
}
|
|
32103
|
-
.k-range-end
|
|
32123
|
+
.k-range-end .k-calendar-cell-inner,
|
|
32124
|
+
.k-range-end .k-link {
|
|
32104
32125
|
border-color: inherit;
|
|
32105
|
-
border-
|
|
32106
|
-
border-bottom-left-radius: 0;
|
|
32126
|
+
border-radius: 0 $kendo-calendar-range-cell-border-radius $kendo-calendar-range-cell-border-radius 0;
|
|
32107
32127
|
}
|
|
32108
32128
|
.k-range-mid {
|
|
32109
32129
|
border-color: inherit;
|
|
@@ -32127,6 +32147,21 @@ $kendo-calendar-sizes: (
|
|
|
32127
32147
|
|
|
32128
32148
|
}
|
|
32129
32149
|
|
|
32150
|
+
.k-rtl .k-calendar-range,
|
|
32151
|
+
[dir="rtl"] .k-calendar-range,
|
|
32152
|
+
.k-calendar-range.k-rtl,
|
|
32153
|
+
.k-calendar-range[dir="rtl"] {
|
|
32154
|
+
|
|
32155
|
+
.k-range-start .k-calendar-cell-inner,
|
|
32156
|
+
.k-range-start .k-link {
|
|
32157
|
+
border-radius: 0 $kendo-calendar-range-cell-border-radius $kendo-calendar-range-cell-border-radius 0;
|
|
32158
|
+
}
|
|
32159
|
+
.k-range-end .k-calendar-cell-inner,
|
|
32160
|
+
.k-range-end .k-link {
|
|
32161
|
+
border-radius: $kendo-calendar-range-cell-border-radius 0 0 $kendo-calendar-range-cell-border-radius;
|
|
32162
|
+
}
|
|
32163
|
+
}
|
|
32164
|
+
|
|
32130
32165
|
}
|
|
32131
32166
|
|
|
32132
32167
|
|
|
@@ -51650,7 +51685,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-spacing(4) !default;
|
|
|
51650
51685
|
|
|
51651
51686
|
// Spreadsheet
|
|
51652
51687
|
.k-spreadsheet {
|
|
51653
|
-
width:
|
|
51688
|
+
width: 100%;
|
|
51654
51689
|
height: 600px;
|
|
51655
51690
|
border-width: $kendo-spreadsheet-border-width;
|
|
51656
51691
|
border-style: solid;
|