@progress/kendo-theme-classic 9.1.0-dev.2 → 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.
Files changed (38) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +13 -10
  3. package/dist/classic-green-dark.css +1 -1
  4. package/dist/classic-green.css +1 -1
  5. package/dist/classic-lavender-dark.css +1 -1
  6. package/dist/classic-lavender.css +1 -1
  7. package/dist/classic-main-dark.css +1 -1
  8. package/dist/classic-main.css +1 -1
  9. package/dist/classic-metro-dark.css +1 -1
  10. package/dist/classic-metro.css +1 -1
  11. package/dist/classic-moonlight.css +1 -1
  12. package/dist/classic-opal-dark.css +1 -1
  13. package/dist/classic-opal.css +1 -1
  14. package/dist/classic-silver-dark.css +1 -1
  15. package/dist/classic-silver.css +1 -1
  16. package/dist/classic-uniform.css +1 -1
  17. package/dist/meta/sassdoc-data.json +594 -540
  18. package/dist/meta/sassdoc-raw-data.json +277 -252
  19. package/dist/meta/variables.json +24 -20
  20. package/lib/swatches/classic-green-dark.json +1 -1
  21. package/lib/swatches/classic-green.json +1 -1
  22. package/lib/swatches/classic-lavender-dark.json +1 -1
  23. package/lib/swatches/classic-lavender.json +1 -1
  24. package/lib/swatches/classic-main-dark.json +1 -1
  25. package/lib/swatches/classic-main.json +1 -1
  26. package/lib/swatches/classic-metro-dark.json +1 -1
  27. package/lib/swatches/classic-metro.json +1 -1
  28. package/lib/swatches/classic-moonlight.json +1 -1
  29. package/lib/swatches/classic-opal-dark.json +1 -1
  30. package/lib/swatches/classic-opal.json +1 -1
  31. package/lib/swatches/classic-silver-dark.json +1 -1
  32. package/lib/swatches/classic-silver.json +1 -1
  33. package/lib/swatches/classic-uniform.json +1 -1
  34. package/package.json +5 -5
  35. package/scss/orgchart/_variables.scss +1 -1
  36. package/scss/splitter/_variables.scss +1 -1
  37. package/scss/stepper/_variables.scss +3 -0
  38. package/scss/timeline/_variables.scss +5 -5
package/dist/all.scss CHANGED
@@ -42684,6 +42684,9 @@ $kendo-stepper-label-padding-x: k-spacing(3) !default;
42684
42684
  /// The vertical padding the Stepper label.
42685
42685
  /// @group stepper
42686
42686
  $kendo-stepper-label-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
42687
+ /// The border radius of the Stepper label.
42688
+ /// @group stepper
42689
+ $kendo-stepper-label-border-radius: k-border-radius(xxxl) !default;
42687
42690
  /// The width of the border around the Stepper.
42688
42691
  /// @group stepper
42689
42692
  $kendo-stepper-border-width: 0px !default;
@@ -43010,7 +43013,7 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
43010
43013
  z-index: 1;
43011
43014
  }
43012
43015
  .k-step-label:only-child {
43013
- @include border-radius( k-math-div( ( $kendo-stepper-indicator-height + 2 * $kendo-stepper-indicator-border-width ), 2 ) );
43016
+ @include border-radius( $kendo-stepper-label-border-radius );
43014
43017
  padding-block: $kendo-stepper-label-padding-y;
43015
43018
  padding-inline: $kendo-stepper-label-padding-x;
43016
43019
  border-width: 0;
@@ -43091,7 +43094,7 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
43091
43094
  text-align: center;
43092
43095
  }
43093
43096
  .k-step-indicator + .k-step-label {
43094
- margin-top: if($kendo-stepper-indicator-focus-offset > 0, calc(8px - #{$kendo-stepper-indicator-focus-offset}), 8px);
43097
+ margin-top: if($kendo-stepper-indicator-focus-offset > 0, k-spacing(1), 8px);
43095
43098
  }
43096
43099
 
43097
43100
  // Progressbar
@@ -45653,7 +45656,7 @@ $kendo-splitter-drag-handle-length: 20px !default;
45653
45656
  $kendo-splitter-drag-handle-thickness: 2px !default;
45654
45657
  /// The margin of the Splitter drag handle icon.
45655
45658
  /// @group splitter
45656
- $kendo-splitter-drag-icon-margin: calc( #{k-spacing(3.5)} / 2 ) !default;
45659
+ $kendo-splitter-drag-icon-margin: k-spacing(2) !default;
45657
45660
  /// The horizontal padding of the collapse icon in the Splitter.
45658
45661
  /// @group splitter
45659
45662
  $kendo-splitter-collapse-icon-padding-x: null !default;
@@ -61148,10 +61151,10 @@ $kendo-timeline-mobile-spacing-y: k-spacing(4) !default;
61148
61151
 
61149
61152
  /// The width of the Timeline track arrow.
61150
61153
  /// @group timeline
61151
- $kendo-timeline-track-arrow-width: 30px !default;
61154
+ $kendo-timeline-track-arrow-width: k-spacing(7.5) !default;
61152
61155
  /// The height of the Timeline track arrow.
61153
61156
  /// @group timeline
61154
- $kendo-timeline-track-arrow-height: 30px !default;
61157
+ $kendo-timeline-track-arrow-height: k-spacing(7.5) !default;
61155
61158
 
61156
61159
  /// The background color of the disabled Timeline track arrow.
61157
61160
  /// @group timeline
@@ -61165,10 +61168,10 @@ $kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, colo
61165
61168
 
61166
61169
  /// The size of the Timeline track.
61167
61170
  /// @group timeline
61168
- $kendo-timeline-track-size: 6px !default;
61171
+ $kendo-timeline-track-size: k-spacing(1.5) !default;
61169
61172
  /// The bottom padding of the Timeline's track wrapper.
61170
61173
  /// @group timeline
61171
- $kendo-timeline-track-wrap-padding-bottom: k-math-div( $kendo-timeline-track-size, 2 ) !default;
61174
+ $kendo-timeline-track-wrap-padding-bottom: calc( #{$kendo-timeline-track-size} / 2) !default;
61172
61175
  /// The border width of the Timeline track.
61173
61176
  /// @group timeline
61174
61177
  $kendo-timeline-track-border-width: 1px !default;
@@ -61177,7 +61180,7 @@ $kendo-timeline-track-border-width: 1px !default;
61177
61180
  $kendo-timeline-track-margin-bottom: k-spacing(4) !default;
61178
61181
  /// The bottom offset of the Timeline track.
61179
61182
  /// @group timeline
61180
- $kendo-timeline-track-bottom-calc: calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
61183
+ $kendo-timeline-track-bottom-calc: calc( calc( #{$kendo-timeline-track-arrow-height} / 2) + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
61181
61184
  /// The left offset of the Timeline track.
61182
61185
  /// @group timeline
61183
61186
  $kendo-timeline-track-start-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
@@ -61621,7 +61624,7 @@ $kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-o
61621
61624
 
61622
61625
  .k-timeline-track-wrap {
61623
61626
  position: relative;
61624
- padding: k-math-div( $kendo-timeline-track-arrow-height, 2 ) 0;
61627
+ padding: calc( #{$kendo-timeline-track-arrow-height} / 2 ) 0;
61625
61628
 
61626
61629
  &::after {
61627
61630
  top: auto;
@@ -63660,7 +63663,7 @@ $kendo-orgchart-line-fill: $kendo-base-border !default;
63660
63663
 
63661
63664
  /// The height of the OrgChart connecting line.
63662
63665
  /// @group orgchart
63663
- $kendo-orgchart-line-v-height: 25px !default;
63666
+ $kendo-orgchart-line-v-height: k-spacing(6) !default;
63664
63667
 
63665
63668
  // #endregion
63666
63669
  // #region @import "./_layout.scss"; -> scss/orgchart/_layout.scss