@progress/kendo-theme-material 5.8.2-dev.5 → 5.8.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 +177 -22
- package/dist/all.scss +248 -59
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +31 -12
package/dist/all.scss
CHANGED
|
@@ -6405,6 +6405,27 @@ $utils-border-radius: (
|
|
|
6405
6405
|
}
|
|
6406
6406
|
}
|
|
6407
6407
|
|
|
6408
|
+
// Icon wrap
|
|
6409
|
+
.k-icon-wrap {
|
|
6410
|
+
flex: none;
|
|
6411
|
+
display: inline-flex;
|
|
6412
|
+
flex-flow: row nowrap;
|
|
6413
|
+
gap: 0;
|
|
6414
|
+
align-items: center;
|
|
6415
|
+
align-self: flex-start;
|
|
6416
|
+
vertical-align: middle;
|
|
6417
|
+
position: relative;
|
|
6418
|
+
|
|
6419
|
+
&::before {
|
|
6420
|
+
content: "\200b";
|
|
6421
|
+
width: 0;
|
|
6422
|
+
overflow: hidden;
|
|
6423
|
+
flex: none;
|
|
6424
|
+
display: inline-block;
|
|
6425
|
+
vertical-align: top;
|
|
6426
|
+
}
|
|
6427
|
+
}
|
|
6428
|
+
|
|
6408
6429
|
.k-icon {
|
|
6409
6430
|
width: 1em;
|
|
6410
6431
|
height: 1em;
|
|
@@ -8420,6 +8441,17 @@ $kendo-checkbox-ripple-opacity: .2 !default;
|
|
|
8420
8441
|
// #region @import "~@progress/kendo-theme-default/scss/list/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/list/_layout.scss
|
|
8421
8442
|
@include exports( "list/layout" ) {
|
|
8422
8443
|
|
|
8444
|
+
// List container
|
|
8445
|
+
.k-list-container {
|
|
8446
|
+
display: flex;
|
|
8447
|
+
flex-flow: column nowrap;
|
|
8448
|
+
|
|
8449
|
+
> .k-list {
|
|
8450
|
+
flex: 1;
|
|
8451
|
+
height: 100%;
|
|
8452
|
+
}
|
|
8453
|
+
}
|
|
8454
|
+
|
|
8423
8455
|
// List
|
|
8424
8456
|
.k-list {
|
|
8425
8457
|
margin: 0;
|
|
@@ -8600,7 +8632,7 @@ $kendo-checkbox-ripple-opacity: .2 !default;
|
|
|
8600
8632
|
position: relative;
|
|
8601
8633
|
padding: $padding-x;
|
|
8602
8634
|
box-sizing: border-box;
|
|
8603
|
-
flex:
|
|
8635
|
+
flex: none;
|
|
8604
8636
|
}
|
|
8605
8637
|
|
|
8606
8638
|
|
|
@@ -20230,6 +20262,7 @@ $kendo-time-selector-sizes: (
|
|
|
20230
20262
|
display: flex;
|
|
20231
20263
|
position: relative;
|
|
20232
20264
|
flex: 1 1 auto;
|
|
20265
|
+
overflow: hidden;
|
|
20233
20266
|
}
|
|
20234
20267
|
|
|
20235
20268
|
|
|
@@ -25022,7 +25055,8 @@ $actionsheet-padding-x: null !default;
|
|
|
25022
25055
|
$actionsheet-padding-y: null !default;
|
|
25023
25056
|
$actionsheet-width: 360px !default;
|
|
25024
25057
|
$actionsheet-max-width: 100% !default;
|
|
25025
|
-
$actionsheet-
|
|
25058
|
+
$actionsheet-height: 60vh !default;
|
|
25059
|
+
$actionsheet-max-height: 60vh !default;
|
|
25026
25060
|
|
|
25027
25061
|
$actionsheet-border-width: 0px !default;
|
|
25028
25062
|
$actionsheet-border-radius: 0px !default;
|
|
@@ -25038,18 +25072,23 @@ $actionsheet-shadow: $box-shadow-depth-4 !default;
|
|
|
25038
25072
|
|
|
25039
25073
|
|
|
25040
25074
|
// Actionsheet header
|
|
25041
|
-
$actionsheet-
|
|
25042
|
-
$actionsheet-
|
|
25043
|
-
$actionsheet-
|
|
25044
|
-
$actionsheet-
|
|
25045
|
-
$actionsheet-
|
|
25046
|
-
$actionsheet-
|
|
25075
|
+
$actionsheet-titlebar-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25076
|
+
$actionsheet-titlebar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25077
|
+
$actionsheet-titlebar-border-width: null !default;
|
|
25078
|
+
$actionsheet-titlebar-font-size: null !default;
|
|
25079
|
+
$actionsheet-titlebar-font-family: null !default;
|
|
25080
|
+
$actionsheet-titlebar-line-height: null !default;
|
|
25081
|
+
$actionsheet-titlebar-gap: k-map-get( $spacing, 4 ) !default;
|
|
25082
|
+
|
|
25083
|
+
$actionsheet-titlebar-bg: null !default;
|
|
25084
|
+
$actionsheet-titlebar-text: null !default;
|
|
25085
|
+
$actionsheet-titlebar-border: null !default;
|
|
25086
|
+
$actionsheet-titlebar-gradient: null !default;
|
|
25087
|
+
$actionsheet-titlebar-shadow: null !default;
|
|
25047
25088
|
|
|
25048
|
-
$actionsheet-
|
|
25049
|
-
$actionsheet-
|
|
25050
|
-
$actionsheet-
|
|
25051
|
-
$actionsheet-header-gradient: null !default;
|
|
25052
|
-
$actionsheet-header-shadow: null !default;
|
|
25089
|
+
$actionsheet-subtitle-font-size: $font-size-sm !default;
|
|
25090
|
+
$actionsheet-subtitle-line-height: $line-height-sm !default;
|
|
25091
|
+
$actionsheet-subtitle-text: $subtle-text !default;
|
|
25053
25092
|
|
|
25054
25093
|
|
|
25055
25094
|
// Actionsheet item
|
|
@@ -25090,27 +25129,86 @@ $actionsheet-item-focus-background: rgba( black, .12 ) !default;
|
|
|
25090
25129
|
$actionsheet-item-focus-shadow: null !default;
|
|
25091
25130
|
$actionsheet-item-disabled-opacity: .42 !default;
|
|
25092
25131
|
|
|
25132
|
+
|
|
25133
|
+
// Adaptive Actionsheet
|
|
25134
|
+
$adaptive-actionsheet-titlebar-border-width: 1px !default;
|
|
25135
|
+
$adaptive-actionsheet-titlebar-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
25136
|
+
$adaptive-actionsheet-titlebar-padding-x: $adaptive-actionsheet-titlebar-padding-y !default;
|
|
25137
|
+
$adaptive-actionsheet-titlebar-border: $component-border !default;
|
|
25138
|
+
|
|
25139
|
+
$adaptive-actionsheet-content-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25140
|
+
$adaptive-actionsheet-content-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25141
|
+
|
|
25142
|
+
$adaptive-actionsheet-footer-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25143
|
+
$adaptive-actionsheet-footer-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25144
|
+
|
|
25093
25145
|
// #endregion
|
|
25094
25146
|
// #region @import "_layout.scss"; -> packages/material/scss/action-sheet/_layout.scss
|
|
25095
25147
|
// #region @import "~@progress/kendo-theme-default/scss/action-sheet/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/action-sheet/_layout.scss
|
|
25096
25148
|
@include exports("action-sheet/layout") {
|
|
25097
25149
|
|
|
25150
|
+
// Action sheet container
|
|
25098
25151
|
.k-actionsheet-container {
|
|
25099
|
-
width:
|
|
25100
|
-
height:
|
|
25152
|
+
width: 100%;
|
|
25153
|
+
height: 100%;
|
|
25154
|
+
max-width: unquote("max(100%, 100vw)");
|
|
25155
|
+
max-height: unquote("max(100%, 100vh)");
|
|
25101
25156
|
position: fixed;
|
|
25102
25157
|
top: 0;
|
|
25103
25158
|
left: 0;
|
|
25104
25159
|
z-index: 9999;
|
|
25105
25160
|
overflow: hidden;
|
|
25161
|
+
transform: translateZ(0);
|
|
25106
25162
|
}
|
|
25107
25163
|
|
|
25164
|
+
|
|
25165
|
+
// Animation container
|
|
25166
|
+
.k-actionsheet-container {
|
|
25167
|
+
|
|
25168
|
+
// Overlay
|
|
25169
|
+
> .k-overlay {
|
|
25170
|
+
position: absolute;
|
|
25171
|
+
z-index: 1;
|
|
25172
|
+
}
|
|
25173
|
+
|
|
25174
|
+
// Nested animation container
|
|
25175
|
+
> .k-animation-container {
|
|
25176
|
+
width: 100%;
|
|
25177
|
+
height: 100%;
|
|
25178
|
+
border-radius: 0;
|
|
25179
|
+
overflow: hidden;
|
|
25180
|
+
position: absolute;
|
|
25181
|
+
z-index: 2;
|
|
25182
|
+
top: 0;
|
|
25183
|
+
left: 0;
|
|
25184
|
+
pointer-events: none;
|
|
25185
|
+
|
|
25186
|
+
> .k-child-animation-container {
|
|
25187
|
+
position: absolute;
|
|
25188
|
+
}
|
|
25189
|
+
}
|
|
25190
|
+
|
|
25191
|
+
// No animation container
|
|
25192
|
+
> .k-actionsheet {
|
|
25193
|
+
position: absolute;
|
|
25194
|
+
z-index: 2;
|
|
25195
|
+
}
|
|
25196
|
+
|
|
25197
|
+
// Enable mouse events for action sheet
|
|
25198
|
+
.k-actionsheet {
|
|
25199
|
+
pointer-events: all;
|
|
25200
|
+
}
|
|
25201
|
+
}
|
|
25202
|
+
|
|
25203
|
+
|
|
25108
25204
|
// Actionsheet
|
|
25109
25205
|
.k-actionsheet {
|
|
25110
|
-
padding: $actionsheet-padding-y
|
|
25111
|
-
|
|
25112
|
-
|
|
25113
|
-
|
|
25206
|
+
padding-block: $actionsheet-padding-y;
|
|
25207
|
+
padding-inline: $actionsheet-padding-y;
|
|
25208
|
+
width: var( --kendo-actionsheet-width, #{$actionsheet-width} );
|
|
25209
|
+
height: var( --kendo-actionsheet-height, #{$actionsheet-height} );
|
|
25210
|
+
max-width: var( --kendo-actionsheet-max-width, #{$actionsheet-max-width} );
|
|
25211
|
+
max-height: var( --kendo-actionsheet-max-height, #{$actionsheet-max-height} );
|
|
25114
25212
|
border-width: 0;
|
|
25115
25213
|
border-style: solid;
|
|
25116
25214
|
border-color: transparent;
|
|
@@ -25118,10 +25216,8 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
25118
25216
|
font-size: $actionsheet-font-size;
|
|
25119
25217
|
font-family: $actionsheet-font-family;
|
|
25120
25218
|
line-height: $actionsheet-line-height;
|
|
25121
|
-
overflow
|
|
25122
|
-
|
|
25123
|
-
position: fixed;
|
|
25124
|
-
z-index: 10002;
|
|
25219
|
+
overflow: hidden;
|
|
25220
|
+
position: relative;
|
|
25125
25221
|
|
|
25126
25222
|
*,
|
|
25127
25223
|
*::before,
|
|
@@ -25129,37 +25225,37 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
25129
25225
|
box-sizing: border-box;
|
|
25130
25226
|
}
|
|
25131
25227
|
}
|
|
25132
|
-
.k-actionsheet-fullscreen {
|
|
25133
|
-
max-height: 100%;
|
|
25134
|
-
height: 100%;
|
|
25135
|
-
}
|
|
25136
25228
|
|
|
25137
25229
|
|
|
25138
|
-
// Actionsheet
|
|
25139
|
-
.k-actionsheet-
|
|
25140
|
-
padding: $actionsheet-
|
|
25230
|
+
// Actionsheet titlebar
|
|
25231
|
+
.k-actionsheet-titlebar {
|
|
25232
|
+
padding: $actionsheet-titlebar-padding-y $actionsheet-titlebar-padding-x;
|
|
25141
25233
|
border-width: 0;
|
|
25142
|
-
border-bottom-width: if( $actionsheet-
|
|
25234
|
+
border-bottom-width: if( $actionsheet-titlebar-border-width, $actionsheet-titlebar-border-width, null );
|
|
25143
25235
|
border-style: solid;
|
|
25144
25236
|
border-color: transparent;
|
|
25145
|
-
|
|
25146
|
-
font-
|
|
25147
|
-
|
|
25148
|
-
line-height: $actionsheet-header-line-height;
|
|
25237
|
+
font-size: $actionsheet-titlebar-font-size;
|
|
25238
|
+
font-family: $actionsheet-titlebar-font-family;
|
|
25239
|
+
line-height: $actionsheet-titlebar-line-height;
|
|
25149
25240
|
flex: none;
|
|
25241
|
+
display: flex;
|
|
25242
|
+
flex-flow: column nowrap;
|
|
25243
|
+
align-items: center;
|
|
25244
|
+
gap: $actionsheet-titlebar-gap;
|
|
25150
25245
|
}
|
|
25151
|
-
|
|
25152
|
-
|
|
25153
|
-
// Actionsheet titlebar
|
|
25154
|
-
.k-actionsheet-titlebar {
|
|
25155
|
-
@extend .k-actionsheet-header !optional;
|
|
25246
|
+
.k-actionsheet-titlebar-group {
|
|
25156
25247
|
display: flex;
|
|
25157
25248
|
flex-flow: row nowrap;
|
|
25158
25249
|
align-items: center;
|
|
25250
|
+
width: 100%;
|
|
25159
25251
|
}
|
|
25160
25252
|
.k-actionsheet-title {
|
|
25161
25253
|
flex: 1;
|
|
25162
25254
|
}
|
|
25255
|
+
.k-actionsheet-subtitle {
|
|
25256
|
+
font-size: $actionsheet-subtitle-font-size;
|
|
25257
|
+
line-height: $actionsheet-subtitle-line-height;
|
|
25258
|
+
}
|
|
25163
25259
|
.k-actionsheet-actions {
|
|
25164
25260
|
flex: none;
|
|
25165
25261
|
}
|
|
@@ -25169,6 +25265,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
25169
25265
|
.k-actionsheet-content {
|
|
25170
25266
|
flex: 1;
|
|
25171
25267
|
overflow: auto;
|
|
25268
|
+
position: relative;
|
|
25172
25269
|
}
|
|
25173
25270
|
|
|
25174
25271
|
|
|
@@ -25183,6 +25280,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
25183
25280
|
margin: 0;
|
|
25184
25281
|
padding: 0;
|
|
25185
25282
|
list-style: none;
|
|
25283
|
+
flex: none;
|
|
25186
25284
|
}
|
|
25187
25285
|
|
|
25188
25286
|
|
|
@@ -25201,7 +25299,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
25201
25299
|
outline: 0;
|
|
25202
25300
|
display: flex;
|
|
25203
25301
|
flex-flow: row nowrap;
|
|
25204
|
-
align-items:
|
|
25302
|
+
align-items: flex-start;
|
|
25205
25303
|
gap: $actionsheet-item-spacing;
|
|
25206
25304
|
}
|
|
25207
25305
|
.k-actionsheet-item-icon {
|
|
@@ -25224,6 +25322,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
25224
25322
|
.k-actionsheet > .k-hr {
|
|
25225
25323
|
margin: 0;
|
|
25226
25324
|
border-color: inherit;
|
|
25325
|
+
flex: none;
|
|
25227
25326
|
}
|
|
25228
25327
|
|
|
25229
25328
|
|
|
@@ -25260,6 +25359,12 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
25260
25359
|
top: 50%;
|
|
25261
25360
|
transform: translateY( -50% );
|
|
25262
25361
|
}
|
|
25362
|
+
.k-actionsheet-fullscreen {
|
|
25363
|
+
width: 100%;
|
|
25364
|
+
max-width: 100%;
|
|
25365
|
+
max-height: 100%;
|
|
25366
|
+
height: 100%;
|
|
25367
|
+
}
|
|
25263
25368
|
|
|
25264
25369
|
|
|
25265
25370
|
// Action sheet in popup
|
|
@@ -25281,6 +25386,28 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
25281
25386
|
display: flex;
|
|
25282
25387
|
flex-flow: column nowrap;
|
|
25283
25388
|
|
|
25389
|
+
.k-actionsheet-titlebar {
|
|
25390
|
+
padding: $adaptive-actionsheet-titlebar-padding-y $adaptive-actionsheet-titlebar-padding-x;
|
|
25391
|
+
border-bottom-width: $adaptive-actionsheet-titlebar-border-width;
|
|
25392
|
+
}
|
|
25393
|
+
|
|
25394
|
+
.k-actionsheet-content {
|
|
25395
|
+
padding: $adaptive-actionsheet-content-padding-y $adaptive-actionsheet-content-padding-x;
|
|
25396
|
+
}
|
|
25397
|
+
|
|
25398
|
+
.k-actionsheet-footer {
|
|
25399
|
+
padding: $adaptive-actionsheet-footer-padding-y $adaptive-actionsheet-footer-padding-x;
|
|
25400
|
+
}
|
|
25401
|
+
|
|
25402
|
+
.k-list-container,
|
|
25403
|
+
.k-treeview {
|
|
25404
|
+
height: 100%;
|
|
25405
|
+
}
|
|
25406
|
+
.k-list-filter {
|
|
25407
|
+
width: 100%;
|
|
25408
|
+
padding-inline: 0;
|
|
25409
|
+
}
|
|
25410
|
+
|
|
25284
25411
|
.k-calendar {
|
|
25285
25412
|
margin-inline: auto;
|
|
25286
25413
|
border-width: 0;
|
|
@@ -25300,6 +25427,58 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
25300
25427
|
height: 100%;
|
|
25301
25428
|
}
|
|
25302
25429
|
}
|
|
25430
|
+
|
|
25431
|
+
.k-datetime-wrap {
|
|
25432
|
+
width: 100%;
|
|
25433
|
+
height: 100%;
|
|
25434
|
+
display: flex;
|
|
25435
|
+
flex-flow: column nowrap;
|
|
25436
|
+
}
|
|
25437
|
+
.k-datetime-selector {
|
|
25438
|
+
flex: 1 1 auto;
|
|
25439
|
+
}
|
|
25440
|
+
|
|
25441
|
+
.k-datetime-calendar-wrap {
|
|
25442
|
+
width: 100%;
|
|
25443
|
+
position: absolute;
|
|
25444
|
+
top: 0;
|
|
25445
|
+
left: 0;
|
|
25446
|
+
bottom: 0;
|
|
25447
|
+
flex: 0 0 100%;
|
|
25448
|
+
}
|
|
25449
|
+
|
|
25450
|
+
.k-datetime-time-wrap {
|
|
25451
|
+
width: 100%;
|
|
25452
|
+
position: absolute;
|
|
25453
|
+
top: 0;
|
|
25454
|
+
left: 100%;
|
|
25455
|
+
bottom: 0;
|
|
25456
|
+
flex: 0 0 100%;
|
|
25457
|
+
}
|
|
25458
|
+
|
|
25459
|
+
.k-scrollable-wrap {
|
|
25460
|
+
height: 100%;
|
|
25461
|
+
overflow-y: auto;
|
|
25462
|
+
}
|
|
25463
|
+
}
|
|
25464
|
+
|
|
25465
|
+
}
|
|
25466
|
+
|
|
25467
|
+
@include exports("action-sheet/layout/legacy") {
|
|
25468
|
+
|
|
25469
|
+
.k-actionsheet-jq {
|
|
25470
|
+
&.k-actionsheet {
|
|
25471
|
+
height: auto;
|
|
25472
|
+
}
|
|
25473
|
+
|
|
25474
|
+
.k-actionsheet-header {
|
|
25475
|
+
@extend .k-actionsheet-titlebar !optional;
|
|
25476
|
+
align-items: flex-start;
|
|
25477
|
+
}
|
|
25478
|
+
|
|
25479
|
+
.k-actionsheet-action {
|
|
25480
|
+
align-items: center;
|
|
25481
|
+
}
|
|
25303
25482
|
}
|
|
25304
25483
|
|
|
25305
25484
|
}
|
|
@@ -25323,14 +25502,17 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
25323
25502
|
|
|
25324
25503
|
|
|
25325
25504
|
// Actionsheet header
|
|
25326
|
-
.k-actionsheet-
|
|
25505
|
+
.k-actionsheet-titlebar {
|
|
25327
25506
|
@include fill(
|
|
25328
|
-
$actionsheet-
|
|
25329
|
-
$actionsheet-
|
|
25330
|
-
$actionsheet-
|
|
25331
|
-
$actionsheet-
|
|
25507
|
+
$actionsheet-titlebar-text,
|
|
25508
|
+
$actionsheet-titlebar-bg,
|
|
25509
|
+
$actionsheet-titlebar-border,
|
|
25510
|
+
$actionsheet-titlebar-gradient
|
|
25332
25511
|
);
|
|
25333
|
-
@include box-shadow( $actionsheet-
|
|
25512
|
+
@include box-shadow( $actionsheet-titlebar-shadow );
|
|
25513
|
+
}
|
|
25514
|
+
.k-actionsheet-subtitle {
|
|
25515
|
+
@include fill( $color: $actionsheet-subtitle-text );
|
|
25334
25516
|
}
|
|
25335
25517
|
|
|
25336
25518
|
|
|
@@ -25339,17 +25521,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
25339
25521
|
|
|
25340
25522
|
|
|
25341
25523
|
// Actionsheet item
|
|
25342
|
-
.k-actionsheet-item {
|
|
25343
|
-
|
|
25344
|
-
|
|
25345
|
-
// Actionsheet item description
|
|
25346
|
-
.k-actionsheet-item-description {
|
|
25347
|
-
@include fill( $color: $actionsheet-item-description-text );
|
|
25348
|
-
}
|
|
25349
|
-
|
|
25350
|
-
|
|
25351
|
-
// Actionsheet action
|
|
25352
|
-
.k-actionsheet-action {
|
|
25524
|
+
.k-actionsheet-item {
|
|
25353
25525
|
|
|
25354
25526
|
|
|
25355
25527
|
// Hover state
|
|
@@ -25378,7 +25550,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
25378
25550
|
}
|
|
25379
25551
|
|
|
25380
25552
|
|
|
25381
|
-
//
|
|
25553
|
+
// Disabled state
|
|
25382
25554
|
&:disabled,
|
|
25383
25555
|
&.k-disabled {
|
|
25384
25556
|
@include fill(
|
|
@@ -25391,6 +25563,22 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
25391
25563
|
}
|
|
25392
25564
|
}
|
|
25393
25565
|
|
|
25566
|
+
|
|
25567
|
+
// Actionsheet item description
|
|
25568
|
+
.k-actionsheet-item-description {
|
|
25569
|
+
@include fill( $color: $actionsheet-item-description-text );
|
|
25570
|
+
}
|
|
25571
|
+
|
|
25572
|
+
|
|
25573
|
+
// Actionsheet action
|
|
25574
|
+
.k-actionsheet-action {}
|
|
25575
|
+
|
|
25576
|
+
|
|
25577
|
+
// Adaptive Actionsheet
|
|
25578
|
+
.k-adaptive-actionsheet .k-actionsheet-titlebar {
|
|
25579
|
+
@include fill( $border: $adaptive-actionsheet-titlebar-border );
|
|
25580
|
+
}
|
|
25581
|
+
|
|
25394
25582
|
}
|
|
25395
25583
|
|
|
25396
25584
|
// #endregion
|
|
@@ -46335,6 +46523,7 @@ $kendo-signature-maximized-line-width: k-map-get( $spacing, 1 ) - k-map-get( $sp
|
|
|
46335
46523
|
height: 100%;
|
|
46336
46524
|
display: block;
|
|
46337
46525
|
z-index: 1;
|
|
46526
|
+
outline: none;
|
|
46338
46527
|
}
|
|
46339
46528
|
|
|
46340
46529
|
.k-signature-line {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "5.8.2-dev.
|
|
4
|
+
"version": "5.8.2-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@progress/kendo-theme-core": "^5.8.2-dev.
|
|
48
|
-
"@progress/kendo-theme-default": "^5.8.2-dev.
|
|
47
|
+
"@progress/kendo-theme-core": "^5.8.2-dev.6",
|
|
48
|
+
"@progress/kendo-theme-default": "^5.8.2-dev.6"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"sass-build": "^1.0.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "b1b2e33a3ce1b92bcefae87e8c46cbd797d814d1"
|
|
54
54
|
}
|