@progress/kendo-theme-bootstrap 9.1.0-dev.3 → 9.1.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 +1 -1
- package/dist/all.scss +13 -10
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +594 -540
- package/dist/meta/sassdoc-raw-data.json +276 -251
- package/dist/meta/variables.json +24 -20
- 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/scss/orgchart/_variables.scss +1 -1
- package/scss/splitter/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +3 -0
- package/scss/timeline/_variables.scss +5 -5
package/dist/all.scss
CHANGED
|
@@ -45007,6 +45007,9 @@ $kendo-stepper-label-padding-x: k-spacing(3) !default;
|
|
|
45007
45007
|
/// The vertical padding the Stepper label.
|
|
45008
45008
|
/// @group stepper
|
|
45009
45009
|
$kendo-stepper-label-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
|
|
45010
|
+
/// The border radius of the Stepper label.
|
|
45011
|
+
/// @group stepper
|
|
45012
|
+
$kendo-stepper-label-border-radius: k-border-radius(xxl) !default;
|
|
45010
45013
|
/// The width of the border around the Stepper.
|
|
45011
45014
|
/// @group stepper
|
|
45012
45015
|
$kendo-stepper-border-width: 0px !default;
|
|
@@ -45333,7 +45336,7 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
45333
45336
|
z-index: 1;
|
|
45334
45337
|
}
|
|
45335
45338
|
.k-step-label:only-child {
|
|
45336
|
-
@include border-radius(
|
|
45339
|
+
@include border-radius( $kendo-stepper-label-border-radius );
|
|
45337
45340
|
padding-block: $kendo-stepper-label-padding-y;
|
|
45338
45341
|
padding-inline: $kendo-stepper-label-padding-x;
|
|
45339
45342
|
border-width: 0;
|
|
@@ -45414,7 +45417,7 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
45414
45417
|
text-align: center;
|
|
45415
45418
|
}
|
|
45416
45419
|
.k-step-indicator + .k-step-label {
|
|
45417
|
-
margin-top: if($kendo-stepper-indicator-focus-offset > 0,
|
|
45420
|
+
margin-top: if($kendo-stepper-indicator-focus-offset > 0, k-spacing(1), 8px);
|
|
45418
45421
|
}
|
|
45419
45422
|
|
|
45420
45423
|
// Progressbar
|
|
@@ -47976,7 +47979,7 @@ $kendo-splitter-drag-handle-length: 20px !default;
|
|
|
47976
47979
|
$kendo-splitter-drag-handle-thickness: 2px !default;
|
|
47977
47980
|
/// The margin of the Splitter drag handle icon.
|
|
47978
47981
|
/// @group splitter
|
|
47979
|
-
$kendo-splitter-drag-icon-margin:
|
|
47982
|
+
$kendo-splitter-drag-icon-margin: k-spacing(2) !default;
|
|
47980
47983
|
/// The horizontal padding of the collapse icon in the Splitter.
|
|
47981
47984
|
/// @group splitter
|
|
47982
47985
|
$kendo-splitter-collapse-icon-padding-x: null !default;
|
|
@@ -63963,10 +63966,10 @@ $kendo-timeline-mobile-spacing-y: $kendo-padding-md-x !default;
|
|
|
63963
63966
|
|
|
63964
63967
|
/// The width of the Timeline track arrow.
|
|
63965
63968
|
/// @group timeline
|
|
63966
|
-
$kendo-timeline-track-arrow-width:
|
|
63969
|
+
$kendo-timeline-track-arrow-width: calc( #{k-spacing(19)} / 2 ) !default;
|
|
63967
63970
|
/// The height of the Timeline track arrow.
|
|
63968
63971
|
/// @group timeline
|
|
63969
|
-
$kendo-timeline-track-arrow-height:
|
|
63972
|
+
$kendo-timeline-track-arrow-height: calc( #{k-spacing(19)} / 2 ) !default;
|
|
63970
63973
|
|
|
63971
63974
|
/// The background color of the disabled Timeline track arrow.
|
|
63972
63975
|
/// @group timeline
|
|
@@ -63980,10 +63983,10 @@ $kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, colo
|
|
|
63980
63983
|
|
|
63981
63984
|
/// The size of the Timeline track.
|
|
63982
63985
|
/// @group timeline
|
|
63983
|
-
$kendo-timeline-track-size:
|
|
63986
|
+
$kendo-timeline-track-size: k-spacing(1.5) !default;
|
|
63984
63987
|
/// The bottom padding of the Timeline's track wrapper.
|
|
63985
63988
|
/// @group timeline
|
|
63986
|
-
$kendo-timeline-track-wrap-padding-bottom:
|
|
63989
|
+
$kendo-timeline-track-wrap-padding-bottom: calc( #{$kendo-timeline-track-size} / 2) !default;
|
|
63987
63990
|
/// The border width of the Timeline track.
|
|
63988
63991
|
/// @group timeline
|
|
63989
63992
|
$kendo-timeline-track-border-width: 1px !default;
|
|
@@ -63992,7 +63995,7 @@ $kendo-timeline-track-border-width: 1px !default;
|
|
|
63992
63995
|
$kendo-timeline-track-margin-bottom: k-spacing(4) !default;
|
|
63993
63996
|
/// The bottom offset of the Timeline track.
|
|
63994
63997
|
/// @group timeline
|
|
63995
|
-
$kendo-timeline-track-bottom-calc: calc(#{
|
|
63998
|
+
$kendo-timeline-track-bottom-calc: calc( calc(#{ $kendo-timeline-track-arrow-height } / 2) + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
|
|
63996
63999
|
/// The left offset of the Timeline track.
|
|
63997
64000
|
/// @group timeline
|
|
63998
64001
|
$kendo-timeline-track-start-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
|
|
@@ -64436,7 +64439,7 @@ $kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-o
|
|
|
64436
64439
|
|
|
64437
64440
|
.k-timeline-track-wrap {
|
|
64438
64441
|
position: relative;
|
|
64439
|
-
padding:
|
|
64442
|
+
padding: calc( #{$kendo-timeline-track-arrow-height} / 2 ) 0;
|
|
64440
64443
|
|
|
64441
64444
|
&::after {
|
|
64442
64445
|
top: auto;
|
|
@@ -66563,7 +66566,7 @@ $kendo-orgchart-line-fill: $kendo-base-border !default;
|
|
|
66563
66566
|
|
|
66564
66567
|
/// The height of the OrgChart connecting line.
|
|
66565
66568
|
/// @group orgchart
|
|
66566
|
-
$kendo-orgchart-line-v-height:
|
|
66569
|
+
$kendo-orgchart-line-v-height: k-spacing(6) !default;
|
|
66567
66570
|
|
|
66568
66571
|
// #endregion
|
|
66569
66572
|
// #region @import "./_layout.scss"; -> scss/orgchart/_layout.scss
|