@progress/kendo-theme-bootstrap 5.1.2-dev.5 → 5.1.2-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 +56 -46
- package/dist/all.scss +27 -22
- package/package.json +3 -3
- package/scss/notification/_variables.scss +14 -13
package/dist/all.css
CHANGED
|
@@ -13308,7 +13308,9 @@ textarea.k-input-inner {
|
|
|
13308
13308
|
|
|
13309
13309
|
.k-input-icon,
|
|
13310
13310
|
.k-input-validation-icon,
|
|
13311
|
-
.k-input-loading-icon
|
|
13311
|
+
.k-input-loading-icon,
|
|
13312
|
+
.k-input-prefix > .k-icon,
|
|
13313
|
+
.k-input-suffix > .k-icon {
|
|
13312
13314
|
flex: none;
|
|
13313
13315
|
align-self: center;
|
|
13314
13316
|
display: inline-flex;
|
|
@@ -13473,10 +13475,14 @@ textarea.k-input-inner {
|
|
|
13473
13475
|
.k-input-sm .k-input-validation-icon,
|
|
13474
13476
|
.k-input-sm .k-input-loading-icon,
|
|
13475
13477
|
.k-input-sm .k-clear-value,
|
|
13478
|
+
.k-input-sm .k-input-prefix > .k-icon,
|
|
13479
|
+
.k-input-sm .k-input-suffix > .k-icon,
|
|
13476
13480
|
.k-picker-sm .k-input-icon,
|
|
13477
13481
|
.k-picker-sm .k-input-validation-icon,
|
|
13478
13482
|
.k-picker-sm .k-input-loading-icon,
|
|
13479
|
-
.k-picker-sm .k-clear-value
|
|
13483
|
+
.k-picker-sm .k-clear-value,
|
|
13484
|
+
.k-picker-sm .k-input-prefix > .k-icon,
|
|
13485
|
+
.k-picker-sm .k-input-suffix > .k-icon {
|
|
13480
13486
|
width: calc(16px + 0.5rem);
|
|
13481
13487
|
height: calc(16px + 0.5rem);
|
|
13482
13488
|
}
|
|
@@ -13532,10 +13538,14 @@ textarea.k-input-inner {
|
|
|
13532
13538
|
.k-input-md .k-input-validation-icon,
|
|
13533
13539
|
.k-input-md .k-input-loading-icon,
|
|
13534
13540
|
.k-input-md .k-clear-value,
|
|
13541
|
+
.k-input-md .k-input-prefix > .k-icon,
|
|
13542
|
+
.k-input-md .k-input-suffix > .k-icon,
|
|
13535
13543
|
.k-picker-md .k-input-icon,
|
|
13536
13544
|
.k-picker-md .k-input-validation-icon,
|
|
13537
13545
|
.k-picker-md .k-input-loading-icon,
|
|
13538
|
-
.k-picker-md .k-clear-value
|
|
13546
|
+
.k-picker-md .k-clear-value,
|
|
13547
|
+
.k-picker-md .k-input-prefix > .k-icon,
|
|
13548
|
+
.k-picker-md .k-input-suffix > .k-icon {
|
|
13539
13549
|
width: calc(16px + 0.75rem);
|
|
13540
13550
|
height: calc(16px + 0.75rem);
|
|
13541
13551
|
}
|
|
@@ -13591,10 +13601,14 @@ textarea.k-input-inner {
|
|
|
13591
13601
|
.k-input-lg .k-input-validation-icon,
|
|
13592
13602
|
.k-input-lg .k-input-loading-icon,
|
|
13593
13603
|
.k-input-lg .k-clear-value,
|
|
13604
|
+
.k-input-lg .k-input-prefix > .k-icon,
|
|
13605
|
+
.k-input-lg .k-input-suffix > .k-icon,
|
|
13594
13606
|
.k-picker-lg .k-input-icon,
|
|
13595
13607
|
.k-picker-lg .k-input-validation-icon,
|
|
13596
13608
|
.k-picker-lg .k-input-loading-icon,
|
|
13597
|
-
.k-picker-lg .k-clear-value
|
|
13609
|
+
.k-picker-lg .k-clear-value,
|
|
13610
|
+
.k-picker-lg .k-input-prefix > .k-icon,
|
|
13611
|
+
.k-picker-lg .k-input-suffix > .k-icon {
|
|
13598
13612
|
width: calc(16px + 1rem);
|
|
13599
13613
|
height: calc(16px + 1rem);
|
|
13600
13614
|
}
|
|
@@ -16622,10 +16636,6 @@ kendo-label > .k-label {
|
|
|
16622
16636
|
max-width: 300px;
|
|
16623
16637
|
}
|
|
16624
16638
|
|
|
16625
|
-
.k-textarea {
|
|
16626
|
-
display: flex;
|
|
16627
|
-
}
|
|
16628
|
-
|
|
16629
16639
|
.k-listbox {
|
|
16630
16640
|
width: 10em;
|
|
16631
16641
|
height: 200px;
|
|
@@ -22109,34 +22119,28 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22109
22119
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
|
|
22110
22120
|
}
|
|
22111
22121
|
|
|
22112
|
-
.k-notification-
|
|
22113
|
-
border-color: #
|
|
22114
|
-
color: #
|
|
22115
|
-
background-color: #
|
|
22116
|
-
}
|
|
22117
|
-
|
|
22118
|
-
.k-notification-secondary {
|
|
22119
|
-
border-color: #e2e3e5;
|
|
22120
|
-
color: #383d41;
|
|
22121
|
-
background-color: #d6d8db;
|
|
22122
|
+
.k-notification-inverse {
|
|
22123
|
+
border-color: #d3d3d4;
|
|
22124
|
+
color: #111315;
|
|
22125
|
+
background-color: #c1c2c3;
|
|
22122
22126
|
}
|
|
22123
22127
|
|
|
22124
|
-
.k-notification-
|
|
22125
|
-
border-color: #
|
|
22126
|
-
color: #
|
|
22127
|
-
background-color: #
|
|
22128
|
+
.k-notification-light {
|
|
22129
|
+
border-color: #fefefe;
|
|
22130
|
+
color: #818182;
|
|
22131
|
+
background-color: #fdfdfe;
|
|
22128
22132
|
}
|
|
22129
22133
|
|
|
22130
|
-
.k-notification-
|
|
22131
|
-
border-color: #
|
|
22132
|
-
color: #
|
|
22133
|
-
background-color: #
|
|
22134
|
+
.k-notification-dark {
|
|
22135
|
+
border-color: #d3d3d4;
|
|
22136
|
+
color: #111315;
|
|
22137
|
+
background-color: #c1c2c3;
|
|
22134
22138
|
}
|
|
22135
22139
|
|
|
22136
|
-
.k-notification-
|
|
22137
|
-
border-color: #
|
|
22138
|
-
color: #
|
|
22139
|
-
background-color: #
|
|
22140
|
+
.k-notification-error {
|
|
22141
|
+
border-color: #f8d7da;
|
|
22142
|
+
color: #721c24;
|
|
22143
|
+
background-color: #f5c6cb;
|
|
22140
22144
|
}
|
|
22141
22145
|
|
|
22142
22146
|
.k-notification-warning {
|
|
@@ -22145,28 +22149,34 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22145
22149
|
background-color: #ffeeba;
|
|
22146
22150
|
}
|
|
22147
22151
|
|
|
22148
|
-
.k-notification-
|
|
22149
|
-
border-color: #
|
|
22150
|
-
color: #
|
|
22151
|
-
background-color: #
|
|
22152
|
+
.k-notification-success {
|
|
22153
|
+
border-color: #d1e7dd;
|
|
22154
|
+
color: #0d462c;
|
|
22155
|
+
background-color: #bfddcf;
|
|
22152
22156
|
}
|
|
22153
22157
|
|
|
22154
|
-
.k-notification-
|
|
22155
|
-
border-color: #
|
|
22156
|
-
color: #
|
|
22157
|
-
background-color: #
|
|
22158
|
+
.k-notification-info {
|
|
22159
|
+
border-color: #cff4fc;
|
|
22160
|
+
color: #07697d;
|
|
22161
|
+
background-color: #bbf0fb;
|
|
22158
22162
|
}
|
|
22159
22163
|
|
|
22160
|
-
.k-notification-
|
|
22161
|
-
border-color: #
|
|
22162
|
-
color: #
|
|
22163
|
-
background-color: #
|
|
22164
|
+
.k-notification-tertiary {
|
|
22165
|
+
border-color: #e2d9f3;
|
|
22166
|
+
color: #3a2264;
|
|
22167
|
+
background-color: #d7caee;
|
|
22164
22168
|
}
|
|
22165
22169
|
|
|
22166
|
-
.k-notification-
|
|
22167
|
-
border-color: #
|
|
22168
|
-
color: #
|
|
22169
|
-
background-color: #
|
|
22170
|
+
.k-notification-secondary {
|
|
22171
|
+
border-color: #e2e3e5;
|
|
22172
|
+
color: #383d41;
|
|
22173
|
+
background-color: #d6d8db;
|
|
22174
|
+
}
|
|
22175
|
+
|
|
22176
|
+
.k-notification-primary {
|
|
22177
|
+
border-color: #cfe2ff;
|
|
22178
|
+
color: #073984;
|
|
22179
|
+
background-color: #bbd6fe;
|
|
22170
22180
|
}
|
|
22171
22181
|
|
|
22172
22182
|
kendo-card,
|
package/dist/all.scss
CHANGED
|
@@ -11255,7 +11255,9 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
11255
11255
|
// Input with icon styles
|
|
11256
11256
|
.k-input-icon,
|
|
11257
11257
|
.k-input-validation-icon,
|
|
11258
|
-
.k-input-loading-icon
|
|
11258
|
+
.k-input-loading-icon,
|
|
11259
|
+
.k-input-prefix > .k-icon,
|
|
11260
|
+
.k-input-suffix > .k-icon {
|
|
11259
11261
|
flex: none;
|
|
11260
11262
|
align-self: center;
|
|
11261
11263
|
display: inline-flex;
|
|
@@ -11429,7 +11431,9 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
11429
11431
|
.k-input-icon,
|
|
11430
11432
|
.k-input-validation-icon,
|
|
11431
11433
|
.k-input-loading-icon,
|
|
11432
|
-
.k-clear-value
|
|
11434
|
+
.k-clear-value,
|
|
11435
|
+
.k-input-prefix > .k-icon,
|
|
11436
|
+
.k-input-suffix > .k-icon {
|
|
11433
11437
|
width: $_icon-size;
|
|
11434
11438
|
height: $_icon-size;
|
|
11435
11439
|
}
|
|
@@ -16408,9 +16412,7 @@ $fieldset-legend-border: null !default;
|
|
|
16408
16412
|
@include exports( "textarea/layout" ) {
|
|
16409
16413
|
|
|
16410
16414
|
// Textarea
|
|
16411
|
-
.k-textarea {
|
|
16412
|
-
display: flex;
|
|
16413
|
-
}
|
|
16415
|
+
.k-textarea {}
|
|
16414
16416
|
|
|
16415
16417
|
}
|
|
16416
16418
|
|
|
@@ -25091,22 +25093,23 @@ $notification-bg: $component-bg !default;
|
|
|
25091
25093
|
$notification-text: $component-text !default;
|
|
25092
25094
|
$notification-border: $component-border !default;
|
|
25093
25095
|
|
|
25094
|
-
|
|
25096
|
+
@function notification-theme( $colors ) {
|
|
25097
|
+
$_theme: ();
|
|
25095
25098
|
|
|
25096
|
-
@
|
|
25097
|
-
|
|
25098
|
-
|
|
25099
|
-
|
|
25100
|
-
|
|
25101
|
-
|
|
25102
|
-
|
|
25103
|
-
// sass-lint:enable indentation
|
|
25104
|
-
}
|
|
25099
|
+
@each $name, $color in $colors {
|
|
25100
|
+
$_theme: map-merge(( $name: (
|
|
25101
|
+
color: shade( $color, 6 ),
|
|
25102
|
+
background-color: tint( $color, 9 ),
|
|
25103
|
+
border: tint( $color, 10 ),
|
|
25104
|
+
)), $_theme );
|
|
25105
|
+
}
|
|
25105
25106
|
|
|
25106
|
-
@
|
|
25107
|
-
$notification-themes: map-merge($notification-themes, ($theme: notification-theme($theme, $props)) );
|
|
25107
|
+
@return $_theme;
|
|
25108
25108
|
}
|
|
25109
25109
|
|
|
25110
|
+
$kendo-notification-theme-colors: $kendo-theme-colors !default;
|
|
25111
|
+
$kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
|
|
25112
|
+
|
|
25110
25113
|
// #endregion
|
|
25111
25114
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/notification/_layout.scss
|
|
25112
25115
|
// #region @import "~@progress/kendo-theme-default/scss/notification/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/notification/_layout.scss
|
|
@@ -25219,11 +25222,13 @@ $notification-themes: () !default;
|
|
|
25219
25222
|
box-shadow: $notification-shadow;
|
|
25220
25223
|
}
|
|
25221
25224
|
|
|
25222
|
-
@each $
|
|
25223
|
-
.k-notification-#{$
|
|
25224
|
-
|
|
25225
|
-
|
|
25226
|
-
|
|
25225
|
+
@each $name, $props in $kendo-notification-theme {
|
|
25226
|
+
.k-notification-#{$name} {
|
|
25227
|
+
@include fill(
|
|
25228
|
+
map-get( $props, color ),
|
|
25229
|
+
map-get( $props, background-color ),
|
|
25230
|
+
map-get( $props, border )
|
|
25231
|
+
);
|
|
25227
25232
|
}
|
|
25228
25233
|
}
|
|
25229
25234
|
|
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.1.2-dev.
|
|
4
|
+
"version": "5.1.2-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.1.2-dev.
|
|
52
|
+
"@progress/kendo-theme-default": "^5.1.2-dev.6",
|
|
53
53
|
"bootstrap": "^5.1.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "64d87da064a0cfce86ebb8ebe986ac30977f7fb7"
|
|
56
56
|
}
|
|
@@ -17,18 +17,19 @@ $notification-bg: $component-bg !default;
|
|
|
17
17
|
$notification-text: $component-text !default;
|
|
18
18
|
$notification-border: $component-border !default;
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
20
|
+
@function notification-theme( $colors ) {
|
|
21
|
+
$_theme: ();
|
|
22
|
+
|
|
23
|
+
@each $name, $color in $colors {
|
|
24
|
+
$_theme: map-merge(( $name: (
|
|
25
|
+
color: shade( $color, 6 ),
|
|
26
|
+
background-color: tint( $color, 9 ),
|
|
27
|
+
border: tint( $color, 10 ),
|
|
28
|
+
)), $_theme );
|
|
29
|
+
}
|
|
31
30
|
|
|
32
|
-
@
|
|
33
|
-
$notification-themes: map-merge($notification-themes, ($theme: notification-theme($theme, $props)) );
|
|
31
|
+
@return $_theme;
|
|
34
32
|
}
|
|
33
|
+
|
|
34
|
+
$kendo-notification-theme-colors: $kendo-theme-colors !default;
|
|
35
|
+
$kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
|