@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.scss CHANGED
@@ -7312,326 +7312,7 @@ $kendo-invalid-shadow: 0 0 0 .25rem rgba( $kendo-invalid-border, .25 ) !default;
7312
7312
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
7313
7313
  // File already imported_once. Skipping output.
7314
7314
  // #endregion
7315
-
7316
-
7317
- // Dependencies
7318
-
7319
-
7320
- // Component
7321
- // #region @import "./_variables.scss"; -> scss/typography/_variables.scss
7322
- // Typography
7323
-
7324
-
7325
- // Headings
7326
- $kendo-h1-font-size: $h1-font-size !default;
7327
- $kendo-h2-font-size: $h2-font-size !default;
7328
- $kendo-h3-font-size: $h3-font-size !default;
7329
- $kendo-h4-font-size: $h4-font-size !default;
7330
- $kendo-h5-font-size: $h5-font-size !default;
7331
- $kendo-h6-font-size: $h6-font-size !default;
7332
-
7333
- $kendo-h1-font-family: $headings-font-family !default;
7334
- $kendo-h2-font-family: $headings-font-family !default;
7335
- $kendo-h3-font-family: $headings-font-family !default;
7336
- $kendo-h4-font-family: $headings-font-family !default;
7337
- $kendo-h5-font-family: $headings-font-family !default;
7338
- $kendo-h6-font-family: $headings-font-family !default;
7339
-
7340
- $kendo-h1-line-height: $headings-line-height !default;
7341
- $kendo-h2-line-height: $headings-line-height !default;
7342
- $kendo-h3-line-height: $headings-line-height !default;
7343
- $kendo-h4-line-height: $headings-line-height !default;
7344
- $kendo-h5-line-height: $headings-line-height !default;
7345
- $kendo-h6-line-height: $headings-line-height !default;
7346
-
7347
- $kendo-h1-font-weight: $headings-font-weight !default;
7348
- $kendo-h2-font-weight: $headings-font-weight !default;
7349
- $kendo-h3-font-weight: $headings-font-weight !default;
7350
- $kendo-h4-font-weight: $headings-font-weight !default;
7351
- $kendo-h5-font-weight: $headings-font-weight !default;
7352
- $kendo-h6-font-weight: $headings-font-weight !default;
7353
-
7354
- $kendo-h1-letter-spacing: null !default;
7355
- $kendo-h2-letter-spacing: null !default;
7356
- $kendo-h3-letter-spacing: null !default;
7357
- $kendo-h4-letter-spacing: null !default;
7358
- $kendo-h5-letter-spacing: null !default;
7359
- $kendo-h6-letter-spacing: null !default;
7360
-
7361
- $kendo-h1-margin: 0 0 $headings-margin-bottom !default;
7362
- $kendo-h2-margin: 0 0 $headings-margin-bottom !default;
7363
- $kendo-h3-margin: 0 0 $headings-margin-bottom !default;
7364
- $kendo-h4-margin: 0 0 $headings-margin-bottom !default;
7365
- $kendo-h5-margin: 0 0 $headings-margin-bottom !default;
7366
- $kendo-h6-margin: 0 0 $headings-margin-bottom !default;
7367
-
7368
-
7369
- // Paragraph
7370
- $kendo-paragraph-margin: 0 0 $paragraph-margin-bottom !default;
7371
- $kendo-paragraph-font-size: $kendo-font-size-md !default;
7372
- $kendo-paragraph-font-family: $kendo-font-family !default;
7373
- $kendo-paragraph-line-height: $kendo-line-height-md !default;
7374
- $kendo-paragraph-font-weight: $kendo-font-weight-normal !default;
7375
- $kendo-paragraph-letter-spacing: null !default;
7376
-
7377
-
7378
- // Code
7379
- $kendo-code-font-size: $kendo-font-size-sm !default;
7380
- $kendo-code-font-family: $kendo-font-family-monospace !default;
7381
- $kendo-code-line-height: $kendo-line-height-md !default;
7382
- $kendo-code-font-weight: $kendo-font-weight-normal !default;
7383
- $kendo-code-letter-spacing: null !default;
7384
-
7385
- $kendo-code-padding-x: 4px !default;
7386
- $kendo-code-padding-y: 0px !default;
7387
- $kendo-pre-padding-x: 24px !default;
7388
- $kendo-pre-padding-y: 16px !default;
7389
- $kendo-code-border-width: 1px !default;
7390
-
7391
- $kendo-code-bg: $kendo-base-bg !default;
7392
- $kendo-code-text: $kendo-component-text !default;
7393
- $kendo-code-border: $kendo-component-border !default;
7394
-
7395
-
7396
- // Display
7397
- $kendo-display1-font-size: k-map-get( $display-font-sizes, 1) !default;
7398
- $kendo-display2-font-size: k-map-get( $display-font-sizes, 2) !default;
7399
- $kendo-display3-font-size: k-map-get( $display-font-sizes, 3) !default;
7400
- $kendo-display4-font-size: k-map-get( $display-font-sizes, 4) !default;
7401
-
7402
- $kendo-display1-font-family: null !default;
7403
- $kendo-display2-font-family: null !default;
7404
- $kendo-display3-font-family: null !default;
7405
- $kendo-display4-font-family: null !default;
7406
-
7407
- $kendo-display1-line-height: $display-line-height !default;
7408
- $kendo-display2-line-height: $display-line-height !default;
7409
- $kendo-display3-line-height: $display-line-height !default;
7410
- $kendo-display4-line-height: $display-line-height !default;
7411
-
7412
- $kendo-display1-font-weight: $display-font-weight !default;
7413
- $kendo-display2-font-weight: $display-font-weight !default;
7414
- $kendo-display3-font-weight: $display-font-weight !default;
7415
- $kendo-display4-font-weight: $display-font-weight !default;
7416
-
7417
- $kendo-display1-letter-spacing: null !default;
7418
- $kendo-display2-letter-spacing: null !default;
7419
- $kendo-display3-letter-spacing: null !default;
7420
- $kendo-display4-letter-spacing: null !default;
7421
-
7422
- // #endregion
7423
- // #region @import "./_layout.scss"; -> scss/typography/_layout.scss
7424
- // #region @import "@progress/kendo-theme-default/scss/typography/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/typography/_layout.scss
7425
- @include exports( "typography/layout" ) {
7426
-
7427
- @if $kendo-enable-typography {
7428
- body { @extend .k-body !optional; }
7429
- h1 { @extend .k-h1 !optional; }
7430
- h2 { @extend .k-h2 !optional; }
7431
- h3 { @extend .k-h3 !optional; }
7432
- h4 { @extend .k-h4 !optional; }
7433
- h5 { @extend .k-h5 !optional; }
7434
- h6 { @extend .k-h6 !optional; }
7435
- p { @extend .k-paragraph !optional; }
7436
- pre { @extend .k-pre !optional; }
7437
- code { @extend .k-code !optional; }
7438
- }
7439
-
7440
- // TODO delete k-typography class for R1 2022
7441
- .k-body,
7442
- .k-typography {
7443
- @include typography(
7444
- $kendo-font-size-md,
7445
- $kendo-font-family,
7446
- $kendo-line-height-md,
7447
- $kendo-font-weight-normal,
7448
- $kendo-letter-spacing
7449
- );
7450
- margin: 0;
7451
-
7452
- p {
7453
- margin: $kendo-paragraph-margin;
7454
- }
7455
- }
7456
-
7457
- // Headings
7458
- .k-h1 {
7459
- @include typography(
7460
- $kendo-h1-font-size,
7461
- $kendo-h1-font-family,
7462
- $kendo-h1-line-height,
7463
- $kendo-h1-font-weight,
7464
- $kendo-h1-letter-spacing
7465
- );
7466
- margin: $kendo-h1-margin;
7467
- }
7468
- .k-h2 {
7469
- @include typography(
7470
- $kendo-h2-font-size,
7471
- $kendo-h2-font-family,
7472
- $kendo-h2-line-height,
7473
- $kendo-h2-font-weight,
7474
- $kendo-h2-letter-spacing
7475
- );
7476
- margin: $kendo-h2-margin;
7477
- }
7478
- .k-h3 {
7479
- @include typography(
7480
- $kendo-h3-font-size,
7481
- $kendo-h3-font-family,
7482
- $kendo-h3-line-height,
7483
- $kendo-h3-font-weight,
7484
- $kendo-h3-letter-spacing
7485
- );
7486
- margin: $kendo-h3-margin;
7487
- }
7488
- .k-h4 {
7489
- @include typography(
7490
- $kendo-h4-font-size,
7491
- $kendo-h4-font-family,
7492
- $kendo-h4-line-height,
7493
- $kendo-h4-font-weight,
7494
- $kendo-h4-letter-spacing
7495
- );
7496
- margin: $kendo-h4-margin;
7497
- }
7498
- .k-h5 {
7499
- @include typography(
7500
- $kendo-h5-font-size,
7501
- $kendo-h5-font-family,
7502
- $kendo-h5-line-height,
7503
- $kendo-h5-font-weight,
7504
- $kendo-h5-letter-spacing
7505
- );
7506
- margin: $kendo-h5-margin;
7507
- }
7508
- .k-h6 {
7509
- @include typography(
7510
- $kendo-h6-font-size,
7511
- $kendo-h6-font-family,
7512
- $kendo-h6-line-height,
7513
- $kendo-h6-font-weight,
7514
- $kendo-h6-letter-spacing
7515
- );
7516
- margin: $kendo-h6-margin;
7517
- }
7518
-
7519
- // Paragraph
7520
- .k-paragraph {
7521
- @include typography(
7522
- $kendo-paragraph-font-size,
7523
- $kendo-paragraph-font-family,
7524
- $kendo-paragraph-line-height,
7525
- $kendo-paragraph-font-weight,
7526
- $kendo-paragraph-letter-spacing
7527
- );
7528
- margin: $kendo-paragraph-margin;
7529
- }
7530
-
7531
- // Code snippet
7532
- .k-pre,
7533
- .k-code {
7534
- @include typography(
7535
- $kendo-code-font-size,
7536
- $kendo-code-font-family,
7537
- $kendo-code-line-height,
7538
- $kendo-code-font-weight,
7539
- $kendo-code-letter-spacing
7540
- );
7541
- border-style: solid;
7542
- border-width: $kendo-code-border-width;
7543
- }
7544
-
7545
- .k-pre {
7546
- padding-block: $kendo-pre-padding-y;
7547
- padding-inline: $kendo-pre-padding-x;
7548
- overflow: auto;
7549
- }
7550
-
7551
- .k-pre > .k-code {
7552
- padding: 0;
7553
- border-width: 0;
7554
- border-color: transparent;
7555
- background-color: transparent;
7556
- font-family: inherit;
7557
- font-size: inherit;
7558
- }
7559
-
7560
- .k-code {
7561
- padding-block: $kendo-code-padding-y;
7562
- padding-inline: $kendo-code-padding-x;
7563
- }
7564
-
7565
- // Display
7566
- .k-display-1 {
7567
- @include typography(
7568
- $kendo-display1-font-size,
7569
- $kendo-display1-font-family,
7570
- $kendo-display1-line-height,
7571
- $kendo-display1-font-weight,
7572
- $kendo-display1-letter-spacing
7573
- );
7574
- }
7575
- .k-display-2 {
7576
- @include typography(
7577
- $kendo-display2-font-size,
7578
- $kendo-display2-font-family,
7579
- $kendo-display2-line-height,
7580
- $kendo-display2-font-weight,
7581
- $kendo-display2-letter-spacing
7582
- );
7583
- }
7584
- .k-display-3 {
7585
- @include typography(
7586
- $kendo-display3-font-size,
7587
- $kendo-display3-font-family,
7588
- $kendo-display3-line-height,
7589
- $kendo-display3-font-weight,
7590
- $kendo-display3-letter-spacing
7591
- );
7592
- }
7593
- .k-display-4 {
7594
- @include typography(
7595
- $kendo-display4-font-size,
7596
- $kendo-display4-font-family,
7597
- $kendo-display4-line-height,
7598
- $kendo-display4-font-weight,
7599
- $kendo-display4-letter-spacing
7600
- );
7601
- }
7602
- }
7603
-
7604
- // #endregion
7605
-
7606
- // #endregion
7607
- // #region @import "./_theme.scss"; -> scss/typography/_theme.scss
7608
- // #region @import "@progress/kendo-theme-default/scss/typography/_theme.scss"; -> node_modules/@progress/kendo-theme-default/scss/typography/_theme.scss
7609
- @include exports("typography/theme") {
7610
-
7611
- .k-body {
7612
- @include fill(
7613
- $kendo-body-text,
7614
- $kendo-body-bg
7615
- );
7616
- }
7617
-
7618
- // Code snippet
7619
- .k-pre,
7620
- .k-code {
7621
- @include fill(
7622
- $kendo-code-text,
7623
- $kendo-code-bg,
7624
- $kendo-code-border
7625
- );
7626
- }
7627
- }
7628
-
7629
- // #endregion
7630
-
7631
- // #endregion
7632
-
7633
- // #endregion
7634
- // #region @import "./utils/_index.scss"; -> scss/utils/_index.scss
7315
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
7635
7316
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
7636
7317
  // File already imported_once. Skipping output.
7637
7318
  // #endregion
@@ -10589,11 +10270,336 @@ $kendo-utils: (
10589
10270
  // #endregion
10590
10271
 
10591
10272
 
10273
+ // Dependencies
10274
+
10275
+
10276
+ // Component
10277
+ // #region @import "./_variables.scss"; -> scss/typography/_variables.scss
10278
+ // Typography
10279
+
10280
+
10281
+ // Headings
10282
+ $kendo-h1-font-size: $h1-font-size !default;
10283
+ $kendo-h2-font-size: $h2-font-size !default;
10284
+ $kendo-h3-font-size: $h3-font-size !default;
10285
+ $kendo-h4-font-size: $h4-font-size !default;
10286
+ $kendo-h5-font-size: $h5-font-size !default;
10287
+ $kendo-h6-font-size: $h6-font-size !default;
10288
+
10289
+ $kendo-h1-font-family: $headings-font-family !default;
10290
+ $kendo-h2-font-family: $headings-font-family !default;
10291
+ $kendo-h3-font-family: $headings-font-family !default;
10292
+ $kendo-h4-font-family: $headings-font-family !default;
10293
+ $kendo-h5-font-family: $headings-font-family !default;
10294
+ $kendo-h6-font-family: $headings-font-family !default;
10295
+
10296
+ $kendo-h1-line-height: $headings-line-height !default;
10297
+ $kendo-h2-line-height: $headings-line-height !default;
10298
+ $kendo-h3-line-height: $headings-line-height !default;
10299
+ $kendo-h4-line-height: $headings-line-height !default;
10300
+ $kendo-h5-line-height: $headings-line-height !default;
10301
+ $kendo-h6-line-height: $headings-line-height !default;
10302
+
10303
+ $kendo-h1-font-weight: $headings-font-weight !default;
10304
+ $kendo-h2-font-weight: $headings-font-weight !default;
10305
+ $kendo-h3-font-weight: $headings-font-weight !default;
10306
+ $kendo-h4-font-weight: $headings-font-weight !default;
10307
+ $kendo-h5-font-weight: $headings-font-weight !default;
10308
+ $kendo-h6-font-weight: $headings-font-weight !default;
10309
+
10310
+ $kendo-h1-letter-spacing: null !default;
10311
+ $kendo-h2-letter-spacing: null !default;
10312
+ $kendo-h3-letter-spacing: null !default;
10313
+ $kendo-h4-letter-spacing: null !default;
10314
+ $kendo-h5-letter-spacing: null !default;
10315
+ $kendo-h6-letter-spacing: null !default;
10316
+
10317
+ $kendo-h1-margin: 0 0 $headings-margin-bottom !default;
10318
+ $kendo-h2-margin: 0 0 $headings-margin-bottom !default;
10319
+ $kendo-h3-margin: 0 0 $headings-margin-bottom !default;
10320
+ $kendo-h4-margin: 0 0 $headings-margin-bottom !default;
10321
+ $kendo-h5-margin: 0 0 $headings-margin-bottom !default;
10322
+ $kendo-h6-margin: 0 0 $headings-margin-bottom !default;
10323
+
10324
+
10325
+ // Paragraph
10326
+ $kendo-paragraph-margin: 0 0 $paragraph-margin-bottom !default;
10327
+ $kendo-paragraph-font-size: $kendo-font-size-md !default;
10328
+ $kendo-paragraph-font-family: $kendo-font-family !default;
10329
+ $kendo-paragraph-line-height: $kendo-line-height-md !default;
10330
+ $kendo-paragraph-font-weight: $kendo-font-weight-normal !default;
10331
+ $kendo-paragraph-letter-spacing: null !default;
10332
+
10333
+
10334
+ // Code
10335
+ $kendo-code-font-size: $kendo-font-size-sm !default;
10336
+ $kendo-code-font-family: $kendo-font-family-monospace !default;
10337
+ $kendo-code-line-height: $kendo-line-height-md !default;
10338
+ $kendo-code-font-weight: $kendo-font-weight-normal !default;
10339
+ $kendo-code-letter-spacing: null !default;
10340
+
10341
+ $kendo-code-padding-x: 4px !default;
10342
+ $kendo-code-padding-y: 0px !default;
10343
+ $kendo-pre-padding-x: 24px !default;
10344
+ $kendo-pre-padding-y: 16px !default;
10345
+ $kendo-code-border-width: 1px !default;
10346
+
10347
+ $kendo-code-bg: $kendo-base-bg !default;
10348
+ $kendo-code-text: $kendo-component-text !default;
10349
+ $kendo-code-border: $kendo-component-border !default;
10350
+
10351
+
10352
+ // Display
10353
+ $kendo-display1-font-size: k-map-get( $display-font-sizes, 1) !default;
10354
+ $kendo-display2-font-size: k-map-get( $display-font-sizes, 2) !default;
10355
+ $kendo-display3-font-size: k-map-get( $display-font-sizes, 3) !default;
10356
+ $kendo-display4-font-size: k-map-get( $display-font-sizes, 4) !default;
10357
+
10358
+ $kendo-display1-font-family: null !default;
10359
+ $kendo-display2-font-family: null !default;
10360
+ $kendo-display3-font-family: null !default;
10361
+ $kendo-display4-font-family: null !default;
10362
+
10363
+ $kendo-display1-line-height: $display-line-height !default;
10364
+ $kendo-display2-line-height: $display-line-height !default;
10365
+ $kendo-display3-line-height: $display-line-height !default;
10366
+ $kendo-display4-line-height: $display-line-height !default;
10367
+
10368
+ $kendo-display1-font-weight: $display-font-weight !default;
10369
+ $kendo-display2-font-weight: $display-font-weight !default;
10370
+ $kendo-display3-font-weight: $display-font-weight !default;
10371
+ $kendo-display4-font-weight: $display-font-weight !default;
10372
+
10373
+ $kendo-display1-letter-spacing: null !default;
10374
+ $kendo-display2-letter-spacing: null !default;
10375
+ $kendo-display3-letter-spacing: null !default;
10376
+ $kendo-display4-letter-spacing: null !default;
10377
+
10378
+ // #endregion
10379
+ // #region @import "./_layout.scss"; -> scss/typography/_layout.scss
10380
+ // #region @import "@progress/kendo-theme-default/scss/typography/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/typography/_layout.scss
10381
+ @include exports( "typography/layout" ) {
10382
+
10383
+ @if $kendo-enable-typography {
10384
+ body { @extend .k-body !optional; }
10385
+ h1 { @extend .k-h1 !optional; }
10386
+ h2 { @extend .k-h2 !optional; }
10387
+ h3 { @extend .k-h3 !optional; }
10388
+ h4 { @extend .k-h4 !optional; }
10389
+ h5 { @extend .k-h5 !optional; }
10390
+ h6 { @extend .k-h6 !optional; }
10391
+ p { @extend .k-paragraph !optional; }
10392
+ pre { @extend .k-pre !optional; }
10393
+ code { @extend .k-code !optional; }
10394
+ }
10395
+
10396
+ // TODO delete k-typography class for R1 2022
10397
+ .k-body,
10398
+ .k-typography {
10399
+ @include typography(
10400
+ $kendo-font-size-md,
10401
+ $kendo-font-family,
10402
+ $kendo-line-height-md,
10403
+ $kendo-font-weight-normal,
10404
+ $kendo-letter-spacing
10405
+ );
10406
+ margin: 0;
10407
+
10408
+ p {
10409
+ margin: $kendo-paragraph-margin;
10410
+ }
10411
+ }
10412
+
10413
+ // Headings
10414
+ .k-h1 {
10415
+ @include typography(
10416
+ $kendo-h1-font-size,
10417
+ $kendo-h1-font-family,
10418
+ $kendo-h1-line-height,
10419
+ $kendo-h1-font-weight,
10420
+ $kendo-h1-letter-spacing
10421
+ );
10422
+ margin: $kendo-h1-margin;
10423
+ }
10424
+ .k-h2 {
10425
+ @include typography(
10426
+ $kendo-h2-font-size,
10427
+ $kendo-h2-font-family,
10428
+ $kendo-h2-line-height,
10429
+ $kendo-h2-font-weight,
10430
+ $kendo-h2-letter-spacing
10431
+ );
10432
+ margin: $kendo-h2-margin;
10433
+ }
10434
+ .k-h3 {
10435
+ @include typography(
10436
+ $kendo-h3-font-size,
10437
+ $kendo-h3-font-family,
10438
+ $kendo-h3-line-height,
10439
+ $kendo-h3-font-weight,
10440
+ $kendo-h3-letter-spacing
10441
+ );
10442
+ margin: $kendo-h3-margin;
10443
+ }
10444
+ .k-h4 {
10445
+ @include typography(
10446
+ $kendo-h4-font-size,
10447
+ $kendo-h4-font-family,
10448
+ $kendo-h4-line-height,
10449
+ $kendo-h4-font-weight,
10450
+ $kendo-h4-letter-spacing
10451
+ );
10452
+ margin: $kendo-h4-margin;
10453
+ }
10454
+ .k-h5 {
10455
+ @include typography(
10456
+ $kendo-h5-font-size,
10457
+ $kendo-h5-font-family,
10458
+ $kendo-h5-line-height,
10459
+ $kendo-h5-font-weight,
10460
+ $kendo-h5-letter-spacing
10461
+ );
10462
+ margin: $kendo-h5-margin;
10463
+ }
10464
+ .k-h6 {
10465
+ @include typography(
10466
+ $kendo-h6-font-size,
10467
+ $kendo-h6-font-family,
10468
+ $kendo-h6-line-height,
10469
+ $kendo-h6-font-weight,
10470
+ $kendo-h6-letter-spacing
10471
+ );
10472
+ margin: $kendo-h6-margin;
10473
+ }
10474
+
10475
+ // Paragraph
10476
+ .k-paragraph {
10477
+ @include typography(
10478
+ $kendo-paragraph-font-size,
10479
+ $kendo-paragraph-font-family,
10480
+ $kendo-paragraph-line-height,
10481
+ $kendo-paragraph-font-weight,
10482
+ $kendo-paragraph-letter-spacing
10483
+ );
10484
+ margin: $kendo-paragraph-margin;
10485
+ }
10486
+
10487
+ // Code snippet
10488
+ .k-pre,
10489
+ .k-code {
10490
+ @include typography(
10491
+ $kendo-code-font-size,
10492
+ $kendo-code-font-family,
10493
+ $kendo-code-line-height,
10494
+ $kendo-code-font-weight,
10495
+ $kendo-code-letter-spacing
10496
+ );
10497
+ border-style: solid;
10498
+ border-width: $kendo-code-border-width;
10499
+ }
10500
+
10501
+ .k-pre {
10502
+ padding-block: $kendo-pre-padding-y;
10503
+ padding-inline: $kendo-pre-padding-x;
10504
+ overflow: auto;
10505
+ }
10506
+
10507
+ .k-pre > .k-code {
10508
+ padding: 0;
10509
+ border-width: 0;
10510
+ border-color: transparent;
10511
+ background-color: transparent;
10512
+ font-family: inherit;
10513
+ font-size: inherit;
10514
+ }
10515
+
10516
+ .k-code {
10517
+ padding-block: $kendo-code-padding-y;
10518
+ padding-inline: $kendo-code-padding-x;
10519
+ }
10520
+
10521
+ // Display
10522
+ .k-display-1 {
10523
+ @include typography(
10524
+ $kendo-display1-font-size,
10525
+ $kendo-display1-font-family,
10526
+ $kendo-display1-line-height,
10527
+ $kendo-display1-font-weight,
10528
+ $kendo-display1-letter-spacing
10529
+ );
10530
+ }
10531
+ .k-display-2 {
10532
+ @include typography(
10533
+ $kendo-display2-font-size,
10534
+ $kendo-display2-font-family,
10535
+ $kendo-display2-line-height,
10536
+ $kendo-display2-font-weight,
10537
+ $kendo-display2-letter-spacing
10538
+ );
10539
+ }
10540
+ .k-display-3 {
10541
+ @include typography(
10542
+ $kendo-display3-font-size,
10543
+ $kendo-display3-font-family,
10544
+ $kendo-display3-line-height,
10545
+ $kendo-display3-font-weight,
10546
+ $kendo-display3-letter-spacing
10547
+ );
10548
+ }
10549
+ .k-display-4 {
10550
+ @include typography(
10551
+ $kendo-display4-font-size,
10552
+ $kendo-display4-font-family,
10553
+ $kendo-display4-line-height,
10554
+ $kendo-display4-font-weight,
10555
+ $kendo-display4-letter-spacing
10556
+ );
10557
+ }
10558
+ }
10559
+
10560
+ // #endregion
10561
+
10562
+ // #endregion
10563
+ // #region @import "./_theme.scss"; -> scss/typography/_theme.scss
10564
+ // #region @import "@progress/kendo-theme-default/scss/typography/_theme.scss"; -> node_modules/@progress/kendo-theme-default/scss/typography/_theme.scss
10565
+ @include exports("typography/theme") {
10566
+
10567
+ .k-body {
10568
+ @include fill(
10569
+ $kendo-body-text,
10570
+ $kendo-body-bg
10571
+ );
10572
+ }
10573
+
10574
+ // Code snippet
10575
+ .k-pre,
10576
+ .k-code {
10577
+ @include fill(
10578
+ $kendo-code-text,
10579
+ $kendo-code-bg,
10580
+ $kendo-code-border
10581
+ );
10582
+ }
10583
+ }
10584
+
10585
+ // #endregion
10586
+
10587
+ // #endregion
10588
+
10589
+ // #endregion
10590
+ // #region @import "./utils/_index.scss"; -> scss/utils/_index.scss
10591
+ // File already imported_once. Skipping output.
10592
+ // #endregion
10593
+
10594
+
10592
10595
  // Generic content
10593
10596
  // #region @import "./icons/_index.scss"; -> scss/icons/_index.scss
10594
10597
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
10595
10598
  // File already imported_once. Skipping output.
10596
10599
  // #endregion
10600
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
10601
+ // File already imported_once. Skipping output.
10602
+ // #endregion
10597
10603
 
10598
10604
 
10599
10605
  // Dependencies
@@ -11896,9 +11902,9 @@ $ki-rotate-map: (
11896
11902
  .k-rtl .k-i-indent-increase,
11897
11903
  .k-rtl .k-i-indent-decrease,
11898
11904
  .k-rtl .k-i-caret-alt-right,
11899
- .k-rtl .k-i-caret-alt-down,
11905
+ .k-rtl .k-i-caret-alt-left,
11900
11906
  [dir="rtl"] .k-i-caret-alt-right,
11901
- [dir="rtl"] .k-i-caret-alt-down {
11907
+ [dir="rtl"] .k-i-caret-alt-left {
11902
11908
  transform: scaleX(-1);
11903
11909
  }
11904
11910
 
@@ -11930,6 +11936,9 @@ $ki-rotate-map: (
11930
11936
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
11931
11937
  // File already imported_once. Skipping output.
11932
11938
  // #endregion
11939
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
11940
+ // File already imported_once. Skipping output.
11941
+ // #endregion
11933
11942
 
11934
11943
 
11935
11944
  // Dependencies
@@ -12015,6 +12024,9 @@ $kendo-message-box-link-text-decoration: underline !default;
12015
12024
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
12016
12025
  // File already imported_once. Skipping output.
12017
12026
  // #endregion
12027
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
12028
+ // File already imported_once. Skipping output.
12029
+ // #endregion
12018
12030
 
12019
12031
 
12020
12032
  // Dependencies
@@ -12206,6 +12218,9 @@ $kendo-drop-hint-bg: $kendo-color-primary !default;
12206
12218
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
12207
12219
  // File already imported_once. Skipping output.
12208
12220
  // #endregion
12221
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
12222
+ // File already imported_once. Skipping output.
12223
+ // #endregion
12209
12224
 
12210
12225
 
12211
12226
  // Dependencies
@@ -12216,6 +12231,9 @@ $kendo-drop-hint-bg: $kendo-color-primary !default;
12216
12231
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
12217
12232
  // File already imported_once. Skipping output.
12218
12233
  // #endregion
12234
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
12235
+ // File already imported_once. Skipping output.
12236
+ // #endregion
12219
12237
 
12220
12238
 
12221
12239
  // Dependencies
@@ -13349,6 +13367,9 @@ $kendo-checkbox-ripple-opacity: .25 !default;
13349
13367
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
13350
13368
  // File already imported_once. Skipping output.
13351
13369
  // #endregion
13370
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
13371
+ // File already imported_once. Skipping output.
13372
+ // #endregion
13352
13373
 
13353
13374
 
13354
13375
  // Dependencies
@@ -13542,7 +13563,8 @@ $kendo-listgroup-item-border-width: $kendo-listgroup-border-width !default;
13542
13563
  right: auto;
13543
13564
  left: 0;
13544
13565
 
13545
- .k-icon {
13566
+ .k-icon,
13567
+ .k-svg-icon {
13546
13568
  transform: scaleX(-1);
13547
13569
  }
13548
13570
  }
@@ -13561,7 +13583,8 @@ $kendo-listgroup-item-border-width: $kendo-listgroup-border-width !default;
13561
13583
  border-right-width: 1px;
13562
13584
  border-left-width: 0;
13563
13585
 
13564
- .k-icon {
13586
+ .k-icon,
13587
+ .k-svg-icon {
13565
13588
  transform: scaleX(-1);
13566
13589
  }
13567
13590
  }
@@ -13612,6 +13635,9 @@ $kendo-listgroup-item-border-width: $kendo-listgroup-border-width !default;
13612
13635
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
13613
13636
  // File already imported_once. Skipping output.
13614
13637
  // #endregion
13638
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
13639
+ // File already imported_once. Skipping output.
13640
+ // #endregion
13615
13641
 
13616
13642
 
13617
13643
  // Dependencies
@@ -13672,6 +13698,9 @@ $kendo-overlay-opacity: .5 !default;
13672
13698
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
13673
13699
  // File already imported_once. Skipping output.
13674
13700
  // #endregion
13701
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
13702
+ // File already imported_once. Skipping output.
13703
+ // #endregion
13675
13704
 
13676
13705
 
13677
13706
  // Dependencies
@@ -13805,6 +13834,9 @@ $kendo-popup-shadow: 0 2px 4px 0 rgba( black, .03 ), 0 4px 5px 0 rgba( black, .0
13805
13834
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
13806
13835
  // File already imported_once. Skipping output.
13807
13836
  // #endregion
13837
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
13838
+ // File already imported_once. Skipping output.
13839
+ // #endregion
13808
13840
 
13809
13841
 
13810
13842
  // Dependencies
@@ -13888,6 +13920,9 @@ $kendo-popup-shadow: 0 2px 4px 0 rgba( black, .03 ), 0 4px 5px 0 rgba( black, .0
13888
13920
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
13889
13921
  // File already imported_once. Skipping output.
13890
13922
  // #endregion
13923
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
13924
+ // File already imported_once. Skipping output.
13925
+ // #endregion
13891
13926
 
13892
13927
 
13893
13928
  // Dependencies
@@ -14440,6 +14475,9 @@ $kendo-table-selected-border: null !default;
14440
14475
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
14441
14476
  // File already imported_once. Skipping output.
14442
14477
  // #endregion
14478
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
14479
+ // File already imported_once. Skipping output.
14480
+ // #endregion
14443
14481
 
14444
14482
 
14445
14483
  // Dependencies
@@ -14509,6 +14547,9 @@ $kendo-table-selected-border: null !default;
14509
14547
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
14510
14548
  // File already imported_once. Skipping output.
14511
14549
  // #endregion
14550
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
14551
+ // File already imported_once. Skipping output.
14552
+ // #endregion
14512
14553
 
14513
14554
 
14514
14555
  // Dependencies
@@ -14666,6 +14707,9 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
14666
14707
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
14667
14708
  // File already imported_once. Skipping output.
14668
14709
  // #endregion
14710
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
14711
+ // File already imported_once. Skipping output.
14712
+ // #endregion
14669
14713
 
14670
14714
 
14671
14715
  // Dependencies
@@ -14936,6 +14980,9 @@ $kendo-badge-sizes: (
14936
14980
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
14937
14981
  // File already imported_once. Skipping output.
14938
14982
  // #endregion
14983
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
14984
+ // File already imported_once. Skipping output.
14985
+ // #endregion
14939
14986
 
14940
14987
 
14941
14988
  // Dependencies
@@ -15677,6 +15724,9 @@ $kendo-chip-list-sizes: (
15677
15724
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
15678
15725
  // File already imported_once. Skipping output.
15679
15726
  // #endregion
15727
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
15728
+ // File already imported_once. Skipping output.
15729
+ // #endregion
15680
15730
 
15681
15731
 
15682
15732
  // Dependencies
@@ -15818,6 +15868,9 @@ $kendo-color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0
15818
15868
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
15819
15869
  // File already imported_once. Skipping output.
15820
15870
  // #endregion
15871
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
15872
+ // File already imported_once. Skipping output.
15873
+ // #endregion
15821
15874
 
15822
15875
 
15823
15876
  // Dependencies
@@ -16552,6 +16605,9 @@ $kendo-loading-opacity: .3 !default;
16552
16605
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
16553
16606
  // File already imported_once. Skipping output.
16554
16607
  // #endregion
16608
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
16609
+ // File already imported_once. Skipping output.
16610
+ // #endregion
16555
16611
 
16556
16612
 
16557
16613
  // Dependencies
@@ -16711,6 +16767,9 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
16711
16767
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
16712
16768
  // File already imported_once. Skipping output.
16713
16769
  // #endregion
16770
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
16771
+ // File already imported_once. Skipping output.
16772
+ // #endregion
16714
16773
 
16715
16774
 
16716
16775
  // Dependencies // TODO: extract variables
@@ -16721,6 +16780,9 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
16721
16780
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
16722
16781
  // File already imported_once. Skipping output.
16723
16782
  // #endregion
16783
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
16784
+ // File already imported_once. Skipping output.
16785
+ // #endregion
16724
16786
 
16725
16787
 
16726
16788
  // Dependencies
@@ -16731,6 +16793,9 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
16731
16793
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
16732
16794
  // File already imported_once. Skipping output.
16733
16795
  // #endregion
16796
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
16797
+ // File already imported_once. Skipping output.
16798
+ // #endregion
16734
16799
 
16735
16800
 
16736
16801
  // Dependencies
@@ -17399,6 +17464,9 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
17399
17464
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
17400
17465
  // File already imported_once. Skipping output.
17401
17466
  // #endregion
17467
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
17468
+ // File already imported_once. Skipping output.
17469
+ // #endregion
17402
17470
 
17403
17471
 
17404
17472
  // Dependencies
@@ -18611,6 +18679,9 @@ $kendo-toolbar-sizes: (
18611
18679
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
18612
18680
  // File already imported_once. Skipping output.
18613
18681
  // #endregion
18682
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
18683
+ // File already imported_once. Skipping output.
18684
+ // #endregion
18614
18685
 
18615
18686
 
18616
18687
  // Dependencies
@@ -19625,6 +19696,9 @@ $kendo-form-sizes: (
19625
19696
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
19626
19697
  // File already imported_once. Skipping output.
19627
19698
  // #endregion
19699
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
19700
+ // File already imported_once. Skipping output.
19701
+ // #endregion
19628
19702
 
19629
19703
 
19630
19704
  // Dependencies
@@ -19635,6 +19709,9 @@ $kendo-form-sizes: (
19635
19709
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
19636
19710
  // File already imported_once. Skipping output.
19637
19711
  // #endregion
19712
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
19713
+ // File already imported_once. Skipping output.
19714
+ // #endregion
19638
19715
 
19639
19716
 
19640
19717
  // Dependencies
@@ -19708,7 +19785,8 @@ $kendo-form-sizes: (
19708
19785
  margin-inline-start: $kendo-icon-spacing;
19709
19786
  flex-shrink: 0;
19710
19787
 
19711
- .k-icon {
19788
+ .k-icon,
19789
+ .k-svg-icon {
19712
19790
  color: inherit;
19713
19791
  vertical-align: top;
19714
19792
  }
@@ -19905,6 +19983,9 @@ $kendo-form-sizes: (
19905
19983
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
19906
19984
  // File already imported_once. Skipping output.
19907
19985
  // #endregion
19986
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
19987
+ // File already imported_once. Skipping output.
19988
+ // #endregion
19908
19989
 
19909
19990
 
19910
19991
  // Dependencies
@@ -19915,6 +19996,9 @@ $kendo-form-sizes: (
19915
19996
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
19916
19997
  // File already imported_once. Skipping output.
19917
19998
  // #endregion
19999
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
20000
+ // File already imported_once. Skipping output.
20001
+ // #endregion
19918
20002
 
19919
20003
 
19920
20004
  // Dependencies
@@ -20151,7 +20235,9 @@ $kendo-form-sizes: (
20151
20235
  .k-input-validation-icon,
20152
20236
  .k-input-loading-icon,
20153
20237
  .k-input-prefix > .k-icon,
20154
- .k-input-suffix > .k-icon {
20238
+ .k-input-prefix > .k-svg-icon,
20239
+ .k-input-suffix > .k-icon,
20240
+ .k-input-suffix > .k-svg-icon {
20155
20241
  flex: none;
20156
20242
  align-self: center;
20157
20243
  display: inline-flex;
@@ -20273,10 +20359,12 @@ $kendo-form-sizes: (
20273
20359
  min-height: auto !important; // sass-lint:disable-line no-important
20274
20360
  }
20275
20361
  }
20276
- .k-spinner-increase .k-icon {
20362
+ .k-spinner-increase .k-icon,
20363
+ .k-spinner-increase .k-svg-icon {
20277
20364
  bottom: if( $kendo-use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
20278
20365
  }
20279
- .k-spinner-decrease .k-icon {
20366
+ .k-spinner-decrease .k-icon,
20367
+ .k-spinner-decrease .k-svg-icon {
20280
20368
  top: if( $kendo-use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
20281
20369
  }
20282
20370
  }
@@ -20363,7 +20451,9 @@ $kendo-form-sizes: (
20363
20451
  .k-input-loading-icon,
20364
20452
  .k-clear-value,
20365
20453
  .k-input-prefix > .k-icon,
20366
- .k-input-suffix > .k-icon {
20454
+ .k-input-prefix > .k-svg-icon,
20455
+ .k-input-suffix > .k-icon,
20456
+ .k-input-suffix > .k-svg-icon {
20367
20457
  width: $_icon-size;
20368
20458
  height: $_icon-size;
20369
20459
  }
@@ -21085,6 +21175,9 @@ $kendo-floating-label-focus-text: null !default;
21085
21175
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21086
21176
  // File already imported_once. Skipping output.
21087
21177
  // #endregion
21178
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
21179
+ // File already imported_once. Skipping output.
21180
+ // #endregion
21088
21181
 
21089
21182
 
21090
21183
  // Dependencies
@@ -21179,6 +21272,9 @@ $kendo-split-button-lg-arrow-padding-y: $kendo-button-lg-padding-y !default;
21179
21272
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21180
21273
  // File already imported_once. Skipping output.
21181
21274
  // #endregion
21275
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
21276
+ // File already imported_once. Skipping output.
21277
+ // #endregion
21182
21278
 
21183
21279
 
21184
21280
  // Dependencies
@@ -21250,6 +21346,9 @@ $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
21250
21346
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21251
21347
  // File already imported_once. Skipping output.
21252
21348
  // #endregion
21349
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
21350
+ // File already imported_once. Skipping output.
21351
+ // #endregion
21253
21352
 
21254
21353
 
21255
21354
  // Dependencies
@@ -21298,6 +21397,9 @@ $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
21298
21397
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21299
21398
  // File already imported_once. Skipping output.
21300
21399
  // #endregion
21400
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
21401
+ // File already imported_once. Skipping output.
21402
+ // #endregion
21301
21403
 
21302
21404
 
21303
21405
  // Dependencies
@@ -21350,6 +21452,9 @@ $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
21350
21452
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21351
21453
  // File already imported_once. Skipping output.
21352
21454
  // #endregion
21455
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
21456
+ // File already imported_once. Skipping output.
21457
+ // #endregion
21353
21458
 
21354
21459
 
21355
21460
  // Dependencies
@@ -21552,6 +21657,9 @@ $kendo-listbox-drop-hint-width: 1px !default;
21552
21657
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21553
21658
  // File already imported_once. Skipping output.
21554
21659
  // #endregion
21660
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
21661
+ // File already imported_once. Skipping output.
21662
+ // #endregion
21555
21663
 
21556
21664
 
21557
21665
  // Dependencies
@@ -21953,6 +22061,9 @@ $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
21953
22061
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21954
22062
  // File already imported_once. Skipping output.
21955
22063
  // #endregion
22064
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
22065
+ // File already imported_once. Skipping output.
22066
+ // #endregion
21956
22067
 
21957
22068
 
21958
22069
  // Dependencies
@@ -22438,6 +22549,9 @@ $kendo-radio-ripple-opacity: .25 !default;
22438
22549
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
22439
22550
  // File already imported_once. Skipping output.
22440
22551
  // #endregion
22552
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
22553
+ // File already imported_once. Skipping output.
22554
+ // #endregion
22441
22555
 
22442
22556
 
22443
22557
  // Dependencies
@@ -22864,7 +22978,9 @@ $kendo-slider-disabled-opacity: null !default;
22864
22978
  }
22865
22979
 
22866
22980
  .k-button-increase .k-icon,
22867
- .k-button-decrease .k-icon {
22981
+ .k-button-increase .k-svg-icon,
22982
+ .k-button-decrease .k-icon,
22983
+ .k-button-decrease .k-svg-icon {
22868
22984
  transform: scaleX(-1);
22869
22985
  }
22870
22986
  }
@@ -23063,6 +23179,9 @@ $kendo-slider-disabled-opacity: null !default;
23063
23179
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
23064
23180
  // File already imported_once. Skipping output.
23065
23181
  // #endregion
23182
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
23183
+ // File already imported_once. Skipping output.
23184
+ // #endregion
23066
23185
 
23067
23186
 
23068
23187
  // Dependencies
@@ -23995,6 +24114,9 @@ $kendo-calendar-sizes: (
23995
24114
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
23996
24115
  // File already imported_once. Skipping output.
23997
24116
  // #endregion
24117
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
24118
+ // File already imported_once. Skipping output.
24119
+ // #endregion
23998
24120
 
23999
24121
 
24000
24122
  // Dependencies
@@ -24007,9 +24129,6 @@ $kendo-calendar-sizes: (
24007
24129
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
24008
24130
  // File already imported_once. Skipping output.
24009
24131
  // #endregion
24010
- // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
24011
- // File already imported_once. Skipping output.
24012
- // #endregion
24013
24132
 
24014
24133
 
24015
24134
  // Component
@@ -24437,6 +24556,9 @@ $kendo-time-selector-sizes: (
24437
24556
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
24438
24557
  // File already imported_once. Skipping output.
24439
24558
  // #endregion
24559
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
24560
+ // File already imported_once. Skipping output.
24561
+ // #endregion
24440
24562
 
24441
24563
 
24442
24564
  // Dependencies
@@ -24495,6 +24617,9 @@ $kendo-time-selector-sizes: (
24495
24617
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
24496
24618
  // File already imported_once. Skipping output.
24497
24619
  // #endregion
24620
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
24621
+ // File already imported_once. Skipping output.
24622
+ // #endregion
24498
24623
 
24499
24624
 
24500
24625
  // Dependencies
@@ -24634,6 +24759,9 @@ $kendo-captcha-validation-message-font-style: italic !default;
24634
24759
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
24635
24760
  // File already imported_once. Skipping output.
24636
24761
  // #endregion
24762
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
24763
+ // File already imported_once. Skipping output.
24764
+ // #endregion
24637
24765
 
24638
24766
 
24639
24767
  // Dependencies
@@ -24642,6 +24770,7 @@ $kendo-captcha-validation-message-font-style: italic !default;
24642
24770
  // #endregion
24643
24771
  // @import "../utils/_flex.scss";
24644
24772
 
24773
+
24645
24774
  // Component
24646
24775
  // #region @import "./_variables.scss"; -> scss/colorpalette/_variables.scss
24647
24776
  // Colorpalette
@@ -24751,6 +24880,9 @@ $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inse
24751
24880
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
24752
24881
  // File already imported_once. Skipping output.
24753
24882
  // #endregion
24883
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
24884
+ // File already imported_once. Skipping output.
24885
+ // #endregion
24754
24886
 
24755
24887
 
24756
24888
  // Dependencies
@@ -24775,6 +24907,9 @@ $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inse
24775
24907
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
24776
24908
  // File already imported_once. Skipping output.
24777
24909
  // #endregion
24910
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
24911
+ // File already imported_once. Skipping output.
24912
+ // #endregion
24778
24913
 
24779
24914
 
24780
24915
  // Dependencies
@@ -25056,12 +25191,14 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
25056
25191
  align-items: center;
25057
25192
  gap: k-math-div( $kendo-color-gradient-contrast-spacer, 2 );
25058
25193
 
25059
- .k-icon {
25194
+ .k-icon,
25195
+ .k-svg-icon {
25060
25196
  vertical-align: middle;
25061
25197
  }
25062
25198
 
25063
25199
  // Needed for the double check icons
25064
25200
  .k-icon + .k-icon,
25201
+ .k-svg-icon + .k-svg-icon,
25065
25202
  .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
25066
25203
  margin-inline-start: -13px;
25067
25204
  }
@@ -25173,6 +25310,9 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
25173
25310
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25174
25311
  // File already imported_once. Skipping output.
25175
25312
  // #endregion
25313
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
25314
+ // File already imported_once. Skipping output.
25315
+ // #endregion
25176
25316
 
25177
25317
 
25178
25318
  // Dependencies
@@ -25192,6 +25332,7 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
25192
25332
  // File already imported_once. Skipping output.
25193
25333
  // #endregion
25194
25334
 
25335
+
25195
25336
  // Component
25196
25337
  // #region @import "./_variables.scss"; -> scss/coloreditor/_variables.scss
25197
25338
  // Coloreditor/FlatColorPicker
@@ -25351,6 +25492,9 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
25351
25492
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25352
25493
  // File already imported_once. Skipping output.
25353
25494
  // #endregion
25495
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
25496
+ // File already imported_once. Skipping output.
25497
+ // #endregion
25354
25498
 
25355
25499
 
25356
25500
  // Dependencies
@@ -25413,6 +25557,9 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
25413
25557
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25414
25558
  // File already imported_once. Skipping output.
25415
25559
  // #endregion
25560
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
25561
+ // File already imported_once. Skipping output.
25562
+ // #endregion
25416
25563
 
25417
25564
 
25418
25565
  // Dependencies
@@ -25471,6 +25618,9 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
25471
25618
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25472
25619
  // File already imported_once. Skipping output.
25473
25620
  // #endregion
25621
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
25622
+ // File already imported_once. Skipping output.
25623
+ // #endregion
25474
25624
 
25475
25625
 
25476
25626
  // Dependencies
@@ -25514,6 +25664,9 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
25514
25664
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25515
25665
  // File already imported_once. Skipping output.
25516
25666
  // #endregion
25667
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
25668
+ // File already imported_once. Skipping output.
25669
+ // #endregion
25517
25670
 
25518
25671
 
25519
25672
  // Dependencies
@@ -25563,6 +25716,9 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
25563
25716
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25564
25717
  // File already imported_once. Skipping output.
25565
25718
  // #endregion
25719
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
25720
+ // File already imported_once. Skipping output.
25721
+ // #endregion
25566
25722
 
25567
25723
 
25568
25724
  // Dependencies
@@ -25618,6 +25774,9 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
25618
25774
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25619
25775
  // File already imported_once. Skipping output.
25620
25776
  // #endregion
25777
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
25778
+ // File already imported_once. Skipping output.
25779
+ // #endregion
25621
25780
 
25622
25781
 
25623
25782
  // Dependencies
@@ -25731,6 +25890,9 @@ $kendo-datetime-width: calc( #{$kendo-calendar-cell-size * 8} + #{$kendo-infinit
25731
25890
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25732
25891
  // File already imported_once. Skipping output.
25733
25892
  // #endregion
25893
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
25894
+ // File already imported_once. Skipping output.
25895
+ // #endregion
25734
25896
 
25735
25897
 
25736
25898
  // Dependencies
@@ -25821,6 +25983,9 @@ $kendo-daterange-picker-input-width: 10em !default;
25821
25983
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25822
25984
  // File already imported_once. Skipping output.
25823
25985
  // #endregion
25986
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
25987
+ // File already imported_once. Skipping output.
25988
+ // #endregion
25824
25989
 
25825
25990
 
25826
25991
  // Dependencies
@@ -25887,6 +26052,9 @@ $kendo-daterange-picker-input-width: 10em !default;
25887
26052
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25888
26053
  // File already imported_once. Skipping output.
25889
26054
  // #endregion
26055
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
26056
+ // File already imported_once. Skipping output.
26057
+ // #endregion
25890
26058
 
25891
26059
 
25892
26060
  // Dependencies
@@ -25977,6 +26145,9 @@ $kendo-daterange-picker-input-width: 10em !default;
25977
26145
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25978
26146
  // File already imported_once. Skipping output.
25979
26147
  // #endregion
26148
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
26149
+ // File already imported_once. Skipping output.
26150
+ // #endregion
25980
26151
 
25981
26152
 
25982
26153
  // Dependencies
@@ -25993,6 +26164,9 @@ $kendo-daterange-picker-input-width: 10em !default;
25993
26164
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25994
26165
  // File already imported_once. Skipping output.
25995
26166
  // #endregion
26167
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
26168
+ // File already imported_once. Skipping output.
26169
+ // #endregion
25996
26170
 
25997
26171
 
25998
26172
  // Dependencies
@@ -26057,6 +26231,9 @@ $kendo-daterange-picker-input-width: 10em !default;
26057
26231
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
26058
26232
  // File already imported_once. Skipping output.
26059
26233
  // #endregion
26234
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
26235
+ // File already imported_once. Skipping output.
26236
+ // #endregion
26060
26237
 
26061
26238
 
26062
26239
  // Dependencies
@@ -26328,6 +26505,7 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
26328
26505
  position: relative;
26329
26506
 
26330
26507
  .k-icon,
26508
+ .k-svg-icon,
26331
26509
  .k-image,
26332
26510
  .k-sprite {
26333
26511
  margin-right: $kendo-icon-spacing;
@@ -26378,6 +26556,7 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
26378
26556
  .k-treeview-leaf,
26379
26557
  .k-in {
26380
26558
  .k-icon,
26559
+ .k-svg-icon,
26381
26560
  .k-image,
26382
26561
  .k-sprite {
26383
26562
  margin-right: 0;
@@ -26561,6 +26740,9 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
26561
26740
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
26562
26741
  // File already imported_once. Skipping output.
26563
26742
  // #endregion
26743
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
26744
+ // File already imported_once. Skipping output.
26745
+ // #endregion
26564
26746
 
26565
26747
 
26566
26748
  // Dependencies
@@ -26619,6 +26801,9 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
26619
26801
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
26620
26802
  // File already imported_once. Skipping output.
26621
26803
  // #endregion
26804
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
26805
+ // File already imported_once. Skipping output.
26806
+ // #endregion
26622
26807
 
26623
26808
 
26624
26809
  // Dependencies
@@ -26711,6 +26896,10 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( black, .1) !default;
26711
26896
  .k-icon {
26712
26897
  font-size: $kendo-rating-icon-size;
26713
26898
  }
26899
+ .k-svg-icon {
26900
+ width: $kendo-rating-icon-size;
26901
+ height: $kendo-rating-icon-size;
26902
+ }
26714
26903
 
26715
26904
  .k-rating-precision-part,
26716
26905
  .k-rating-precision-complement {
@@ -26770,10 +26959,16 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( black, .1) !default;
26770
26959
  > .k-icon {
26771
26960
  text-shadow: $kendo-rating-icon-focus-shadow;
26772
26961
  }
26962
+ > .k-svg-icon {
26963
+ filter: drop-shadow( $kendo-rating-icon-focus-shadow );
26964
+ }
26773
26965
 
26774
26966
  &.k-selected > .k-icon {
26775
26967
  text-shadow: $kendo-rating-icon-focus-selected-shadow;
26776
26968
  }
26969
+ &.k-selected > .k-svg-icon {
26970
+ filter: drop-shadow( $kendo-rating-icon-focus-selected-shadow );
26971
+ }
26777
26972
  }
26778
26973
  }
26779
26974
  }
@@ -26807,6 +27002,9 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( black, .1) !default;
26807
27002
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
26808
27003
  // File already imported_once. Skipping output.
26809
27004
  // #endregion
27005
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
27006
+ // File already imported_once. Skipping output.
27007
+ // #endregion
26810
27008
 
26811
27009
 
26812
27010
  // Dependencies
@@ -26856,6 +27054,9 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( black, .1) !default;
26856
27054
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
26857
27055
  // File already imported_once. Skipping output.
26858
27056
  // #endregion
27057
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
27058
+ // File already imported_once. Skipping output.
27059
+ // #endregion
26859
27060
 
26860
27061
 
26861
27062
  // Dependencies
@@ -27408,6 +27609,9 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
27408
27609
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
27409
27610
  // File already imported_once. Skipping output.
27410
27611
  // #endregion
27612
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
27613
+ // File already imported_once. Skipping output.
27614
+ // #endregion
27411
27615
 
27412
27616
 
27413
27617
  // Dependencies
@@ -27427,6 +27631,9 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
27427
27631
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
27428
27632
  // File already imported_once. Skipping output.
27429
27633
  // #endregion
27634
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
27635
+ // File already imported_once. Skipping output.
27636
+ // #endregion
27430
27637
 
27431
27638
 
27432
27639
  // Dependencies
@@ -27500,6 +27707,11 @@ $kendo-dropzone-note-text: $kendo-subtle-text !default;
27500
27707
  font-size: $kendo-dropzone-icon-size;
27501
27708
  }
27502
27709
 
27710
+ .k-svg-icon {
27711
+ width: $kendo-dropzone-icon-size;
27712
+ height: $kendo-dropzone-icon-size;
27713
+ }
27714
+
27503
27715
  .k-dropzone-hint {
27504
27716
  margin-bottom: $kendo-dropzone-hint-spacing;
27505
27717
  font-size: $kendo-dropzone-hint-font-size;
@@ -27667,7 +27879,8 @@ $kendo-upload-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
27667
27879
  align-items: center;
27668
27880
  position: relative;
27669
27881
 
27670
- > .k-icon {
27882
+ > .k-icon,
27883
+ > .k-svg-icon {
27671
27884
  margin-inline-end: $kendo-upload-icon-spacing;
27672
27885
  }
27673
27886
  }
@@ -27988,6 +28201,9 @@ $kendo-upload-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
27988
28201
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
27989
28202
  // File already imported_once. Skipping output.
27990
28203
  // #endregion
28204
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
28205
+ // File already imported_once. Skipping output.
28206
+ // #endregion
27991
28207
 
27992
28208
 
27993
28209
  // Dependencies
@@ -28179,6 +28395,9 @@ $kendo-appbar-bottom-box-shadow: 0px -1px 1px rgba( black, .16 ) !default;
28179
28395
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
28180
28396
  // File already imported_once. Skipping output.
28181
28397
  // #endregion
28398
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
28399
+ // File already imported_once. Skipping output.
28400
+ // #endregion
28182
28401
 
28183
28402
 
28184
28403
  // Dependencies
@@ -28637,6 +28856,9 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
28637
28856
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
28638
28857
  // File already imported_once. Skipping output.
28639
28858
  // #endregion
28859
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
28860
+ // File already imported_once. Skipping output.
28861
+ // #endregion
28640
28862
 
28641
28863
 
28642
28864
  // Dependencies
@@ -29219,6 +29441,9 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
29219
29441
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
29220
29442
  // File already imported_once. Skipping output.
29221
29443
  // #endregion
29444
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
29445
+ // File already imported_once. Skipping output.
29446
+ // #endregion
29222
29447
 
29223
29448
 
29224
29449
  // Dependencies
@@ -29229,6 +29454,9 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
29229
29454
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
29230
29455
  // File already imported_once. Skipping output.
29231
29456
  // #endregion
29457
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
29458
+ // File already imported_once. Skipping output.
29459
+ // #endregion
29232
29460
 
29233
29461
 
29234
29462
  // Dependencies
@@ -29612,6 +29840,9 @@ $kendo-dialog-theme-colors: (
29612
29840
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
29613
29841
  // File already imported_once. Skipping output.
29614
29842
  // #endregion
29843
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
29844
+ // File already imported_once. Skipping output.
29845
+ // #endregion
29615
29846
 
29616
29847
 
29617
29848
  // Dependencies
@@ -29994,6 +30225,9 @@ $kendo-drawer-selected-hover-text: $kendo-selected-text !default;
29994
30225
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
29995
30226
  // File already imported_once. Skipping output.
29996
30227
  // #endregion
30228
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
30229
+ // File already imported_once. Skipping output.
30230
+ // #endregion
29997
30231
 
29998
30232
 
29999
30233
  // Dependencies
@@ -30184,19 +30418,22 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
30184
30418
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
30185
30419
  // File already imported_once. Skipping output.
30186
30420
  // #endregion
30421
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
30422
+ // File already imported_once. Skipping output.
30423
+ // #endregion
30187
30424
 
30188
30425
 
30189
30426
  // Dependencies
30190
30427
  // #region @import "../common/_index.scss"; -> scss/common/_index.scss
30191
30428
  // File already imported_once. Skipping output.
30192
30429
  // #endregion
30193
- // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
30194
- // File already imported_once. Skipping output.
30195
- // #endregion
30196
30430
  // #region @import "../card/_index.scss"; -> scss/card/_index.scss
30197
30431
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
30198
30432
  // File already imported_once. Skipping output.
30199
30433
  // #endregion
30434
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
30435
+ // File already imported_once. Skipping output.
30436
+ // #endregion
30200
30437
 
30201
30438
 
30202
30439
  // Dependencies
@@ -30784,6 +31021,9 @@ $kendo-card-callout-height: 1.3em !default;
30784
31021
  // #endregion
30785
31022
 
30786
31023
  // #endregion
31024
+ // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
31025
+ // File already imported_once. Skipping output.
31026
+ // #endregion
30787
31027
 
30788
31028
 
30789
31029
  // Component
@@ -30969,6 +31209,9 @@ $kendo-popover-callout-border: $kendo-popover-border !default;
30969
31209
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
30970
31210
  // File already imported_once. Skipping output.
30971
31211
  // #endregion
31212
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
31213
+ // File already imported_once. Skipping output.
31214
+ // #endregion
30972
31215
 
30973
31216
 
30974
31217
  // Dependencies
@@ -31058,6 +31301,9 @@ $kendo-popover-callout-border: $kendo-popover-border !default;
31058
31301
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
31059
31302
  // File already imported_once. Skipping output.
31060
31303
  // #endregion
31304
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
31305
+ // File already imported_once. Skipping output.
31306
+ // #endregion
31061
31307
 
31062
31308
 
31063
31309
  // Dependencies
@@ -31283,6 +31529,9 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
31283
31529
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
31284
31530
  // File already imported_once. Skipping output.
31285
31531
  // #endregion
31532
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
31533
+ // File already imported_once. Skipping output.
31534
+ // #endregion
31286
31535
 
31287
31536
 
31288
31537
  // Dependencies
@@ -31451,12 +31700,13 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
31451
31700
  }
31452
31701
 
31453
31702
  .k-breadcrumb-root-link {
31454
- margin-right: $kendo-breadcrumb-root-link-spacing;
31703
+ margin-inline-end: $kendo-breadcrumb-root-link-spacing;
31455
31704
  }
31456
31705
 
31457
31706
  .k-breadcrumb-link > .k-image,
31458
- .k-breadcrumb-icontext-link .k-icon {
31459
- margin-right: $kendo-breadcrumb-link-icon-spacing;
31707
+ .k-breadcrumb-icontext-link .k-icon,
31708
+ .k-breadcrumb-icontext-link .k-svg-icon {
31709
+ margin-inline-end: $kendo-breadcrumb-link-icon-spacing;
31460
31710
  }
31461
31711
 
31462
31712
  .k-breadcrumb-icon-link {
@@ -31483,26 +31733,6 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
31483
31733
  }
31484
31734
  }
31485
31735
 
31486
- @include exports("breadcrumb/layout/rtl") {
31487
-
31488
- .k-breadcrumb {
31489
- &[dir="rtl"],
31490
- .k-rtl & {
31491
- .k-breadcrumb-root-link {
31492
- margin-right: 0;
31493
- margin-left: $kendo-breadcrumb-root-link-spacing;
31494
- }
31495
-
31496
- .k-breadcrumb-link > .k-image,
31497
- .k-breadcrumb-icontext-link .k-icon {
31498
- margin-right: 0;
31499
- margin-left: $kendo-breadcrumb-link-icon-spacing;
31500
- }
31501
- }
31502
- }
31503
-
31504
- }
31505
-
31506
31736
  }
31507
31737
 
31508
31738
  // #endregion
@@ -31640,6 +31870,9 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
31640
31870
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
31641
31871
  // File already imported_once. Skipping output.
31642
31872
  // #endregion
31873
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
31874
+ // File already imported_once. Skipping output.
31875
+ // #endregion
31643
31876
 
31644
31877
 
31645
31878
  // Dependencies
@@ -31652,9 +31885,6 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
31652
31885
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
31653
31886
  // File already imported_once. Skipping output.
31654
31887
  // #endregion
31655
- // #region @import "../list/_index.scss"; -> scss/list/_index.scss
31656
- // File already imported_once. Skipping output.
31657
- // #endregion
31658
31888
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
31659
31889
  // File already imported_once. Skipping output.
31660
31890
  // #endregion
@@ -32098,6 +32328,9 @@ $kendo-pager-sizes: (
32098
32328
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
32099
32329
  // File already imported_once. Skipping output.
32100
32330
  // #endregion
32331
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
32332
+ // File already imported_once. Skipping output.
32333
+ // #endregion
32101
32334
 
32102
32335
 
32103
32336
  // Dependencies
@@ -32241,6 +32474,7 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
32241
32474
  padding: 0;
32242
32475
  list-style: none;
32243
32476
  display: flex;
32477
+ position: relative;
32244
32478
  z-index: 1;
32245
32479
  }
32246
32480
 
@@ -32326,7 +32560,10 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
32326
32560
  text-overflow: ellipsis;
32327
32561
  overflow: hidden;
32328
32562
  }
32329
- .k-step-label .k-icon { margin-left: $kendo-icon-spacing; }
32563
+ .k-step-label .k-icon,
32564
+ .k-step-label .k-svg-icon {
32565
+ margin-left: $kendo-icon-spacing;
32566
+ }
32330
32567
 
32331
32568
  .k-step-current .k-step-label {
32332
32569
  font-weight: bold;
@@ -32456,7 +32693,8 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
32456
32693
  .k-stepper[dir="rtl"] {
32457
32694
  direction: rtl;
32458
32695
 
32459
- .k-step-label .k-icon {
32696
+ .k-step-label .k-icon,
32697
+ .k-step-label .k-svg-icon {
32460
32698
  margin-left: 0;
32461
32699
  margin-right: $kendo-icon-spacing;
32462
32700
  }
@@ -32644,7 +32882,8 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
32644
32882
  .k-step-label {
32645
32883
  @include fill( $color: $kendo-stepper-label-text );
32646
32884
  }
32647
- .k-step-success .k-step-label .k-icon {
32885
+ .k-step-success .k-step-label .k-icon,
32886
+ .k-step-success .k-step-label .k-svg-icon {
32648
32887
  @include fill( $color: $kendo-stepper-label-success-text );
32649
32888
  }
32650
32889
  .k-step-error .k-step-label {
@@ -32697,6 +32936,9 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
32697
32936
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
32698
32937
  // File already imported_once. Skipping output.
32699
32938
  // #endregion
32939
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
32940
+ // File already imported_once. Skipping output.
32941
+ // #endregion
32700
32942
 
32701
32943
 
32702
32944
  // Dependencies
@@ -33210,8 +33452,8 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
33210
33452
  > .k-tabstrip-content { order: 0; }
33211
33453
  }
33212
33454
 
33213
- .k-tabstrip-prev,
33214
- .k-tabstrip-next {
33455
+ .k-tabstrip-prev .k-button-icon,
33456
+ .k-tabstrip-next .k-button-icon {
33215
33457
  transform: scaleX(-1);
33216
33458
  }
33217
33459
 
@@ -33338,6 +33580,9 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
33338
33580
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
33339
33581
  // File already imported_once. Skipping output.
33340
33582
  // #endregion
33583
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
33584
+ // File already imported_once. Skipping output.
33585
+ // #endregion
33341
33586
 
33342
33587
 
33343
33588
  // Dependencies
@@ -33530,6 +33775,9 @@ $kendo-wizard-step-focus-border: #656565 !default;
33530
33775
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
33531
33776
  // File already imported_once. Skipping output.
33532
33777
  // #endregion
33778
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
33779
+ // File already imported_once. Skipping output.
33780
+ // #endregion
33533
33781
 
33534
33782
 
33535
33783
  // Dependencies
@@ -33718,6 +33966,9 @@ $kendo-expander-content-padding-y: k-map-get( $kendo-spacing, 6 ) !default;
33718
33966
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
33719
33967
  // File already imported_once. Skipping output.
33720
33968
  // #endregion
33969
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
33970
+ // File already imported_once. Skipping output.
33971
+ // #endregion
33721
33972
 
33722
33973
 
33723
33974
  // Dependencies
@@ -34025,6 +34276,7 @@ $kendo-panelbar-header-expanded-gradient: null !default;
34025
34276
  );
34026
34277
 
34027
34278
  .k-icon,
34279
+ .k-svg-icon,
34028
34280
  .k-panelbar-item-icon {
34029
34281
  color: $kendo-panelbar-text;
34030
34282
  }
@@ -34074,6 +34326,7 @@ $kendo-panelbar-header-expanded-gradient: null !default;
34074
34326
  );
34075
34327
 
34076
34328
  .k-icon,
34329
+ .k-svg-icon,
34077
34330
  .k-panelbar-item-icon {
34078
34331
  color: inherit;
34079
34332
  }
@@ -34222,6 +34475,9 @@ $kendo-panelbar-header-expanded-gradient: null !default;
34222
34475
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
34223
34476
  // File already imported_once. Skipping output.
34224
34477
  // #endregion
34478
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
34479
+ // File already imported_once. Skipping output.
34480
+ // #endregion
34225
34481
 
34226
34482
 
34227
34483
  // Dependencies
@@ -34326,6 +34582,10 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
34326
34582
  .k-icon {
34327
34583
  font-size: $kendo-splitter-resize-icon-size;
34328
34584
  }
34585
+ .k-svg-icon {
34586
+ width: $kendo-splitter-resize-icon-size;
34587
+ height: $kendo-splitter-resize-icon-size;
34588
+ }
34329
34589
 
34330
34590
  }
34331
34591
 
@@ -34510,6 +34770,9 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
34510
34770
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
34511
34771
  // File already imported_once. Skipping output.
34512
34772
  // #endregion
34773
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
34774
+ // File already imported_once. Skipping output.
34775
+ // #endregion
34513
34776
 
34514
34777
 
34515
34778
  // Dependencies
@@ -34624,6 +34887,9 @@ $kendo-tile-layout-hint-border: $kendo-component-border !default;
34624
34887
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
34625
34888
  // File already imported_once. Skipping output.
34626
34889
  // #endregion
34890
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
34891
+ // File already imported_once. Skipping output.
34892
+ // #endregion
34627
34893
 
34628
34894
 
34629
34895
  // Dependencies
@@ -34634,6 +34900,9 @@ $kendo-tile-layout-hint-border: $kendo-component-border !default;
34634
34900
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
34635
34901
  // File already imported_once. Skipping output.
34636
34902
  // #endregion
34903
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
34904
+ // File already imported_once. Skipping output.
34905
+ // #endregion
34637
34906
 
34638
34907
 
34639
34908
  // Dependencies (TODO: extract variables)
@@ -35818,7 +36087,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35818
36087
  }
35819
36088
  }
35820
36089
 
35821
- .k-cell-inner > .k-link > .k-sort-icon .k-icon {
36090
+ .k-cell-inner > .k-link > .k-sort-icon .k-icon,
36091
+ .k-cell-inner > .k-link > .k-sort-icon .k-svg-icon {
35822
36092
  display: flex;
35823
36093
  }
35824
36094
 
@@ -35908,7 +36178,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35908
36178
  text-overflow: clip;
35909
36179
  }
35910
36180
 
35911
- .k-grouping-row .k-icon {
36181
+ .k-grouping-row .k-icon,
36182
+ .k-grouping-row .k-svg-icon {
35912
36183
  margin-inline-start: calc( #{k-math-div( $kendo-icon-size, 2 )} - #{$kendo-grid-cell-padding-x} );
35913
36184
  margin-inline-end: k-math-div( $kendo-icon-size, 2 );
35914
36185
  text-decoration: none;
@@ -36585,7 +36856,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
36585
36856
  }
36586
36857
  }
36587
36858
 
36588
- .k-grouping-row .k-icon {
36859
+ .k-grouping-row .k-icon,
36860
+ .k-grouping-row .k-svg-icon {
36589
36861
  margin-inline-start: calc( #{k-math-div( $kendo-icon-size, 2 )} - #{$_cell-padding-x} );
36590
36862
  }
36591
36863
 
@@ -36597,7 +36869,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
36597
36869
  .k-drag-cell {
36598
36870
  padding: 0;
36599
36871
 
36600
- > .k-icon {
36872
+ > .k-icon,
36873
+ > .k-svg-icon {
36601
36874
  padding-block: $_cell-padding-y;
36602
36875
  padding-inline: 0;
36603
36876
  }
@@ -36878,7 +37151,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
36878
37151
  outline: 0;
36879
37152
  cursor: pointer;
36880
37153
 
36881
- > .k-icon {
37154
+ > .k-icon,
37155
+ > .k-svg-icon {
36882
37156
  margin-inline-end: $kendo-icon-spacing;
36883
37157
  }
36884
37158
  }
@@ -37058,7 +37332,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
37058
37332
  .k-grid-filter,
37059
37333
  .k-header-column-menu,
37060
37334
  .k-grid-header-menu,
37061
- .k-hierarchy-cell .k-icon {
37335
+ .k-hierarchy-cell .k-icon,
37336
+ .k-hierarchy-cell .k-svg-icon {
37062
37337
  &:focus,
37063
37338
  &.k-focus {
37064
37339
  box-shadow: inset 0 0 0 2px rgba( black, .1 );
@@ -37377,6 +37652,9 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
37377
37652
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
37378
37653
  // File already imported_once. Skipping output.
37379
37654
  // #endregion
37655
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
37656
+ // File already imported_once. Skipping output.
37657
+ // #endregion
37380
37658
 
37381
37659
 
37382
37660
  // Dependencies
@@ -37617,6 +37895,9 @@ $kendo-listview-item-focus-shadow: inset 0 0 0 3px rgba( $kendo-listview-text, .
37617
37895
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
37618
37896
  // File already imported_once. Skipping output.
37619
37897
  // #endregion
37898
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
37899
+ // File already imported_once. Skipping output.
37900
+ // #endregion
37620
37901
 
37621
37902
 
37622
37903
  // Dependencies
@@ -38315,7 +38596,8 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
38315
38596
  .k-link {
38316
38597
  padding-left: $kendo-filter-menu-padding-left;
38317
38598
  }
38318
- .k-icon {
38599
+ .k-icon,
38600
+ .k-svg-icon {
38319
38601
  margin-left: calc(-1 * ( #{$kendo-icon-size} + #{$kendo-padding-md-y} ) );
38320
38602
  margin-right: $kendo-padding-md-y;
38321
38603
  }
@@ -38355,7 +38637,8 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
38355
38637
  align-items: center;
38356
38638
  cursor: pointer;
38357
38639
 
38358
- > .k-icon {
38640
+ > .k-icon,
38641
+ > .k-svg-icon {
38359
38642
  margin-right: $kendo-padding-md-y;
38360
38643
  }
38361
38644
  }
@@ -38499,6 +38782,10 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
38499
38782
  .k-icon {
38500
38783
  font-size: 6em;
38501
38784
  }
38785
+ .k-svg-icon {
38786
+ width: 6em;
38787
+ height: 6em;
38788
+ }
38502
38789
  }
38503
38790
  }
38504
38791
 
@@ -38926,6 +39213,9 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
38926
39213
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
38927
39214
  // File already imported_once. Skipping output.
38928
39215
  // #endregion
39216
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
39217
+ // File already imported_once. Skipping output.
39218
+ // #endregion
38929
39219
 
38930
39220
 
38931
39221
  // Dependencies
@@ -39224,7 +39514,8 @@ $kendo-pivotgrid-remove-text: null !default;
39224
39514
  }
39225
39515
  }
39226
39516
 
39227
- .k-pivotgrid-cell .k-icon {
39517
+ .k-pivotgrid-cell .k-icon,
39518
+ .k-pivotgrid-cell .k-svg-icon {
39228
39519
  cursor: pointer;
39229
39520
  padding-inline-end: $kendo-pivotgrid-icon-spacing;
39230
39521
  }
@@ -39281,7 +39572,8 @@ $kendo-pivotgrid-remove-text: null !default;
39281
39572
  span {
39282
39573
  writing-mode: vertical-rl;
39283
39574
  }
39284
- .k-icon {
39575
+ .k-icon,
39576
+ .k-svg-icon {
39285
39577
  vertical-align: baseline;
39286
39578
  }
39287
39579
  }
@@ -39438,7 +39730,8 @@ $kendo-pivotgrid-remove-text: null !default;
39438
39730
  flex-direction: row;
39439
39731
  align-items: center;
39440
39732
 
39441
- .k-icon {
39733
+ .k-icon,
39734
+ .k-svg-icon {
39442
39735
  margin-right: k-map-get( $kendo-spacing, 2 );
39443
39736
  }
39444
39737
  .k-dropdown-list {
@@ -39604,6 +39897,7 @@ $kendo-pivotgrid-remove-text: null !default;
39604
39897
  }
39605
39898
 
39606
39899
  .k-pivot-layout > tbody,
39900
+ .k-pivot .k-table-td,
39607
39901
  .k-pivot td {
39608
39902
  vertical-align: top;
39609
39903
  }
@@ -40006,6 +40300,9 @@ $kendo-pivotgrid-remove-text: null !default;
40006
40300
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
40007
40301
  // File already imported_once. Skipping output.
40008
40302
  // #endregion
40303
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
40304
+ // File already imported_once. Skipping output.
40305
+ // #endregion
40009
40306
 
40010
40307
 
40011
40308
  // Dependencies
@@ -40194,6 +40491,9 @@ $kendo-treelist-footer-row-border-width: 1px !default;
40194
40491
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
40195
40492
  // File already imported_once. Skipping output.
40196
40493
  // #endregion
40494
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
40495
+ // File already imported_once. Skipping output.
40496
+ // #endregion
40197
40497
 
40198
40498
 
40199
40499
  // Dependencies
@@ -40410,6 +40710,9 @@ $kendo-filter-toolbar-focus-shadow: 0 0 0 .25rem rgba( $kendo-color-primary, .25
40410
40710
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
40411
40711
  // File already imported_once. Skipping output.
40412
40712
  // #endregion
40713
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
40714
+ // File already imported_once. Skipping output.
40715
+ // #endregion
40413
40716
 
40414
40717
 
40415
40718
  // Dependencies
@@ -40762,9 +41065,7 @@ $kendo-file-manager-preview-icon-border: null !default;
40762
41065
  display: flex;
40763
41066
  flex-direction: row;
40764
41067
  align-items: center;
40765
- }
40766
- .k-filemanager-drag-hint .k-icon {
40767
- margin-right: $kendo-icon-spacing;
41068
+ gap: $kendo-icon-spacing;
40768
41069
  }
40769
41070
 
40770
41071
  }
@@ -40893,6 +41194,9 @@ $kendo-file-manager-preview-icon-border: null !default;
40893
41194
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
40894
41195
  // File already imported_once. Skipping output.
40895
41196
  // #endregion
41197
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
41198
+ // File already imported_once. Skipping output.
41199
+ // #endregion
40896
41200
 
40897
41201
 
40898
41202
  // Dependencies
@@ -40922,6 +41226,7 @@ $kendo-file-manager-preview-icon-border: null !default;
40922
41226
  // File already imported_once. Skipping output.
40923
41227
  // #endregion
40924
41228
 
41229
+
40925
41230
  // Component
40926
41231
  // #region @import "./_variables.scss"; -> scss/taskboard/_variables.scss
40927
41232
  // TaskBoard
@@ -41377,6 +41682,9 @@ $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
41377
41682
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
41378
41683
  // File already imported_once. Skipping output.
41379
41684
  // #endregion
41685
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
41686
+ // File already imported_once. Skipping output.
41687
+ // #endregion
41380
41688
 
41381
41689
 
41382
41690
  // Dependencies
@@ -41579,11 +41887,13 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
41579
41887
  flex-shrink: 0;
41580
41888
 
41581
41889
  .k-editor-export {
41582
- .k-icon {
41890
+ .k-icon,
41891
+ .k-svg-icon {
41583
41892
  margin-right: $kendo-editor-export-tool-icon-margin-x;
41584
41893
  }
41585
41894
 
41586
41895
  .k-icon,
41896
+ .k-svg-icon,
41587
41897
  .k-export-tool-text {
41588
41898
  vertical-align: middle;
41589
41899
  }
@@ -41824,7 +42134,8 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
41824
42134
  flex: 1;
41825
42135
  width: 100px; // fix width for Edge
41826
42136
  }
41827
- .k-icon {
42137
+ .k-icon,
42138
+ .k-svg-icon {
41828
42139
  margin: 0;
41829
42140
  position: static;
41830
42141
  }
@@ -41922,7 +42233,8 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
41922
42233
  left: $kendo-input-padding-x;
41923
42234
  top: $kendo-input-padding-y;
41924
42235
 
41925
- .k-icon {
42236
+ .k-icon,
42237
+ .k-svg-icon {
41926
42238
  position: static;
41927
42239
  margin-top: 0;
41928
42240
  }
@@ -42212,6 +42524,9 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
42212
42524
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
42213
42525
  // File already imported_once. Skipping output.
42214
42526
  // #endregion
42527
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
42528
+ // File already imported_once. Skipping output.
42529
+ // #endregion
42215
42530
 
42216
42531
 
42217
42532
  // Dependencies
@@ -42508,6 +42823,9 @@ $kendo-image-editor-crop-overlay-bg: rgba( black, .3 ) !default;
42508
42823
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
42509
42824
  // File already imported_once. Skipping output.
42510
42825
  // #endregion
42826
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
42827
+ // File already imported_once. Skipping output.
42828
+ // #endregion
42511
42829
 
42512
42830
 
42513
42831
  // Dependencies
@@ -43821,6 +44139,9 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
43821
44139
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
43822
44140
  // File already imported_once. Skipping output.
43823
44141
  // #endregion
44142
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
44143
+ // File already imported_once. Skipping output.
44144
+ // #endregion
43824
44145
 
43825
44146
 
43826
44147
  // Dependencies
@@ -44392,7 +44713,8 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
44392
44713
  }
44393
44714
  }
44394
44715
 
44395
- .k-icon {
44716
+ .k-icon,
44717
+ .k-svg-icon {
44396
44718
  line-height: normal;
44397
44719
  font-size: inherit;
44398
44720
  }
@@ -44497,7 +44819,8 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
44497
44819
  position: absolute;
44498
44820
  justify-content: center;
44499
44821
 
44500
- > .k-icon {
44822
+ > .k-icon,
44823
+ > .k-svg-icon {
44501
44824
  position: absolute;
44502
44825
  top: 50%;
44503
44826
  left: 50%;
@@ -45364,6 +45687,9 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
45364
45687
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
45365
45688
  // File already imported_once. Skipping output.
45366
45689
  // #endregion
45690
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
45691
+ // File already imported_once. Skipping output.
45692
+ // #endregion
45367
45693
 
45368
45694
 
45369
45695
  // Dependencies
@@ -46120,6 +46446,9 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
46120
46446
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
46121
46447
  // File already imported_once. Skipping output.
46122
46448
  // #endregion
46449
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
46450
+ // File already imported_once. Skipping output.
46451
+ // #endregion
46123
46452
 
46124
46453
 
46125
46454
  // Dependencies
@@ -46302,6 +46631,9 @@ $kendo-media-player-titlebar-gradient: rgba( $kendo-media-player-text, .7 ), rgb
46302
46631
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
46303
46632
  // File already imported_once. Skipping output.
46304
46633
  // #endregion
46634
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
46635
+ // File already imported_once. Skipping output.
46636
+ // #endregion
46305
46637
 
46306
46638
 
46307
46639
  // Dependencies
@@ -46922,6 +47254,9 @@ $kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-o
46922
47254
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
46923
47255
  // File already imported_once. Skipping output.
46924
47256
  // #endregion
47257
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
47258
+ // File already imported_once. Skipping output.
47259
+ // #endregion
46925
47260
 
46926
47261
 
46927
47262
  // Dependencies
@@ -47122,6 +47457,10 @@ $kendo-pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
47122
47457
  > .k-icon {
47123
47458
  font-size: $kendo-pdf-viewer-icon-size;
47124
47459
  }
47460
+ > .k-svg-icon {
47461
+ width: $kendo-pdf-viewer-icon-size;
47462
+ height: $kendo-pdf-viewer-icon-size;
47463
+ }
47125
47464
  }
47126
47465
 
47127
47466
  }
@@ -47224,7 +47563,8 @@ $kendo-pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
47224
47563
  @include box-shadow( $kendo-pdf-viewer-page-shadow );
47225
47564
  }
47226
47565
 
47227
- .k-blank-page > .k-icon {
47566
+ .k-blank-page > .k-icon,
47567
+ .k-blank-page > .k-svg-icon {
47228
47568
  @include fill( $color: $kendo-pdf-viewer-icon-text );
47229
47569
  }
47230
47570
 
@@ -47264,6 +47604,9 @@ $kendo-pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
47264
47604
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
47265
47605
  // File already imported_once. Skipping output.
47266
47606
  // #endregion
47607
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
47608
+ // File already imported_once. Skipping output.
47609
+ // #endregion
47267
47610
 
47268
47611
 
47269
47612
  // Dependencies
@@ -47387,6 +47730,9 @@ $kendo-pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
47387
47730
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
47388
47731
  // File already imported_once. Skipping output.
47389
47732
  // #endregion
47733
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
47734
+ // File already imported_once. Skipping output.
47735
+ // #endregion
47390
47736
 
47391
47737
 
47392
47738
  // Dependencies
@@ -47605,7 +47951,8 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
47605
47951
  user-select: none;
47606
47952
  cursor: pointer;
47607
47953
 
47608
- .k-icon {
47954
+ .k-icon,
47955
+ .k-svg-icon {
47609
47956
  display: table-cell;
47610
47957
  overflow: visible;
47611
47958
  margin: 0;
@@ -47614,6 +47961,11 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
47614
47961
  font-size: $kendo-scrollview-arrow-icon-size;
47615
47962
  font-weight: normal;
47616
47963
  }
47964
+ .k-svg-icon {
47965
+ font-size: inherit;
47966
+ width: $kendo-scrollview-arrow-icon-size;
47967
+ height: $kendo-scrollview-arrow-icon-size;
47968
+ }
47617
47969
  }
47618
47970
 
47619
47971
  .k-scrollview-prev {
@@ -47757,6 +48109,9 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
47757
48109
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
47758
48110
  // File already imported_once. Skipping output.
47759
48111
  // #endregion
48112
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
48113
+ // File already imported_once. Skipping output.
48114
+ // #endregion
47760
48115
 
47761
48116
 
47762
48117
  // Dependencies
@@ -48570,6 +48925,9 @@ $kendo-treemap-line-height: $kendo-line-height-md !default;
48570
48925
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
48571
48926
  // File already imported_once. Skipping output.
48572
48927
  // #endregion
48928
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
48929
+ // File already imported_once. Skipping output.
48930
+ // #endregion
48573
48931
 
48574
48932
 
48575
48933
  // Dependencies
@@ -48718,7 +49076,8 @@ $kendo-map-marker-fill: $kendo-color-primary !default;
48718
49076
  box-shadow: none;
48719
49077
  position: absolute;
48720
49078
 
48721
- .k-icon {
49079
+ .k-icon,
49080
+ .k-svg-icon {
48722
49081
  min-width: 0;
48723
49082
  min-height: 0;
48724
49083
  }
@@ -48806,6 +49165,9 @@ $kendo-map-marker-fill: $kendo-color-primary !default;
48806
49165
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
48807
49166
  // File already imported_once. Skipping output.
48808
49167
  // #endregion
49168
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
49169
+ // File already imported_once. Skipping output.
49170
+ // #endregion
48809
49171
 
48810
49172
 
48811
49173
  // Dependencies
@@ -48838,6 +49200,7 @@ $kendo-map-marker-fill: $kendo-color-primary !default;
48838
49200
  // File already imported_once. Skipping output.
48839
49201
  // #endregion
48840
49202
 
49203
+
48841
49204
  // Component
48842
49205
  // #region @import "./_variables.scss"; -> scss/orgchart/_variables.scss
48843
49206
  // Orgchart
@@ -49076,6 +49439,10 @@ $kendo-orgchart-line-v-height: 25px !default;
49076
49439
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
49077
49440
  // File already imported_once. Skipping output.
49078
49441
  // #endregion
49442
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
49443
+ // File already imported_once. Skipping output.
49444
+ // #endregion
49445
+
49079
49446
 
49080
49447
  // Dependencies
49081
49448
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
@@ -49085,6 +49452,7 @@ $kendo-orgchart-line-v-height: 25px !default;
49085
49452
  // File already imported_once. Skipping output.
49086
49453
  // #endregion
49087
49454
 
49455
+
49088
49456
  // Component
49089
49457
  // #region @import "./_variables.scss"; -> scss/signature/_variables.scss
49090
49458
  $kendo-signature-width: 246px !default;