@progress/kendo-theme-bootstrap 5.10.1-dev.0 → 5.10.1-dev.2
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/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +7 -5
package/dist/all.css
CHANGED
|
@@ -22062,6 +22062,16 @@ kendo-label > .k-label {
|
|
|
22062
22062
|
padding: 0.5rem 1rem;
|
|
22063
22063
|
}
|
|
22064
22064
|
|
|
22065
|
+
.k-adaptive-actionsheet .k-actionsheet-filter {
|
|
22066
|
+
width: calc(min(100%, calc( 360px - 2rem) ));
|
|
22067
|
+
}
|
|
22068
|
+
|
|
22069
|
+
.k-adaptive-actionsheet .k-actionsheet-content,
|
|
22070
|
+
.k-adaptive-actionsheet .k-actionsheet-footer {
|
|
22071
|
+
margin-inline: auto;
|
|
22072
|
+
width: min(100%, 360px);
|
|
22073
|
+
}
|
|
22074
|
+
|
|
22065
22075
|
.k-adaptive-actionsheet .k-list-container,
|
|
22066
22076
|
.k-adaptive-actionsheet .k-treeview {
|
|
22067
22077
|
height: 100%;
|
|
@@ -22726,6 +22736,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22726
22736
|
display: inline-flex;
|
|
22727
22737
|
flex-flow: column-reverse wrap;
|
|
22728
22738
|
position: fixed;
|
|
22739
|
+
z-index: 1000;
|
|
22729
22740
|
}
|
|
22730
22741
|
|
|
22731
22742
|
.k-notification-container {
|
|
@@ -24776,7 +24787,6 @@ kendo-card-footer {
|
|
|
24776
24787
|
border-style: solid;
|
|
24777
24788
|
border-color: inherit;
|
|
24778
24789
|
position: relative;
|
|
24779
|
-
z-index: 2;
|
|
24780
24790
|
}
|
|
24781
24791
|
|
|
24782
24792
|
.k-tabstrip-items {
|
|
@@ -24784,7 +24794,8 @@ kendo-card-footer {
|
|
|
24784
24794
|
outline: 0;
|
|
24785
24795
|
display: flex;
|
|
24786
24796
|
flex-flow: row wrap;
|
|
24787
|
-
flex:
|
|
24797
|
+
flex: 1 1 auto;
|
|
24798
|
+
gap: 0px;
|
|
24788
24799
|
}
|
|
24789
24800
|
|
|
24790
24801
|
.k-tabstrip-items *,
|
|
@@ -24828,6 +24839,7 @@ kendo-card-footer {
|
|
|
24828
24839
|
|
|
24829
24840
|
.k-tabstrip-content,
|
|
24830
24841
|
.k-tabstrip > .k-content {
|
|
24842
|
+
margin: 0 !important;
|
|
24831
24843
|
padding: 1rem 1rem;
|
|
24832
24844
|
box-sizing: border-box;
|
|
24833
24845
|
border-width: 1px;
|
|
@@ -24837,7 +24849,6 @@ kendo-card-footer {
|
|
|
24837
24849
|
overflow: auto;
|
|
24838
24850
|
flex: 1 1 auto;
|
|
24839
24851
|
position: relative;
|
|
24840
|
-
z-index: 1;
|
|
24841
24852
|
}
|
|
24842
24853
|
|
|
24843
24854
|
.k-tabstrip-content.k-active,
|
|
@@ -24873,7 +24884,6 @@ kendo-card-footer {
|
|
|
24873
24884
|
}
|
|
24874
24885
|
|
|
24875
24886
|
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24876
|
-
flex: 1 1 auto;
|
|
24877
24887
|
flex-wrap: nowrap;
|
|
24878
24888
|
white-space: nowrap;
|
|
24879
24889
|
overflow: hidden;
|
|
@@ -24902,11 +24912,6 @@ kendo-card-footer {
|
|
|
24902
24912
|
|
|
24903
24913
|
.k-tabstrip-top > .k-tabstrip-items-wrapper {
|
|
24904
24914
|
border-bottom-width: 1px;
|
|
24905
|
-
margin-bottom: -1px;
|
|
24906
|
-
}
|
|
24907
|
-
|
|
24908
|
-
.k-tabstrip-top > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24909
|
-
width: 100%;
|
|
24910
24915
|
}
|
|
24911
24916
|
|
|
24912
24917
|
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
|
|
@@ -24915,10 +24920,6 @@ kendo-card-footer {
|
|
|
24915
24920
|
margin-bottom: -1px;
|
|
24916
24921
|
}
|
|
24917
24922
|
|
|
24918
|
-
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
24919
|
-
margin-left: 0px;
|
|
24920
|
-
}
|
|
24921
|
-
|
|
24922
24923
|
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24923
24924
|
border-bottom-color: transparent;
|
|
24924
24925
|
}
|
|
@@ -24927,16 +24928,11 @@ kendo-card-footer {
|
|
|
24927
24928
|
.k-tabstrip-top > .k-tabstrip-content {
|
|
24928
24929
|
border-bottom-right-radius: 0.25rem;
|
|
24929
24930
|
border-bottom-left-radius: 0.25rem;
|
|
24930
|
-
border-top-
|
|
24931
|
+
border-top-width: 0 !important;
|
|
24931
24932
|
}
|
|
24932
24933
|
|
|
24933
24934
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper {
|
|
24934
24935
|
border-top-width: 1px;
|
|
24935
|
-
margin-top: -1px;
|
|
24936
|
-
}
|
|
24937
|
-
|
|
24938
|
-
.k-tabstrip-bottom > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24939
|
-
width: 100%;
|
|
24940
24936
|
}
|
|
24941
24937
|
|
|
24942
24938
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item {
|
|
@@ -24945,10 +24941,6 @@ kendo-card-footer {
|
|
|
24945
24941
|
margin-top: -1px;
|
|
24946
24942
|
}
|
|
24947
24943
|
|
|
24948
|
-
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
24949
|
-
margin-left: 0px;
|
|
24950
|
-
}
|
|
24951
|
-
|
|
24952
24944
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24953
24945
|
border-top-color: transparent;
|
|
24954
24946
|
}
|
|
@@ -24957,7 +24949,7 @@ kendo-card-footer {
|
|
|
24957
24949
|
.k-tabstrip-bottom > .k-tabstrip-content {
|
|
24958
24950
|
border-top-left-radius: 0.25rem;
|
|
24959
24951
|
border-top-right-radius: 0.25rem;
|
|
24960
|
-
border-bottom-
|
|
24952
|
+
border-bottom-width: 0 !important;
|
|
24961
24953
|
}
|
|
24962
24954
|
|
|
24963
24955
|
.k-tabstrip-left {
|
|
@@ -24966,12 +24958,9 @@ kendo-card-footer {
|
|
|
24966
24958
|
|
|
24967
24959
|
.k-tabstrip-left > .k-tabstrip-items-wrapper {
|
|
24968
24960
|
border-right-width: 1px;
|
|
24969
|
-
margin-right: -1px;
|
|
24970
24961
|
}
|
|
24971
24962
|
|
|
24972
24963
|
.k-tabstrip-left > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24973
|
-
height: 100%;
|
|
24974
|
-
display: inline-flex;
|
|
24975
24964
|
flex-direction: column;
|
|
24976
24965
|
}
|
|
24977
24966
|
|
|
@@ -24981,10 +24970,6 @@ kendo-card-footer {
|
|
|
24981
24970
|
margin-right: -1px;
|
|
24982
24971
|
}
|
|
24983
24972
|
|
|
24984
|
-
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
24985
|
-
margin-top: 0px;
|
|
24986
|
-
}
|
|
24987
|
-
|
|
24988
24973
|
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24989
24974
|
border-right-color: transparent;
|
|
24990
24975
|
}
|
|
@@ -24993,8 +24978,7 @@ kendo-card-footer {
|
|
|
24993
24978
|
.k-tabstrip-left > .k-tabstrip-content {
|
|
24994
24979
|
border-top-right-radius: 0.25rem;
|
|
24995
24980
|
border-bottom-right-radius: 0.25rem;
|
|
24996
|
-
|
|
24997
|
-
border-left-color: transparent !important;
|
|
24981
|
+
border-left-width: 0 !important;
|
|
24998
24982
|
}
|
|
24999
24983
|
|
|
25000
24984
|
.k-tabstrip-right {
|
|
@@ -25003,12 +24987,9 @@ kendo-card-footer {
|
|
|
25003
24987
|
|
|
25004
24988
|
.k-tabstrip-right > .k-tabstrip-items-wrapper {
|
|
25005
24989
|
border-left-width: 1px;
|
|
25006
|
-
margin-left: -1px;
|
|
25007
24990
|
}
|
|
25008
24991
|
|
|
25009
24992
|
.k-tabstrip-right > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
25010
|
-
height: 100%;
|
|
25011
|
-
display: inline-flex;
|
|
25012
24993
|
flex-direction: column;
|
|
25013
24994
|
}
|
|
25014
24995
|
|
|
@@ -25018,10 +24999,6 @@ kendo-card-footer {
|
|
|
25018
24999
|
margin-left: -1px;
|
|
25019
25000
|
}
|
|
25020
25001
|
|
|
25021
|
-
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
25022
|
-
margin-top: 0px;
|
|
25023
|
-
}
|
|
25024
|
-
|
|
25025
25002
|
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
25026
25003
|
border-left-color: transparent;
|
|
25027
25004
|
}
|
|
@@ -25030,8 +25007,27 @@ kendo-card-footer {
|
|
|
25030
25007
|
.k-tabstrip-right > .k-tabstrip-content {
|
|
25031
25008
|
border-top-left-radius: 0.25rem;
|
|
25032
25009
|
border-bottom-left-radius: 0.25rem;
|
|
25033
|
-
|
|
25034
|
-
|
|
25010
|
+
border-right-width: 0;
|
|
25011
|
+
}
|
|
25012
|
+
|
|
25013
|
+
.k-tabstrip-items-start {
|
|
25014
|
+
justify-content: flex-start;
|
|
25015
|
+
}
|
|
25016
|
+
|
|
25017
|
+
.k-tabstrip-items-center {
|
|
25018
|
+
justify-content: center;
|
|
25019
|
+
}
|
|
25020
|
+
|
|
25021
|
+
.k-tabstrip-items-end {
|
|
25022
|
+
justify-content: flex-end;
|
|
25023
|
+
}
|
|
25024
|
+
|
|
25025
|
+
.k-tabstrip-items-justify {
|
|
25026
|
+
justify-content: space-between;
|
|
25027
|
+
}
|
|
25028
|
+
|
|
25029
|
+
.k-tabstrip-items-stretched > * {
|
|
25030
|
+
flex: 1 0 0;
|
|
25035
25031
|
}
|
|
25036
25032
|
|
|
25037
25033
|
.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/bootstrap/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
|
|
10
10
|
// #region @import "_color.import.scss"; -> packages/bootstrap/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/bootstrap/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/bootstrap/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
|
}
|
|
@@ -25695,6 +25715,15 @@ $adaptive-actionsheet-footer-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
|
25695
25715
|
padding: $adaptive-actionsheet-footer-padding-y $adaptive-actionsheet-footer-padding-x;
|
|
25696
25716
|
}
|
|
25697
25717
|
|
|
25718
|
+
.k-actionsheet-filter {
|
|
25719
|
+
width: calc( min(100%, calc( 360px - #{$adaptive-actionsheet-titlebar-padding-x * 2}) ) );
|
|
25720
|
+
}
|
|
25721
|
+
.k-actionsheet-content,
|
|
25722
|
+
.k-actionsheet-footer {
|
|
25723
|
+
margin-inline: auto;
|
|
25724
|
+
width: unquote("min(100%, 360px)");
|
|
25725
|
+
}
|
|
25726
|
+
|
|
25698
25727
|
.k-list-container,
|
|
25699
25728
|
.k-treeview {
|
|
25700
25729
|
height: 100%;
|
|
@@ -26739,6 +26768,7 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
26739
26768
|
display: inline-flex;
|
|
26740
26769
|
flex-flow: column-reverse wrap;
|
|
26741
26770
|
position: fixed;
|
|
26771
|
+
z-index: 1000;
|
|
26742
26772
|
}
|
|
26743
26773
|
|
|
26744
26774
|
.k-notification-container {
|
|
@@ -29681,7 +29711,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29681
29711
|
border-style: solid;
|
|
29682
29712
|
border-color: inherit;
|
|
29683
29713
|
position: relative;
|
|
29684
|
-
z-index: 2;
|
|
29685
29714
|
}
|
|
29686
29715
|
|
|
29687
29716
|
.k-tabstrip-items {
|
|
@@ -29689,7 +29718,8 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29689
29718
|
outline: 0;
|
|
29690
29719
|
display: flex;
|
|
29691
29720
|
flex-flow: row wrap;
|
|
29692
|
-
flex:
|
|
29721
|
+
flex: 1 1 auto;
|
|
29722
|
+
gap: $tabstrip-item-gap;
|
|
29693
29723
|
|
|
29694
29724
|
*,
|
|
29695
29725
|
*::before,
|
|
@@ -29732,6 +29762,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29732
29762
|
|
|
29733
29763
|
.k-tabstrip-content,
|
|
29734
29764
|
.k-tabstrip > .k-content {
|
|
29765
|
+
margin: 0 !important; // sass-lint:disable-line no-important
|
|
29735
29766
|
padding: $tabstrip-content-padding-y $tabstrip-content-padding-x;
|
|
29736
29767
|
box-sizing: border-box;
|
|
29737
29768
|
border-width: $tabstrip-content-border-width;
|
|
@@ -29741,7 +29772,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29741
29772
|
overflow: auto;
|
|
29742
29773
|
flex: 1 1 auto;
|
|
29743
29774
|
position: relative;
|
|
29744
|
-
z-index: 1;
|
|
29745
29775
|
|
|
29746
29776
|
&.k-active {
|
|
29747
29777
|
display: block;
|
|
@@ -29783,7 +29813,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29783
29813
|
> .k-tabstrip-items-wrapper {
|
|
29784
29814
|
|
|
29785
29815
|
> .k-tabstrip-items {
|
|
29786
|
-
flex: 1 1 auto;
|
|
29787
29816
|
flex-wrap: nowrap;
|
|
29788
29817
|
white-space: nowrap;
|
|
29789
29818
|
overflow: hidden;
|
|
@@ -29817,25 +29846,16 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29817
29846
|
}
|
|
29818
29847
|
|
|
29819
29848
|
|
|
29820
|
-
// Tabstrip
|
|
29849
|
+
// Tabstrip position
|
|
29821
29850
|
.k-tabstrip-top {
|
|
29822
29851
|
> .k-tabstrip-items-wrapper {
|
|
29823
29852
|
border-bottom-width: $tabstrip-border-width;
|
|
29824
|
-
margin-bottom: -$tabstrip-content-border-width;
|
|
29825
|
-
|
|
29826
|
-
> .k-tabstrip-items {
|
|
29827
|
-
width: 100%;
|
|
29828
|
-
}
|
|
29829
29853
|
|
|
29830
29854
|
.k-item {
|
|
29831
29855
|
@include border-top-radius( $tabstrip-item-border-radius );
|
|
29832
29856
|
margin-bottom: -$tabstrip-border-width;
|
|
29833
29857
|
}
|
|
29834
29858
|
|
|
29835
|
-
.k-item + .k-item {
|
|
29836
|
-
margin-left: $tabstrip-item-gap;
|
|
29837
|
-
}
|
|
29838
|
-
|
|
29839
29859
|
.k-item.k-active {
|
|
29840
29860
|
border-bottom-color: transparent;
|
|
29841
29861
|
}
|
|
@@ -29844,27 +29864,18 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29844
29864
|
> .k-content,
|
|
29845
29865
|
> .k-tabstrip-content {
|
|
29846
29866
|
@include border-bottom-radius( $tabstrip-item-border-radius );
|
|
29847
|
-
border-top-
|
|
29867
|
+
border-top-width: 0 !important; // sass-lint:disable-line no-important
|
|
29848
29868
|
}
|
|
29849
29869
|
}
|
|
29850
29870
|
.k-tabstrip-bottom {
|
|
29851
29871
|
> .k-tabstrip-items-wrapper {
|
|
29852
29872
|
border-top-width: $tabstrip-border-width;
|
|
29853
|
-
margin-top: -$tabstrip-content-border-width;
|
|
29854
|
-
|
|
29855
|
-
> .k-tabstrip-items {
|
|
29856
|
-
width: 100%;
|
|
29857
|
-
}
|
|
29858
29873
|
|
|
29859
29874
|
.k-item {
|
|
29860
29875
|
@include border-bottom-radius( $tabstrip-item-border-radius );
|
|
29861
29876
|
margin-top: -$tabstrip-border-width;
|
|
29862
29877
|
}
|
|
29863
29878
|
|
|
29864
|
-
.k-item + .k-item {
|
|
29865
|
-
margin-left: $tabstrip-item-gap;
|
|
29866
|
-
}
|
|
29867
|
-
|
|
29868
29879
|
.k-item.k-active {
|
|
29869
29880
|
border-top-color: transparent;
|
|
29870
29881
|
}
|
|
@@ -29873,7 +29884,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29873
29884
|
> .k-content,
|
|
29874
29885
|
> .k-tabstrip-content {
|
|
29875
29886
|
@include border-top-radius( $tabstrip-item-border-radius );
|
|
29876
|
-
border-bottom-
|
|
29887
|
+
border-bottom-width: 0 !important; // sass-lint:disable-line no-important
|
|
29877
29888
|
}
|
|
29878
29889
|
}
|
|
29879
29890
|
.k-tabstrip-left {
|
|
@@ -29881,11 +29892,8 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29881
29892
|
|
|
29882
29893
|
> .k-tabstrip-items-wrapper {
|
|
29883
29894
|
border-right-width: $tabstrip-border-width;
|
|
29884
|
-
margin-right: -$tabstrip-content-border-width;
|
|
29885
29895
|
|
|
29886
29896
|
> .k-tabstrip-items {
|
|
29887
|
-
height: 100%;
|
|
29888
|
-
display: inline-flex;
|
|
29889
29897
|
flex-direction: column;
|
|
29890
29898
|
}
|
|
29891
29899
|
|
|
@@ -29894,10 +29902,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29894
29902
|
margin-right: -$tabstrip-border-width;
|
|
29895
29903
|
}
|
|
29896
29904
|
|
|
29897
|
-
.k-item + .k-item {
|
|
29898
|
-
margin-top: $tabstrip-item-gap;
|
|
29899
|
-
}
|
|
29900
|
-
|
|
29901
29905
|
.k-item.k-active {
|
|
29902
29906
|
border-right-color: transparent;
|
|
29903
29907
|
}
|
|
@@ -29906,8 +29910,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29906
29910
|
> .k-content,
|
|
29907
29911
|
> .k-tabstrip-content {
|
|
29908
29912
|
@include border-right-radius( $tabstrip-item-border-radius );
|
|
29909
|
-
|
|
29910
|
-
border-left-color: transparent !important; // sass-lint:disable-line no-important
|
|
29913
|
+
border-left-width: 0 !important; // sass-lint:disable-line no-important
|
|
29911
29914
|
}
|
|
29912
29915
|
|
|
29913
29916
|
}
|
|
@@ -29916,11 +29919,8 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29916
29919
|
|
|
29917
29920
|
> .k-tabstrip-items-wrapper {
|
|
29918
29921
|
border-left-width: $tabstrip-border-width;
|
|
29919
|
-
margin-left: -$tabstrip-content-border-width;
|
|
29920
29922
|
|
|
29921
29923
|
> .k-tabstrip-items {
|
|
29922
|
-
height: 100%;
|
|
29923
|
-
display: inline-flex;
|
|
29924
29924
|
flex-direction: column;
|
|
29925
29925
|
}
|
|
29926
29926
|
|
|
@@ -29929,10 +29929,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29929
29929
|
margin-left: -$tabstrip-border-width;
|
|
29930
29930
|
}
|
|
29931
29931
|
|
|
29932
|
-
.k-item + .k-item {
|
|
29933
|
-
margin-top: $tabstrip-item-gap;
|
|
29934
|
-
}
|
|
29935
|
-
|
|
29936
29932
|
.k-item.k-active {
|
|
29937
29933
|
border-left-color: transparent;
|
|
29938
29934
|
}
|
|
@@ -29941,12 +29937,29 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29941
29937
|
> .k-content,
|
|
29942
29938
|
> .k-tabstrip-content {
|
|
29943
29939
|
@include border-left-radius( $tabstrip-item-border-radius );
|
|
29944
|
-
|
|
29945
|
-
border-right-color: transparent !important; // sass-lint:disable-line no-important
|
|
29940
|
+
border-right-width: 0;
|
|
29946
29941
|
}
|
|
29947
29942
|
}
|
|
29948
29943
|
|
|
29949
29944
|
|
|
29945
|
+
// Tabstrip align
|
|
29946
|
+
.k-tabstrip-items-start {
|
|
29947
|
+
justify-content: flex-start;
|
|
29948
|
+
}
|
|
29949
|
+
.k-tabstrip-items-center {
|
|
29950
|
+
justify-content: center;
|
|
29951
|
+
}
|
|
29952
|
+
.k-tabstrip-items-end {
|
|
29953
|
+
justify-content: flex-end;
|
|
29954
|
+
}
|
|
29955
|
+
.k-tabstrip-items-justify {
|
|
29956
|
+
justify-content: space-between;
|
|
29957
|
+
}
|
|
29958
|
+
.k-tabstrip-items-stretched > * {
|
|
29959
|
+
flex: 1 0 0;
|
|
29960
|
+
}
|
|
29961
|
+
|
|
29962
|
+
|
|
29950
29963
|
// Selected indicator
|
|
29951
29964
|
@if ($tabstrip-indicator-size) {
|
|
29952
29965
|
|
|
@@ -29958,11 +29971,12 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29958
29971
|
border-style: solid;
|
|
29959
29972
|
display: none;
|
|
29960
29973
|
position: absolute;
|
|
29961
|
-
z-index:
|
|
29974
|
+
z-index: 2;
|
|
29962
29975
|
top: 0;
|
|
29963
29976
|
right: 0;
|
|
29964
29977
|
bottom: 0;
|
|
29965
29978
|
left: 0;
|
|
29979
|
+
pointer-events: none;
|
|
29966
29980
|
|
|
29967
29981
|
// Variants
|
|
29968
29982
|
.k-tabstrip-top > & {
|
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.10.1-dev.
|
|
4
|
+
"version": "5.10.1-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -45,12 +45,14 @@
|
|
|
45
45
|
"postpublish": "echo 'no postpublish for bootstrap 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.2",
|
|
50
|
+
"@progress/kendo-theme-default": "^5.10.1-dev.2",
|
|
51
|
+
"@progress/kendo-theme-utils": "^5.10.1-dev.2",
|
|
50
52
|
"bootstrap": "^5.2.1"
|
|
51
53
|
},
|
|
52
54
|
"devDependencies": {
|
|
53
|
-
"sass-build": "^1.
|
|
55
|
+
"sass-build": "^1.1.0"
|
|
54
56
|
},
|
|
55
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "02863aedd51b707c27514b6c7c336052a3dc55c7"
|
|
56
58
|
}
|