@progress/kendo-theme-bootstrap 5.12.1-dev.3 → 5.12.1-dev.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/all.scss CHANGED
@@ -10494,6 +10494,11 @@ $ki-rotate-map: (
10494
10494
  }
10495
10495
  }
10496
10496
 
10497
+ // kendo-icon-wrapper component
10498
+ .k-icon-wrapper-host {
10499
+ display: contents;
10500
+ }
10501
+
10497
10502
  .k-icon-with-modifier {
10498
10503
  position: relative;
10499
10504
  margin: .25em;
@@ -15418,6 +15423,45 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
15418
15423
  > .k-button-icon {
15419
15424
  min-width: calc( #{$_font-size} * #{$_line-height} );
15420
15425
  min-height: calc( #{$_font-size} * #{$_line-height} );
15426
+ display: inline-flex;
15427
+ align-items: center;
15428
+ justify-content: center;
15429
+
15430
+ &.k-svg-icon > svg,
15431
+ &.k-icon-md > svg {
15432
+ width: $kendo-icon-size-md;
15433
+ height: $kendo-icon-size-md;
15434
+ }
15435
+
15436
+ &.k-icon-xs > svg {
15437
+ width: $kendo-icon-size-xs;
15438
+ height: $kendo-icon-size-xs;
15439
+ }
15440
+
15441
+ &.k-icon-sm > svg {
15442
+ width: $kendo-icon-size-sm;
15443
+ height: $kendo-icon-size-sm;
15444
+ }
15445
+
15446
+ &.k-icon-lg > svg {
15447
+ width: $kendo-icon-size-lg;
15448
+ height: $kendo-icon-size-lg;
15449
+ }
15450
+
15451
+ &.k-icon-xl > svg {
15452
+ width: $kendo-icon-size-xl;
15453
+ height: $kendo-icon-size-xl;
15454
+ }
15455
+
15456
+ &.k-icon-xxl > svg {
15457
+ width: $kendo-icon-size-xxl;
15458
+ height: $kendo-icon-size-xxl;
15459
+ }
15460
+
15461
+ &.k-icon-xxxl > svg {
15462
+ width: $kendo-icon-size-xxxl;
15463
+ height: $kendo-icon-size-xxxl;
15464
+ }
15421
15465
  }
15422
15466
  }
15423
15467
  }
@@ -18742,7 +18786,7 @@ $kendo-form-sizes: (
18742
18786
  position: relative;
18743
18787
  aspect-ratio: auto;
18744
18788
 
18745
- > .k-button-icon {
18789
+ .k-button-icon {
18746
18790
  margin: -1em 0;
18747
18791
  min-width: auto !important; // sass-lint:disable-line no-important
18748
18792
  min-height: auto !important; // sass-lint:disable-line no-important
@@ -23518,8 +23562,9 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
23518
23562
  }
23519
23563
 
23520
23564
  // Needed for the double check icons
23521
- .k-icon + .k-icon {
23522
- margin-left: -13px;
23565
+ .k-icon + .k-icon,
23566
+ .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
23567
+ margin-inline-start: -13px;
23523
23568
  }
23524
23569
  }
23525
23570
  }
@@ -23533,19 +23578,6 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
23533
23578
 
23534
23579
  }
23535
23580
 
23536
- @include exports( "colorgradient/layout/rtl" ) {
23537
-
23538
- .k-rtl,
23539
- [dir="rtl"] {
23540
-
23541
- .k-colorgradient-color-contrast .k-i-check + .k-i-check {
23542
- margin-left: 0;
23543
- margin-right: -13px;
23544
- }
23545
-
23546
- }
23547
-
23548
- }
23549
23581
 
23550
23582
  // #endregion
23551
23583
 
@@ -34157,6 +34189,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34157
34189
  }
34158
34190
 
34159
34191
  .k-table-th,
34192
+ td,
34160
34193
  .k-table-td {
34161
34194
  border-width: 0;
34162
34195
  border-inline-start-width: $kendo-grid-cell-vertical-border-width;
@@ -34195,6 +34228,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34195
34228
  white-space: nowrap;
34196
34229
  }
34197
34230
 
34231
+ td,
34198
34232
  .k-table-td {
34199
34233
  border-block-end-width: $kendo-grid-cell-horizontal-border-width;
34200
34234
  white-space: unset;
@@ -34351,12 +34385,17 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34351
34385
  align-items: center;
34352
34386
  align-content: center;
34353
34387
  }
34388
+
34389
+ .k-grouping-row td,
34354
34390
  .k-grouping-row .k-table-td {
34355
34391
  overflow: visible;
34356
34392
  }
34393
+
34394
+ .k-grouping-row + .k-table-row td,
34357
34395
  .k-grouping-row + .k-table-row .k-table-td {
34358
34396
  border-top-width: $kendo-grid-grouping-row-border-top;
34359
34397
  }
34398
+
34360
34399
  .k-grouping-row .k-group-cell,
34361
34400
  .k-grouping-row + .k-table-row .k-group-cell {
34362
34401
  border-top-width: 0;
@@ -34369,11 +34408,13 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34369
34408
  text-decoration: none;
34370
34409
  }
34371
34410
 
34411
+ .k-table .k-group-footer td,
34372
34412
  .k-table .k-group-footer .k-table-td {
34373
34413
  border-style: solid;
34374
34414
  border-width: $kendo-grid-group-footer-border-y 0;
34375
34415
  }
34376
34416
 
34417
+ .k-group-footer .k-group-cell + td,
34377
34418
  .k-group-footer .k-group-cell + .k-table-td {
34378
34419
  border-inline-start-width: $kendo-grid-cell-vertical-border-width;
34379
34420
  }
@@ -34578,11 +34619,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34578
34619
  .k-grid-footer {
34579
34620
  border-top-width: 1px;
34580
34621
 
34622
+ td,
34581
34623
  .k-table-td {
34582
34624
  height: $kendo-line-height-em;
34583
34625
  }
34584
34626
  }
34585
34627
 
34628
+ .k-grid-footer td,
34629
+ .k-group-footer td,
34630
+ .k-grouping-row td,
34586
34631
  .k-grid-footer .k-table-td,
34587
34632
  .k-group-footer .k-table-td,
34588
34633
  .k-grouping-row .k-table-td {
@@ -34605,6 +34650,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34605
34650
  .k-filter-row {
34606
34651
  line-height: $kendo-form-line-height;
34607
34652
 
34653
+ td,
34608
34654
  .k-table-td,
34609
34655
  .k-table-th {
34610
34656
  border-width: 0;
@@ -34613,6 +34659,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34613
34659
  white-space: nowrap;
34614
34660
  }
34615
34661
 
34662
+ td:first-child,
34616
34663
  .k-table-td:first-child {
34617
34664
  border-inline-start-width: 0;
34618
34665
  }
@@ -34659,6 +34706,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34659
34706
  border-color: inherit;
34660
34707
  outline: 0;
34661
34708
 
34709
+ .k-table-row:last-child > td,
34662
34710
  .k-table-row:last-child > .k-table-td {
34663
34711
  border-bottom-width: 0;
34664
34712
  }
@@ -34684,11 +34732,13 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34684
34732
  // Edit row
34685
34733
  .k-grid .k-edit-cell,
34686
34734
  .k-grid .k-command-cell,
34735
+ .k-grid .k-grid-edit-row td,
34687
34736
  .k-grid .k-grid-edit-row .k-table-td {
34688
34737
  text-overflow: clip;
34689
34738
  }
34690
34739
 
34691
34740
  .k-grid .k-edit-cell,
34741
+ .k-grid .k-grid-edit-row td,
34692
34742
  .k-grid .k-grid-edit-row .k-table-td {
34693
34743
 
34694
34744
  > input:not([type="checkbox"]):not([type="radio"]),
@@ -34745,19 +34795,19 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34745
34795
 
34746
34796
  .k-grid-virtual .k-grid-content {
34747
34797
  .k-grid-table-wrap {
34748
- float: inline-start;
34798
+ float: left;
34749
34799
  width: 100%;
34750
34800
  }
34751
34801
 
34752
34802
  .k-grid-table {
34753
34803
  position: relative;
34754
- float: inline-start;
34804
+ float: left;
34755
34805
  z-index: 1;
34756
34806
  }
34757
34807
 
34758
34808
  > .k-height-container {
34759
34809
  position: relative;
34760
- float: inline-start;
34810
+ float: left;
34761
34811
  }
34762
34812
 
34763
34813
  &::after {
@@ -34776,6 +34826,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34776
34826
  height: 1px;
34777
34827
  }
34778
34828
 
34829
+ .k-grid-add-row td,
34779
34830
  .k-grid-add-row .k-table-td {
34780
34831
  border-bottom-style: solid;
34781
34832
  border-bottom-width: 1px;
@@ -34851,6 +34902,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34851
34902
  z-index: auto;
34852
34903
  }
34853
34904
 
34905
+ .k-grid-row-sticky td,
34854
34906
  .k-grid-row-sticky .k-table-td {
34855
34907
  border-bottom-width: $kendo-grid-border-width;
34856
34908
  border-top-width: $kendo-grid-border-width;
@@ -34858,12 +34910,11 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34858
34910
  position: sticky;
34859
34911
  top: inherit;
34860
34912
  bottom: inherit;
34861
- }
34862
-
34863
- .k-grid-row-sticky .k-table-td {
34864
34913
  z-index: 2;
34865
34914
  }
34866
34915
 
34916
+ .k-grid-row-sticky td.k-grid-content-sticky,
34917
+ .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
34867
34918
  .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
34868
34919
  .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
34869
34920
  z-index: 3;
@@ -34890,6 +34941,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34890
34941
  .k-grid .k-table .k-grid-footer-sticky {
34891
34942
  border-inline-end-width: $kendo-grid-cell-vertical-border-width;
34892
34943
 
34944
+ &:not([style*="display: none"]) + td,
34893
34945
  &:not([style*="display: none"]) + .k-table-td,
34894
34946
  &:not([style*="display: none"]) + .k-table-th {
34895
34947
  border-inline-start-width: 0;
@@ -34975,6 +35027,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
34975
35027
  padding: $_header-padding-y $_header-padding-x;
34976
35028
  }
34977
35029
 
35030
+ td,
34978
35031
  .k-table-td {
34979
35032
  padding: $_cell-padding-y $_cell-padding-x;
34980
35033
  }
@@ -35036,6 +35089,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35036
35089
  // Edit row
35037
35090
  .k-edit-cell,
35038
35091
  .k-command-cell,
35092
+ .k-grid-edit-row td,
35039
35093
  .k-grid-edit-row .k-table-td {
35040
35094
  padding: $_edit-cell-padding-y $_edit-cell-padding-x;
35041
35095
  }
@@ -35043,6 +35097,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35043
35097
 
35044
35098
  // Filter row
35045
35099
  .k-filter-row {
35100
+ td,
35046
35101
  .k-table-td,
35047
35102
  .k-table-th {
35048
35103
  padding: $_filter-cell-padding-y $_filter-cell-padding-x;
@@ -35105,7 +35160,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35105
35160
  // Remove Grid scrollbar during built-in export
35106
35161
  .k-pdf-export-shadow {
35107
35162
  .k-grid {
35108
- float: inline-start;
35163
+ float: left;
35109
35164
  width: auto !important; // sass-lint:disable-line no-important
35110
35165
  }
35111
35166
 
@@ -35213,6 +35268,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35213
35268
  table-layout: auto !important;
35214
35269
 
35215
35270
  .k-table-th,
35271
+ td,
35216
35272
  .k-table-td {
35217
35273
  white-space: nowrap !important;
35218
35274
  }
@@ -35347,6 +35403,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35347
35403
  background-color: inherit;
35348
35404
  }
35349
35405
 
35406
+ td,
35350
35407
  .k-table-td,
35351
35408
  .k-grid-content,
35352
35409
  .k-grid-header-locked,
@@ -35369,7 +35426,9 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35369
35426
 
35370
35427
  // Selected state
35371
35428
  .k-table-th.k-selected,
35429
+ td.k-selected,
35372
35430
  .k-table-td.k-selected,
35431
+ .k-table-row.k-selected > td,
35373
35432
  .k-table-row.k-selected > .k-table-td {
35374
35433
  color: $kendo-grid-selected-text;
35375
35434
  background-color: $kendo-grid-selected-bg;
@@ -35377,7 +35436,12 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35377
35436
 
35378
35437
  // Focused state
35379
35438
  .k-table-th,
35439
+ td,
35380
35440
  .k-table-td,
35441
+ .k-master-row > td,
35442
+ .k-grouping-row > td,
35443
+ .k-detail-row > td,
35444
+ .k-group-footer > td,
35381
35445
  .k-master-row > .k-table-td,
35382
35446
  .k-grouping-row > .k-table-td,
35383
35447
  .k-detail-row > .k-table-td,
@@ -35399,6 +35463,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35399
35463
  .k-grid-header-locked,
35400
35464
  .k-grid-content-locked,
35401
35465
  .k-grid-header-locked .k-header,
35466
+ .k-grid-content-locked td,
35402
35467
  .k-grid-content-locked .k-table-td {
35403
35468
  border-color: $kendo-grid-sticky-header-border;
35404
35469
  }
@@ -35408,25 +35473,31 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35408
35473
  }
35409
35474
 
35410
35475
  .k-grid-content-locked {
35476
+ .k-group-footer td,
35411
35477
  .k-group-footer .k-table-td,
35412
35478
  .k-group-cell {
35413
35479
  @include fill( $border: $kendo-grid-header-border );
35414
35480
  }
35415
35481
 
35482
+ .k-grouping-row + .k-table-row td,
35416
35483
  .k-grouping-row + .k-table-row .k-table-td {
35417
35484
  border-top-color: $kendo-grid-header-border;
35418
35485
  }
35419
35486
 
35420
35487
  // Selected state
35488
+ .k-selected td,
35421
35489
  .k-selected .k-table-td {
35422
35490
  @include fill( $bg: $kendo-grid-sticky-selected-bg );
35423
35491
  }
35424
35492
 
35493
+ .k-selected.k-table-alt-row td,
35425
35494
  .k-selected.k-table-alt-row .k-table-td {
35426
35495
  @include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
35427
35496
  }
35428
35497
 
35429
35498
  // Selected hover
35499
+ .k-selected:hover td,
35500
+ .k-selected.k-hover td,
35430
35501
  .k-selected:hover .k-table-td,
35431
35502
  .k-selected.k-hover .k-table-td {
35432
35503
  @include fill( $bg: $kendo-grid-sticky-selected-hover-bg );
@@ -35523,12 +35594,14 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35523
35594
  // Selected state
35524
35595
  &.k-selected .k-grid-content-sticky,
35525
35596
  &.k-selected .k-grid-row-sticky,
35597
+ td.k-grid-content-sticky.k-selected,
35526
35598
  .k-table-td.k-grid-content-sticky.k-selected {
35527
35599
  @include fill( $bg: $kendo-grid-sticky-selected-bg );
35528
35600
  }
35529
35601
 
35530
35602
  &.k-selected.k-table-alt-row .k-grid-content-sticky,
35531
35603
  &.k-selected.k-table-alt-row .k-grid-row-sticky,
35604
+ &.k-table-alt-row td.k-grid-content-sticky.k-selected,
35532
35605
  &.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
35533
35606
  @include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
35534
35607
  }
@@ -35548,6 +35621,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35548
35621
  &.k-selected.k-hover .k-grid-content-sticky,
35549
35622
  &.k-selected:hover .k-grid-row-sticky,
35550
35623
  &.k-selected.k-hover .k-grid-row-sticky,
35624
+ &:hover td.k-grid-content-sticky.k-selected,
35625
+ &.k-hover td.k-grid-content-sticky.k-selected,
35551
35626
  &:hover .k-table-td.k-grid-content-sticky.k-selected,
35552
35627
  &.k-hover .k-table-td.k-grid-content-sticky.k-selected {
35553
35628
  background-color: $kendo-grid-sticky-selected-hover-bg;
@@ -35567,11 +35642,14 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35567
35642
  }
35568
35643
  }
35569
35644
 
35645
+ .k-grid-row-sticky td,
35570
35646
  .k-grid-row-sticky .k-table-td {
35571
35647
  border-top-color: $kendo-grid-sticky-border;
35572
35648
  border-bottom-color: $kendo-grid-sticky-border;
35573
35649
  background-color: $kendo-grid-sticky-bg;
35574
35650
 
35651
+ &:hover td,
35652
+ &.k-hover td,
35575
35653
  &:hover .k-table-td,
35576
35654
  &.k-hover .k-table-td {
35577
35655
  background-color: $kendo-grid-sticky-hover-bg;
@@ -35579,12 +35657,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35579
35657
  }
35580
35658
 
35581
35659
  .k-table-alt-row .k-grid-content-sticky,
35660
+ .k-grid-row-sticky.k-table-alt-row td,
35582
35661
  .k-grid-row-sticky.k-table-alt-row .k-table-td {
35583
35662
  @include fill( $bg: $kendo-grid-sticky-alt-bg );
35584
35663
  }
35585
35664
 
35586
35665
  // Selected state
35587
35666
  .k-table-row.k-selected .k-grid-content-sticky,
35667
+ .k-selected.k-grid-row-sticky td,
35668
+ .k-grid-row-sticky td.k-selected,
35588
35669
  .k-selected.k-grid-row-sticky .k-table-td,
35589
35670
  .k-grid-row-sticky .k-table-td.k-selected,
35590
35671
  .k-selected.k-grid-content-sticky {
@@ -35592,6 +35673,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35592
35673
  }
35593
35674
 
35594
35675
  .k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
35676
+ .k-selected.k-table-alt-row.k-grid-row-sticky td,
35595
35677
  .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
35596
35678
  .k-table-alt-row .k-selected.k-grid-content-sticky {
35597
35679
  @include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
@@ -35600,6 +35682,10 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35600
35682
  // Hover state
35601
35683
  .k-table-row:hover .k-grid-content-sticky,
35602
35684
  .k-table-row.k-hover .k-grid-content-sticky,
35685
+ .k-grid-row-sticky:hover td,
35686
+ .k-grid-row-sticky.k-hover td,
35687
+ .k-grid-row-sticky.k-table-alt-row:hover td,
35688
+ .k-grid-row-sticky.k-table-alt-row.k-hover td,
35603
35689
  .k-grid-row-sticky:hover .k-table-td,
35604
35690
  .k-grid-row-sticky.k-hover .k-table-td,
35605
35691
  .k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
@@ -35612,12 +35698,18 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35612
35698
  // Selected + Hover
35613
35699
  .k-table-row.k-selected:hover .k-grid-content-sticky,
35614
35700
  .k-table-row.k-selected.k-hover .k-grid-content-sticky,
35701
+ .k-selected.k-grid-row-sticky:hover td,
35702
+ .k-selected.k-grid-row-sticky.k-hover td,
35703
+ .k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
35704
+ .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
35615
35705
  .k-selected.k-grid-row-sticky:hover .k-table-td,
35616
35706
  .k-selected.k-grid-row-sticky.k-hover .k-table-td,
35617
35707
  .k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
35618
35708
  .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
35619
35709
  .k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
35620
35710
  .k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
35711
+ .k-grid-row-sticky:hover td.k-selected,
35712
+ .k-grid-row-sticky.k-hover td.k-selected,
35621
35713
  .k-grid-row-sticky:hover .k-table-td.k-selected,
35622
35714
  .k-grid-row-sticky.k-hover .k-table-td.k-selected,
35623
35715
  .k-table-row:hover .k-grid-content-sticky.k-selected,
@@ -35638,6 +35730,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
35638
35730
  }
35639
35731
 
35640
35732
  .k-group-footer {
35733
+ td,
35641
35734
  .k-table-td,
35642
35735
  .k-grid-footer-sticky {
35643
35736
  @include fill( $bg: $kendo-grid-sticky-footer-bg );
@@ -38433,6 +38526,8 @@ $kendo-treelist-footer-row-border-width: 1px !default;
38433
38526
  transform: translate(0, -50%);
38434
38527
  }
38435
38528
 
38529
+ .k-table-row.k-footer td,
38530
+ .k-table-row.k-footer-template td,
38436
38531
  .k-table-row.k-footer .k-table-td,
38437
38532
  .k-table-row.k-footer-template .k-table-td {
38438
38533
  border-width: $kendo-treelist-footer-row-border-width 0;
@@ -38440,6 +38535,7 @@ $kendo-treelist-footer-row-border-width: 1px !default;
38440
38535
  font-weight: bold;
38441
38536
  }
38442
38537
 
38538
+ .k-table-row.k-footer + .k-table-row.k-footer td,
38443
38539
  .k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
38444
38540
  border-top-width: 0;
38445
38541
  }
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#222222",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#0275d8",
9
9
  "#5bc0de",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#292b2c",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2f2f2",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Vintage",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "5.12.1-dev.3",
6
+ "version": "5.12.1-dev.4",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2efe8",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-bootstrap",
3
3
  "description": "Bootstrap theme for Kendo UI",
4
- "version": "5.12.1-dev.3",
4
+ "version": "5.12.1-dev.4",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -49,10 +49,10 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@progress/kendo-font-icons": "^1.0.0",
52
- "@progress/kendo-theme-core": "^5.12.1-dev.3",
53
- "@progress/kendo-theme-default": "^5.12.1-dev.3",
54
- "@progress/kendo-theme-utils": "^5.12.1-dev.3",
52
+ "@progress/kendo-theme-core": "^5.12.1-dev.4",
53
+ "@progress/kendo-theme-default": "^5.12.1-dev.4",
54
+ "@progress/kendo-theme-utils": "^5.12.1-dev.4",
55
55
  "bootstrap": "5.2.1"
56
56
  },
57
- "gitHead": "8c82f49a750901799f12f09ca977f65b74ff9577"
57
+ "gitHead": "a62113f259ebc1b7722c0871fb93955f8bf4c409"
58
58
  }