@progress/kendo-theme-material 7.2.1-dev.5 → 7.2.1-dev.7

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 CHANGED
@@ -33473,14 +33473,6 @@ select.k-picker-lg {
33473
33473
  color: #f31700;
33474
33474
  }
33475
33475
 
33476
- .k-input-solid.k-valid {
33477
- border-color: #37b400;
33478
- }
33479
-
33480
- .k-input-solid.k-valid .k-input-validation-icon {
33481
- color: #37b400;
33482
- }
33483
-
33484
33476
  .k-input-solid .k-input-prefix {
33485
33477
  color: rgba(0, 0, 0, 0.54);
33486
33478
  }
@@ -33525,14 +33517,6 @@ select.k-picker-lg {
33525
33517
  color: #f31700;
33526
33518
  }
33527
33519
 
33528
- .k-picker-solid.k-valid {
33529
- border-color: #37b400;
33530
- }
33531
-
33532
- .k-picker-solid.k-valid .k-input-validation-icon {
33533
- color: #37b400;
33534
- }
33535
-
33536
33520
  .k-input-outline {
33537
33521
  border-color: rgba(0, 0, 0, 0.38);
33538
33522
  color: rgba(0, 0, 0, 0.87);
@@ -33577,14 +33561,6 @@ select.k-picker-lg {
33577
33561
  color: #f31700;
33578
33562
  }
33579
33563
 
33580
- .k-input-outline.k-valid {
33581
- border-color: #37b400;
33582
- }
33583
-
33584
- .k-input-outline.k-valid .k-input-validation-icon {
33585
- color: #37b400;
33586
- }
33587
-
33588
33564
  .k-input-outline .k-input-prefix {
33589
33565
  color: rgba(0, 0, 0, 0.54);
33590
33566
  }
@@ -33630,14 +33606,6 @@ select.k-picker-lg {
33630
33606
  color: #f31700;
33631
33607
  }
33632
33608
 
33633
- .k-picker-outline.k-valid {
33634
- border-color: #37b400;
33635
- }
33636
-
33637
- .k-picker-outline.k-valid .k-input-validation-icon {
33638
- color: #37b400;
33639
- }
33640
-
33641
33609
  .k-input-flat {
33642
33610
  border-color: rgba(0, 0, 0, 0.38);
33643
33611
  color: rgba(0, 0, 0, 0.87);
@@ -33669,14 +33637,6 @@ select.k-picker-lg {
33669
33637
  color: #f31700;
33670
33638
  }
33671
33639
 
33672
- .k-input-flat.k-valid {
33673
- border-color: #37b400;
33674
- }
33675
-
33676
- .k-input-flat.k-valid .k-input-validation-icon {
33677
- color: #37b400;
33678
- }
33679
-
33680
33640
  .k-input-flat .k-input-prefix {
33681
33641
  color: rgba(0, 0, 0, 0.54);
33682
33642
  }
@@ -33720,14 +33680,6 @@ select.k-picker-lg {
33720
33680
  color: #f31700;
33721
33681
  }
33722
33682
 
33723
- .k-picker-flat.k-valid {
33724
- border-color: #37b400;
33725
- }
33726
-
33727
- .k-picker-flat.k-valid .k-input-validation-icon {
33728
- color: #37b400;
33729
- }
33730
-
33731
33683
  .k-floating-label-container {
33732
33684
  padding-top: 20px;
33733
33685
  box-sizing: border-box;
@@ -45415,11 +45367,13 @@ kendo-grid .k-grid-row-sticky .k-table-td {
45415
45367
  background-color: #3f51b5;
45416
45368
  }
45417
45369
 
45418
- .k-grid-header .k-table-thead > .k-table-row:not(:only-child) > .k-table-th {
45370
+ .k-grid-header .k-table-thead > .k-table-row:not(:only-child) > .k-table-th,
45371
+ .k-grid-header .k-table-thead > .k-table-row:not(:only-child) > .k-table-td {
45419
45372
  border-inline-start-color: rgba(0, 0, 0, 0.12);
45420
45373
  }
45421
45374
 
45422
- .k-grid-header .k-table-thead > .k-table-row:not(:only-child) > .k-table-th.k-grid-header-sticky {
45375
+ .k-grid-header .k-table-thead > .k-table-row:not(:only-child) > .k-table-th.k-grid-header-sticky,
45376
+ .k-grid-header .k-table-thead > .k-table-row:not(:only-child) > .k-table-td.k-grid-header-sticky {
45423
45377
  border-inline-color: rgba(0, 0, 0, 0.5);
45424
45378
  }
45425
45379
 
package/dist/all.scss CHANGED
@@ -25133,13 +25133,6 @@ $kendo-input-invalid-border: $kendo-invalid-border !default;
25133
25133
  /// @group input
25134
25134
  $kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
25135
25135
 
25136
- /// The border color of the valid Input components.
25137
- /// @group input
25138
- $kendo-input-valid-border: $kendo-valid-border !default;
25139
- /// The shadow of the valid Input components.
25140
- /// @group input
25141
- $kendo-input-valid-shadow: $kendo-valid-shadow !default;
25142
-
25143
25136
  /// The background color of the Picker components.
25144
25137
  /// @group picker
25145
25138
  $kendo-picker-bg: $kendo-input-bg !default;
@@ -27299,23 +27292,6 @@ $_kendo-module-meta: (
27299
27292
  }
27300
27293
  }
27301
27294
 
27302
- // Valid
27303
- &.k-valid {
27304
- @include fill( $border: $kendo-input-valid-border );
27305
-
27306
- .k-input-validation-icon {
27307
- color: $kendo-valid-text;
27308
- }
27309
-
27310
- &:focus,
27311
- &.k-focus {
27312
- @include focus-indicator( $kendo-input-valid-shadow );
27313
- }
27314
- &:focus-within {
27315
- @include focus-indicator( $kendo-input-valid-shadow );
27316
- }
27317
- }
27318
-
27319
27295
  // Prefix & Suffix
27320
27296
  .k-input-prefix {
27321
27297
  color: $kendo-input-prefix-text;
@@ -27404,23 +27380,6 @@ $_kendo-module-meta: (
27404
27380
  @include focus-indicator( $kendo-input-invalid-shadow );
27405
27381
  }
27406
27382
  }
27407
-
27408
- // Valid
27409
- &.k-valid {
27410
- @include fill( $border: $kendo-input-valid-border );
27411
-
27412
- .k-input-validation-icon {
27413
- color: $kendo-valid-text;
27414
- }
27415
-
27416
- &:focus,
27417
- &.k-focus {
27418
- @include focus-indicator( $kendo-input-valid-shadow );
27419
- }
27420
- &:focus-within {
27421
- @include focus-indicator( $kendo-input-valid-shadow );
27422
- }
27423
- }
27424
27383
  }
27425
27384
 
27426
27385
 
@@ -27506,23 +27465,6 @@ $_kendo-module-meta: (
27506
27465
  }
27507
27466
  }
27508
27467
 
27509
- // Valid
27510
- &.k-valid {
27511
- @include fill( $border: $kendo-input-valid-border );
27512
-
27513
- .k-input-validation-icon {
27514
- color: $kendo-valid-text;
27515
- }
27516
-
27517
- &:focus,
27518
- &.k-focus {
27519
- @include focus-indicator( $kendo-input-valid-shadow );
27520
- }
27521
- &:focus-within {
27522
- @include focus-indicator( $kendo-input-valid-shadow );
27523
- }
27524
- }
27525
-
27526
27468
  // Prefix & Suffix
27527
27469
  .k-input-prefix {
27528
27470
  color: $kendo-input-prefix-text;
@@ -27617,23 +27559,6 @@ $_kendo-module-meta: (
27617
27559
  @include focus-indicator( $kendo-input-invalid-shadow );
27618
27560
  }
27619
27561
  }
27620
-
27621
- // Valid
27622
- &.k-valid {
27623
- @include fill( $border: $kendo-input-valid-border );
27624
-
27625
- .k-input-validation-icon {
27626
- color: $kendo-valid-text;
27627
- }
27628
-
27629
- &:focus,
27630
- &.k-focus {
27631
- @include focus-indicator( $kendo-input-valid-shadow );
27632
- }
27633
- &:focus-within {
27634
- @include focus-indicator( $kendo-input-valid-shadow );
27635
- }
27636
- }
27637
27562
  }
27638
27563
 
27639
27564
 
@@ -27706,23 +27631,6 @@ $_kendo-module-meta: (
27706
27631
  }
27707
27632
  }
27708
27633
 
27709
- // Valid
27710
- &.k-valid {
27711
- @include fill( $border: $kendo-input-valid-border );
27712
-
27713
- .k-input-validation-icon {
27714
- color: $kendo-valid-text;
27715
- }
27716
-
27717
- &:focus,
27718
- &.k-focus {
27719
- @include focus-indicator( $kendo-input-valid-shadow );
27720
- }
27721
- &:focus-within {
27722
- @include focus-indicator( $kendo-input-valid-shadow );
27723
- }
27724
- }
27725
-
27726
27634
  // Prefix & Suffix
27727
27635
  .k-input-prefix {
27728
27636
  color: $kendo-input-prefix-text;
@@ -27817,23 +27725,6 @@ $_kendo-module-meta: (
27817
27725
  @include focus-indicator( $kendo-input-invalid-shadow );
27818
27726
  }
27819
27727
  }
27820
-
27821
- // Valid
27822
- &.k-valid {
27823
- @include fill( $border: $kendo-input-valid-border );
27824
-
27825
- .k-input-validation-icon {
27826
- color: $kendo-valid-text;
27827
- }
27828
-
27829
- &:focus,
27830
- &.k-focus {
27831
- @include focus-indicator( $kendo-input-valid-shadow );
27832
- }
27833
- &:focus-within {
27834
- @include focus-indicator( $kendo-input-valid-shadow );
27835
- }
27836
- }
27837
27728
  }
27838
27729
 
27839
27730
  }
@@ -50066,7 +49957,7 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
50066
49957
  }
50067
49958
  }
50068
49959
  }
50069
-
49960
+
50070
49961
  }
50071
49962
 
50072
49963
  .k-grid-pager:focus,
@@ -50156,7 +50047,8 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
50156
50047
  }
50157
50048
  }
50158
50049
 
50159
- .k-table-thead > .k-table-row:not(:only-child) > .k-table-th {
50050
+ .k-table-thead > .k-table-row:not(:only-child) > .k-table-th,
50051
+ .k-table-thead > .k-table-row:not(:only-child) > .k-table-td {
50160
50052
  border-inline-start-color: $kendo-grid-border;
50161
50053
 
50162
50054
  &.k-grid-header-sticky {
@@ -50696,107 +50588,266 @@ $_kendo-module-meta: (
50696
50588
 
50697
50589
 
50698
50590
  // Spreadsheet
50591
+
50592
+ /// The width of the border around the Spreadsheet.
50593
+ /// @group spreadsheet
50699
50594
  $kendo-spreadsheet-border-width: 1px !default;
50595
+ /// The font family of the Spreadsheet.
50596
+ /// @group spreadsheet
50700
50597
  $kendo-spreadsheet-font-family: $kendo-font-family !default;
50598
+ /// The font size of the Spreadsheet.
50599
+ /// @group spreadsheet
50701
50600
  $kendo-spreadsheet-font-size: $kendo-font-size-md !default;
50601
+ /// The line height of the Spreadsheet.
50602
+ /// @group spreadsheet
50702
50603
  $kendo-spreadsheet-line-height: $kendo-line-height-md !default;
50703
50604
 
50605
+ /// The background color of the Spreadsheet.
50606
+ /// @group spreadsheet
50704
50607
  $kendo-spreadsheet-bg: $kendo-component-bg !default;
50608
+ /// The text color of the Spreadsheet.
50609
+ /// @group spreadsheet
50705
50610
  $kendo-spreadsheet-text: $kendo-component-text !default;
50611
+ /// The border color of the Spreadsheet.
50612
+ /// @group spreadsheet
50706
50613
  $kendo-spreadsheet-border: $kendo-component-border !default;
50707
50614
 
50615
+ /// The background color of the Spreadsheet header.
50616
+ /// @group spreadsheet
50708
50617
  $kendo-spreadsheet-header-bg: $kendo-component-bg !default;
50618
+ /// The text color of the Spreadsheet header.
50619
+ /// @group spreadsheet
50709
50620
  $kendo-spreadsheet-header-text: $kendo-component-text !default;
50621
+ /// The border color of the Spreadsheet header.
50622
+ /// @group spreadsheet
50710
50623
  $kendo-spreadsheet-header-border: $kendo-component-border !default;
50624
+ /// The gradient of the Spreadsheet header.
50625
+ /// @group spreadsheet
50711
50626
  $kendo-spreadsheet-header-gradient: null !default;
50712
50627
 
50628
+ /// The background color of the Spreadsheet table headers.
50629
+ /// @group spreadsheet
50713
50630
  $kendo-spreadsheet-table-header-bg: material-color( gray, 100 ) !default;
50631
+ /// The text color of the Spreadsheet table headers.
50632
+ /// @group spreadsheet
50714
50633
  $kendo-spreadsheet-table-header-text: $kendo-component-header-text !default;
50634
+ /// The border color of the Spreadsheet table headers.
50635
+ /// @group spreadsheet
50715
50636
  $kendo-spreadsheet-table-header-border: $kendo-component-header-border !default;
50637
+ /// The gradient of the Spreadsheet table headers.
50638
+ /// @group spreadsheet
50716
50639
  $kendo-spreadsheet-table-header-gradient: null !default;
50717
50640
 
50641
+ /// The border width of the Spreadsheet action bar.
50642
+ /// @group spreadsheet
50718
50643
  $kendo-spreadsheet-action-bar-border-width: 1px !default;
50644
+ /// The horizontal padding of the Spreadsheet action bar.
50645
+ /// @group spreadsheet
50719
50646
  $kendo-spreadsheet-action-bar-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
50647
+ /// The vertical padding of the Spreadsheet action bar.
50648
+ /// @group spreadsheet
50720
50649
  $kendo-spreadsheet-action-bar-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
50650
+ /// The font size of the Spreadsheet action bar.
50651
+ /// @group spreadsheet
50721
50652
  $kendo-spreadsheet-action-bar-font-size: $kendo-spreadsheet-font-size !default;
50653
+ /// The font family of the Spreadsheet action bar.
50654
+ /// @group spreadsheet
50722
50655
  $kendo-spreadsheet-action-bar-font-family: Arial, Verdana, sans-serif !default;
50656
+ /// The spacings of the Spreadsheet action bar.
50657
+ /// @group spreadsheet
50723
50658
  $kendo-spreadsheet-action-bar-spacing: k-map-get( $kendo-spacing, 2 ) !default;
50724
50659
 
50660
+ /// The gap of the Spreadsheet formula bar.
50661
+ /// @group spreadsheet
50725
50662
  $kendo-spreadsheet-formula-bar-gap: k-map-get( $kendo-spacing, 2 ) !default;
50726
50663
 
50664
+ /// The horizontal padding of the Spreadsheet formula input.
50665
+ /// @group spreadsheet
50727
50666
  $kendo-spreadsheet-formula-input-padding-x: $kendo-input-padding-x !default;
50667
+ /// The vertical padding of the Spreadsheet formula input.
50668
+ /// @group spreadsheet
50728
50669
  $kendo-spreadsheet-formula-input-padding-y: $kendo-input-padding-y !default;
50670
+ /// The line height of the Spreadsheet formula input.
50671
+ /// @group spreadsheet
50729
50672
  $kendo-spreadsheet-formula-input-line-height: $kendo-input-line-height !default;
50730
50673
 
50674
+ /// The font family of the Spreadsheet view.
50675
+ /// @group spreadsheet
50731
50676
  $kendo-spreadsheet-view-font-family: Arial, Verdana, sans-serif !default;
50677
+ /// The font size of the Spreadsheet view.
50678
+ /// @group spreadsheet
50732
50679
  $kendo-spreadsheet-view-font-size: $kendo-spreadsheet-font-size !default;
50733
50680
 
50681
+ /// The background color of the Spreadsheet selection.
50682
+ /// @group spreadsheet
50734
50683
  $kendo-spreadsheet-selection-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 )) !default;
50684
+ /// The text color of the Spreadsheet selection.
50685
+ /// @group spreadsheet
50735
50686
  $kendo-spreadsheet-selection-text: null !default;
50687
+ /// The border color of the Spreadsheet selection.
50688
+ /// @group spreadsheet
50736
50689
  $kendo-spreadsheet-selection-border: $kendo-color-primary !default;
50690
+ /// The shadow of the Spreadsheet selection.
50691
+ /// @group spreadsheet
50737
50692
  $kendo-spreadsheet-selection-shadow: inset 0 0 0 1px $kendo-color-primary !default;
50738
50693
 
50694
+ /// The background color of the Spreadsheet single selection.
50695
+ /// @group spreadsheet
50739
50696
  $kendo-spreadsheet-single-selection-bg: $kendo-color-primary !default;
50697
+ /// The text color of the Spreadsheet single selection.
50698
+ /// @group spreadsheet
50740
50699
  $kendo-spreadsheet-single-selection-text: null !default;
50700
+ /// The border color of the Spreadsheet single selection.
50701
+ /// @group spreadsheet
50741
50702
  $kendo-spreadsheet-single-selection-border: $kendo-spreadsheet-bg !default;
50742
50703
 
50704
+ /// The background color of the Spreadsheet partial selection.
50705
+ /// @group spreadsheet
50743
50706
  $kendo-spreadsheet-partial-selection-bg: rgba( black, .04 ) !default;
50744
50707
 
50708
+ /// The background color of the Spreadsheet active cell.
50709
+ /// @group spreadsheet
50745
50710
  $kendo-spreadsheet-active-cell-bg: $kendo-component-bg !default;
50711
+ /// The shadow of the Spreadsheet active cell.
50712
+ /// @group spreadsheet
50746
50713
  $kendo-spreadsheet-active-cell-shadow: inset 0 0 0 1px $kendo-color-primary !default;
50747
50714
 
50715
+ /// The background color of the Spreadsheet auto fill.
50716
+ /// @group spreadsheet
50748
50717
  $kendo-spreadsheet-auto-fill-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 )) !default;
50718
+ /// The text color of the Spreadsheet auto fill.
50719
+ /// @group spreadsheet
50749
50720
  $kendo-spreadsheet-auto-fill-text: null !default;
50721
+ /// The border color of the Spreadsheet auto fill.
50722
+ /// @group spreadsheet
50750
50723
  $kendo-spreadsheet-auto-fill-border: $kendo-color-primary !default;
50724
+ /// The shadow of the Spreadsheet auto fill.
50725
+ /// @group spreadsheet
50751
50726
  $kendo-spreadsheet-auto-fill-shadow: inset 0 0 0 1px $kendo-color-primary !default;
50727
+ /// The background color of the Spreadsheet auto fill punch.
50728
+ /// @group spreadsheet
50752
50729
  $kendo-spreadsheet-auto-fill-punch-bg: if($kendo-enable-color-system, rgba( k-color( app-surface, true ), .5 ), rgba( $kendo-component-bg, .5 )) !default;
50753
50730
 
50731
+ /// The vertical padding of the Spreadsheet cell.
50732
+ /// @group spreadsheet
50754
50733
  $kendo-spreadsheet-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
50734
+ /// The horizontal padding of the Spreadsheet cell.
50735
+ /// @group spreadsheet
50755
50736
  $kendo-spreadsheet-cell-padding-x: $kendo-spreadsheet-cell-padding-y !default;
50756
50737
 
50738
+ /// The line height of the Spreadsheet cell editor.
50739
+ /// @group spreadsheet
50757
50740
  $kendo-spreadsheet-cell-editor-line-height: 20px !default;
50741
+ /// The horizontal padding of the Spreadsheet cell editor.
50742
+ /// @group spreadsheet
50758
50743
  $kendo-spreadsheet-cell-editor-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
50744
+ /// The vertical padding of the Spreadsheet cell editor.
50745
+ /// @group spreadsheet
50759
50746
  $kendo-spreadsheet-cell-editor-padding-y: 0px !default;
50747
+ /// The background color of the Spreadsheet cell editor.
50748
+ /// @group spreadsheet
50760
50749
  $kendo-spreadsheet-cell-editor-bg: $kendo-spreadsheet-bg !default;
50750
+ /// The text color of the Spreadsheet cell editor.
50751
+ /// @group spreadsheet
50761
50752
  $kendo-spreadsheet-cell-editor-text: $kendo-spreadsheet-text !default;
50753
+ /// The border color of the Spreadsheet cell editor.
50754
+ /// @group spreadsheet
50762
50755
  $kendo-spreadsheet-cell-editor-border: null !default;
50763
50756
 
50757
+ /// The background color of the Spreadsheet resize handle.
50758
+ /// @group spreadsheet
50764
50759
  $kendo-spreadsheet-resize-handle-bg: $kendo-color-primary !default;
50765
50760
 
50761
+ /// The border color of the Spreadsheet cell comment indicator.
50762
+ /// @group spreadsheet
50766
50763
  $kendo-spreadsheet-cell-comment-border: $kendo-color-primary !default;
50767
50764
 
50765
+ /// The border color of the Spreadsheet cell dirty indicator.
50766
+ /// @group spreadsheet
50768
50767
  $kendo-spreadsheet-cell-dirty-border: $kendo-color-error !default;
50769
50768
 
50769
+ /// The horizontal padding of the Spreadsheet sheets bar.
50770
+ /// @group spreadsheet
50770
50771
  $kendo-spreadsheet-sheets-bar-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
50772
+ /// The vertical padding of the Spreadsheet sheets bar.
50773
+ /// @group spreadsheet
50771
50774
  $kendo-spreadsheet-sheets-bar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
50775
+ /// The border width of the Spreadsheet sheets bar.
50776
+ /// @group spreadsheet
50772
50777
  $kendo-spreadsheet-sheets-bar-border-width: 1px !default;
50773
50778
 
50779
+ /// The border style of the Spreadsheet image Dialog.
50780
+ /// @group spreadsheet
50774
50781
  $kendo-spreadsheet-insert-image-dialog-border-style: dashed !default;
50782
+ /// The border width of the Spreadsheet image Dialog.
50783
+ /// @group spreadsheet
50775
50784
  $kendo-spreadsheet-insert-image-dialog-border-width: 2px !default;
50785
+ /// The bottom margin of the Spreadsheet image Dialog.
50786
+ /// @group spreadsheet
50776
50787
  $kendo-spreadsheet-insert-image-dialog-text-margin-bottom: 30px !default;
50788
+ /// The width of the Spreadsheet image Dialog preview.
50789
+ /// @group spreadsheet
50777
50790
  $kendo-spreadsheet-insert-image-dialog-preview-width: 355px !default;
50791
+ /// The height of the Spreadsheet image Dialog preview.
50792
+ /// @group spreadsheet
50778
50793
  $kendo-spreadsheet-insert-image-dialog-preview-height: 230px !default;
50794
+ /// The image of the Spreadsheet image Dialog preview.
50795
+ /// @group spreadsheet
50779
50796
  $kendo-spreadsheet-insert-image-dialog-preview-img: "image-default.png" !default;
50797
+ /// The border of the Spreadsheet image Dialog preview.
50798
+ /// @group spreadsheet
50780
50799
  $kendo-spreadsheet-insert-image-dialog-preview-border: $kendo-component-border !default;
50800
+ /// The border radius of the Spreadsheet image Dialog preview.
50801
+ /// @group spreadsheet
50781
50802
  $kendo-spreadsheet-insert-image-dialog-preview-border-radius: $kendo-border-radius-md !default;
50803
+ /// The shadow of the Spreadsheet image Dialog preview.
50804
+ /// @group spreadsheet
50782
50805
  $kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px rgba( black, .5 ) !default;
50806
+ /// The border radius of the Spreadsheet image Dialog preview overlay.
50807
+ /// @group spreadsheet
50783
50808
  $kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: $kendo-border-radius-md !default;
50809
+ /// The text color of the hovered Spreadsheet image Dialog preview.
50810
+ /// @group spreadsheet
50784
50811
  $kendo-spreadsheet-insert-image-dialog-overlay-hover-text: $kendo-component-bg !default;
50785
50812
 
50813
+ /// The width of the Spreadsheet drawing handle.
50814
+ /// @group spreadsheet
50786
50815
  $kendo-spreadsheet-drawing-handle-width: 6px !default;
50816
+ /// The height of the Spreadsheet drawing handle.
50817
+ /// @group spreadsheet
50787
50818
  $kendo-spreadsheet-drawing-handle-height: 6px !default;
50819
+ /// The border style of the Spreadsheet drawing handle.
50820
+ /// @group spreadsheet
50788
50821
  $kendo-spreadsheet-drawing-handle-border-style: solid !default;
50822
+ /// The border width of the Spreadsheet drawing handle.
50823
+ /// @group spreadsheet
50789
50824
  $kendo-spreadsheet-drawing-handle-border-width: 1px !default;
50825
+ /// The border color of the Spreadsheet drawing handle.
50826
+ /// @group spreadsheet
50790
50827
  $kendo-spreadsheet-drawing-handle-outline-color: $kendo-color-primary !default;
50828
+ /// The outline color of the Spreadsheet drawing handle.
50829
+ /// @group spreadsheet
50791
50830
  $kendo-spreadsheet-drawing-handle-border-color: $kendo-color-primary !default;
50831
+ /// The border color of the Spreadsheet drawing handle.
50832
+ /// @group spreadsheet
50792
50833
  $kendo-spreadsheet-drawing-handle-bg: $kendo-color-primary !default;
50834
+ /// The border radius of the Spreadsheet drawing handle.
50835
+ /// @group spreadsheet
50793
50836
  $kendo-spreadsheet-drawing-handle-border-radius: $kendo-border-radius-lg !default;
50794
50837
 
50838
+ /// The outline style of the Spreadsheet drawing.
50839
+ /// @group spreadsheet
50795
50840
  $kendo-spreadsheet-drawing-outline-style: solid !default;
50841
+ /// The outline width of the Spreadsheet drawing.
50842
+ /// @group spreadsheet
50796
50843
  $kendo-spreadsheet-drawing-outline-width: 2px !default;
50797
50844
 
50845
+ /// The background color of the Spreadsheet drawing anchor.
50846
+ /// @group spreadsheet
50798
50847
  $kendo-spreadsheet-drawing-anchor-bg: if($kendo-enable-color-system, rgba( k-color( secondary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) !default;
50799
50848
 
50849
+ /// The vertical spacing of the Spreadsheet DropZone.
50850
+ /// @group spreadsheet
50800
50851
  $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
50801
50852
 
50802
50853
  // #endregion