@progress/kendo-theme-classic 5.10.1-dev.1 → 5.10.1-dev.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +38 -42
- package/dist/all.scss +58 -44
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/package.json +7 -5
package/dist/all.css
CHANGED
|
@@ -21953,6 +21953,16 @@ kendo-label > .k-label {
|
|
|
21953
21953
|
padding: 8px 16px;
|
|
21954
21954
|
}
|
|
21955
21955
|
|
|
21956
|
+
.k-adaptive-actionsheet .k-actionsheet-filter {
|
|
21957
|
+
width: calc(min(100%, calc( 360px - 32px) ));
|
|
21958
|
+
}
|
|
21959
|
+
|
|
21960
|
+
.k-adaptive-actionsheet .k-actionsheet-content,
|
|
21961
|
+
.k-adaptive-actionsheet .k-actionsheet-footer {
|
|
21962
|
+
margin-inline: auto;
|
|
21963
|
+
width: min(100%, 360px);
|
|
21964
|
+
}
|
|
21965
|
+
|
|
21956
21966
|
.k-adaptive-actionsheet .k-list-container,
|
|
21957
21967
|
.k-adaptive-actionsheet .k-treeview {
|
|
21958
21968
|
height: 100%;
|
|
@@ -22597,6 +22607,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22597
22607
|
display: inline-flex;
|
|
22598
22608
|
flex-flow: column-reverse wrap;
|
|
22599
22609
|
position: fixed;
|
|
22610
|
+
z-index: 1000;
|
|
22600
22611
|
}
|
|
22601
22612
|
|
|
22602
22613
|
.k-notification-container {
|
|
@@ -24550,7 +24561,6 @@ kendo-card-footer {
|
|
|
24550
24561
|
border-style: solid;
|
|
24551
24562
|
border-color: inherit;
|
|
24552
24563
|
position: relative;
|
|
24553
|
-
z-index: 2;
|
|
24554
24564
|
}
|
|
24555
24565
|
|
|
24556
24566
|
.k-tabstrip-items {
|
|
@@ -24558,7 +24568,8 @@ kendo-card-footer {
|
|
|
24558
24568
|
outline: 0;
|
|
24559
24569
|
display: flex;
|
|
24560
24570
|
flex-flow: row wrap;
|
|
24561
|
-
flex:
|
|
24571
|
+
flex: 1 1 auto;
|
|
24572
|
+
gap: 0px;
|
|
24562
24573
|
}
|
|
24563
24574
|
|
|
24564
24575
|
.k-tabstrip-items *,
|
|
@@ -24602,6 +24613,7 @@ kendo-card-footer {
|
|
|
24602
24613
|
|
|
24603
24614
|
.k-tabstrip-content,
|
|
24604
24615
|
.k-tabstrip > .k-content {
|
|
24616
|
+
margin: 0 !important;
|
|
24605
24617
|
padding: 16px 16px;
|
|
24606
24618
|
box-sizing: border-box;
|
|
24607
24619
|
border-width: 1px;
|
|
@@ -24611,7 +24623,6 @@ kendo-card-footer {
|
|
|
24611
24623
|
overflow: auto;
|
|
24612
24624
|
flex: 1 1 auto;
|
|
24613
24625
|
position: relative;
|
|
24614
|
-
z-index: 1;
|
|
24615
24626
|
}
|
|
24616
24627
|
|
|
24617
24628
|
.k-tabstrip-content.k-active,
|
|
@@ -24647,7 +24658,6 @@ kendo-card-footer {
|
|
|
24647
24658
|
}
|
|
24648
24659
|
|
|
24649
24660
|
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24650
|
-
flex: 1 1 auto;
|
|
24651
24661
|
flex-wrap: nowrap;
|
|
24652
24662
|
white-space: nowrap;
|
|
24653
24663
|
overflow: hidden;
|
|
@@ -24676,11 +24686,6 @@ kendo-card-footer {
|
|
|
24676
24686
|
|
|
24677
24687
|
.k-tabstrip-top > .k-tabstrip-items-wrapper {
|
|
24678
24688
|
border-bottom-width: 1px;
|
|
24679
|
-
margin-bottom: -1px;
|
|
24680
|
-
}
|
|
24681
|
-
|
|
24682
|
-
.k-tabstrip-top > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24683
|
-
width: 100%;
|
|
24684
24689
|
}
|
|
24685
24690
|
|
|
24686
24691
|
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
|
|
@@ -24689,10 +24694,6 @@ kendo-card-footer {
|
|
|
24689
24694
|
margin-bottom: -1px;
|
|
24690
24695
|
}
|
|
24691
24696
|
|
|
24692
|
-
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
24693
|
-
margin-left: 0px;
|
|
24694
|
-
}
|
|
24695
|
-
|
|
24696
24697
|
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24697
24698
|
border-bottom-color: transparent;
|
|
24698
24699
|
}
|
|
@@ -24701,16 +24702,11 @@ kendo-card-footer {
|
|
|
24701
24702
|
.k-tabstrip-top > .k-tabstrip-content {
|
|
24702
24703
|
border-bottom-right-radius: 4px;
|
|
24703
24704
|
border-bottom-left-radius: 4px;
|
|
24704
|
-
border-top-
|
|
24705
|
+
border-top-width: 0 !important;
|
|
24705
24706
|
}
|
|
24706
24707
|
|
|
24707
24708
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper {
|
|
24708
24709
|
border-top-width: 1px;
|
|
24709
|
-
margin-top: -1px;
|
|
24710
|
-
}
|
|
24711
|
-
|
|
24712
|
-
.k-tabstrip-bottom > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24713
|
-
width: 100%;
|
|
24714
24710
|
}
|
|
24715
24711
|
|
|
24716
24712
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item {
|
|
@@ -24719,10 +24715,6 @@ kendo-card-footer {
|
|
|
24719
24715
|
margin-top: -1px;
|
|
24720
24716
|
}
|
|
24721
24717
|
|
|
24722
|
-
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
24723
|
-
margin-left: 0px;
|
|
24724
|
-
}
|
|
24725
|
-
|
|
24726
24718
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24727
24719
|
border-top-color: transparent;
|
|
24728
24720
|
}
|
|
@@ -24731,7 +24723,7 @@ kendo-card-footer {
|
|
|
24731
24723
|
.k-tabstrip-bottom > .k-tabstrip-content {
|
|
24732
24724
|
border-top-left-radius: 4px;
|
|
24733
24725
|
border-top-right-radius: 4px;
|
|
24734
|
-
border-bottom-
|
|
24726
|
+
border-bottom-width: 0 !important;
|
|
24735
24727
|
}
|
|
24736
24728
|
|
|
24737
24729
|
.k-tabstrip-left {
|
|
@@ -24740,12 +24732,9 @@ kendo-card-footer {
|
|
|
24740
24732
|
|
|
24741
24733
|
.k-tabstrip-left > .k-tabstrip-items-wrapper {
|
|
24742
24734
|
border-right-width: 1px;
|
|
24743
|
-
margin-right: -1px;
|
|
24744
24735
|
}
|
|
24745
24736
|
|
|
24746
24737
|
.k-tabstrip-left > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24747
|
-
height: 100%;
|
|
24748
|
-
display: inline-flex;
|
|
24749
24738
|
flex-direction: column;
|
|
24750
24739
|
}
|
|
24751
24740
|
|
|
@@ -24755,10 +24744,6 @@ kendo-card-footer {
|
|
|
24755
24744
|
margin-right: -1px;
|
|
24756
24745
|
}
|
|
24757
24746
|
|
|
24758
|
-
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
24759
|
-
margin-top: 0px;
|
|
24760
|
-
}
|
|
24761
|
-
|
|
24762
24747
|
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24763
24748
|
border-right-color: transparent;
|
|
24764
24749
|
}
|
|
@@ -24767,8 +24752,7 @@ kendo-card-footer {
|
|
|
24767
24752
|
.k-tabstrip-left > .k-tabstrip-content {
|
|
24768
24753
|
border-top-right-radius: 4px;
|
|
24769
24754
|
border-bottom-right-radius: 4px;
|
|
24770
|
-
|
|
24771
|
-
border-left-color: transparent !important;
|
|
24755
|
+
border-left-width: 0 !important;
|
|
24772
24756
|
}
|
|
24773
24757
|
|
|
24774
24758
|
.k-tabstrip-right {
|
|
@@ -24777,12 +24761,9 @@ kendo-card-footer {
|
|
|
24777
24761
|
|
|
24778
24762
|
.k-tabstrip-right > .k-tabstrip-items-wrapper {
|
|
24779
24763
|
border-left-width: 1px;
|
|
24780
|
-
margin-left: -1px;
|
|
24781
24764
|
}
|
|
24782
24765
|
|
|
24783
24766
|
.k-tabstrip-right > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24784
|
-
height: 100%;
|
|
24785
|
-
display: inline-flex;
|
|
24786
24767
|
flex-direction: column;
|
|
24787
24768
|
}
|
|
24788
24769
|
|
|
@@ -24792,10 +24773,6 @@ kendo-card-footer {
|
|
|
24792
24773
|
margin-left: -1px;
|
|
24793
24774
|
}
|
|
24794
24775
|
|
|
24795
|
-
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
24796
|
-
margin-top: 0px;
|
|
24797
|
-
}
|
|
24798
|
-
|
|
24799
24776
|
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24800
24777
|
border-left-color: transparent;
|
|
24801
24778
|
}
|
|
@@ -24804,8 +24781,27 @@ kendo-card-footer {
|
|
|
24804
24781
|
.k-tabstrip-right > .k-tabstrip-content {
|
|
24805
24782
|
border-top-left-radius: 4px;
|
|
24806
24783
|
border-bottom-left-radius: 4px;
|
|
24807
|
-
|
|
24808
|
-
|
|
24784
|
+
border-right-width: 0;
|
|
24785
|
+
}
|
|
24786
|
+
|
|
24787
|
+
.k-tabstrip-items-start {
|
|
24788
|
+
justify-content: flex-start;
|
|
24789
|
+
}
|
|
24790
|
+
|
|
24791
|
+
.k-tabstrip-items-center {
|
|
24792
|
+
justify-content: center;
|
|
24793
|
+
}
|
|
24794
|
+
|
|
24795
|
+
.k-tabstrip-items-end {
|
|
24796
|
+
justify-content: flex-end;
|
|
24797
|
+
}
|
|
24798
|
+
|
|
24799
|
+
.k-tabstrip-items-justify {
|
|
24800
|
+
justify-content: space-between;
|
|
24801
|
+
}
|
|
24802
|
+
|
|
24803
|
+
.k-tabstrip-items-stretched > * {
|
|
24804
|
+
flex: 1 0 0;
|
|
24809
24805
|
}
|
|
24810
24806
|
|
|
24811
24807
|
.k-rtl .k-tabstrip.k-tabstrip-left > .k-tabstrip-items-wrapper, .k-rtl .k-tabstrip.k-tabstrip-right > .k-tabstrip-items-wrapper,
|
package/dist/all.scss
CHANGED
|
@@ -8,6 +8,10 @@ $wcag-min-contrast-ratio: 4.5 !default;
|
|
|
8
8
|
|
|
9
9
|
// #region @import "~@progress/kendo-theme-core/scss/functions/index.import.scss"; -> packages/classic/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
|
|
10
10
|
// #region @import "_color.import.scss"; -> packages/classic/node_modules/@progress/kendo-theme-core/scss/functions/_color.import.scss
|
|
11
|
+
@function k-color-alpha( $color ) {
|
|
12
|
+
@return alpha( $color );
|
|
13
|
+
}
|
|
14
|
+
|
|
11
15
|
@function k-color-red( $color ) {
|
|
12
16
|
@return red( $color );
|
|
13
17
|
}
|
|
@@ -437,6 +441,12 @@ $kendo-color-level-step: 8% !default;
|
|
|
437
441
|
@return k-color-lighten( $color, $amount );
|
|
438
442
|
}
|
|
439
443
|
|
|
444
|
+
@function k-rgba-to-mix( $color, $bg ) {
|
|
445
|
+
$percent: k-color-alpha( $color ) * 100%;
|
|
446
|
+
|
|
447
|
+
@return k-color-mix( rgba( $color, 1 ), $bg, $percent );
|
|
448
|
+
}
|
|
449
|
+
|
|
440
450
|
// TODO: Remove this function or rethink the logic
|
|
441
451
|
@function k-true-mix( $color1, $color2, $weight: 50% ) {
|
|
442
452
|
@return k-color-mix( rgba( $color1, 1 ), rgba( $color2, 1 ), $weight );
|
|
@@ -482,12 +492,22 @@ $kendo-color-level-step: 8% !default;
|
|
|
482
492
|
@return $result;
|
|
483
493
|
}
|
|
484
494
|
|
|
495
|
+
// #endregion
|
|
496
|
+
// #region @import "_lang.import.scss"; -> packages/classic/node_modules/@progress/kendo-theme-core/scss/functions/_lang.import.scss
|
|
497
|
+
@function k-if-var( $var, $fallback ) {
|
|
498
|
+
@return if( $var != null, $var, $fallback );
|
|
499
|
+
}
|
|
500
|
+
|
|
485
501
|
// #endregion
|
|
486
502
|
// #region @import "_list.import.scss"; -> packages/classic/node_modules/@progress/kendo-theme-core/scss/functions/_list.import.scss
|
|
487
503
|
@function k-list-append( $list, $val, $separator: auto ) {
|
|
488
504
|
@return append( $list, $val, $separator );
|
|
489
505
|
}
|
|
490
506
|
|
|
507
|
+
@function k-list-includes( $list, $value ) {
|
|
508
|
+
@return k-list-index( $list, $value ) != null;
|
|
509
|
+
}
|
|
510
|
+
|
|
491
511
|
@function k-list-index( $list, $value ) {
|
|
492
512
|
@return index( $list, $value );
|
|
493
513
|
}
|
|
@@ -23542,6 +23562,15 @@ $adaptive-actionsheet-footer-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
|
23542
23562
|
padding: $adaptive-actionsheet-footer-padding-y $adaptive-actionsheet-footer-padding-x;
|
|
23543
23563
|
}
|
|
23544
23564
|
|
|
23565
|
+
.k-actionsheet-filter {
|
|
23566
|
+
width: calc( min(100%, calc( 360px - #{$adaptive-actionsheet-titlebar-padding-x * 2}) ) );
|
|
23567
|
+
}
|
|
23568
|
+
.k-actionsheet-content,
|
|
23569
|
+
.k-actionsheet-footer {
|
|
23570
|
+
margin-inline: auto;
|
|
23571
|
+
width: unquote("min(100%, 360px)");
|
|
23572
|
+
}
|
|
23573
|
+
|
|
23545
23574
|
.k-list-container,
|
|
23546
23575
|
.k-treeview {
|
|
23547
23576
|
height: 100%;
|
|
@@ -24553,6 +24582,7 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
24553
24582
|
display: inline-flex;
|
|
24554
24583
|
flex-flow: column-reverse wrap;
|
|
24555
24584
|
position: fixed;
|
|
24585
|
+
z-index: 1000;
|
|
24556
24586
|
}
|
|
24557
24587
|
|
|
24558
24588
|
.k-notification-container {
|
|
@@ -27410,7 +27440,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27410
27440
|
border-style: solid;
|
|
27411
27441
|
border-color: inherit;
|
|
27412
27442
|
position: relative;
|
|
27413
|
-
z-index: 2;
|
|
27414
27443
|
}
|
|
27415
27444
|
|
|
27416
27445
|
.k-tabstrip-items {
|
|
@@ -27418,7 +27447,8 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27418
27447
|
outline: 0;
|
|
27419
27448
|
display: flex;
|
|
27420
27449
|
flex-flow: row wrap;
|
|
27421
|
-
flex:
|
|
27450
|
+
flex: 1 1 auto;
|
|
27451
|
+
gap: $tabstrip-item-gap;
|
|
27422
27452
|
|
|
27423
27453
|
*,
|
|
27424
27454
|
*::before,
|
|
@@ -27461,6 +27491,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27461
27491
|
|
|
27462
27492
|
.k-tabstrip-content,
|
|
27463
27493
|
.k-tabstrip > .k-content {
|
|
27494
|
+
margin: 0 !important; // sass-lint:disable-line no-important
|
|
27464
27495
|
padding: $tabstrip-content-padding-y $tabstrip-content-padding-x;
|
|
27465
27496
|
box-sizing: border-box;
|
|
27466
27497
|
border-width: $tabstrip-content-border-width;
|
|
@@ -27470,7 +27501,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27470
27501
|
overflow: auto;
|
|
27471
27502
|
flex: 1 1 auto;
|
|
27472
27503
|
position: relative;
|
|
27473
|
-
z-index: 1;
|
|
27474
27504
|
|
|
27475
27505
|
&.k-active {
|
|
27476
27506
|
display: block;
|
|
@@ -27512,7 +27542,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27512
27542
|
> .k-tabstrip-items-wrapper {
|
|
27513
27543
|
|
|
27514
27544
|
> .k-tabstrip-items {
|
|
27515
|
-
flex: 1 1 auto;
|
|
27516
27545
|
flex-wrap: nowrap;
|
|
27517
27546
|
white-space: nowrap;
|
|
27518
27547
|
overflow: hidden;
|
|
@@ -27546,25 +27575,16 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27546
27575
|
}
|
|
27547
27576
|
|
|
27548
27577
|
|
|
27549
|
-
// Tabstrip
|
|
27578
|
+
// Tabstrip position
|
|
27550
27579
|
.k-tabstrip-top {
|
|
27551
27580
|
> .k-tabstrip-items-wrapper {
|
|
27552
27581
|
border-bottom-width: $tabstrip-border-width;
|
|
27553
|
-
margin-bottom: -$tabstrip-content-border-width;
|
|
27554
|
-
|
|
27555
|
-
> .k-tabstrip-items {
|
|
27556
|
-
width: 100%;
|
|
27557
|
-
}
|
|
27558
27582
|
|
|
27559
27583
|
.k-item {
|
|
27560
27584
|
@include border-top-radius( $tabstrip-item-border-radius );
|
|
27561
27585
|
margin-bottom: -$tabstrip-border-width;
|
|
27562
27586
|
}
|
|
27563
27587
|
|
|
27564
|
-
.k-item + .k-item {
|
|
27565
|
-
margin-left: $tabstrip-item-gap;
|
|
27566
|
-
}
|
|
27567
|
-
|
|
27568
27588
|
.k-item.k-active {
|
|
27569
27589
|
border-bottom-color: transparent;
|
|
27570
27590
|
}
|
|
@@ -27573,27 +27593,18 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27573
27593
|
> .k-content,
|
|
27574
27594
|
> .k-tabstrip-content {
|
|
27575
27595
|
@include border-bottom-radius( $tabstrip-item-border-radius );
|
|
27576
|
-
border-top-
|
|
27596
|
+
border-top-width: 0 !important; // sass-lint:disable-line no-important
|
|
27577
27597
|
}
|
|
27578
27598
|
}
|
|
27579
27599
|
.k-tabstrip-bottom {
|
|
27580
27600
|
> .k-tabstrip-items-wrapper {
|
|
27581
27601
|
border-top-width: $tabstrip-border-width;
|
|
27582
|
-
margin-top: -$tabstrip-content-border-width;
|
|
27583
|
-
|
|
27584
|
-
> .k-tabstrip-items {
|
|
27585
|
-
width: 100%;
|
|
27586
|
-
}
|
|
27587
27602
|
|
|
27588
27603
|
.k-item {
|
|
27589
27604
|
@include border-bottom-radius( $tabstrip-item-border-radius );
|
|
27590
27605
|
margin-top: -$tabstrip-border-width;
|
|
27591
27606
|
}
|
|
27592
27607
|
|
|
27593
|
-
.k-item + .k-item {
|
|
27594
|
-
margin-left: $tabstrip-item-gap;
|
|
27595
|
-
}
|
|
27596
|
-
|
|
27597
27608
|
.k-item.k-active {
|
|
27598
27609
|
border-top-color: transparent;
|
|
27599
27610
|
}
|
|
@@ -27602,7 +27613,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27602
27613
|
> .k-content,
|
|
27603
27614
|
> .k-tabstrip-content {
|
|
27604
27615
|
@include border-top-radius( $tabstrip-item-border-radius );
|
|
27605
|
-
border-bottom-
|
|
27616
|
+
border-bottom-width: 0 !important; // sass-lint:disable-line no-important
|
|
27606
27617
|
}
|
|
27607
27618
|
}
|
|
27608
27619
|
.k-tabstrip-left {
|
|
@@ -27610,11 +27621,8 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27610
27621
|
|
|
27611
27622
|
> .k-tabstrip-items-wrapper {
|
|
27612
27623
|
border-right-width: $tabstrip-border-width;
|
|
27613
|
-
margin-right: -$tabstrip-content-border-width;
|
|
27614
27624
|
|
|
27615
27625
|
> .k-tabstrip-items {
|
|
27616
|
-
height: 100%;
|
|
27617
|
-
display: inline-flex;
|
|
27618
27626
|
flex-direction: column;
|
|
27619
27627
|
}
|
|
27620
27628
|
|
|
@@ -27623,10 +27631,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27623
27631
|
margin-right: -$tabstrip-border-width;
|
|
27624
27632
|
}
|
|
27625
27633
|
|
|
27626
|
-
.k-item + .k-item {
|
|
27627
|
-
margin-top: $tabstrip-item-gap;
|
|
27628
|
-
}
|
|
27629
|
-
|
|
27630
27634
|
.k-item.k-active {
|
|
27631
27635
|
border-right-color: transparent;
|
|
27632
27636
|
}
|
|
@@ -27635,8 +27639,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27635
27639
|
> .k-content,
|
|
27636
27640
|
> .k-tabstrip-content {
|
|
27637
27641
|
@include border-right-radius( $tabstrip-item-border-radius );
|
|
27638
|
-
|
|
27639
|
-
border-left-color: transparent !important; // sass-lint:disable-line no-important
|
|
27642
|
+
border-left-width: 0 !important; // sass-lint:disable-line no-important
|
|
27640
27643
|
}
|
|
27641
27644
|
|
|
27642
27645
|
}
|
|
@@ -27645,11 +27648,8 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27645
27648
|
|
|
27646
27649
|
> .k-tabstrip-items-wrapper {
|
|
27647
27650
|
border-left-width: $tabstrip-border-width;
|
|
27648
|
-
margin-left: -$tabstrip-content-border-width;
|
|
27649
27651
|
|
|
27650
27652
|
> .k-tabstrip-items {
|
|
27651
|
-
height: 100%;
|
|
27652
|
-
display: inline-flex;
|
|
27653
27653
|
flex-direction: column;
|
|
27654
27654
|
}
|
|
27655
27655
|
|
|
@@ -27658,10 +27658,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27658
27658
|
margin-left: -$tabstrip-border-width;
|
|
27659
27659
|
}
|
|
27660
27660
|
|
|
27661
|
-
.k-item + .k-item {
|
|
27662
|
-
margin-top: $tabstrip-item-gap;
|
|
27663
|
-
}
|
|
27664
|
-
|
|
27665
27661
|
.k-item.k-active {
|
|
27666
27662
|
border-left-color: transparent;
|
|
27667
27663
|
}
|
|
@@ -27670,12 +27666,29 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27670
27666
|
> .k-content,
|
|
27671
27667
|
> .k-tabstrip-content {
|
|
27672
27668
|
@include border-left-radius( $tabstrip-item-border-radius );
|
|
27673
|
-
|
|
27674
|
-
border-right-color: transparent !important; // sass-lint:disable-line no-important
|
|
27669
|
+
border-right-width: 0;
|
|
27675
27670
|
}
|
|
27676
27671
|
}
|
|
27677
27672
|
|
|
27678
27673
|
|
|
27674
|
+
// Tabstrip align
|
|
27675
|
+
.k-tabstrip-items-start {
|
|
27676
|
+
justify-content: flex-start;
|
|
27677
|
+
}
|
|
27678
|
+
.k-tabstrip-items-center {
|
|
27679
|
+
justify-content: center;
|
|
27680
|
+
}
|
|
27681
|
+
.k-tabstrip-items-end {
|
|
27682
|
+
justify-content: flex-end;
|
|
27683
|
+
}
|
|
27684
|
+
.k-tabstrip-items-justify {
|
|
27685
|
+
justify-content: space-between;
|
|
27686
|
+
}
|
|
27687
|
+
.k-tabstrip-items-stretched > * {
|
|
27688
|
+
flex: 1 0 0;
|
|
27689
|
+
}
|
|
27690
|
+
|
|
27691
|
+
|
|
27679
27692
|
// Selected indicator
|
|
27680
27693
|
@if ($tabstrip-indicator-size) {
|
|
27681
27694
|
|
|
@@ -27687,11 +27700,12 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27687
27700
|
border-style: solid;
|
|
27688
27701
|
display: none;
|
|
27689
27702
|
position: absolute;
|
|
27690
|
-
z-index:
|
|
27703
|
+
z-index: 2;
|
|
27691
27704
|
top: 0;
|
|
27692
27705
|
right: 0;
|
|
27693
27706
|
bottom: 0;
|
|
27694
27707
|
left: 0;
|
|
27708
|
+
pointer-events: none;
|
|
27695
27709
|
|
|
27696
27710
|
// Variants
|
|
27697
27711
|
.k-tabstrip-top > & {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "5.10.1-dev.
|
|
4
|
+
"version": "5.10.1-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -45,11 +45,13 @@
|
|
|
45
45
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@progress/kendo-
|
|
49
|
-
"@progress/kendo-theme-
|
|
48
|
+
"@progress/kendo-font-icons": "^0.6.0",
|
|
49
|
+
"@progress/kendo-theme-core": "^5.10.1-dev.3",
|
|
50
|
+
"@progress/kendo-theme-default": "^5.10.1-dev.3",
|
|
51
|
+
"@progress/kendo-theme-utils": "^5.10.1-dev.3"
|
|
50
52
|
},
|
|
51
53
|
"devDependencies": {
|
|
52
|
-
"sass-build": "^1.
|
|
54
|
+
"sass-build": "^1.1.0"
|
|
53
55
|
},
|
|
54
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "fb17508ef7d3571c12ca0b98a0c79a7630798c57"
|
|
55
57
|
}
|