@progress/kendo-theme-bootstrap 5.2.1-dev.3 → 5.2.1-dev.6
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 +22 -13
- package/dist/all.scss +23 -12
- 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/action-sheet/_variables.scss +2 -1
- package/scss/colorgradient/_variables.scss +1 -1
- package/scss/dropzone/_variables.scss +1 -1
- package/scss/expansion-panel/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -14013,7 +14013,7 @@ textarea.k-input-inner {
|
|
|
14013
14013
|
width: auto;
|
|
14014
14014
|
}
|
|
14015
14015
|
|
|
14016
|
-
.k-floating-label-container.k-state-empty > .k-label {
|
|
14016
|
+
.k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
|
|
14017
14017
|
top: calc(1.875rem + 1px);
|
|
14018
14018
|
left: calc(0.75rem + 1px);
|
|
14019
14019
|
transform: scale(1);
|
|
@@ -14021,7 +14021,8 @@ textarea.k-input-inner {
|
|
|
14021
14021
|
}
|
|
14022
14022
|
|
|
14023
14023
|
.k-floating-label-container > .k-label,
|
|
14024
|
-
.k-floating-label-container.k-state-focused > .k-label
|
|
14024
|
+
.k-floating-label-container.k-state-focused > .k-label,
|
|
14025
|
+
.k-floating-label-container.k-focus > .k-label {
|
|
14025
14026
|
top: 0;
|
|
14026
14027
|
left: 0;
|
|
14027
14028
|
transform: scale(1);
|
|
@@ -14044,25 +14045,30 @@ textarea.k-input-inner {
|
|
|
14044
14045
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
14045
14046
|
.k-rtl .k-floating-label-container > .k-label, .k-floating-label-container[dir="rtl"] > .k-label {
|
|
14046
14047
|
transform-origin: right center;
|
|
14048
|
+
transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out;
|
|
14047
14049
|
}
|
|
14048
14050
|
|
|
14049
|
-
[dir="rtl"] .k-floating-label-container.k-state-empty > .k-label,
|
|
14050
|
-
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14051
|
+
[dir="rtl"] .k-floating-label-container.k-state-empty > .k-label, [dir="rtl"] .k-floating-label-container.k-empty > .k-label,
|
|
14052
|
+
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14053
|
+
.k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-state-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
|
|
14051
14054
|
left: auto;
|
|
14052
14055
|
right: calc(0.75rem + 1px);
|
|
14053
14056
|
}
|
|
14054
14057
|
|
|
14055
14058
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
14056
14059
|
[dir="rtl"] .k-floating-label-container.k-state-focused > .k-label,
|
|
14060
|
+
[dir="rtl"] .k-floating-label-container.k-focus > .k-label,
|
|
14057
14061
|
.k-rtl .k-floating-label-container > .k-label,
|
|
14058
|
-
.k-rtl .k-floating-label-container.k-state-focused > .k-label,
|
|
14059
|
-
.k-floating-label-container[dir="rtl"]
|
|
14062
|
+
.k-rtl .k-floating-label-container.k-state-focused > .k-label,
|
|
14063
|
+
.k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir="rtl"] > .k-label,
|
|
14064
|
+
.k-floating-label-container[dir="rtl"].k-state-focused > .k-label,
|
|
14065
|
+
.k-floating-label-container[dir="rtl"].k-focus > .k-label {
|
|
14060
14066
|
left: auto;
|
|
14061
14067
|
right: 0;
|
|
14062
14068
|
}
|
|
14063
14069
|
|
|
14064
|
-
[dir="rtl"] .k-floating-label-container:focus-within,
|
|
14065
|
-
.k-rtl .k-floating-label-container:focus-within, .k-floating-label-container[dir="rtl"]:focus-within {
|
|
14070
|
+
[dir="rtl"] .k-floating-label-container:focus-within > .k-label,
|
|
14071
|
+
.k-rtl .k-floating-label-container:focus-within > .k-label, .k-floating-label-container[dir="rtl"]:focus-within > .k-label {
|
|
14066
14072
|
left: auto;
|
|
14067
14073
|
right: 0;
|
|
14068
14074
|
}
|
|
@@ -19220,7 +19226,7 @@ kendo-label > .k-label {
|
|
|
19220
19226
|
}
|
|
19221
19227
|
|
|
19222
19228
|
.k-colorgradient-input-label {
|
|
19223
|
-
color: #
|
|
19229
|
+
color: #6c757d;
|
|
19224
19230
|
}
|
|
19225
19231
|
|
|
19226
19232
|
.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
|
|
@@ -20062,7 +20068,7 @@ kendo-label > .k-label {
|
|
|
20062
20068
|
}
|
|
20063
20069
|
|
|
20064
20070
|
.k-dropzone-inner .k-dropzone-note {
|
|
20065
|
-
color: #
|
|
20071
|
+
color: #6c757d;
|
|
20066
20072
|
}
|
|
20067
20073
|
|
|
20068
20074
|
.k-external-dropzone-hover .k-icon,
|
|
@@ -21408,7 +21414,6 @@ kendo-label > .k-label {
|
|
|
21408
21414
|
|
|
21409
21415
|
.k-actionsheet-item-description {
|
|
21410
21416
|
font-size: 0.875em;
|
|
21411
|
-
opacity: 0.75;
|
|
21412
21417
|
}
|
|
21413
21418
|
|
|
21414
21419
|
.k-actionsheet > .k-hr {
|
|
@@ -21471,6 +21476,10 @@ kendo-label > .k-label {
|
|
|
21471
21476
|
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
|
|
21472
21477
|
}
|
|
21473
21478
|
|
|
21479
|
+
.k-actionsheet-item-description {
|
|
21480
|
+
color: #6c757d;
|
|
21481
|
+
}
|
|
21482
|
+
|
|
21474
21483
|
.k-actionsheet-action:hover, .k-actionsheet-action.k-state-hover {
|
|
21475
21484
|
background-color: #e9ecef;
|
|
21476
21485
|
}
|
|
@@ -24529,7 +24538,7 @@ kendo-card-footer {
|
|
|
24529
24538
|
}
|
|
24530
24539
|
|
|
24531
24540
|
.k-expander-sub-title {
|
|
24532
|
-
|
|
24541
|
+
color: #6c757d;
|
|
24533
24542
|
}
|
|
24534
24543
|
|
|
24535
24544
|
.k-panelbar {
|
|
@@ -30190,7 +30199,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
30190
30199
|
}
|
|
30191
30200
|
|
|
30192
30201
|
.k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-state-hover {
|
|
30193
|
-
color: #
|
|
30202
|
+
color: #0b5cd5;
|
|
30194
30203
|
}
|
|
30195
30204
|
|
|
30196
30205
|
.k-taskboard-card:focus, .k-taskboard-card.k-state-focus {
|
package/dist/all.scss
CHANGED
|
@@ -11845,7 +11845,8 @@ $floating-label-focus-text: null !default;
|
|
|
11845
11845
|
width: auto;
|
|
11846
11846
|
}
|
|
11847
11847
|
|
|
11848
|
-
&.k-state-empty
|
|
11848
|
+
&.k-state-empty,
|
|
11849
|
+
&.k-empty {
|
|
11849
11850
|
> .k-label {
|
|
11850
11851
|
top: $floating-label-offset-y;
|
|
11851
11852
|
left: $floating-label-offset-x;
|
|
@@ -11856,7 +11857,8 @@ $floating-label-focus-text: null !default;
|
|
|
11856
11857
|
|
|
11857
11858
|
> .k-label,
|
|
11858
11859
|
// &:focus-within > .k-label,
|
|
11859
|
-
&.k-state-focused > .k-label
|
|
11860
|
+
&.k-state-focused > .k-label,
|
|
11861
|
+
&.k-focus > .k-label {
|
|
11860
11862
|
top: $floating-label-focus-offset-y;
|
|
11861
11863
|
left: $floating-label-focus-offset-x;
|
|
11862
11864
|
transform: scale( $floating-label-focus-scale );
|
|
@@ -11877,9 +11879,11 @@ $floating-label-focus-text: null !default;
|
|
|
11877
11879
|
|
|
11878
11880
|
> .k-label {
|
|
11879
11881
|
transform-origin: right center;
|
|
11882
|
+
transition: transform $floating-label-transition, color $floating-label-transition, top $floating-label-transition, right $floating-label-transition;
|
|
11880
11883
|
}
|
|
11881
11884
|
|
|
11882
|
-
&.k-state-empty
|
|
11885
|
+
&.k-state-empty,
|
|
11886
|
+
&.k-empty {
|
|
11883
11887
|
> .k-label {
|
|
11884
11888
|
left: auto;
|
|
11885
11889
|
right: $floating-label-offset-x;
|
|
@@ -11888,11 +11892,12 @@ $floating-label-focus-text: null !default;
|
|
|
11888
11892
|
|
|
11889
11893
|
> .k-label,
|
|
11890
11894
|
// &:focus-within > .k-label,
|
|
11891
|
-
&.k-state-focused > .k-label
|
|
11895
|
+
&.k-state-focused > .k-label,
|
|
11896
|
+
&.k-focus > .k-label {
|
|
11892
11897
|
left: auto;
|
|
11893
11898
|
right: $floating-label-focus-offset-x;
|
|
11894
11899
|
}
|
|
11895
|
-
&:focus-within {
|
|
11900
|
+
&:focus-within > .k-label {
|
|
11896
11901
|
left: auto;
|
|
11897
11902
|
right: $floating-label-focus-offset-x;
|
|
11898
11903
|
}
|
|
@@ -19876,7 +19881,7 @@ $colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width /
|
|
|
19876
19881
|
$colorgradient-input-width: 56px !default;
|
|
19877
19882
|
$colorgradient-input-gap: ( $colorgradient-spacer / 2 ) !default;
|
|
19878
19883
|
$colorgradient-input-label-gap: map-get( $spacing, 1 ) !default;
|
|
19879
|
-
$colorgradient-input-label-text: $
|
|
19884
|
+
$colorgradient-input-label-text: $subtle-text !default;
|
|
19880
19885
|
|
|
19881
19886
|
$colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
|
|
19882
19887
|
$colorgradient-contrast-spacer: ( $colorgradient-spacer / 2 ) !default;
|
|
@@ -22394,7 +22399,7 @@ $dropzone-hint-text: null !default;
|
|
|
22394
22399
|
|
|
22395
22400
|
$dropzone-note-font-size: $font-size-xs !default;
|
|
22396
22401
|
$dropzone-note-spacing: null !default;
|
|
22397
|
-
$dropzone-note-text:
|
|
22402
|
+
$dropzone-note-text: $subtle-text !default;
|
|
22398
22403
|
|
|
22399
22404
|
// #endregion
|
|
22400
22405
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/dropzone/_layout.scss
|
|
@@ -23860,8 +23865,9 @@ $actionsheet-item-icon-size: null !default;
|
|
|
23860
23865
|
|
|
23861
23866
|
$actionsheet-item-title-font-weight: null !default;
|
|
23862
23867
|
$actionsheet-item-title-text-transform: null !default;
|
|
23868
|
+
|
|
23863
23869
|
$actionsheet-item-description-font-size: .875em !default;
|
|
23864
|
-
$actionsheet-item-description-
|
|
23870
|
+
$actionsheet-item-description-text: $subtle-text !default;
|
|
23865
23871
|
|
|
23866
23872
|
$actionsheet-item-hover-bg: $hovered-bg !default;
|
|
23867
23873
|
$actionsheet-item-hover-text: null !default;
|
|
@@ -23975,7 +23981,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
23975
23981
|
}
|
|
23976
23982
|
.k-actionsheet-item-description {
|
|
23977
23983
|
font-size: $actionsheet-item-description-font-size;
|
|
23978
|
-
opacity: $actionsheet-item-description-opacity;
|
|
23979
23984
|
}
|
|
23980
23985
|
|
|
23981
23986
|
|
|
@@ -24070,6 +24075,12 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24070
24075
|
.k-actionsheet-item {}
|
|
24071
24076
|
|
|
24072
24077
|
|
|
24078
|
+
// Actionsheet item description
|
|
24079
|
+
.k-actionsheet-item-description {
|
|
24080
|
+
@include fill( $color: $actionsheet-item-description-text );
|
|
24081
|
+
}
|
|
24082
|
+
|
|
24083
|
+
|
|
24073
24084
|
// Actionsheet action
|
|
24074
24085
|
.k-actionsheet-action {
|
|
24075
24086
|
|
|
@@ -28619,7 +28630,7 @@ $expander-header-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
28619
28630
|
|
|
28620
28631
|
$expander-title-text: $primary !default;
|
|
28621
28632
|
|
|
28622
|
-
$expander-header-sub-title-
|
|
28633
|
+
$expander-header-sub-title-text: $subtle-text !default;
|
|
28623
28634
|
|
|
28624
28635
|
$expander-content-padding-x: $padding-x-lg !default;
|
|
28625
28636
|
$expander-content-padding-y: $expander-content-padding-x !default;
|
|
@@ -28746,7 +28757,7 @@ $expander-content-padding-y: $expander-content-padding-x !default;
|
|
|
28746
28757
|
}
|
|
28747
28758
|
|
|
28748
28759
|
.k-expander-sub-title {
|
|
28749
|
-
|
|
28760
|
+
color: $expander-header-sub-title-text;
|
|
28750
28761
|
}
|
|
28751
28762
|
}
|
|
28752
28763
|
|
|
@@ -36014,7 +36025,7 @@ $taskboard-card-selected-shadow: none !default;
|
|
|
36014
36025
|
|
|
36015
36026
|
$taskboard-card-header-text: $primary !default;
|
|
36016
36027
|
$taskboard-card-header-focus-text: $primary-darker !default;
|
|
36017
|
-
$taskboard-card-header-hover-text: $primary-
|
|
36028
|
+
$taskboard-card-header-hover-text: $primary-darker !default;
|
|
36018
36029
|
|
|
36019
36030
|
$taskboard-drag-placeholder-border-width: 1px !default;
|
|
36020
36031
|
$taskboard-drag-placeholder-border-radius: $taskboard-card-border-radius !default;
|
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.2.1-dev.
|
|
4
|
+
"version": "5.2.1-dev.6",
|
|
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.2.1-dev.
|
|
52
|
+
"@progress/kendo-theme-default": "^5.2.1-dev.6",
|
|
53
53
|
"bootstrap": "^5.1.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "2ceeec1399fcc1bb057257c25da8b4512378b079"
|
|
56
56
|
}
|
|
@@ -44,8 +44,9 @@ $actionsheet-item-icon-size: null !default;
|
|
|
44
44
|
|
|
45
45
|
$actionsheet-item-title-font-weight: null !default;
|
|
46
46
|
$actionsheet-item-title-text-transform: null !default;
|
|
47
|
+
|
|
47
48
|
$actionsheet-item-description-font-size: .875em !default;
|
|
48
|
-
$actionsheet-item-description-
|
|
49
|
+
$actionsheet-item-description-text: $subtle-text !default;
|
|
49
50
|
|
|
50
51
|
$actionsheet-item-hover-bg: $hovered-bg !default;
|
|
51
52
|
$actionsheet-item-hover-text: null !default;
|
|
@@ -45,7 +45,7 @@ $colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width /
|
|
|
45
45
|
$colorgradient-input-width: 56px !default;
|
|
46
46
|
$colorgradient-input-gap: ( $colorgradient-spacer / 2 ) !default;
|
|
47
47
|
$colorgradient-input-label-gap: map-get( $spacing, 1 ) !default;
|
|
48
|
-
$colorgradient-input-label-text: $
|
|
48
|
+
$colorgradient-input-label-text: $subtle-text !default;
|
|
49
49
|
|
|
50
50
|
$colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
|
|
51
51
|
$colorgradient-contrast-spacer: ( $colorgradient-spacer / 2 ) !default;
|
|
@@ -27,7 +27,7 @@ $expander-header-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
27
27
|
|
|
28
28
|
$expander-title-text: $primary !default;
|
|
29
29
|
|
|
30
|
-
$expander-header-sub-title-
|
|
30
|
+
$expander-header-sub-title-text: $subtle-text !default;
|
|
31
31
|
|
|
32
32
|
$expander-content-padding-x: $padding-x-lg !default;
|
|
33
33
|
$expander-content-padding-y: $expander-content-padding-x !default;
|
|
@@ -86,7 +86,7 @@ $taskboard-card-selected-shadow: none !default;
|
|
|
86
86
|
|
|
87
87
|
$taskboard-card-header-text: $primary !default;
|
|
88
88
|
$taskboard-card-header-focus-text: $primary-darker !default;
|
|
89
|
-
$taskboard-card-header-hover-text: $primary-
|
|
89
|
+
$taskboard-card-header-hover-text: $primary-darker !default;
|
|
90
90
|
|
|
91
91
|
$taskboard-drag-placeholder-border-width: 1px !default;
|
|
92
92
|
$taskboard-drag-placeholder-border-radius: $taskboard-card-border-radius !default;
|