@progress/kendo-theme-bootstrap 6.1.1-dev.53 → 6.1.1-dev.66

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 (122) hide show
  1. package/dist/all.css +299 -196
  2. package/dist/all.scss +759 -391
  3. package/dist/meta/variables.json +16 -16
  4. package/lib/swatches/bootstrap-3-dark.json +1 -1
  5. package/lib/swatches/bootstrap-3.json +1 -1
  6. package/lib/swatches/bootstrap-4-dark.json +1 -1
  7. package/lib/swatches/bootstrap-4.json +1 -1
  8. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  9. package/lib/swatches/bootstrap-main-dark.json +1 -1
  10. package/lib/swatches/bootstrap-main.json +1 -1
  11. package/lib/swatches/bootstrap-nordic.json +1 -1
  12. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  13. package/lib/swatches/bootstrap-turquoise.json +1 -1
  14. package/lib/swatches/bootstrap-urban.json +1 -1
  15. package/lib/swatches/bootstrap-vintage.json +1 -1
  16. package/package.json +5 -5
  17. package/scss/action-buttons/_index.scss +1 -0
  18. package/scss/action-sheet/_index.scss +1 -0
  19. package/scss/adaptive/_index.scss +1 -0
  20. package/scss/appbar/_index.scss +1 -0
  21. package/scss/autocomplete/_index.scss +1 -0
  22. package/scss/avatar/_index.scss +1 -0
  23. package/scss/badge/_index.scss +1 -0
  24. package/scss/bottom-navigation/_index.scss +1 -0
  25. package/scss/breadcrumb/_index.scss +1 -0
  26. package/scss/button/_index.scss +1 -0
  27. package/scss/calendar/_index.scss +1 -0
  28. package/scss/captcha/_index.scss +1 -0
  29. package/scss/card/_index.scss +1 -0
  30. package/scss/chat/_index.scss +1 -0
  31. package/scss/checkbox/_index.scss +1 -0
  32. package/scss/chip/_index.scss +1 -0
  33. package/scss/color-preview/_index.scss +1 -0
  34. package/scss/coloreditor/_index.scss +2 -0
  35. package/scss/colorgradient/_index.scss +1 -0
  36. package/scss/colorpalette/_index.scss +2 -0
  37. package/scss/colorpicker/_index.scss +1 -0
  38. package/scss/combobox/_index.scss +1 -0
  39. package/scss/dataviz/_index.scss +1 -0
  40. package/scss/dateinput/_index.scss +1 -0
  41. package/scss/datepicker/_index.scss +1 -0
  42. package/scss/daterangepicker/_index.scss +1 -0
  43. package/scss/datetimepicker/_index.scss +1 -0
  44. package/scss/dialog/_index.scss +1 -0
  45. package/scss/draggable/_index.scss +1 -0
  46. package/scss/drawer/_index.scss +1 -0
  47. package/scss/dropdowngrid/_index.scss +1 -0
  48. package/scss/dropdownlist/_index.scss +1 -0
  49. package/scss/dropdowntree/_index.scss +1 -0
  50. package/scss/dropzone/_index.scss +1 -0
  51. package/scss/editor/_index.scss +1 -0
  52. package/scss/expansion-panel/_index.scss +1 -0
  53. package/scss/fab/_index.scss +1 -0
  54. package/scss/filemanager/_index.scss +1 -0
  55. package/scss/filter/_index.scss +1 -0
  56. package/scss/floating-label/_index.scss +1 -0
  57. package/scss/forms/_index.scss +1 -0
  58. package/scss/gantt/_index.scss +1 -0
  59. package/scss/grid/_index.scss +1 -0
  60. package/scss/grid/_theme.scss +2 -1
  61. package/scss/icons/_index.scss +1 -0
  62. package/scss/imageeditor/_index.scss +1 -0
  63. package/scss/input/_index.scss +1 -0
  64. package/scss/list/_index.scss +1 -0
  65. package/scss/listbox/_index.scss +1 -0
  66. package/scss/listgroup/_index.scss +1 -0
  67. package/scss/listview/_index.scss +1 -0
  68. package/scss/loader/_index.scss +1 -0
  69. package/scss/map/_index.scss +1 -0
  70. package/scss/maskedtextbox/_index.scss +1 -0
  71. package/scss/mediaplayer/_index.scss +1 -0
  72. package/scss/menu/_index.scss +1 -0
  73. package/scss/menu-button/_index.scss +1 -0
  74. package/scss/messagebox/_index.scss +1 -0
  75. package/scss/multiselect/_index.scss +1 -0
  76. package/scss/notification/_index.scss +1 -0
  77. package/scss/numerictextbox/_index.scss +1 -0
  78. package/scss/orgchart/_index.scss +2 -0
  79. package/scss/overlay/_index.scss +1 -0
  80. package/scss/pager/_index.scss +1 -1
  81. package/scss/panelbar/_index.scss +1 -0
  82. package/scss/pdf-viewer/_index.scss +1 -0
  83. package/scss/pivotgrid/_index.scss +1 -0
  84. package/scss/popover/_index.scss +2 -1
  85. package/scss/popup/_index.scss +1 -0
  86. package/scss/progressbar/_index.scss +1 -0
  87. package/scss/radio/_index.scss +1 -0
  88. package/scss/rating/_index.scss +1 -0
  89. package/scss/responsivepanel/_index.scss +1 -0
  90. package/scss/ripple/_index.scss +1 -0
  91. package/scss/scheduler/_index.scss +1 -0
  92. package/scss/scroller/_index.scss +1 -0
  93. package/scss/scrollview/_index.scss +1 -0
  94. package/scss/searchbox/_index.scss +1 -0
  95. package/scss/signature/_index.scss +3 -0
  96. package/scss/skeleton/_index.scss +1 -0
  97. package/scss/slider/_index.scss +1 -0
  98. package/scss/split-button/_index.scss +1 -0
  99. package/scss/splitter/_index.scss +1 -0
  100. package/scss/spreadsheet/_index.scss +1 -0
  101. package/scss/stepper/_index.scss +1 -0
  102. package/scss/switch/_index.scss +1 -0
  103. package/scss/table/_index.scss +1 -0
  104. package/scss/tabstrip/_index.scss +1 -0
  105. package/scss/taskboard/_index.scss +2 -0
  106. package/scss/textarea/_index.scss +1 -0
  107. package/scss/textbox/_index.scss +1 -0
  108. package/scss/tilelayout/_index.scss +1 -0
  109. package/scss/timedurationpicker/_index.scss +1 -0
  110. package/scss/timeline/_index.scss +1 -0
  111. package/scss/timepicker/_index.scss +1 -0
  112. package/scss/timeselector/_index.scss +1 -1
  113. package/scss/toolbar/_index.scss +1 -0
  114. package/scss/tooltip/_index.scss +1 -0
  115. package/scss/treelist/_index.scss +1 -0
  116. package/scss/treeview/_index.scss +1 -0
  117. package/scss/typography/_index.scss +1 -0
  118. package/scss/upload/_index.scss +1 -0
  119. package/scss/validator/_index.scss +1 -0
  120. package/scss/virtual-scroller/_index.scss +1 -0
  121. package/scss/window/_index.scss +1 -0
  122. package/scss/wizard/_index.scss +1 -0
package/dist/all.css CHANGED
@@ -1020,136 +1020,6 @@ kendo-sortable {
1020
1020
  color: white;
1021
1021
  }
1022
1022
 
1023
- .k-body,
1024
- .k-typography {
1025
- font-size: 1rem;
1026
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1027
- line-height: 1.5;
1028
- font-weight: 400;
1029
- margin: 0;
1030
- }
1031
-
1032
- .k-body p,
1033
- .k-typography p {
1034
- margin: 0 0 1rem;
1035
- }
1036
-
1037
- .k-h1 {
1038
- font-size: 2.5rem;
1039
- line-height: 1.2;
1040
- font-weight: 500;
1041
- margin: 0 0 0.5rem;
1042
- }
1043
-
1044
- .k-h2 {
1045
- font-size: 2rem;
1046
- line-height: 1.2;
1047
- font-weight: 500;
1048
- margin: 0 0 0.5rem;
1049
- }
1050
-
1051
- .k-h3 {
1052
- font-size: 1.75rem;
1053
- line-height: 1.2;
1054
- font-weight: 500;
1055
- margin: 0 0 0.5rem;
1056
- }
1057
-
1058
- .k-h4 {
1059
- font-size: 1.5rem;
1060
- line-height: 1.2;
1061
- font-weight: 500;
1062
- margin: 0 0 0.5rem;
1063
- }
1064
-
1065
- .k-h5 {
1066
- font-size: 1.25rem;
1067
- line-height: 1.2;
1068
- font-weight: 500;
1069
- margin: 0 0 0.5rem;
1070
- }
1071
-
1072
- .k-h6 {
1073
- font-size: 1rem;
1074
- line-height: 1.2;
1075
- font-weight: 500;
1076
- margin: 0 0 0.5rem;
1077
- }
1078
-
1079
- .k-paragraph {
1080
- font-size: 1rem;
1081
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1082
- line-height: 1.5;
1083
- font-weight: 400;
1084
- margin: 0 0 1rem;
1085
- }
1086
-
1087
- .k-pre,
1088
- .k-code {
1089
- font-size: 0.875rem;
1090
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1091
- line-height: 1.5;
1092
- font-weight: 400;
1093
- border-style: solid;
1094
- border-width: 1px;
1095
- }
1096
-
1097
- .k-pre {
1098
- padding-block: 16px;
1099
- padding-inline: 24px;
1100
- overflow: auto;
1101
- }
1102
-
1103
- .k-pre > .k-code {
1104
- padding: 0;
1105
- border-width: 0;
1106
- border-color: transparent;
1107
- background-color: transparent;
1108
- font-family: inherit;
1109
- font-size: inherit;
1110
- }
1111
-
1112
- .k-code {
1113
- padding-block: 0px;
1114
- padding-inline: 4px;
1115
- }
1116
-
1117
- .k-display-1 {
1118
- font-size: 5rem;
1119
- line-height: 1.2;
1120
- font-weight: 300;
1121
- }
1122
-
1123
- .k-display-2 {
1124
- font-size: 4.5rem;
1125
- line-height: 1.2;
1126
- font-weight: 300;
1127
- }
1128
-
1129
- .k-display-3 {
1130
- font-size: 4rem;
1131
- line-height: 1.2;
1132
- font-weight: 300;
1133
- }
1134
-
1135
- .k-display-4 {
1136
- font-size: 3.5rem;
1137
- line-height: 1.2;
1138
- font-weight: 300;
1139
- }
1140
-
1141
- .k-body {
1142
- color: #212529;
1143
- background-color: #ffffff;
1144
- }
1145
-
1146
- .k-pre,
1147
- .k-code {
1148
- border-color: #dee2e6;
1149
- color: #212529;
1150
- background-color: #f8f9fa;
1151
- }
1152
-
1153
1023
  .k-ratio-auto {
1154
1024
  aspect-ratio: auto;
1155
1025
  }
@@ -21448,6 +21318,136 @@ kendo-sortable {
21448
21318
  will-change: transform !important;
21449
21319
  }
21450
21320
 
21321
+ .k-body,
21322
+ .k-typography {
21323
+ font-size: 1rem;
21324
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
21325
+ line-height: 1.5;
21326
+ font-weight: 400;
21327
+ margin: 0;
21328
+ }
21329
+
21330
+ .k-body p,
21331
+ .k-typography p {
21332
+ margin: 0 0 1rem;
21333
+ }
21334
+
21335
+ .k-h1 {
21336
+ font-size: 2.5rem;
21337
+ line-height: 1.2;
21338
+ font-weight: 500;
21339
+ margin: 0 0 0.5rem;
21340
+ }
21341
+
21342
+ .k-h2 {
21343
+ font-size: 2rem;
21344
+ line-height: 1.2;
21345
+ font-weight: 500;
21346
+ margin: 0 0 0.5rem;
21347
+ }
21348
+
21349
+ .k-h3 {
21350
+ font-size: 1.75rem;
21351
+ line-height: 1.2;
21352
+ font-weight: 500;
21353
+ margin: 0 0 0.5rem;
21354
+ }
21355
+
21356
+ .k-h4 {
21357
+ font-size: 1.5rem;
21358
+ line-height: 1.2;
21359
+ font-weight: 500;
21360
+ margin: 0 0 0.5rem;
21361
+ }
21362
+
21363
+ .k-h5 {
21364
+ font-size: 1.25rem;
21365
+ line-height: 1.2;
21366
+ font-weight: 500;
21367
+ margin: 0 0 0.5rem;
21368
+ }
21369
+
21370
+ .k-h6 {
21371
+ font-size: 1rem;
21372
+ line-height: 1.2;
21373
+ font-weight: 500;
21374
+ margin: 0 0 0.5rem;
21375
+ }
21376
+
21377
+ .k-paragraph {
21378
+ font-size: 1rem;
21379
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
21380
+ line-height: 1.5;
21381
+ font-weight: 400;
21382
+ margin: 0 0 1rem;
21383
+ }
21384
+
21385
+ .k-pre,
21386
+ .k-code {
21387
+ font-size: 0.875rem;
21388
+ font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
21389
+ line-height: 1.5;
21390
+ font-weight: 400;
21391
+ border-style: solid;
21392
+ border-width: 1px;
21393
+ }
21394
+
21395
+ .k-pre {
21396
+ padding-block: 16px;
21397
+ padding-inline: 24px;
21398
+ overflow: auto;
21399
+ }
21400
+
21401
+ .k-pre > .k-code {
21402
+ padding: 0;
21403
+ border-width: 0;
21404
+ border-color: transparent;
21405
+ background-color: transparent;
21406
+ font-family: inherit;
21407
+ font-size: inherit;
21408
+ }
21409
+
21410
+ .k-code {
21411
+ padding-block: 0px;
21412
+ padding-inline: 4px;
21413
+ }
21414
+
21415
+ .k-display-1 {
21416
+ font-size: 5rem;
21417
+ line-height: 1.2;
21418
+ font-weight: 300;
21419
+ }
21420
+
21421
+ .k-display-2 {
21422
+ font-size: 4.5rem;
21423
+ line-height: 1.2;
21424
+ font-weight: 300;
21425
+ }
21426
+
21427
+ .k-display-3 {
21428
+ font-size: 4rem;
21429
+ line-height: 1.2;
21430
+ font-weight: 300;
21431
+ }
21432
+
21433
+ .k-display-4 {
21434
+ font-size: 3.5rem;
21435
+ line-height: 1.2;
21436
+ font-weight: 300;
21437
+ }
21438
+
21439
+ .k-body {
21440
+ color: #212529;
21441
+ background-color: #ffffff;
21442
+ }
21443
+
21444
+ .k-pre,
21445
+ .k-code {
21446
+ border-color: #dee2e6;
21447
+ color: #212529;
21448
+ background-color: #f8f9fa;
21449
+ }
21450
+
21451
21451
  @font-face {
21452
21452
  font-family: "WebComponentsIcons";
21453
21453
  font-style: normal;
@@ -25774,9 +25774,9 @@ kendo-sortable {
25774
25774
  .k-rtl .k-i-indent-increase,
25775
25775
  .k-rtl .k-i-indent-decrease,
25776
25776
  .k-rtl .k-i-caret-alt-right,
25777
- .k-rtl .k-i-caret-alt-down,
25777
+ .k-rtl .k-i-caret-alt-left,
25778
25778
  [dir="rtl"] .k-i-caret-alt-right,
25779
- [dir="rtl"] .k-i-caret-alt-down {
25779
+ [dir="rtl"] .k-i-caret-alt-left {
25780
25780
  transform: scaleX(-1);
25781
25781
  }
25782
25782
 
@@ -26650,7 +26650,8 @@ kendo-sortable {
26650
26650
  left: 0;
26651
26651
  }
26652
26652
 
26653
- [dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-icon {
26653
+ [dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-icon,
26654
+ [dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-svg-icon {
26654
26655
  transform: scaleX(-1);
26655
26656
  }
26656
26657
 
@@ -26666,7 +26667,8 @@ kendo-sortable {
26666
26667
  border-left-width: 0;
26667
26668
  }
26668
26669
 
26669
- [dir="rtl"] .k-listgroup-item-segmented > .k-select .k-icon {
26670
+ [dir="rtl"] .k-listgroup-item-segmented > .k-select .k-icon,
26671
+ [dir="rtl"] .k-listgroup-item-segmented > .k-select .k-svg-icon {
26670
26672
  transform: scaleX(-1);
26671
26673
  }
26672
26674
 
@@ -31385,7 +31387,8 @@ kendo-label > .k-label {
31385
31387
  flex-shrink: 0;
31386
31388
  }
31387
31389
 
31388
- .k-tooltip-button .k-icon {
31390
+ .k-tooltip-button .k-icon,
31391
+ .k-tooltip-button .k-svg-icon {
31389
31392
  color: inherit;
31390
31393
  vertical-align: top;
31391
31394
  }
@@ -31749,7 +31752,9 @@ textarea.k-input-inner {
31749
31752
  .k-input-validation-icon,
31750
31753
  .k-input-loading-icon,
31751
31754
  .k-input-prefix > .k-icon,
31752
- .k-input-suffix > .k-icon {
31755
+ .k-input-prefix > .k-svg-icon,
31756
+ .k-input-suffix > .k-icon,
31757
+ .k-input-suffix > .k-svg-icon {
31753
31758
  flex: none;
31754
31759
  align-self: center;
31755
31760
  display: inline-flex;
@@ -31879,11 +31884,13 @@ textarea.k-input-inner {
31879
31884
  min-height: auto !important;
31880
31885
  }
31881
31886
 
31882
- .k-input-spinner .k-spinner-increase .k-icon {
31887
+ .k-input-spinner .k-spinner-increase .k-icon,
31888
+ .k-input-spinner .k-spinner-increase .k-svg-icon {
31883
31889
  bottom: auto;
31884
31890
  }
31885
31891
 
31886
- .k-input-spinner .k-spinner-decrease .k-icon {
31892
+ .k-input-spinner .k-spinner-decrease .k-icon,
31893
+ .k-input-spinner .k-spinner-decrease .k-svg-icon {
31887
31894
  top: auto;
31888
31895
  }
31889
31896
 
@@ -31962,13 +31969,17 @@ textarea.k-input-inner {
31962
31969
  .k-input-sm .k-input-loading-icon,
31963
31970
  .k-input-sm .k-clear-value,
31964
31971
  .k-input-sm .k-input-prefix > .k-icon,
31972
+ .k-input-sm .k-input-prefix > .k-svg-icon,
31965
31973
  .k-input-sm .k-input-suffix > .k-icon,
31974
+ .k-input-sm .k-input-suffix > .k-svg-icon,
31966
31975
  .k-picker-sm .k-input-icon,
31967
31976
  .k-picker-sm .k-input-validation-icon,
31968
31977
  .k-picker-sm .k-input-loading-icon,
31969
31978
  .k-picker-sm .k-clear-value,
31970
31979
  .k-picker-sm .k-input-prefix > .k-icon,
31971
- .k-picker-sm .k-input-suffix > .k-icon {
31980
+ .k-picker-sm .k-input-prefix > .k-svg-icon,
31981
+ .k-picker-sm .k-input-suffix > .k-icon,
31982
+ .k-picker-sm .k-input-suffix > .k-svg-icon {
31972
31983
  width: calc(16px + 0.5rem);
31973
31984
  height: calc(16px + 0.5rem);
31974
31985
  }
@@ -32030,13 +32041,17 @@ select.k-picker-sm {
32030
32041
  .k-input-md .k-input-loading-icon,
32031
32042
  .k-input-md .k-clear-value,
32032
32043
  .k-input-md .k-input-prefix > .k-icon,
32044
+ .k-input-md .k-input-prefix > .k-svg-icon,
32033
32045
  .k-input-md .k-input-suffix > .k-icon,
32046
+ .k-input-md .k-input-suffix > .k-svg-icon,
32034
32047
  .k-picker-md .k-input-icon,
32035
32048
  .k-picker-md .k-input-validation-icon,
32036
32049
  .k-picker-md .k-input-loading-icon,
32037
32050
  .k-picker-md .k-clear-value,
32038
32051
  .k-picker-md .k-input-prefix > .k-icon,
32039
- .k-picker-md .k-input-suffix > .k-icon {
32052
+ .k-picker-md .k-input-prefix > .k-svg-icon,
32053
+ .k-picker-md .k-input-suffix > .k-icon,
32054
+ .k-picker-md .k-input-suffix > .k-svg-icon {
32040
32055
  width: calc(16px + 0.75rem);
32041
32056
  height: calc(16px + 0.75rem);
32042
32057
  }
@@ -32098,13 +32113,17 @@ select.k-picker-md {
32098
32113
  .k-input-lg .k-input-loading-icon,
32099
32114
  .k-input-lg .k-clear-value,
32100
32115
  .k-input-lg .k-input-prefix > .k-icon,
32116
+ .k-input-lg .k-input-prefix > .k-svg-icon,
32101
32117
  .k-input-lg .k-input-suffix > .k-icon,
32118
+ .k-input-lg .k-input-suffix > .k-svg-icon,
32102
32119
  .k-picker-lg .k-input-icon,
32103
32120
  .k-picker-lg .k-input-validation-icon,
32104
32121
  .k-picker-lg .k-input-loading-icon,
32105
32122
  .k-picker-lg .k-clear-value,
32106
32123
  .k-picker-lg .k-input-prefix > .k-icon,
32107
- .k-picker-lg .k-input-suffix > .k-icon {
32124
+ .k-picker-lg .k-input-prefix > .k-svg-icon,
32125
+ .k-picker-lg .k-input-suffix > .k-icon,
32126
+ .k-picker-lg .k-input-suffix > .k-svg-icon {
32108
32127
  width: calc(16px + 1rem);
32109
32128
  height: calc(16px + 1rem);
32110
32129
  }
@@ -33541,11 +33560,19 @@ select.k-picker-lg {
33541
33560
  }
33542
33561
 
33543
33562
  .k-rtl .k-slider-horizontal .k-button-increase .k-icon,
33544
- .k-rtl .k-slider-horizontal .k-button-decrease .k-icon, .k-slider-horizontal.k-rtl .k-button-increase .k-icon,
33563
+ .k-rtl .k-slider-horizontal .k-button-increase .k-svg-icon,
33564
+ .k-rtl .k-slider-horizontal .k-button-decrease .k-icon,
33565
+ .k-rtl .k-slider-horizontal .k-button-decrease .k-svg-icon, .k-slider-horizontal.k-rtl .k-button-increase .k-icon,
33566
+ .k-slider-horizontal.k-rtl .k-button-increase .k-svg-icon,
33545
33567
  .k-slider-horizontal.k-rtl .k-button-decrease .k-icon,
33568
+ .k-slider-horizontal.k-rtl .k-button-decrease .k-svg-icon,
33546
33569
  [dir="rtl"] .k-slider-horizontal .k-button-increase .k-icon,
33547
- [dir="rtl"] .k-slider-horizontal .k-button-decrease .k-icon, .k-slider-horizontal[dir="rtl"] .k-button-increase .k-icon,
33548
- .k-slider-horizontal[dir="rtl"] .k-button-decrease .k-icon {
33570
+ [dir="rtl"] .k-slider-horizontal .k-button-increase .k-svg-icon,
33571
+ [dir="rtl"] .k-slider-horizontal .k-button-decrease .k-icon,
33572
+ [dir="rtl"] .k-slider-horizontal .k-button-decrease .k-svg-icon, .k-slider-horizontal[dir="rtl"] .k-button-increase .k-icon,
33573
+ .k-slider-horizontal[dir="rtl"] .k-button-increase .k-svg-icon,
33574
+ .k-slider-horizontal[dir="rtl"] .k-button-decrease .k-icon,
33575
+ .k-slider-horizontal[dir="rtl"] .k-button-decrease .k-svg-icon {
33549
33576
  transform: scaleX(-1);
33550
33577
  }
33551
33578
 
@@ -34916,11 +34943,13 @@ select.k-picker-lg {
34916
34943
  gap: 0.25rem;
34917
34944
  }
34918
34945
 
34919
- .k-colorgradient-color-contrast .k-contrast-validation .k-icon {
34946
+ .k-colorgradient-color-contrast .k-contrast-validation .k-icon,
34947
+ .k-colorgradient-color-contrast .k-contrast-validation .k-svg-icon {
34920
34948
  vertical-align: middle;
34921
34949
  }
34922
34950
 
34923
34951
  .k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon,
34952
+ .k-colorgradient-color-contrast .k-contrast-validation .k-svg-icon + .k-svg-icon,
34924
34953
  .k-colorgradient-color-contrast .k-contrast-validation .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
34925
34954
  margin-inline-start: -13px;
34926
34955
  }
@@ -35277,6 +35306,7 @@ select.k-picker-lg {
35277
35306
  }
35278
35307
 
35279
35308
  .k-treeview-leaf .k-icon,
35309
+ .k-treeview-leaf .k-svg-icon,
35280
35310
  .k-treeview-leaf .k-image,
35281
35311
  .k-treeview-leaf .k-sprite {
35282
35312
  margin-right: 0.5rem;
@@ -35313,15 +35343,19 @@ select.k-picker-lg {
35313
35343
  }
35314
35344
 
35315
35345
  .k-rtl .k-treeview .k-treeview-leaf .k-icon,
35346
+ .k-rtl .k-treeview .k-treeview-leaf .k-svg-icon,
35316
35347
  .k-rtl .k-treeview .k-treeview-leaf .k-image,
35317
35348
  .k-rtl .k-treeview .k-treeview-leaf .k-sprite,
35318
35349
  .k-rtl .k-treeview .k-in .k-icon,
35350
+ .k-rtl .k-treeview .k-in .k-svg-icon,
35319
35351
  .k-rtl .k-treeview .k-in .k-image,
35320
35352
  .k-rtl .k-treeview .k-in .k-sprite,
35321
35353
  .k-treeview[dir="rtl"] .k-treeview-leaf .k-icon,
35354
+ .k-treeview[dir="rtl"] .k-treeview-leaf .k-svg-icon,
35322
35355
  .k-treeview[dir="rtl"] .k-treeview-leaf .k-image,
35323
35356
  .k-treeview[dir="rtl"] .k-treeview-leaf .k-sprite,
35324
35357
  .k-treeview[dir="rtl"] .k-in .k-icon,
35358
+ .k-treeview[dir="rtl"] .k-in .k-svg-icon,
35325
35359
  .k-treeview[dir="rtl"] .k-in .k-image,
35326
35360
  .k-treeview[dir="rtl"] .k-in .k-sprite {
35327
35361
  margin-right: 0;
@@ -35464,6 +35498,11 @@ select.k-picker-lg {
35464
35498
  font-size: 24px;
35465
35499
  }
35466
35500
 
35501
+ .k-rating-container .k-rating-item .k-svg-icon {
35502
+ width: 24px;
35503
+ height: 24px;
35504
+ }
35505
+
35467
35506
  .k-rating-container .k-rating-item .k-rating-precision-part,
35468
35507
  .k-rating-container .k-rating-item .k-rating-precision-complement {
35469
35508
  display: inherit;
@@ -35509,10 +35548,18 @@ select.k-picker-lg {
35509
35548
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
35510
35549
  }
35511
35550
 
35551
+ .k-rating:focus .k-rating-item > .k-svg-icon, .k-rating.k-focus .k-rating-item > .k-svg-icon {
35552
+ filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
35553
+ }
35554
+
35512
35555
  .k-rating:focus .k-rating-item.k-selected > .k-icon, .k-rating.k-focus .k-rating-item.k-selected > .k-icon {
35513
35556
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
35514
35557
  }
35515
35558
 
35559
+ .k-rating:focus .k-rating-item.k-selected > .k-svg-icon, .k-rating.k-focus .k-rating-item.k-selected > .k-svg-icon {
35560
+ filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
35561
+ }
35562
+
35516
35563
  .k-rating-item {
35517
35564
  color: #6c757d;
35518
35565
  }
@@ -35824,6 +35871,11 @@ select.k-picker-lg {
35824
35871
  font-size: 48px;
35825
35872
  }
35826
35873
 
35874
+ .k-dropzone-inner .k-svg-icon {
35875
+ width: 48px;
35876
+ height: 48px;
35877
+ }
35878
+
35827
35879
  .k-dropzone-inner .k-dropzone-hint {
35828
35880
  margin-bottom: 0.5rem;
35829
35881
  }
@@ -35909,7 +35961,9 @@ select.k-picker-lg {
35909
35961
  }
35910
35962
 
35911
35963
  .k-upload .k-dropzone .k-upload-status > .k-icon,
35912
- .k-upload .k-upload-dropzone .k-upload-status > .k-icon {
35964
+ .k-upload .k-dropzone .k-upload-status > .k-svg-icon,
35965
+ .k-upload .k-upload-dropzone .k-upload-status > .k-icon,
35966
+ .k-upload .k-upload-dropzone .k-upload-status > .k-svg-icon {
35913
35967
  margin-inline-end: 0.5rem;
35914
35968
  }
35915
35969
 
@@ -38976,12 +39030,13 @@ kendo-card-footer {
38976
39030
  }
38977
39031
 
38978
39032
  .k-breadcrumb-root-link {
38979
- margin-right: 0.75rem;
39033
+ margin-inline-end: 0.75rem;
38980
39034
  }
38981
39035
 
38982
39036
  .k-breadcrumb-link > .k-image,
38983
- .k-breadcrumb-icontext-link .k-icon {
38984
- margin-right: 0.5rem;
39037
+ .k-breadcrumb-icontext-link .k-icon,
39038
+ .k-breadcrumb-icontext-link .k-svg-icon {
39039
+ margin-inline-end: 0.5rem;
38985
39040
  }
38986
39041
 
38987
39042
  .k-breadcrumb-icon-link {
@@ -39004,20 +39059,6 @@ kendo-card-footer {
39004
39059
  border-color: transparent;
39005
39060
  }
39006
39061
 
39007
- .k-breadcrumb[dir="rtl"] .k-breadcrumb-root-link,
39008
- .k-rtl .k-breadcrumb .k-breadcrumb-root-link {
39009
- margin-right: 0;
39010
- margin-left: 0.75rem;
39011
- }
39012
-
39013
- .k-breadcrumb[dir="rtl"] .k-breadcrumb-link > .k-image,
39014
- .k-breadcrumb[dir="rtl"] .k-breadcrumb-icontext-link .k-icon,
39015
- .k-rtl .k-breadcrumb .k-breadcrumb-link > .k-image,
39016
- .k-rtl .k-breadcrumb .k-breadcrumb-icontext-link .k-icon {
39017
- margin-right: 0;
39018
- margin-left: 0.5rem;
39019
- }
39020
-
39021
39062
  .k-breadcrumb-link,
39022
39063
  .k-breadcrumb-root-link {
39023
39064
  text-decoration: underline;
@@ -39379,6 +39420,7 @@ kendo-card-footer {
39379
39420
  padding: 0;
39380
39421
  list-style: none;
39381
39422
  display: flex;
39423
+ position: relative;
39382
39424
  z-index: 1;
39383
39425
  }
39384
39426
 
@@ -39456,7 +39498,8 @@ kendo-card-footer {
39456
39498
  overflow: hidden;
39457
39499
  }
39458
39500
 
39459
- .k-stepper .k-step-label .k-icon {
39501
+ .k-stepper .k-step-label .k-icon,
39502
+ .k-stepper .k-step-label .k-svg-icon {
39460
39503
  margin-left: 0.5rem;
39461
39504
  }
39462
39505
 
@@ -39575,7 +39618,9 @@ kendo-card-footer {
39575
39618
  }
39576
39619
 
39577
39620
  .k-rtl .k-stepper .k-step-label .k-icon,
39578
- .k-stepper[dir="rtl"] .k-step-label .k-icon {
39621
+ .k-rtl .k-stepper .k-step-label .k-svg-icon,
39622
+ .k-stepper[dir="rtl"] .k-step-label .k-icon,
39623
+ .k-stepper[dir="rtl"] .k-step-label .k-svg-icon {
39579
39624
  margin-left: 0;
39580
39625
  margin-right: 0.5rem;
39581
39626
  }
@@ -39661,7 +39706,8 @@ kendo-card-footer {
39661
39706
  background-color: #6ea8fe;
39662
39707
  }
39663
39708
 
39664
- .k-stepper .k-step-success .k-step-label .k-icon {
39709
+ .k-stepper .k-step-success .k-step-label .k-icon,
39710
+ .k-stepper .k-step-success .k-step-label .k-svg-icon {
39665
39711
  color: #198754;
39666
39712
  }
39667
39713
 
@@ -39983,10 +40029,10 @@ kendo-card-footer {
39983
40029
  order: 0;
39984
40030
  }
39985
40031
 
39986
- .k-rtl .k-tabstrip .k-tabstrip-prev,
39987
- .k-rtl .k-tabstrip .k-tabstrip-next,
39988
- .k-tabstrip[dir="rtl"] .k-tabstrip-prev,
39989
- .k-tabstrip[dir="rtl"] .k-tabstrip-next {
40032
+ .k-rtl .k-tabstrip .k-tabstrip-prev .k-button-icon,
40033
+ .k-rtl .k-tabstrip .k-tabstrip-next .k-button-icon,
40034
+ .k-tabstrip[dir="rtl"] .k-tabstrip-prev .k-button-icon,
40035
+ .k-tabstrip[dir="rtl"] .k-tabstrip-next .k-button-icon {
39990
40036
  transform: scaleX(-1);
39991
40037
  }
39992
40038
 
@@ -40414,8 +40460,10 @@ kendo-card-footer {
40414
40460
  }
40415
40461
 
40416
40462
  .k-panelbar > .k-item > .k-link .k-icon,
40463
+ .k-panelbar > .k-item > .k-link .k-svg-icon,
40417
40464
  .k-panelbar > .k-item > .k-link .k-panelbar-item-icon,
40418
40465
  .k-panelbar > .k-panelbar-header > .k-link .k-icon,
40466
+ .k-panelbar > .k-panelbar-header > .k-link .k-svg-icon,
40419
40467
  .k-panelbar > .k-panelbar-header > .k-link .k-panelbar-item-icon {
40420
40468
  color: #212529;
40421
40469
  }
@@ -40441,8 +40489,10 @@ kendo-card-footer {
40441
40489
  }
40442
40490
 
40443
40491
  .k-panelbar > .k-item > .k-link.k-selected .k-icon,
40492
+ .k-panelbar > .k-item > .k-link.k-selected .k-svg-icon,
40444
40493
  .k-panelbar > .k-item > .k-link.k-selected .k-panelbar-item-icon,
40445
40494
  .k-panelbar > .k-panelbar-header > .k-link.k-selected .k-icon,
40495
+ .k-panelbar > .k-panelbar-header > .k-link.k-selected .k-svg-icon,
40446
40496
  .k-panelbar > .k-panelbar-header > .k-link.k-selected .k-panelbar-item-icon {
40447
40497
  color: inherit;
40448
40498
  }
@@ -40558,6 +40608,12 @@ kendo-card-footer {
40558
40608
  font-size: 10px;
40559
40609
  }
40560
40610
 
40611
+ .k-ghost-splitbar .k-svg-icon,
40612
+ .k-splitbar .k-svg-icon {
40613
+ width: 10px;
40614
+ height: 10px;
40615
+ }
40616
+
40561
40617
  .k-splitbar-draggable-horizontal {
40562
40618
  cursor: col-resize;
40563
40619
  }
@@ -41499,7 +41555,8 @@ kendo-card-footer {
41499
41555
  margin-inline-start: calc(1rem - 1px);
41500
41556
  }
41501
41557
 
41502
- .k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-icon {
41558
+ .k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-icon,
41559
+ .k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-svg-icon {
41503
41560
  display: flex;
41504
41561
  }
41505
41562
 
@@ -41581,7 +41638,8 @@ kendo-card-footer {
41581
41638
  text-overflow: clip;
41582
41639
  }
41583
41640
 
41584
- .k-grid .k-grouping-row .k-icon {
41641
+ .k-grid .k-grouping-row .k-icon,
41642
+ .k-grid .k-grouping-row .k-svg-icon {
41585
41643
  margin-inline-start: calc(8px - 0.5rem);
41586
41644
  margin-inline-end: 8px;
41587
41645
  text-decoration: none;
@@ -42231,7 +42289,8 @@ div.k-grid-norecords {
42231
42289
  padding-inline: 0.25rem;
42232
42290
  }
42233
42291
 
42234
- .k-grid-sm .k-grouping-row .k-icon {
42292
+ .k-grid-sm .k-grouping-row .k-icon,
42293
+ .k-grid-sm .k-grouping-row .k-svg-icon {
42235
42294
  margin-inline-start: calc(8px - 0.25rem);
42236
42295
  }
42237
42296
 
@@ -42245,7 +42304,9 @@ div.k-grid-norecords {
42245
42304
  }
42246
42305
 
42247
42306
  .k-grid-sm .k-hierarchy-cell > .k-icon,
42248
- .k-grid-sm .k-drag-cell > .k-icon {
42307
+ .k-grid-sm .k-hierarchy-cell > .k-svg-icon,
42308
+ .k-grid-sm .k-drag-cell > .k-icon,
42309
+ .k-grid-sm .k-drag-cell > .k-svg-icon {
42249
42310
  padding-block: 0.25rem;
42250
42311
  padding-inline: 0;
42251
42312
  }
@@ -42317,7 +42378,8 @@ div.k-grid-norecords {
42317
42378
  padding-inline: 0.5rem;
42318
42379
  }
42319
42380
 
42320
- .k-grid-md .k-grouping-row .k-icon {
42381
+ .k-grid-md .k-grouping-row .k-icon,
42382
+ .k-grid-md .k-grouping-row .k-svg-icon {
42321
42383
  margin-inline-start: calc(8px - 0.5rem);
42322
42384
  }
42323
42385
 
@@ -42331,7 +42393,9 @@ div.k-grid-norecords {
42331
42393
  }
42332
42394
 
42333
42395
  .k-grid-md .k-hierarchy-cell > .k-icon,
42334
- .k-grid-md .k-drag-cell > .k-icon {
42396
+ .k-grid-md .k-hierarchy-cell > .k-svg-icon,
42397
+ .k-grid-md .k-drag-cell > .k-icon,
42398
+ .k-grid-md .k-drag-cell > .k-svg-icon {
42335
42399
  padding-block: 0.5rem;
42336
42400
  padding-inline: 0;
42337
42401
  }
@@ -42582,7 +42646,8 @@ div.k-grid-norecords {
42582
42646
  cursor: pointer;
42583
42647
  }
42584
42648
 
42585
- .k-columnmenu-item > .k-icon {
42649
+ .k-columnmenu-item > .k-icon,
42650
+ .k-columnmenu-item > .k-svg-icon {
42586
42651
  margin-inline-end: 0.5rem;
42587
42652
  }
42588
42653
 
@@ -42750,14 +42815,17 @@ div.k-grid-norecords {
42750
42815
  .k-grid-header .k-grid-header-menu:focus,
42751
42816
  .k-grid-header .k-grid-header-menu.k-focus,
42752
42817
  .k-grid-header .k-hierarchy-cell .k-icon:focus,
42753
- .k-grid-header .k-hierarchy-cell .k-icon.k-focus {
42818
+ .k-grid-header .k-hierarchy-cell .k-icon.k-focus,
42819
+ .k-grid-header .k-hierarchy-cell .k-svg-icon:focus,
42820
+ .k-grid-header .k-hierarchy-cell .k-svg-icon.k-focus {
42754
42821
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
42755
42822
  }
42756
42823
 
42757
42824
  .k-grid-header .k-grid-filter.k-active,
42758
42825
  .k-grid-header .k-header-column-menu.k-active,
42759
42826
  .k-grid-header .k-grid-header-menu.k-active,
42760
- .k-grid-header .k-hierarchy-cell .k-icon.k-active {
42827
+ .k-grid-header .k-hierarchy-cell .k-icon.k-active,
42828
+ .k-grid-header .k-hierarchy-cell .k-svg-icon.k-active {
42761
42829
  color: white;
42762
42830
  background-color: #0d6efd;
42763
42831
  }
@@ -43745,7 +43813,9 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
43745
43813
  }
43746
43814
 
43747
43815
  .k-spreadsheet-filter-menu > .k-menu .k-icon,
43748
- .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
43816
+ .k-spreadsheet-filter-menu > .k-menu .k-svg-icon,
43817
+ .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon,
43818
+ .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-svg-icon {
43749
43819
  margin-left: calc(-16px + -0.5rem);
43750
43820
  margin-right: 0.5rem;
43751
43821
  }
@@ -43786,7 +43856,9 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
43786
43856
  }
43787
43857
 
43788
43858
  .k-spreadsheet-filter-menu .k-details-summary > .k-icon,
43789
- .k-spreadsheet-filter-menu .k-columnmenu-item > .k-icon {
43859
+ .k-spreadsheet-filter-menu .k-details-summary > .k-svg-icon,
43860
+ .k-spreadsheet-filter-menu .k-columnmenu-item > .k-icon,
43861
+ .k-spreadsheet-filter-menu .k-columnmenu-item > .k-svg-icon {
43790
43862
  margin-right: 0.5rem;
43791
43863
  }
43792
43864
 
@@ -43916,6 +43988,11 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
43916
43988
  font-size: 6em;
43917
43989
  }
43918
43990
 
43991
+ .k-export-config .k-page-orientation .k-svg-icon {
43992
+ width: 6em;
43993
+ height: 6em;
43994
+ }
43995
+
43919
43996
  .k-spreadsheet-insert-comment textarea {
43920
43997
  height: auto;
43921
43998
  }
@@ -44389,7 +44466,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
44389
44466
  outline: none;
44390
44467
  }
44391
44468
 
44392
- .k-pivotgrid-cell .k-icon {
44469
+ .k-pivotgrid-cell .k-icon,
44470
+ .k-pivotgrid-cell .k-svg-icon {
44393
44471
  cursor: pointer;
44394
44472
  padding-inline-end: 8px;
44395
44473
  }
@@ -44443,7 +44521,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
44443
44521
  }
44444
44522
 
44445
44523
  .k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
44446
- .k-flex-row-reverse .k-pivotgrid-configurator-button .k-icon {
44524
+ .k-flex-row .k-pivotgrid-configurator-button .k-svg-icon,
44525
+ .k-d-flex-row .k-pivotgrid-configurator-button .k-svg-icon,
44526
+ .k-flex-row-reverse .k-pivotgrid-configurator-button .k-icon,
44527
+ .k-flex-row-reverse .k-pivotgrid-configurator-button .k-svg-icon {
44447
44528
  vertical-align: baseline;
44448
44529
  }
44449
44530
 
@@ -44598,7 +44679,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
44598
44679
  align-items: center;
44599
44680
  }
44600
44681
 
44601
- .k-calculated-field-actions .k-icon {
44682
+ .k-calculated-field-actions .k-icon,
44683
+ .k-calculated-field-actions .k-svg-icon {
44602
44684
  margin-right: 0.5rem;
44603
44685
  }
44604
44686
 
@@ -44731,6 +44813,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
44731
44813
  }
44732
44814
 
44733
44815
  .k-pivot-layout > tbody,
44816
+ .k-pivot .k-table-td,
44734
44817
  .k-pivot td {
44735
44818
  vertical-align: top;
44736
44819
  }
@@ -45498,10 +45581,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
45498
45581
  display: flex;
45499
45582
  flex-direction: row;
45500
45583
  align-items: center;
45501
- }
45502
-
45503
- .k-filemanager-drag-hint .k-icon {
45504
- margin-right: 0.5rem;
45584
+ gap: 0.5rem;
45505
45585
  }
45506
45586
 
45507
45587
  .k-filemanager {
@@ -45924,11 +46004,13 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
45924
46004
  flex-shrink: 0;
45925
46005
  }
45926
46006
 
45927
- .k-editor-toolbar .k-editor-export .k-icon {
46007
+ .k-editor-toolbar .k-editor-export .k-icon,
46008
+ .k-editor-toolbar .k-editor-export .k-svg-icon {
45928
46009
  margin-right: 0.25em;
45929
46010
  }
45930
46011
 
45931
46012
  .k-editor-toolbar .k-editor-export .k-icon,
46013
+ .k-editor-toolbar .k-editor-export .k-svg-icon,
45932
46014
  .k-editor-toolbar .k-editor-export .k-export-tool-text {
45933
46015
  vertical-align: middle;
45934
46016
  }
@@ -46155,7 +46237,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
46155
46237
  width: 100px;
46156
46238
  }
46157
46239
 
46158
- .k-filebrowser .k-search-wrap .k-icon {
46240
+ .k-filebrowser .k-search-wrap .k-icon,
46241
+ .k-filebrowser .k-search-wrap .k-svg-icon {
46159
46242
  margin: 0;
46160
46243
  position: static;
46161
46244
  }
@@ -46251,7 +46334,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
46251
46334
  top: 0.375rem;
46252
46335
  }
46253
46336
 
46254
- .k-filebrowser .k-breadcrumbs-wrap .k-icon {
46337
+ .k-filebrowser .k-breadcrumbs-wrap .k-icon,
46338
+ .k-filebrowser .k-breadcrumbs-wrap .k-svg-icon {
46255
46339
  position: static;
46256
46340
  margin-top: 0;
46257
46341
  }
@@ -48140,7 +48224,9 @@ kendo-scheduler .k-event .k-event-actions:hover .k-event-delete, kendo-scheduler
48140
48224
  }
48141
48225
 
48142
48226
  kendo-scheduler .k-event .k-event-actions .k-icon,
48143
- .k-event .k-event-actions .k-icon {
48227
+ kendo-scheduler .k-event .k-event-actions .k-svg-icon,
48228
+ .k-event .k-event-actions .k-icon,
48229
+ .k-event .k-event-actions .k-svg-icon {
48144
48230
  line-height: normal;
48145
48231
  font-size: inherit;
48146
48232
  }
@@ -48263,7 +48349,8 @@ kendo-scheduler .k-event .k-event-bottom-actions,
48263
48349
  justify-content: center;
48264
48350
  }
48265
48351
 
48266
- .k-more-events > .k-icon {
48352
+ .k-more-events > .k-icon,
48353
+ .k-more-events > .k-svg-icon {
48267
48354
  position: absolute;
48268
48355
  top: 50%;
48269
48356
  left: 50%;
@@ -50183,6 +50270,11 @@ kendo-scheduler .k-event .k-event-actions:first-child,
50183
50270
  font-size: 48px;
50184
50271
  }
50185
50272
 
50273
+ .k-pdf-viewer .k-blank-page > .k-svg-icon {
50274
+ width: 48px;
50275
+ height: 48px;
50276
+ }
50277
+
50186
50278
  .k-pdf-viewer-search-dialog {
50187
50279
  padding: 0 !important;
50188
50280
  }
@@ -50243,7 +50335,8 @@ kendo-scheduler .k-event .k-event-actions:first-child,
50243
50335
  box-shadow: 0 0 15px #dee2e6;
50244
50336
  }
50245
50337
 
50246
- .k-pdf-viewer .k-blank-page > .k-icon {
50338
+ .k-pdf-viewer .k-blank-page > .k-icon,
50339
+ .k-pdf-viewer .k-blank-page > .k-svg-icon {
50247
50340
  color: #afb1b2;
50248
50341
  }
50249
50342
 
@@ -50513,7 +50606,9 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
50513
50606
  }
50514
50607
 
50515
50608
  .k-scrollview-next .k-icon,
50516
- .k-scrollview-prev .k-icon {
50609
+ .k-scrollview-next .k-svg-icon,
50610
+ .k-scrollview-prev .k-icon,
50611
+ .k-scrollview-prev .k-svg-icon {
50517
50612
  display: table-cell;
50518
50613
  overflow: visible;
50519
50614
  margin: 0;
@@ -50523,6 +50618,13 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
50523
50618
  font-weight: normal;
50524
50619
  }
50525
50620
 
50621
+ .k-scrollview-next .k-svg-icon,
50622
+ .k-scrollview-prev .k-svg-icon {
50623
+ font-size: inherit;
50624
+ width: 4.5em;
50625
+ height: 4.5em;
50626
+ }
50627
+
50526
50628
  .k-scrollview-prev {
50527
50629
  left: 0;
50528
50630
  }
@@ -51429,7 +51531,8 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
51429
51531
  position: absolute;
51430
51532
  }
51431
51533
 
51432
- .k-navigator .k-button .k-icon {
51534
+ .k-navigator .k-button .k-icon,
51535
+ .k-navigator .k-button .k-svg-icon {
51433
51536
  min-width: 0;
51434
51537
  min-height: 0;
51435
51538
  }