@progress/kendo-theme-bootstrap 6.7.0-dev.2 → 6.7.0-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 +34 -16
- package/dist/all.scss +21 -10
- package/dist/meta/variables.json +8 -0
- 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 +5 -5
- package/scss/chat/_variables.scss +2 -0
package/dist/all.css
CHANGED
|
@@ -37159,6 +37159,12 @@ select.k-picker-lg {
|
|
|
37159
37159
|
right: 0;
|
|
37160
37160
|
}
|
|
37161
37161
|
|
|
37162
|
+
.k-floating-label-container.k-invalid > .k-label,
|
|
37163
|
+
.k-floating-label-container.ng-invalid.ng-touched > .k-label,
|
|
37164
|
+
.k-floating-label-container.ng-invalid.ng-dirty > .k-label {
|
|
37165
|
+
color: #dc3545;
|
|
37166
|
+
}
|
|
37167
|
+
|
|
37162
37168
|
.k-split-button .k-split-button-arrow {
|
|
37163
37169
|
padding-block: 0.375rem;
|
|
37164
37170
|
padding-inline: 0.375rem;
|
|
@@ -54034,28 +54040,39 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
54034
54040
|
}
|
|
54035
54041
|
}
|
|
54036
54042
|
|
|
54037
|
-
.k-chat-toolbar
|
|
54043
|
+
.k-chat-toolbar,
|
|
54044
|
+
.k-chat .k-toolbar-box {
|
|
54045
|
+
padding-block: 0.5rem;
|
|
54046
|
+
padding-inline: 0.5rem;
|
|
54038
54047
|
width: 100%;
|
|
54039
54048
|
border-width: 1px 0 0;
|
|
54049
|
+
box-sizing: border-box;
|
|
54040
54050
|
flex: none;
|
|
54051
|
+
overflow: hidden;
|
|
54052
|
+
position: relative;
|
|
54053
|
+
gap: 0.5rem;
|
|
54041
54054
|
}
|
|
54042
54055
|
|
|
54043
|
-
.k-chat-toolbar::before
|
|
54056
|
+
.k-chat-toolbar::before,
|
|
54057
|
+
.k-chat .k-toolbar-box::before {
|
|
54044
54058
|
display: none;
|
|
54045
54059
|
}
|
|
54046
54060
|
|
|
54047
|
-
.k-chat-toolbar .k-button-list
|
|
54061
|
+
.k-chat-toolbar .k-button-list,
|
|
54062
|
+
.k-chat .k-toolbar-box .k-button-list {
|
|
54048
54063
|
display: flex;
|
|
54049
54064
|
flex-flow: row nowrap;
|
|
54050
54065
|
overflow: hidden;
|
|
54051
54066
|
scroll-behavior: smooth;
|
|
54052
54067
|
}
|
|
54053
54068
|
|
|
54054
|
-
.k-chat-toolbar .k-button
|
|
54069
|
+
.k-chat-toolbar .k-button,
|
|
54070
|
+
.k-chat .k-toolbar-box .k-button {
|
|
54055
54071
|
flex: none;
|
|
54056
54072
|
}
|
|
54057
54073
|
|
|
54058
|
-
.k-chat-toolbar .k-scroll-button
|
|
54074
|
+
.k-chat-toolbar .k-scroll-button,
|
|
54075
|
+
.k-chat .k-toolbar-box .k-scroll-button {
|
|
54059
54076
|
padding: 0 0.25rem;
|
|
54060
54077
|
height: 100%;
|
|
54061
54078
|
aspect-ratio: auto;
|
|
@@ -54064,16 +54081,19 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
54064
54081
|
top: 0;
|
|
54065
54082
|
}
|
|
54066
54083
|
|
|
54067
|
-
.k-chat-toolbar .k-scroll-button .k-button-icon
|
|
54084
|
+
.k-chat-toolbar .k-scroll-button .k-button-icon,
|
|
54085
|
+
.k-chat .k-toolbar-box .k-scroll-button .k-button-icon {
|
|
54068
54086
|
min-width: auto;
|
|
54069
54087
|
min-height: auto;
|
|
54070
54088
|
}
|
|
54071
54089
|
|
|
54072
|
-
.k-chat-toolbar .k-scroll-button-left
|
|
54090
|
+
.k-chat-toolbar .k-scroll-button-left,
|
|
54091
|
+
.k-chat .k-toolbar-box .k-scroll-button-left {
|
|
54073
54092
|
left: 0;
|
|
54074
54093
|
}
|
|
54075
54094
|
|
|
54076
|
-
.k-chat-toolbar .k-scroll-button-right
|
|
54095
|
+
.k-chat-toolbar .k-scroll-button-right,
|
|
54096
|
+
.k-chat .k-toolbar-box .k-scroll-button-right {
|
|
54077
54097
|
right: 0;
|
|
54078
54098
|
}
|
|
54079
54099
|
|
|
@@ -55038,20 +55058,18 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
55038
55058
|
white-space: nowrap;
|
|
55039
55059
|
}
|
|
55040
55060
|
|
|
55061
|
+
.k-scrollview-wrap > .k-scrollview-view {
|
|
55062
|
+
display: inline-block;
|
|
55063
|
+
overflow: hidden;
|
|
55064
|
+
flex-shrink: 0;
|
|
55065
|
+
}
|
|
55066
|
+
|
|
55041
55067
|
.k-scrollview-wrap img {
|
|
55042
55068
|
-webkit-user-select: none;
|
|
55043
55069
|
-ms-user-select: none;
|
|
55044
55070
|
user-select: none;
|
|
55045
55071
|
}
|
|
55046
55072
|
|
|
55047
|
-
kendo-scrollview.k-scrollview .k-scrollview-wrap > .k-scrollview-view {
|
|
55048
|
-
display: inline-block;
|
|
55049
|
-
overflow: hidden;
|
|
55050
|
-
position: absolute;
|
|
55051
|
-
top: 0;
|
|
55052
|
-
left: 0;
|
|
55053
|
-
}
|
|
55054
|
-
|
|
55055
55073
|
.k-scrollview-wrap.k-scrollview-animate {
|
|
55056
55074
|
width: calc(var(--kendo-scrollview-views, 1)*100%);
|
|
55057
55075
|
transition-duration: 0.3s;
|
package/dist/all.scss
CHANGED
|
@@ -28616,6 +28616,11 @@ $kendo-floating-label-focus-text: null !default;
|
|
|
28616
28616
|
);
|
|
28617
28617
|
}
|
|
28618
28618
|
|
|
28619
|
+
&.k-invalid > .k-label,
|
|
28620
|
+
&.ng-invalid.ng-touched > .k-label,
|
|
28621
|
+
&.ng-invalid.ng-dirty > .k-label {
|
|
28622
|
+
@include fill ( $color: $kendo-invalid-text );
|
|
28623
|
+
}
|
|
28619
28624
|
}
|
|
28620
28625
|
|
|
28621
28626
|
}
|
|
@@ -58290,6 +58295,8 @@ $kendo-chat-bubble-border-radius-sm: 2px !default;
|
|
|
58290
58295
|
$kendo-chat-avatar-size: 32px !default;
|
|
58291
58296
|
$kendo-chat-avatar-spacing: $kendo-chat-item-spacing-x !default;
|
|
58292
58297
|
|
|
58298
|
+
$kendo-chat-toolbar-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
58299
|
+
$kendo-chat-toolbar-padding-y: $kendo-toolbar-md-padding-y !default;
|
|
58293
58300
|
$kendo-chat-toolbar-spacing: $kendo-toolbar-md-spacing !default;
|
|
58294
58301
|
$kendo-chat-toolbar-bg: $kendo-toolbar-bg !default;
|
|
58295
58302
|
$kendo-chat-toolbar-text: $kendo-toolbar-text !default;
|
|
@@ -58738,10 +58745,17 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
|
|
|
58738
58745
|
|
|
58739
58746
|
|
|
58740
58747
|
// Chat toolbar
|
|
58741
|
-
.k-chat-toolbar
|
|
58748
|
+
.k-chat-toolbar,
|
|
58749
|
+
.k-chat .k-toolbar-box {
|
|
58750
|
+
padding-block: $kendo-chat-toolbar-padding-y;
|
|
58751
|
+
padding-inline: $kendo-chat-toolbar-padding-x;
|
|
58742
58752
|
width: 100%;
|
|
58743
58753
|
border-width: 1px 0 0;
|
|
58754
|
+
box-sizing: border-box;
|
|
58744
58755
|
flex: none;
|
|
58756
|
+
overflow: hidden;
|
|
58757
|
+
position: relative;
|
|
58758
|
+
gap: $kendo-toolbar-md-spacing;
|
|
58745
58759
|
|
|
58746
58760
|
&::before {
|
|
58747
58761
|
display: none;
|
|
@@ -60565,21 +60579,18 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
60565
60579
|
cursor: default;
|
|
60566
60580
|
white-space: nowrap;
|
|
60567
60581
|
|
|
60582
|
+
> .k-scrollview-view {
|
|
60583
|
+
display: inline-block;
|
|
60584
|
+
overflow: hidden;
|
|
60585
|
+
flex-shrink: 0;
|
|
60586
|
+
}
|
|
60587
|
+
|
|
60568
60588
|
img {
|
|
60569
60589
|
user-select: none;
|
|
60570
60590
|
}
|
|
60571
60591
|
|
|
60572
60592
|
}
|
|
60573
60593
|
|
|
60574
|
-
// Can be removed once Angular are able to rely on the animations from the themes
|
|
60575
|
-
kendo-scrollview.k-scrollview .k-scrollview-wrap > .k-scrollview-view {
|
|
60576
|
-
display: inline-block;
|
|
60577
|
-
overflow: hidden;
|
|
60578
|
-
position: absolute;
|
|
60579
|
-
top: 0;
|
|
60580
|
-
left: 0;
|
|
60581
|
-
}
|
|
60582
|
-
|
|
60583
60594
|
.k-scrollview-wrap.k-scrollview-animate {
|
|
60584
60595
|
width: calc( var(--kendo-scrollview-views, 1) * 100% );
|
|
60585
60596
|
transition-duration: $kendo-scrollview-transition-duration;
|
package/dist/meta/variables.json
CHANGED
|
@@ -15003,6 +15003,14 @@
|
|
|
15003
15003
|
"type": "Number",
|
|
15004
15004
|
"value": "8px"
|
|
15005
15005
|
},
|
|
15006
|
+
"kendo-chat-toolbar-padding-x": {
|
|
15007
|
+
"type": "Number",
|
|
15008
|
+
"value": "0.5rem"
|
|
15009
|
+
},
|
|
15010
|
+
"kendo-chat-toolbar-padding-y": {
|
|
15011
|
+
"type": "Number",
|
|
15012
|
+
"value": "0.5rem"
|
|
15013
|
+
},
|
|
15006
15014
|
"kendo-chat-toolbar-spacing": {
|
|
15007
15015
|
"type": "Number",
|
|
15008
15016
|
"value": "0.5rem"
|
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": "6.7.0-dev.
|
|
4
|
+
"version": "6.7.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@progress/kendo-font-icons": "1.8.0",
|
|
54
|
-
"@progress/kendo-theme-core": "6.7.0-dev.
|
|
55
|
-
"@progress/kendo-theme-default": "6.7.0-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "6.7.0-dev.
|
|
54
|
+
"@progress/kendo-theme-core": "6.7.0-dev.4",
|
|
55
|
+
"@progress/kendo-theme-default": "6.7.0-dev.4",
|
|
56
|
+
"@progress/kendo-theme-utils": "6.7.0-dev.4",
|
|
57
57
|
"bootstrap": "5.2.1"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "a55f3840f62eb640cff3a1a170bad731c6ce84f1"
|
|
60
60
|
}
|
|
@@ -32,6 +32,8 @@ $kendo-chat-bubble-border-radius-sm: 2px !default;
|
|
|
32
32
|
$kendo-chat-avatar-size: 32px !default;
|
|
33
33
|
$kendo-chat-avatar-spacing: $kendo-chat-item-spacing-x !default;
|
|
34
34
|
|
|
35
|
+
$kendo-chat-toolbar-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
36
|
+
$kendo-chat-toolbar-padding-y: $kendo-toolbar-md-padding-y !default;
|
|
35
37
|
$kendo-chat-toolbar-spacing: $kendo-toolbar-md-spacing !default;
|
|
36
38
|
$kendo-chat-toolbar-bg: $kendo-toolbar-bg !default;
|
|
37
39
|
$kendo-chat-toolbar-text: $kendo-toolbar-text !default;
|