@progress/kendo-theme-bootstrap 5.8.2-dev.2 → 5.8.2-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.css +10 -16
- package/dist/all.scss +11 -13
- 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 +3 -3
- package/scss/signature/_variables.scss +2 -0
package/dist/all.css
CHANGED
|
@@ -11121,11 +11121,6 @@ kendo-sortable {
|
|
|
11121
11121
|
box-shadow: none !important;
|
|
11122
11122
|
}
|
|
11123
11123
|
|
|
11124
|
-
.k-ripple-container .k-checkbox:focus::after,
|
|
11125
|
-
.k-ripple-container .k-checkbox.k-focus::after {
|
|
11126
|
-
transform: translate(-50%, -50%) scale(1);
|
|
11127
|
-
}
|
|
11128
|
-
|
|
11129
11124
|
.k-ripple-container .k-checkbox:disabled::after,
|
|
11130
11125
|
.k-ripple-container .k-checkbox.k-disabled::after {
|
|
11131
11126
|
display: none;
|
|
@@ -11140,7 +11135,7 @@ kendo-sortable {
|
|
|
11140
11135
|
font-size: 0.625rem;
|
|
11141
11136
|
}
|
|
11142
11137
|
|
|
11143
|
-
.k-ripple-container .k-checkbox-
|
|
11138
|
+
.k-ripple-container .k-checkbox-sm::after {
|
|
11144
11139
|
width: 2.25rem;
|
|
11145
11140
|
height: 2.25rem;
|
|
11146
11141
|
}
|
|
@@ -11154,7 +11149,7 @@ kendo-sortable {
|
|
|
11154
11149
|
font-size: 0.875rem;
|
|
11155
11150
|
}
|
|
11156
11151
|
|
|
11157
|
-
.k-ripple-container .k-checkbox-
|
|
11152
|
+
.k-ripple-container .k-checkbox-md::after {
|
|
11158
11153
|
width: 3rem;
|
|
11159
11154
|
height: 3rem;
|
|
11160
11155
|
}
|
|
@@ -11168,7 +11163,7 @@ kendo-sortable {
|
|
|
11168
11163
|
font-size: 1.125rem;
|
|
11169
11164
|
}
|
|
11170
11165
|
|
|
11171
|
-
.k-ripple-container .k-checkbox-
|
|
11166
|
+
.k-ripple-container .k-checkbox-lg::after {
|
|
11172
11167
|
width: 3.75rem;
|
|
11173
11168
|
height: 3.75rem;
|
|
11174
11169
|
}
|
|
@@ -11807,14 +11802,14 @@ kendo-sortable {
|
|
|
11807
11802
|
|
|
11808
11803
|
@keyframes ripple {
|
|
11809
11804
|
0% {
|
|
11810
|
-
transform: scale(0);
|
|
11805
|
+
transform: translate(-50%, -50%) scale(0);
|
|
11811
11806
|
}
|
|
11812
11807
|
20% {
|
|
11813
|
-
transform: scale(1);
|
|
11808
|
+
transform: translate(-50%, -50%) scale(1);
|
|
11814
11809
|
}
|
|
11815
11810
|
100% {
|
|
11816
11811
|
opacity: 0;
|
|
11817
|
-
transform: scale(1);
|
|
11812
|
+
transform: translate(-50%, -50%) scale(1);
|
|
11818
11813
|
}
|
|
11819
11814
|
}
|
|
11820
11815
|
|
|
@@ -17692,11 +17687,6 @@ kendo-label > .k-label {
|
|
|
17692
17687
|
box-shadow: none !important;
|
|
17693
17688
|
}
|
|
17694
17689
|
|
|
17695
|
-
.k-ripple-container .k-radio:focus::after,
|
|
17696
|
-
.k-ripple-container .k-radio.k-focus::after {
|
|
17697
|
-
transform: translate(-50%, -50%) scale(1);
|
|
17698
|
-
}
|
|
17699
|
-
|
|
17700
17690
|
.k-ripple-container .k-radio:disabled::after,
|
|
17701
17691
|
.k-ripple-container .k-radio.k-disabled::after {
|
|
17702
17692
|
display: none;
|
|
@@ -36819,6 +36809,10 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
36819
36809
|
width: calc(100% - 2rem);
|
|
36820
36810
|
}
|
|
36821
36811
|
|
|
36812
|
+
.k-signature-lg {
|
|
36813
|
+
min-height: 110px;
|
|
36814
|
+
}
|
|
36815
|
+
|
|
36822
36816
|
.k-signature .k-signature-line {
|
|
36823
36817
|
border-bottom-color: rgba(13, 202, 240, 0.24);
|
|
36824
36818
|
}
|
package/dist/all.scss
CHANGED
|
@@ -2524,7 +2524,7 @@ $card-group-margin: $grid-gutter-width * .5 !default;
|
|
|
2524
2524
|
// scss-docs-start accordion-variables
|
|
2525
2525
|
$accordion-padding-y: 1rem !default;
|
|
2526
2526
|
$accordion-padding-x: 1.25rem !default;
|
|
2527
|
-
$accordion-color:
|
|
2527
|
+
$accordion-color: $body-color !default; // Sass variable because of $accordion-button-icon
|
|
2528
2528
|
$accordion-bg: $body-bg !default;
|
|
2529
2529
|
$accordion-border-width: $border-width !default;
|
|
2530
2530
|
$accordion-border-color: var(--#{$prefix}border-color) !default;
|
|
@@ -8703,10 +8703,6 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
8703
8703
|
.k-checkbox:focus,
|
|
8704
8704
|
.k-checkbox.k-focus {
|
|
8705
8705
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
8706
|
-
|
|
8707
|
-
&::after {
|
|
8708
|
-
transform: translate(-50%, -50%) scale(1);
|
|
8709
|
-
}
|
|
8710
8706
|
}
|
|
8711
8707
|
|
|
8712
8708
|
.k-checkbox:disabled::after,
|
|
@@ -8731,7 +8727,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
8731
8727
|
}
|
|
8732
8728
|
}
|
|
8733
8729
|
.k-ripple-container {
|
|
8734
|
-
.k-checkbox-#{size}::after {
|
|
8730
|
+
.k-checkbox-#{$size}::after {
|
|
8735
8731
|
width: $_ripple-size;
|
|
8736
8732
|
height: $_ripple-size;
|
|
8737
8733
|
}
|
|
@@ -9717,14 +9713,14 @@ $popup-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !d
|
|
|
9717
9713
|
|
|
9718
9714
|
@keyframes ripple {
|
|
9719
9715
|
0% {
|
|
9720
|
-
transform: scale(0);
|
|
9716
|
+
transform: translate(-50%, -50%) scale(0);
|
|
9721
9717
|
}
|
|
9722
9718
|
20% {
|
|
9723
|
-
transform: scale(1);
|
|
9719
|
+
transform: translate(-50%, -50%) scale(1);
|
|
9724
9720
|
}
|
|
9725
9721
|
100% {
|
|
9726
9722
|
opacity: 0;
|
|
9727
|
-
transform: scale(1);
|
|
9723
|
+
transform: translate(-50%, -50%) scale(1);
|
|
9728
9724
|
}
|
|
9729
9725
|
}
|
|
9730
9726
|
}
|
|
@@ -17974,10 +17970,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
17974
17970
|
.k-radio:focus,
|
|
17975
17971
|
.k-radio.k-focus {
|
|
17976
17972
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
17977
|
-
|
|
17978
|
-
&::after {
|
|
17979
|
-
transform: translate(-50%, -50%) scale(1);
|
|
17980
|
-
}
|
|
17981
17973
|
}
|
|
17982
17974
|
|
|
17983
17975
|
.k-radio:disabled::after,
|
|
@@ -44955,6 +44947,8 @@ $orgchart-line-v-height: 25px !default;
|
|
|
44955
44947
|
$kendo-signature-width: 246px !default;
|
|
44956
44948
|
$kendo-signature-height: 108px !default;
|
|
44957
44949
|
|
|
44950
|
+
$kendo-signature-lg-min-height: 110px;
|
|
44951
|
+
|
|
44958
44952
|
$kendo-signature-maximized-width: 750px !default;
|
|
44959
44953
|
$kendo-signature-maximized-height: 252px !default;
|
|
44960
44954
|
|
|
@@ -45068,6 +45062,10 @@ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacin
|
|
|
45068
45062
|
}
|
|
45069
45063
|
}
|
|
45070
45064
|
|
|
45065
|
+
.k-signature-lg {
|
|
45066
|
+
min-height: $kendo-signature-lg-min-height;
|
|
45067
|
+
}
|
|
45068
|
+
|
|
45071
45069
|
}
|
|
45072
45070
|
|
|
45073
45071
|
// #endregion
|
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.8.2-dev.
|
|
4
|
+
"version": "5.8.2-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@progress/kendo-theme-default": "^5.8.2-dev.
|
|
46
|
+
"@progress/kendo-theme-default": "^5.8.2-dev.4",
|
|
47
47
|
"bootstrap": "^5.2.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"sass-build": "^1.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "03c192e0d4c7227c7d8f41b7fefee897888e6218"
|
|
53
53
|
}
|