@progress/kendo-theme-classic 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
@@ -32765,14 +32765,6 @@ select.k-picker-lg {
32765
32765
  color: #d92800;
32766
32766
  }
32767
32767
 
32768
- .k-input-solid.k-valid {
32769
- border-color: #3ea44e;
32770
- }
32771
-
32772
- .k-input-solid.k-valid .k-input-validation-icon {
32773
- color: #3ea44e;
32774
- }
32775
-
32776
32768
  .k-input-solid .k-input-prefix {
32777
32769
  color: #646464;
32778
32770
  }
@@ -32813,14 +32805,6 @@ select.k-picker-lg {
32813
32805
  color: #d92800;
32814
32806
  }
32815
32807
 
32816
- .k-picker-solid.k-valid {
32817
- border-color: #3ea44e;
32818
- }
32819
-
32820
- .k-picker-solid.k-valid .k-input-validation-icon {
32821
- color: #3ea44e;
32822
- }
32823
-
32824
32808
  .k-input-outline {
32825
32809
  border-color: rgba(39, 39, 39, 0.5);
32826
32810
  }
@@ -32858,14 +32842,6 @@ select.k-picker-lg {
32858
32842
  color: #d92800;
32859
32843
  }
32860
32844
 
32861
- .k-input-outline.k-valid {
32862
- border-color: #3ea44e;
32863
- }
32864
-
32865
- .k-input-outline.k-valid .k-input-validation-icon {
32866
- color: #3ea44e;
32867
- }
32868
-
32869
32845
  .k-input-outline .k-input-prefix {
32870
32846
  color: #646464;
32871
32847
  }
@@ -32905,14 +32881,6 @@ select.k-picker-lg {
32905
32881
  color: #d92800;
32906
32882
  }
32907
32883
 
32908
- .k-picker-outline.k-valid {
32909
- border-color: #3ea44e;
32910
- }
32911
-
32912
- .k-picker-outline.k-valid .k-input-validation-icon {
32913
- color: #3ea44e;
32914
- }
32915
-
32916
32884
  .k-input-flat {
32917
32885
  border-color: #cacaca;
32918
32886
  color: #272727;
@@ -32938,14 +32906,6 @@ select.k-picker-lg {
32938
32906
  color: #d92800;
32939
32907
  }
32940
32908
 
32941
- .k-input-flat.k-valid {
32942
- border-color: #3ea44e;
32943
- }
32944
-
32945
- .k-input-flat.k-valid .k-input-validation-icon {
32946
- color: #3ea44e;
32947
- }
32948
-
32949
32909
  .k-input-flat .k-input-prefix {
32950
32910
  color: #646464;
32951
32911
  }
@@ -32984,14 +32944,6 @@ select.k-picker-lg {
32984
32944
  color: #d92800;
32985
32945
  }
32986
32946
 
32987
- .k-picker-flat.k-valid {
32988
- border-color: #3ea44e;
32989
- }
32990
-
32991
- .k-picker-flat.k-valid .k-input-validation-icon {
32992
- color: #3ea44e;
32993
- }
32994
-
32995
32947
  .k-floating-label-container {
32996
32948
  padding-top: 20.0000000004px;
32997
32949
  box-sizing: border-box;
package/dist/all.scss CHANGED
@@ -23662,13 +23662,6 @@ $kendo-input-invalid-border: $kendo-invalid-border !default;
23662
23662
  /// @group input
23663
23663
  $kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
23664
23664
 
23665
- /// The border color of the valid Input components.
23666
- /// @group input
23667
- $kendo-input-valid-border: $kendo-valid-border !default;
23668
- /// The shadow of the valid Input components.
23669
- /// @group input
23670
- $kendo-input-valid-shadow: $kendo-valid-shadow !default;
23671
-
23672
23665
  /// The background color of the Picker components.
23673
23666
  /// @group picker
23674
23667
  $kendo-picker-bg: $kendo-button-bg !default;
@@ -25686,23 +25679,6 @@ $_kendo-module-meta: (
25686
25679
  }
25687
25680
  }
25688
25681
 
25689
- // Valid
25690
- &.k-valid {
25691
- @include fill( $border: $kendo-input-valid-border );
25692
-
25693
- .k-input-validation-icon {
25694
- color: $kendo-valid-text;
25695
- }
25696
-
25697
- &:focus,
25698
- &.k-focus {
25699
- @include focus-indicator( $kendo-input-valid-shadow );
25700
- }
25701
- &:focus-within {
25702
- @include focus-indicator( $kendo-input-valid-shadow );
25703
- }
25704
- }
25705
-
25706
25682
  // Prefix & Suffix
25707
25683
  .k-input-prefix {
25708
25684
  color: $kendo-input-prefix-text;
@@ -25791,23 +25767,6 @@ $_kendo-module-meta: (
25791
25767
  @include focus-indicator( $kendo-input-invalid-shadow );
25792
25768
  }
25793
25769
  }
25794
-
25795
- // Valid
25796
- &.k-valid {
25797
- @include fill( $border: $kendo-input-valid-border );
25798
-
25799
- .k-input-validation-icon {
25800
- color: $kendo-valid-text;
25801
- }
25802
-
25803
- &:focus,
25804
- &.k-focus {
25805
- @include focus-indicator( $kendo-input-valid-shadow );
25806
- }
25807
- &:focus-within {
25808
- @include focus-indicator( $kendo-input-valid-shadow );
25809
- }
25810
- }
25811
25770
  }
25812
25771
 
25813
25772
 
@@ -25893,23 +25852,6 @@ $_kendo-module-meta: (
25893
25852
  }
25894
25853
  }
25895
25854
 
25896
- // Valid
25897
- &.k-valid {
25898
- @include fill( $border: $kendo-input-valid-border );
25899
-
25900
- .k-input-validation-icon {
25901
- color: $kendo-valid-text;
25902
- }
25903
-
25904
- &:focus,
25905
- &.k-focus {
25906
- @include focus-indicator( $kendo-input-valid-shadow );
25907
- }
25908
- &:focus-within {
25909
- @include focus-indicator( $kendo-input-valid-shadow );
25910
- }
25911
- }
25912
-
25913
25855
  // Prefix & Suffix
25914
25856
  .k-input-prefix {
25915
25857
  color: $kendo-input-prefix-text;
@@ -26004,23 +25946,6 @@ $_kendo-module-meta: (
26004
25946
  @include focus-indicator( $kendo-input-invalid-shadow );
26005
25947
  }
26006
25948
  }
26007
-
26008
- // Valid
26009
- &.k-valid {
26010
- @include fill( $border: $kendo-input-valid-border );
26011
-
26012
- .k-input-validation-icon {
26013
- color: $kendo-valid-text;
26014
- }
26015
-
26016
- &:focus,
26017
- &.k-focus {
26018
- @include focus-indicator( $kendo-input-valid-shadow );
26019
- }
26020
- &:focus-within {
26021
- @include focus-indicator( $kendo-input-valid-shadow );
26022
- }
26023
- }
26024
25949
  }
26025
25950
 
26026
25951
 
@@ -26093,23 +26018,6 @@ $_kendo-module-meta: (
26093
26018
  }
26094
26019
  }
26095
26020
 
26096
- // Valid
26097
- &.k-valid {
26098
- @include fill( $border: $kendo-input-valid-border );
26099
-
26100
- .k-input-validation-icon {
26101
- color: $kendo-valid-text;
26102
- }
26103
-
26104
- &:focus,
26105
- &.k-focus {
26106
- @include focus-indicator( $kendo-input-valid-shadow );
26107
- }
26108
- &:focus-within {
26109
- @include focus-indicator( $kendo-input-valid-shadow );
26110
- }
26111
- }
26112
-
26113
26021
  // Prefix & Suffix
26114
26022
  .k-input-prefix {
26115
26023
  color: $kendo-input-prefix-text;
@@ -26204,23 +26112,6 @@ $_kendo-module-meta: (
26204
26112
  @include focus-indicator( $kendo-input-invalid-shadow );
26205
26113
  }
26206
26114
  }
26207
-
26208
- // Valid
26209
- &.k-valid {
26210
- @include fill( $border: $kendo-input-valid-border );
26211
-
26212
- .k-input-validation-icon {
26213
- color: $kendo-valid-text;
26214
- }
26215
-
26216
- &:focus,
26217
- &.k-focus {
26218
- @include focus-indicator( $kendo-input-valid-shadow );
26219
- }
26220
- &:focus-within {
26221
- @include focus-indicator( $kendo-input-valid-shadow );
26222
- }
26223
- }
26224
26115
  }
26225
26116
 
26226
26117
  }
@@ -48071,107 +47962,266 @@ $_kendo-module-meta: (
48071
47962
 
48072
47963
 
48073
47964
  // Spreadsheet
47965
+
47966
+ /// The width of the border around the Spreadsheet.
47967
+ /// @group spreadsheet
48074
47968
  $kendo-spreadsheet-border-width: 1px !default;
47969
+ /// The font family of the Spreadsheet.
47970
+ /// @group spreadsheet
48075
47971
  $kendo-spreadsheet-font-family: $kendo-font-family !default;
47972
+ /// The font size of the Spreadsheet.
47973
+ /// @group spreadsheet
48076
47974
  $kendo-spreadsheet-font-size: $kendo-font-size-md !default;
47975
+ /// The line height of the Spreadsheet.
47976
+ /// @group spreadsheet
48077
47977
  $kendo-spreadsheet-line-height: $kendo-line-height-md !default;
48078
47978
 
47979
+ /// The background color of the Spreadsheet.
47980
+ /// @group spreadsheet
48079
47981
  $kendo-spreadsheet-bg: $kendo-component-bg !default;
47982
+ /// The text color of the Spreadsheet.
47983
+ /// @group spreadsheet
48080
47984
  $kendo-spreadsheet-text: $kendo-component-text !default;
47985
+ /// The border color of the Spreadsheet.
47986
+ /// @group spreadsheet
48081
47987
  $kendo-spreadsheet-border: $kendo-component-border !default;
48082
47988
 
47989
+ /// The background color of the Spreadsheet header.
47990
+ /// @group spreadsheet
48083
47991
  $kendo-spreadsheet-header-bg: $kendo-component-header-bg !default;
47992
+ /// The text color of the Spreadsheet header.
47993
+ /// @group spreadsheet
48084
47994
  $kendo-spreadsheet-header-text: $kendo-component-header-text !default;
47995
+ /// The border color of the Spreadsheet header.
47996
+ /// @group spreadsheet
48085
47997
  $kendo-spreadsheet-header-border: $kendo-component-header-border !default;
47998
+ /// The gradient of the Spreadsheet header.
47999
+ /// @group spreadsheet
48086
48000
  $kendo-spreadsheet-header-gradient: $kendo-component-header-gradient !default;
48087
48001
 
48002
+ /// The background color of the Spreadsheet table headers.
48003
+ /// @group spreadsheet
48088
48004
  $kendo-spreadsheet-table-header-bg: $kendo-spreadsheet-header-bg !default;
48005
+ /// The text color of the Spreadsheet table headers.
48006
+ /// @group spreadsheet
48089
48007
  $kendo-spreadsheet-table-header-text: $kendo-spreadsheet-header-text !default;
48008
+ /// The border color of the Spreadsheet table headers.
48009
+ /// @group spreadsheet
48090
48010
  $kendo-spreadsheet-table-header-border: $kendo-spreadsheet-header-border !default;
48011
+ /// The gradient of the Spreadsheet table headers.
48012
+ /// @group spreadsheet
48091
48013
  $kendo-spreadsheet-table-header-gradient: $kendo-spreadsheet-header-gradient !default;
48092
48014
 
48015
+ /// The border width of the Spreadsheet action bar.
48016
+ /// @group spreadsheet
48093
48017
  $kendo-spreadsheet-action-bar-border-width: 1px !default;
48018
+ /// The horizontal padding of the Spreadsheet action bar.
48019
+ /// @group spreadsheet
48094
48020
  $kendo-spreadsheet-action-bar-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
48021
+ /// The vertical padding of the Spreadsheet action bar.
48022
+ /// @group spreadsheet
48095
48023
  $kendo-spreadsheet-action-bar-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
48024
+ /// The font size of the Spreadsheet action bar.
48025
+ /// @group spreadsheet
48096
48026
  $kendo-spreadsheet-action-bar-font-size: $kendo-spreadsheet-font-size !default;
48027
+ /// The font family of the Spreadsheet action bar.
48028
+ /// @group spreadsheet
48097
48029
  $kendo-spreadsheet-action-bar-font-family: Arial, Verdana, sans-serif !default;
48030
+ /// The spacings of the Spreadsheet action bar.
48031
+ /// @group spreadsheet
48098
48032
  $kendo-spreadsheet-action-bar-spacing: k-map-get( $kendo-spacing, 2 ) !default;
48099
48033
 
48034
+ /// The gap of the Spreadsheet formula bar.
48035
+ /// @group spreadsheet
48100
48036
  $kendo-spreadsheet-formula-bar-gap: k-map-get( $kendo-spacing, 2 ) !default;
48101
48037
 
48038
+ /// The horizontal padding of the Spreadsheet formula input.
48039
+ /// @group spreadsheet
48102
48040
  $kendo-spreadsheet-formula-input-padding-x: $kendo-input-padding-x !default;
48041
+ /// The vertical padding of the Spreadsheet formula input.
48042
+ /// @group spreadsheet
48103
48043
  $kendo-spreadsheet-formula-input-padding-y: $kendo-input-padding-y !default;
48044
+ /// The line height of the Spreadsheet formula input.
48045
+ /// @group spreadsheet
48104
48046
  $kendo-spreadsheet-formula-input-line-height: $kendo-input-line-height !default;
48105
48047
 
48048
+ /// The font family of the Spreadsheet view.
48049
+ /// @group spreadsheet
48106
48050
  $kendo-spreadsheet-view-font-family: Arial, Verdana, sans-serif !default;
48051
+ /// The font size of the Spreadsheet view.
48052
+ /// @group spreadsheet
48107
48053
  $kendo-spreadsheet-view-font-size: $kendo-spreadsheet-font-size !default;
48108
48054
 
48055
+ /// The background color of the Spreadsheet selection.
48056
+ /// @group spreadsheet
48109
48057
  $kendo-spreadsheet-selection-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) !default;
48058
+ /// The text color of the Spreadsheet selection.
48059
+ /// @group spreadsheet
48110
48060
  $kendo-spreadsheet-selection-text: null !default;
48061
+ /// The border color of the Spreadsheet selection.
48062
+ /// @group spreadsheet
48111
48063
  $kendo-spreadsheet-selection-border: $kendo-selected-bg !default;
48064
+ /// The shadow of the Spreadsheet selection.
48065
+ /// @group spreadsheet
48112
48066
  $kendo-spreadsheet-selection-shadow: inset 0 0 0 1px $kendo-selected-bg !default;
48113
48067
 
48068
+ /// The background color of the Spreadsheet single selection.
48069
+ /// @group spreadsheet
48114
48070
  $kendo-spreadsheet-single-selection-bg: $kendo-selected-bg !default;
48071
+ /// The text color of the Spreadsheet single selection.
48072
+ /// @group spreadsheet
48115
48073
  $kendo-spreadsheet-single-selection-text: null !default;
48074
+ /// The border color of the Spreadsheet single selection.
48075
+ /// @group spreadsheet
48116
48076
  $kendo-spreadsheet-single-selection-border: $kendo-spreadsheet-bg !default;
48117
48077
 
48078
+ /// The background color of the Spreadsheet partial selection.
48079
+ /// @group spreadsheet
48118
48080
  $kendo-spreadsheet-partial-selection-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) !default;
48119
48081
 
48082
+ /// The background color of the Spreadsheet active cell.
48083
+ /// @group spreadsheet
48120
48084
  $kendo-spreadsheet-active-cell-bg: $kendo-spreadsheet-bg !default;
48085
+ /// The shadow of the Spreadsheet active cell.
48086
+ /// @group spreadsheet
48121
48087
  $kendo-spreadsheet-active-cell-shadow: inset 0 0 0 1px $kendo-selected-bg !default;
48122
48088
 
48089
+ /// The background color of the Spreadsheet auto fill.
48090
+ /// @group spreadsheet
48123
48091
  $kendo-spreadsheet-auto-fill-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) !default;
48092
+ /// The text color of the Spreadsheet auto fill.
48093
+ /// @group spreadsheet
48124
48094
  $kendo-spreadsheet-auto-fill-text: null !default;
48095
+ /// The border color of the Spreadsheet auto fill.
48096
+ /// @group spreadsheet
48125
48097
  $kendo-spreadsheet-auto-fill-border: $kendo-selected-bg !default;
48098
+ /// The shadow of the Spreadsheet auto fill.
48099
+ /// @group spreadsheet
48126
48100
  $kendo-spreadsheet-auto-fill-shadow: inset 0 0 0 1px $kendo-selected-bg !default;
48101
+ /// The background color of the Spreadsheet auto fill punch.
48102
+ /// @group spreadsheet
48127
48103
  $kendo-spreadsheet-auto-fill-punch-bg: rgba( $kendo-spreadsheet-bg, .5 ) !default;
48128
48104
 
48105
+ /// The vertical padding of the Spreadsheet cell.
48106
+ /// @group spreadsheet
48129
48107
  $kendo-spreadsheet-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
48108
+ /// The horizontal padding of the Spreadsheet cell.
48109
+ /// @group spreadsheet
48130
48110
  $kendo-spreadsheet-cell-padding-x: $kendo-spreadsheet-cell-padding-y !default;
48131
48111
 
48112
+ /// The line height of the Spreadsheet cell editor.
48113
+ /// @group spreadsheet
48132
48114
  $kendo-spreadsheet-cell-editor-line-height: 20px !default;
48115
+ /// The horizontal padding of the Spreadsheet cell editor.
48116
+ /// @group spreadsheet
48133
48117
  $kendo-spreadsheet-cell-editor-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
48118
+ /// The vertical padding of the Spreadsheet cell editor.
48119
+ /// @group spreadsheet
48134
48120
  $kendo-spreadsheet-cell-editor-padding-y: 0px !default;
48121
+ /// The background color of the Spreadsheet cell editor.
48122
+ /// @group spreadsheet
48135
48123
  $kendo-spreadsheet-cell-editor-bg: $kendo-spreadsheet-bg !default;
48124
+ /// The text color of the Spreadsheet cell editor.
48125
+ /// @group spreadsheet
48136
48126
  $kendo-spreadsheet-cell-editor-text: $kendo-spreadsheet-text !default;
48127
+ /// The border color of the Spreadsheet cell editor.
48128
+ /// @group spreadsheet
48137
48129
  $kendo-spreadsheet-cell-editor-border: null !default;
48138
48130
 
48131
+ /// The background color of the Spreadsheet resize handle.
48132
+ /// @group spreadsheet
48139
48133
  $kendo-spreadsheet-resize-handle-bg: $kendo-color-primary !default;
48140
48134
 
48135
+ /// The border color of the Spreadsheet cell comment indicator.
48136
+ /// @group spreadsheet
48141
48137
  $kendo-spreadsheet-cell-comment-border: $kendo-color-primary !default;
48142
48138
 
48139
+ /// The border color of the Spreadsheet cell dirty indicator.
48140
+ /// @group spreadsheet
48143
48141
  $kendo-spreadsheet-cell-dirty-border: $kendo-color-error !default;
48144
48142
 
48143
+ /// The horizontal padding of the Spreadsheet sheets bar.
48144
+ /// @group spreadsheet
48145
48145
  $kendo-spreadsheet-sheets-bar-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
48146
+ /// The vertical padding of the Spreadsheet sheets bar.
48147
+ /// @group spreadsheet
48146
48148
  $kendo-spreadsheet-sheets-bar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
48149
+ /// The border width of the Spreadsheet sheets bar.
48150
+ /// @group spreadsheet
48147
48151
  $kendo-spreadsheet-sheets-bar-border-width: 1px !default;
48148
48152
 
48153
+ /// The border style of the Spreadsheet image Dialog.
48154
+ /// @group spreadsheet
48149
48155
  $kendo-spreadsheet-insert-image-dialog-border-style: dashed !default;
48156
+ /// The border width of the Spreadsheet image Dialog.
48157
+ /// @group spreadsheet
48150
48158
  $kendo-spreadsheet-insert-image-dialog-border-width: 2px !default;
48159
+ /// The bottom margin of the Spreadsheet image Dialog.
48160
+ /// @group spreadsheet
48151
48161
  $kendo-spreadsheet-insert-image-dialog-text-margin-bottom: 30px !default;
48162
+ /// The width of the Spreadsheet image Dialog preview.
48163
+ /// @group spreadsheet
48152
48164
  $kendo-spreadsheet-insert-image-dialog-preview-width: 355px !default;
48165
+ /// The height of the Spreadsheet image Dialog preview.
48166
+ /// @group spreadsheet
48153
48167
  $kendo-spreadsheet-insert-image-dialog-preview-height: 230px !default;
48168
+ /// The image of the Spreadsheet image Dialog preview.
48169
+ /// @group spreadsheet
48154
48170
  $kendo-spreadsheet-insert-image-dialog-preview-img: "image-default.png" !default;
48171
+ /// The border of the Spreadsheet image Dialog preview.
48172
+ /// @group spreadsheet
48155
48173
  $kendo-spreadsheet-insert-image-dialog-preview-border: $kendo-component-border !default;
48174
+ /// The border radius of the Spreadsheet image Dialog preview.
48175
+ /// @group spreadsheet
48156
48176
  $kendo-spreadsheet-insert-image-dialog-preview-border-radius: $kendo-border-radius-md !default;
48177
+ /// The shadow of the Spreadsheet image Dialog preview.
48178
+ /// @group spreadsheet
48157
48179
  $kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px rgba( black, .5 ) !default;
48180
+ /// The border radius of the Spreadsheet image Dialog preview overlay.
48181
+ /// @group spreadsheet
48158
48182
  $kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: $kendo-border-radius-md !default;
48183
+ /// The text color of the hovered Spreadsheet image Dialog preview.
48184
+ /// @group spreadsheet
48159
48185
  $kendo-spreadsheet-insert-image-dialog-overlay-hover-text: $kendo-component-bg !default;
48160
48186
 
48187
+ /// The width of the Spreadsheet drawing handle.
48188
+ /// @group spreadsheet
48161
48189
  $kendo-spreadsheet-drawing-handle-width: 6px !default;
48190
+ /// The height of the Spreadsheet drawing handle.
48191
+ /// @group spreadsheet
48162
48192
  $kendo-spreadsheet-drawing-handle-height: 6px !default;
48193
+ /// The border style of the Spreadsheet drawing handle.
48194
+ /// @group spreadsheet
48163
48195
  $kendo-spreadsheet-drawing-handle-border-style: solid !default;
48196
+ /// The border width of the Spreadsheet drawing handle.
48197
+ /// @group spreadsheet
48164
48198
  $kendo-spreadsheet-drawing-handle-border-width: 1px !default;
48199
+ /// The border color of the Spreadsheet drawing handle.
48200
+ /// @group spreadsheet
48165
48201
  $kendo-spreadsheet-drawing-handle-outline-color: $kendo-color-primary !default;
48202
+ /// The outline color of the Spreadsheet drawing handle.
48203
+ /// @group spreadsheet
48166
48204
  $kendo-spreadsheet-drawing-handle-border-color: $kendo-selected-bg !default;
48205
+ /// The border color of the Spreadsheet drawing handle.
48206
+ /// @group spreadsheet
48167
48207
  $kendo-spreadsheet-drawing-handle-bg: $kendo-color-primary !default;
48208
+ /// The border radius of the Spreadsheet drawing handle.
48209
+ /// @group spreadsheet
48168
48210
  $kendo-spreadsheet-drawing-handle-border-radius: $kendo-border-radius-lg !default;
48169
48211
 
48212
+ /// The outline style of the Spreadsheet drawing.
48213
+ /// @group spreadsheet
48170
48214
  $kendo-spreadsheet-drawing-outline-style: solid !default;
48215
+ /// The outline width of the Spreadsheet drawing.
48216
+ /// @group spreadsheet
48171
48217
  $kendo-spreadsheet-drawing-outline-width: 2px !default;
48172
48218
 
48219
+ /// The background color of the Spreadsheet drawing anchor.
48220
+ /// @group spreadsheet
48173
48221
  $kendo-spreadsheet-drawing-anchor-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) !default;
48174
48222
 
48223
+ /// The vertical spacing of the Spreadsheet DropZone.
48224
+ /// @group spreadsheet
48175
48225
  $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
48176
48226
 
48177
48227
  // #endregion