@progress/kendo-theme-bootstrap 7.1.0-dev.8 → 7.1.0-dev.9

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 (70) hide show
  1. package/dist/all.css +54 -21
  2. package/dist/all.scss +1528 -686
  3. package/dist/meta/sassdoc-data.json +632 -636
  4. package/dist/meta/sassdoc-raw-data.json +308 -310
  5. package/dist/meta/variables.json +411 -371
  6. package/lib/swatches/bootstrap-3-dark.json +1 -1
  7. package/lib/swatches/bootstrap-3.json +1 -1
  8. package/lib/swatches/bootstrap-4-dark.json +1 -1
  9. package/lib/swatches/bootstrap-4.json +1 -1
  10. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  11. package/lib/swatches/bootstrap-main-dark.json +1 -1
  12. package/lib/swatches/bootstrap-main.json +1 -1
  13. package/lib/swatches/bootstrap-nordic.json +1 -1
  14. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  15. package/lib/swatches/bootstrap-turquoise.json +1 -1
  16. package/lib/swatches/bootstrap-urban.json +1 -1
  17. package/lib/swatches/bootstrap-vintage.json +1 -1
  18. package/package.json +5 -5
  19. package/scss/_bootstrap-overrides.scss +0 -22
  20. package/scss/_variables.scss +0 -203
  21. package/scss/adaptive/_variables.scss +1 -1
  22. package/scss/all.scss +0 -1
  23. package/scss/appbar/_variables.scss +2 -2
  24. package/scss/breadcrumb/_variables.scss +1 -1
  25. package/scss/button/_variables.scss +13 -13
  26. package/scss/calendar/_variables.scss +1 -1
  27. package/scss/chat/_variables.scss +1 -1
  28. package/scss/checkbox/_variables.scss +4 -4
  29. package/scss/chip/_theme.scss +5 -4
  30. package/scss/chip/_variables.scss +1 -1
  31. package/scss/core/_index.scss +6 -0
  32. package/scss/core/color-system/_palettes.scss +171 -0
  33. package/scss/core/color-system/_swatch-legacy.scss +66 -0
  34. package/scss/core/color-system/_swatch.scss +391 -0
  35. package/scss/dataviz/_variables.scss +42 -42
  36. package/scss/dock-manager/_variables.scss +1 -1
  37. package/scss/drawer/_variables.scss +1 -1
  38. package/scss/dropzone/_variables.scss +2 -2
  39. package/scss/editor/_variables.scss +1 -1
  40. package/scss/fab/_theme.scss +21 -21
  41. package/scss/filemanager/_variables.scss +2 -2
  42. package/scss/filter/_variables.scss +1 -1
  43. package/scss/gantt/_variables.scss +13 -13
  44. package/scss/grid/_theme.scss +54 -6
  45. package/scss/grid/_variables.scss +12 -9
  46. package/scss/input/_variables.scss +4 -4
  47. package/scss/list/_variables.scss +1 -1
  48. package/scss/listview/_variables.scss +2 -2
  49. package/scss/map/_variables.scss +1 -1
  50. package/scss/mediaplayer/_variables.scss +1 -1
  51. package/scss/menu/_variables.scss +6 -6
  52. package/scss/notification/_variables.scss +3 -3
  53. package/scss/pager/_variables.scss +1 -1
  54. package/scss/panelbar/_variables.scss +4 -4
  55. package/scss/pivotgrid/_variables.scss +5 -5
  56. package/scss/scheduler/_variables.scss +3 -3
  57. package/scss/signature/_variables.scss +1 -1
  58. package/scss/skeleton/_variables.scss +1 -1
  59. package/scss/slider/_variables.scss +8 -8
  60. package/scss/splitter/_variables.scss +1 -1
  61. package/scss/spreadsheet/_variables.scss +4 -4
  62. package/scss/stepper/_variables.scss +7 -7
  63. package/scss/switch/_variables.scss +6 -6
  64. package/scss/table/_variables.scss +3 -3
  65. package/scss/taskboard/_variables.scss +8 -8
  66. package/scss/timeline/_variables.scss +4 -4
  67. package/scss/toolbar/_variables.scss +1 -1
  68. package/scss/tooltip/_variables.scss +4 -4
  69. package/scss/treeview/_variables.scss +1 -1
  70. package/scss/upload/_variables.scss +1 -1
package/dist/all.css CHANGED
@@ -265,16 +265,13 @@ kendo-sortable {
265
265
  text-indent: -4000px;
266
266
  text-align: center;
267
267
  position: absolute;
268
- color: currentColor;
269
268
  }
270
269
 
271
270
  .k-loading-image {
272
271
  z-index: 2;
273
- color: currentColor;
274
272
  }
275
273
 
276
274
  .k-loading-color {
277
- background-color: #ffffff;
278
275
  opacity: 0.3;
279
276
  }
280
277
 
@@ -290,7 +287,6 @@ kendo-sortable {
290
287
  position: relative;
291
288
  background-color: transparent;
292
289
  box-sizing: border-box;
293
- color: currentColor;
294
290
  }
295
291
 
296
292
  .k-i-loading::before, .k-i-loading::after {
@@ -28584,11 +28580,13 @@ kendo-badge-container {
28584
28580
  }
28585
28581
 
28586
28582
  .k-chip-outline-error:hover, .k-chip-outline-error.k-hover {
28583
+ border-color: #a52834;
28587
28584
  color: white;
28588
28585
  background-color: #a52834;
28589
28586
  }
28590
28587
 
28591
28588
  .k-chip-outline-error.k-selected {
28589
+ border-color: #a52834;
28592
28590
  color: white;
28593
28591
  background-color: #a52834;
28594
28592
  }
@@ -28604,11 +28602,13 @@ kendo-badge-container {
28604
28602
  }
28605
28603
 
28606
28604
  .k-chip-outline-info:hover, .k-chip-outline-info.k-hover {
28605
+ border-color: #0a98b4;
28607
28606
  color: white;
28608
28607
  background-color: #0a98b4;
28609
28608
  }
28610
28609
 
28611
28610
  .k-chip-outline-info.k-selected {
28611
+ border-color: #0a98b4;
28612
28612
  color: white;
28613
28613
  background-color: #0a98b4;
28614
28614
  }
@@ -28644,11 +28644,13 @@ kendo-badge-container {
28644
28644
  }
28645
28645
 
28646
28646
  .k-chip-outline-success:hover, .k-chip-outline-success.k-hover {
28647
+ border-color: #13653f;
28647
28648
  color: white;
28648
28649
  background-color: #13653f;
28649
28650
  }
28650
28651
 
28651
28652
  .k-chip-outline-success.k-selected {
28653
+ border-color: #13653f;
28652
28654
  color: white;
28653
28655
  background-color: #13653f;
28654
28656
  }
@@ -28659,6 +28661,7 @@ kendo-badge-container {
28659
28661
  }
28660
28662
 
28661
28663
  .k-chip-outline-info:hover, .k-chip-outline-info.k-hover, .k-chip-outline-info.k-selected {
28664
+ border-color: #0dcaf0;
28662
28665
  color: #212529;
28663
28666
  background-color: #0dcaf0;
28664
28667
  }
@@ -32777,20 +32780,20 @@ select.k-picker-lg {
32777
32780
  .k-input-solid {
32778
32781
  border-color: #ced4da;
32779
32782
  color: #212529;
32780
- background-color: #ffffff;
32783
+ background-color: #fff;
32781
32784
  }
32782
32785
 
32783
32786
  .k-input-solid:focus, .k-input-solid.k-focus {
32784
32787
  border-color: #86b7fe;
32785
32788
  color: #212529;
32786
- background-color: #ffffff;
32789
+ background-color: #fff;
32787
32790
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
32788
32791
  }
32789
32792
 
32790
32793
  .k-input-solid:focus-within {
32791
32794
  border-color: #86b7fe;
32792
32795
  color: #212529;
32793
- background-color: #ffffff;
32796
+ background-color: #fff;
32794
32797
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
32795
32798
  }
32796
32799
 
@@ -38822,6 +38825,10 @@ kendo-card-footer {
38822
38825
  gap: 0.5rem;
38823
38826
  }
38824
38827
 
38828
+ .k-card-horizontal .k-actions-horizontal {
38829
+ width: auto;
38830
+ }
38831
+
38825
38832
  .k-card-list {
38826
38833
  display: flex;
38827
38834
  flex-flow: column nowrap;
@@ -40122,6 +40129,17 @@ kendo-card-footer {
40122
40129
  transition-timing-function: ease-in-out;
40123
40130
  }
40124
40131
 
40132
+ .k-stepper .k-step-indicator::before {
40133
+ border-radius: 50%;
40134
+ content: "";
40135
+ width: 100%;
40136
+ height: 100%;
40137
+ position: absolute;
40138
+ top: 0;
40139
+ left: 0;
40140
+ z-index: -1;
40141
+ }
40142
+
40125
40143
  .k-stepper .k-step-indicator::after {
40126
40144
  border-radius: 100%;
40127
40145
  content: "";
@@ -42993,6 +43011,16 @@ div.k-grid-footer {
42993
43011
  z-index: 3;
42994
43012
  }
42995
43013
 
43014
+ .k-master-row .k-grid-content-sticky::before {
43015
+ content: "";
43016
+ width: 100%;
43017
+ height: 100%;
43018
+ position: absolute;
43019
+ top: 0;
43020
+ left: 0;
43021
+ z-index: -1;
43022
+ }
43023
+
42996
43024
  kendo-grid .k-table-row.k-grid-row-sticky {
42997
43025
  border: 0;
42998
43026
  position: static;
@@ -46362,6 +46390,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
46362
46390
  border-bottom-width: 1px;
46363
46391
  border-color: inherit;
46364
46392
  flex-shrink: 0;
46393
+ z-index: 1;
46365
46394
  }
46366
46395
 
46367
46396
  .k-filemanager-content-container {
@@ -46374,6 +46403,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
46374
46403
  overflow: hidden;
46375
46404
  }
46376
46405
 
46406
+ .k-filemanager-splitter {
46407
+ border-width: 0;
46408
+ }
46409
+
46377
46410
  .k-filemanager-navigation {
46378
46411
  padding-block: 1rem;
46379
46412
  padding-inline: 1rem;
@@ -47932,17 +47965,17 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
47932
47965
  overflow: scroll;
47933
47966
  }
47934
47967
 
47935
- .k-gantt-timeline .k-timeline {
47968
+ .k-gantt-timeline-pane .k-gantt-timeline {
47936
47969
  height: 100%;
47937
47970
  border-width: 0;
47938
47971
  display: flex;
47939
47972
  }
47940
47973
 
47941
- .k-gantt-timeline .k-grid-content {
47974
+ .k-gantt-timeline-pane .k-grid-content {
47942
47975
  overflow-x: scroll;
47943
47976
  }
47944
47977
 
47945
- .k-gantt-timeline .k-header {
47978
+ .k-gantt-timeline-pane .k-header {
47946
47979
  padding-block: 0.5rem;
47947
47980
  padding-inline: 0.5rem;
47948
47981
  border-width: 0 0 1px 1px;
@@ -48423,7 +48456,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48423
48456
  }
48424
48457
 
48425
48458
  .k-pdf-export-shadow .k-gantt,
48426
- .k-pdf-export-shadow .k-gantt-timeline,
48459
+ .k-pdf-export-shadow .k-gantt-timeline-pane,
48427
48460
  .k-pdf-export-shadow .k-gantt-dependencies {
48428
48461
  width: auto !important;
48429
48462
  height: auto !important;
@@ -48456,24 +48489,24 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48456
48489
  margin-inline: -26px;
48457
48490
  }
48458
48491
 
48459
- .k-rtl .k-gantt-timeline .k-header,
48460
- [dir="rtl"] .k-gantt-timeline .k-header {
48492
+ .k-rtl .k-gantt-timeline-pane .k-header,
48493
+ [dir="rtl"] .k-gantt-timeline-pane .k-header {
48461
48494
  border-width: 0 1px 1px 0;
48462
48495
  }
48463
48496
 
48464
- .k-rtl .k-gantt-timeline .k-header:first-child,
48465
- [dir="rtl"] .k-gantt-timeline .k-header:first-child {
48497
+ .k-rtl .k-gantt-timeline-pane .k-header:first-child,
48498
+ [dir="rtl"] .k-gantt-timeline-pane .k-header:first-child {
48466
48499
  border-right-width: 0;
48467
48500
  }
48468
48501
 
48469
- .k-rtl .k-gantt-timeline .k-task-start,
48470
- [dir="rtl"] .k-gantt-timeline .k-task-start {
48502
+ .k-rtl .k-gantt-timeline-pane .k-task-start,
48503
+ [dir="rtl"] .k-gantt-timeline-pane .k-task-start {
48471
48504
  left: auto;
48472
48505
  right: 0;
48473
48506
  }
48474
48507
 
48475
- .k-rtl .k-gantt-timeline .k-task-end,
48476
- [dir="rtl"] .k-gantt-timeline .k-task-end {
48508
+ .k-rtl .k-gantt-timeline-pane .k-task-end,
48509
+ [dir="rtl"] .k-gantt-timeline-pane .k-task-end {
48477
48510
  right: auto;
48478
48511
  left: 0;
48479
48512
  }
@@ -48526,8 +48559,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48526
48559
  margin-right: 0.2em;
48527
48560
  }
48528
48561
 
48529
- .k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start,
48530
- [dir="rtl"] .k-gantt-timeline .k-milestone-wrap .k-task-start {
48562
+ .k-rtl .k-gantt-timeline-pane .k-milestone-wrap .k-task-start,
48563
+ [dir="rtl"] .k-gantt-timeline-pane .k-milestone-wrap .k-task-start {
48531
48564
  right: -0.1em;
48532
48565
  }
48533
48566