@progress/kendo-theme-bootstrap 5.0.0 → 5.0.1
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 +79 -8
- package/dist/all.scss +27 -13
- package/package.json +3 -3
- package/scss/button/_variables.scss +3 -0
- package/scss/daterangepicker/_variables.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -11663,6 +11663,8 @@ kendo-badge-container {
|
|
|
11663
11663
|
box-sizing: border-box;
|
|
11664
11664
|
border-width: 1px;
|
|
11665
11665
|
border-style: solid;
|
|
11666
|
+
color: inherit;
|
|
11667
|
+
background: none;
|
|
11666
11668
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
11667
11669
|
text-align: center;
|
|
11668
11670
|
text-decoration: none;
|
|
@@ -11904,12 +11906,11 @@ kendo-badge-container {
|
|
|
11904
11906
|
text-decoration: underline;
|
|
11905
11907
|
}
|
|
11906
11908
|
|
|
11907
|
-
.k-button-clear
|
|
11908
|
-
|
|
11909
|
-
|
|
11910
|
-
|
|
11911
|
-
|
|
11912
|
-
display: block;
|
|
11909
|
+
.k-button-clear {
|
|
11910
|
+
border-color: transparent !important;
|
|
11911
|
+
color: inherit;
|
|
11912
|
+
background: none !important;
|
|
11913
|
+
box-shadow: none !important;
|
|
11913
11914
|
}
|
|
11914
11915
|
|
|
11915
11916
|
.k-ie .k-button-group .k-button,
|
|
@@ -12827,46 +12828,112 @@ kendo-badge-container {
|
|
|
12827
12828
|
color: #0d6efd;
|
|
12828
12829
|
}
|
|
12829
12830
|
|
|
12831
|
+
.k-button-clear-primary:focus::after, .k-button-clear-primary.k-focus::after, .k-button-clear-primary:active::after {
|
|
12832
|
+
background-color: currentColor;
|
|
12833
|
+
opacity: 0.1;
|
|
12834
|
+
display: block;
|
|
12835
|
+
}
|
|
12836
|
+
|
|
12830
12837
|
.k-button-clear-secondary {
|
|
12831
12838
|
color: #6c757d;
|
|
12832
12839
|
}
|
|
12833
12840
|
|
|
12841
|
+
.k-button-clear-secondary:focus::after, .k-button-clear-secondary.k-focus::after, .k-button-clear-secondary:active::after {
|
|
12842
|
+
background-color: currentColor;
|
|
12843
|
+
opacity: 0.1;
|
|
12844
|
+
display: block;
|
|
12845
|
+
}
|
|
12846
|
+
|
|
12834
12847
|
.k-button-clear-tertiary {
|
|
12835
12848
|
color: #6f42c1;
|
|
12836
12849
|
}
|
|
12837
12850
|
|
|
12851
|
+
.k-button-clear-tertiary:focus::after, .k-button-clear-tertiary.k-focus::after, .k-button-clear-tertiary:active::after {
|
|
12852
|
+
background-color: currentColor;
|
|
12853
|
+
opacity: 0.1;
|
|
12854
|
+
display: block;
|
|
12855
|
+
}
|
|
12856
|
+
|
|
12838
12857
|
.k-button-clear-info {
|
|
12839
12858
|
color: #0dcaf0;
|
|
12840
12859
|
}
|
|
12841
12860
|
|
|
12861
|
+
.k-button-clear-info:focus::after, .k-button-clear-info.k-focus::after, .k-button-clear-info:active::after {
|
|
12862
|
+
background-color: currentColor;
|
|
12863
|
+
opacity: 0.1;
|
|
12864
|
+
display: block;
|
|
12865
|
+
}
|
|
12866
|
+
|
|
12842
12867
|
.k-button-clear-success {
|
|
12843
12868
|
color: #198754;
|
|
12844
12869
|
}
|
|
12845
12870
|
|
|
12871
|
+
.k-button-clear-success:focus::after, .k-button-clear-success.k-focus::after, .k-button-clear-success:active::after {
|
|
12872
|
+
background-color: currentColor;
|
|
12873
|
+
opacity: 0.1;
|
|
12874
|
+
display: block;
|
|
12875
|
+
}
|
|
12876
|
+
|
|
12846
12877
|
.k-button-clear-warning {
|
|
12847
12878
|
color: #ffc107;
|
|
12848
12879
|
}
|
|
12849
12880
|
|
|
12881
|
+
.k-button-clear-warning:focus::after, .k-button-clear-warning.k-focus::after, .k-button-clear-warning:active::after {
|
|
12882
|
+
background-color: currentColor;
|
|
12883
|
+
opacity: 0.1;
|
|
12884
|
+
display: block;
|
|
12885
|
+
}
|
|
12886
|
+
|
|
12850
12887
|
.k-button-clear-error {
|
|
12851
12888
|
color: #dc3545;
|
|
12852
12889
|
}
|
|
12853
12890
|
|
|
12891
|
+
.k-button-clear-error:focus::after, .k-button-clear-error.k-focus::after, .k-button-clear-error:active::after {
|
|
12892
|
+
background-color: currentColor;
|
|
12893
|
+
opacity: 0.1;
|
|
12894
|
+
display: block;
|
|
12895
|
+
}
|
|
12896
|
+
|
|
12854
12897
|
.k-button-clear-dark {
|
|
12855
12898
|
color: #212529;
|
|
12856
12899
|
}
|
|
12857
12900
|
|
|
12901
|
+
.k-button-clear-dark:focus::after, .k-button-clear-dark.k-focus::after, .k-button-clear-dark:active::after {
|
|
12902
|
+
background-color: currentColor;
|
|
12903
|
+
opacity: 0.1;
|
|
12904
|
+
display: block;
|
|
12905
|
+
}
|
|
12906
|
+
|
|
12858
12907
|
.k-button-clear-light {
|
|
12859
12908
|
color: #f8f9fa;
|
|
12860
12909
|
}
|
|
12861
12910
|
|
|
12911
|
+
.k-button-clear-light:focus::after, .k-button-clear-light.k-focus::after, .k-button-clear-light:active::after {
|
|
12912
|
+
background-color: currentColor;
|
|
12913
|
+
opacity: 0.1;
|
|
12914
|
+
display: block;
|
|
12915
|
+
}
|
|
12916
|
+
|
|
12862
12917
|
.k-button-clear-inverse {
|
|
12863
12918
|
color: #212529;
|
|
12864
12919
|
}
|
|
12865
12920
|
|
|
12921
|
+
.k-button-clear-inverse:focus::after, .k-button-clear-inverse.k-focus::after, .k-button-clear-inverse:active::after {
|
|
12922
|
+
background-color: currentColor;
|
|
12923
|
+
opacity: 0.1;
|
|
12924
|
+
display: block;
|
|
12925
|
+
}
|
|
12926
|
+
|
|
12866
12927
|
.k-button-clear-base {
|
|
12867
12928
|
color: #212529;
|
|
12868
12929
|
}
|
|
12869
12930
|
|
|
12931
|
+
.k-button-clear-base:focus::after, .k-button-clear-base.k-focus::after, .k-button-clear-base:active::after {
|
|
12932
|
+
background-color: currentColor;
|
|
12933
|
+
opacity: 0.1;
|
|
12934
|
+
display: block;
|
|
12935
|
+
}
|
|
12936
|
+
|
|
12870
12937
|
.k-split-button:focus,
|
|
12871
12938
|
.k-split-button.k-focus {
|
|
12872
12939
|
box-shadow: 0 0 0 0.25rem rgba(228, 231, 235, 0.5);
|
|
@@ -15904,7 +15971,8 @@ kendo-label > .k-label {
|
|
|
15904
15971
|
}
|
|
15905
15972
|
|
|
15906
15973
|
.k-form .k-multiselect,
|
|
15907
|
-
.k-form .k-floating-label-container
|
|
15974
|
+
.k-form .k-floating-label-container,
|
|
15975
|
+
.k-form .k-daterangepicker .k-dateinput {
|
|
15908
15976
|
display: inline-flex;
|
|
15909
15977
|
width: 100%;
|
|
15910
15978
|
}
|
|
@@ -18852,6 +18920,10 @@ kendo-label > .k-label {
|
|
|
18852
18920
|
box-sizing: border-box;
|
|
18853
18921
|
}
|
|
18854
18922
|
|
|
18923
|
+
.k-daterange-picker .k-dateinput, .k-daterangepicker .k-dateinput {
|
|
18924
|
+
width: 10em;
|
|
18925
|
+
}
|
|
18926
|
+
|
|
18855
18927
|
.k-daterangepicker-wrap {
|
|
18856
18928
|
display: inherit;
|
|
18857
18929
|
flex-flow: inherit;
|
|
@@ -24391,7 +24463,6 @@ kendo-card-footer {
|
|
|
24391
24463
|
padding-left: 6rem;
|
|
24392
24464
|
}
|
|
24393
24465
|
|
|
24394
|
-
.k-panelbar .k-content,
|
|
24395
24466
|
.k-panelbar .k-panelbar-content {
|
|
24396
24467
|
display: flow-root;
|
|
24397
24468
|
}
|
package/dist/all.scss
CHANGED
|
@@ -10236,6 +10236,9 @@ $kendo-link-button-shadow-blur: 0px !default;
|
|
|
10236
10236
|
$kendo-link-button-shadow-spread: .25rem !default;
|
|
10237
10237
|
$kendo-link-button-shadow-opacity: .5 !default;
|
|
10238
10238
|
|
|
10239
|
+
// Clear button
|
|
10240
|
+
$kendo-clear-button-focus-opacity: .1 !default;
|
|
10241
|
+
|
|
10239
10242
|
/// The overlay opacity of hovered flat button. Used to create background for the flat button.
|
|
10240
10243
|
/// @group button
|
|
10241
10244
|
$kendo-flat-button-hover-opacity: .08 !default;
|
|
@@ -10263,6 +10266,8 @@ $kendo-button-transition: $transition !default;
|
|
|
10263
10266
|
box-sizing: border-box;
|
|
10264
10267
|
border-width: $kendo-button-border-width;
|
|
10265
10268
|
border-style: solid;
|
|
10269
|
+
color: inherit;
|
|
10270
|
+
background: none;
|
|
10266
10271
|
font-family: $kendo-button-font-family;
|
|
10267
10272
|
text-align: center;
|
|
10268
10273
|
text-decoration: none;
|
|
@@ -10527,20 +10532,14 @@ $kendo-button-transition: $transition !default;
|
|
|
10527
10532
|
|
|
10528
10533
|
// Clear button
|
|
10529
10534
|
.k-button-clear {
|
|
10530
|
-
|
|
10531
|
-
|
|
10532
|
-
|
|
10533
|
-
|
|
10534
|
-
|
|
10535
|
-
&:focus,
|
|
10536
|
-
&.k-focus {
|
|
10537
|
-
&::before {
|
|
10538
|
-
display: block;
|
|
10539
|
-
}
|
|
10540
|
-
}
|
|
10535
|
+
border-color: transparent !important; // sass-lint:disable-line no-important
|
|
10536
|
+
color: inherit;
|
|
10537
|
+
background: none !important; // sass-lint:disable-line no-important
|
|
10538
|
+
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
10541
10539
|
}
|
|
10542
10540
|
|
|
10543
10541
|
|
|
10542
|
+
|
|
10544
10543
|
// IE
|
|
10545
10544
|
.k-ie .k-button-group,
|
|
10546
10545
|
.k-ie .k-split-button {
|
|
@@ -10905,6 +10904,16 @@ $kendo-button-transition: $transition !default;
|
|
|
10905
10904
|
.k-button-clear-#{$name} {
|
|
10906
10905
|
color: $color;
|
|
10907
10906
|
|
|
10907
|
+
&:focus,
|
|
10908
|
+
&.k-focus,
|
|
10909
|
+
&:active {
|
|
10910
|
+
&::after {
|
|
10911
|
+
background-color: currentColor;
|
|
10912
|
+
opacity: $kendo-clear-button-focus-opacity;
|
|
10913
|
+
display: block;
|
|
10914
|
+
}
|
|
10915
|
+
}
|
|
10916
|
+
|
|
10908
10917
|
// Disabled state
|
|
10909
10918
|
&:disabled,
|
|
10910
10919
|
&.k-disabled {
|
|
@@ -15673,7 +15682,8 @@ $fieldset-legend-border: null !default;
|
|
|
15673
15682
|
|
|
15674
15683
|
|
|
15675
15684
|
.k-multiselect,
|
|
15676
|
-
.k-floating-label-container
|
|
15685
|
+
.k-floating-label-container,
|
|
15686
|
+
.k-daterangepicker .k-dateinput {
|
|
15677
15687
|
display: inline-flex;
|
|
15678
15688
|
width: 100%;
|
|
15679
15689
|
}
|
|
@@ -20546,6 +20556,7 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
20546
20556
|
// Component
|
|
20547
20557
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/daterangepicker/_variables.scss
|
|
20548
20558
|
// Daterangepicker
|
|
20559
|
+
$kendo-daterange-picker-input-width: 10em;
|
|
20549
20560
|
|
|
20550
20561
|
// #endregion
|
|
20551
20562
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/daterangepicker/_layout.scss
|
|
@@ -20565,6 +20576,10 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
20565
20576
|
*::after {
|
|
20566
20577
|
box-sizing: border-box;
|
|
20567
20578
|
}
|
|
20579
|
+
|
|
20580
|
+
.k-dateinput {
|
|
20581
|
+
width: $kendo-daterange-picker-input-width;
|
|
20582
|
+
}
|
|
20568
20583
|
}
|
|
20569
20584
|
|
|
20570
20585
|
|
|
@@ -29096,7 +29111,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29096
29111
|
|
|
29097
29112
|
|
|
29098
29113
|
// Panelbar content
|
|
29099
|
-
.k-content,
|
|
29100
29114
|
.k-panelbar-content {
|
|
29101
29115
|
display: flow-root;
|
|
29102
29116
|
}
|
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.0.
|
|
4
|
+
"version": "5.0.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@progress/kendo-theme-default": "^5.0.
|
|
52
|
+
"@progress/kendo-theme-default": "^5.0.1",
|
|
53
53
|
"bootstrap": "^5.1.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "7d2371ce2d1bf6cb93c6514e6578965140837353"
|
|
56
56
|
}
|
|
@@ -183,6 +183,9 @@ $kendo-link-button-shadow-blur: 0px !default;
|
|
|
183
183
|
$kendo-link-button-shadow-spread: .25rem !default;
|
|
184
184
|
$kendo-link-button-shadow-opacity: .5 !default;
|
|
185
185
|
|
|
186
|
+
// Clear button
|
|
187
|
+
$kendo-clear-button-focus-opacity: .1 !default;
|
|
188
|
+
|
|
186
189
|
/// The overlay opacity of hovered flat button. Used to create background for the flat button.
|
|
187
190
|
/// @group button
|
|
188
191
|
$kendo-flat-button-hover-opacity: .08 !default;
|