@progress/kendo-theme-default 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/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +2 -2
- package/scss/action-sheet/_layout.scss +155 -28
- package/scss/action-sheet/_theme.scss +27 -18
- package/scss/action-sheet/_variables.scss +31 -12
- package/scss/icons/_layout.scss +21 -0
- package/scss/list/_layout.scss +12 -1
- package/scss/signature/_layout.scss +1 -0
- package/scss/timeselector/_layout.scss +1 -0
package/dist/all.scss
CHANGED
|
@@ -4761,6 +4761,27 @@ $display4-letter-spacing: null !default;
|
|
|
4761
4761
|
}
|
|
4762
4762
|
}
|
|
4763
4763
|
|
|
4764
|
+
// Icon wrap
|
|
4765
|
+
.k-icon-wrap {
|
|
4766
|
+
flex: none;
|
|
4767
|
+
display: inline-flex;
|
|
4768
|
+
flex-flow: row nowrap;
|
|
4769
|
+
gap: 0;
|
|
4770
|
+
align-items: center;
|
|
4771
|
+
align-self: flex-start;
|
|
4772
|
+
vertical-align: middle;
|
|
4773
|
+
position: relative;
|
|
4774
|
+
|
|
4775
|
+
&::before {
|
|
4776
|
+
content: "\200b";
|
|
4777
|
+
width: 0;
|
|
4778
|
+
overflow: hidden;
|
|
4779
|
+
flex: none;
|
|
4780
|
+
display: inline-block;
|
|
4781
|
+
vertical-align: top;
|
|
4782
|
+
}
|
|
4783
|
+
}
|
|
4784
|
+
|
|
4764
4785
|
.k-icon {
|
|
4765
4786
|
width: 1em;
|
|
4766
4787
|
height: 1em;
|
|
@@ -6744,6 +6765,17 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
6744
6765
|
// #region @import "_layout.scss"; -> packages/default/scss/list/_layout.scss
|
|
6745
6766
|
@include exports( "list/layout" ) {
|
|
6746
6767
|
|
|
6768
|
+
// List container
|
|
6769
|
+
.k-list-container {
|
|
6770
|
+
display: flex;
|
|
6771
|
+
flex-flow: column nowrap;
|
|
6772
|
+
|
|
6773
|
+
> .k-list {
|
|
6774
|
+
flex: 1;
|
|
6775
|
+
height: 100%;
|
|
6776
|
+
}
|
|
6777
|
+
}
|
|
6778
|
+
|
|
6747
6779
|
// List
|
|
6748
6780
|
.k-list {
|
|
6749
6781
|
margin: 0;
|
|
@@ -6924,7 +6956,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
6924
6956
|
position: relative;
|
|
6925
6957
|
padding: $padding-x;
|
|
6926
6958
|
box-sizing: border-box;
|
|
6927
|
-
flex:
|
|
6959
|
+
flex: none;
|
|
6928
6960
|
}
|
|
6929
6961
|
|
|
6930
6962
|
|
|
@@ -17441,6 +17473,7 @@ $kendo-time-selector-sizes: (
|
|
|
17441
17473
|
display: flex;
|
|
17442
17474
|
position: relative;
|
|
17443
17475
|
flex: 1 1 auto;
|
|
17476
|
+
overflow: hidden;
|
|
17444
17477
|
}
|
|
17445
17478
|
|
|
17446
17479
|
|
|
@@ -21936,7 +21969,8 @@ $actionsheet-padding-x: null !default;
|
|
|
21936
21969
|
$actionsheet-padding-y: null !default;
|
|
21937
21970
|
$actionsheet-width: 360px !default;
|
|
21938
21971
|
$actionsheet-max-width: 100% !default;
|
|
21939
|
-
$actionsheet-
|
|
21972
|
+
$actionsheet-height: 60vh !default;
|
|
21973
|
+
$actionsheet-max-height: 60vh !default;
|
|
21940
21974
|
|
|
21941
21975
|
$actionsheet-border-width: 0px !default;
|
|
21942
21976
|
$actionsheet-border-radius: 0px !default;
|
|
@@ -21952,18 +21986,23 @@ $actionsheet-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0,
|
|
|
21952
21986
|
|
|
21953
21987
|
|
|
21954
21988
|
// Actionsheet header
|
|
21955
|
-
$actionsheet-
|
|
21956
|
-
$actionsheet-
|
|
21957
|
-
$actionsheet-
|
|
21958
|
-
$actionsheet-
|
|
21959
|
-
$actionsheet-
|
|
21960
|
-
$actionsheet-
|
|
21989
|
+
$actionsheet-titlebar-padding-x: map-get( $spacing, 4 ) !default;
|
|
21990
|
+
$actionsheet-titlebar-padding-y: map-get( $spacing, 2 ) !default;
|
|
21991
|
+
$actionsheet-titlebar-border-width: null !default;
|
|
21992
|
+
$actionsheet-titlebar-font-size: null !default;
|
|
21993
|
+
$actionsheet-titlebar-font-family: null !default;
|
|
21994
|
+
$actionsheet-titlebar-line-height: null !default;
|
|
21995
|
+
$actionsheet-titlebar-gap: map-get( $spacing, 4 ) !default;
|
|
21996
|
+
|
|
21997
|
+
$actionsheet-titlebar-bg: null !default;
|
|
21998
|
+
$actionsheet-titlebar-text: null !default;
|
|
21999
|
+
$actionsheet-titlebar-border: null !default;
|
|
22000
|
+
$actionsheet-titlebar-gradient: null !default;
|
|
22001
|
+
$actionsheet-titlebar-shadow: null !default;
|
|
21961
22002
|
|
|
21962
|
-
$actionsheet-
|
|
21963
|
-
$actionsheet-
|
|
21964
|
-
$actionsheet-
|
|
21965
|
-
$actionsheet-header-gradient: null !default;
|
|
21966
|
-
$actionsheet-header-shadow: null !default;
|
|
22003
|
+
$actionsheet-subtitle-font-size: $font-size-sm !default;
|
|
22004
|
+
$actionsheet-subtitle-line-height: $line-height-sm !default;
|
|
22005
|
+
$actionsheet-subtitle-text: $subtle-text !default;
|
|
21967
22006
|
|
|
21968
22007
|
|
|
21969
22008
|
// Actionsheet item
|
|
@@ -21999,26 +22038,85 @@ $actionsheet-item-disabled-border: null !default;
|
|
|
21999
22038
|
$actionsheet-item-disabled-gradient: null !default;
|
|
22000
22039
|
$actionsheet-item-disabled-shadow: null !default;
|
|
22001
22040
|
|
|
22041
|
+
|
|
22042
|
+
// Adaptive Actionsheet
|
|
22043
|
+
$adaptive-actionsheet-titlebar-border-width: 1px !default;
|
|
22044
|
+
$adaptive-actionsheet-titlebar-padding-y: map-get( $spacing, 4 ) !default;
|
|
22045
|
+
$adaptive-actionsheet-titlebar-padding-x: $adaptive-actionsheet-titlebar-padding-y !default;
|
|
22046
|
+
$adaptive-actionsheet-titlebar-border: $component-border !default;
|
|
22047
|
+
|
|
22048
|
+
$adaptive-actionsheet-content-padding-y: map-get( $spacing, 2 ) !default;
|
|
22049
|
+
$adaptive-actionsheet-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
22050
|
+
|
|
22051
|
+
$adaptive-actionsheet-footer-padding-y: map-get( $spacing, 2 ) !default;
|
|
22052
|
+
$adaptive-actionsheet-footer-padding-x: map-get( $spacing, 4 ) !default;
|
|
22053
|
+
|
|
22002
22054
|
// #endregion
|
|
22003
22055
|
// #region @import "_layout.scss"; -> packages/default/scss/action-sheet/_layout.scss
|
|
22004
22056
|
@include exports("action-sheet/layout") {
|
|
22005
22057
|
|
|
22058
|
+
// Action sheet container
|
|
22006
22059
|
.k-actionsheet-container {
|
|
22007
|
-
width:
|
|
22008
|
-
height:
|
|
22060
|
+
width: 100%;
|
|
22061
|
+
height: 100%;
|
|
22062
|
+
max-width: unquote("max(100%, 100vw)");
|
|
22063
|
+
max-height: unquote("max(100%, 100vh)");
|
|
22009
22064
|
position: fixed;
|
|
22010
22065
|
top: 0;
|
|
22011
22066
|
left: 0;
|
|
22012
22067
|
z-index: 9999;
|
|
22013
22068
|
overflow: hidden;
|
|
22069
|
+
transform: translateZ(0);
|
|
22014
22070
|
}
|
|
22015
22071
|
|
|
22072
|
+
|
|
22073
|
+
// Animation container
|
|
22074
|
+
.k-actionsheet-container {
|
|
22075
|
+
|
|
22076
|
+
// Overlay
|
|
22077
|
+
> .k-overlay {
|
|
22078
|
+
position: absolute;
|
|
22079
|
+
z-index: 1;
|
|
22080
|
+
}
|
|
22081
|
+
|
|
22082
|
+
// Nested animation container
|
|
22083
|
+
> .k-animation-container {
|
|
22084
|
+
width: 100%;
|
|
22085
|
+
height: 100%;
|
|
22086
|
+
border-radius: 0;
|
|
22087
|
+
overflow: hidden;
|
|
22088
|
+
position: absolute;
|
|
22089
|
+
z-index: 2;
|
|
22090
|
+
top: 0;
|
|
22091
|
+
left: 0;
|
|
22092
|
+
pointer-events: none;
|
|
22093
|
+
|
|
22094
|
+
> .k-child-animation-container {
|
|
22095
|
+
position: absolute;
|
|
22096
|
+
}
|
|
22097
|
+
}
|
|
22098
|
+
|
|
22099
|
+
// No animation container
|
|
22100
|
+
> .k-actionsheet {
|
|
22101
|
+
position: absolute;
|
|
22102
|
+
z-index: 2;
|
|
22103
|
+
}
|
|
22104
|
+
|
|
22105
|
+
// Enable mouse events for action sheet
|
|
22106
|
+
.k-actionsheet {
|
|
22107
|
+
pointer-events: all;
|
|
22108
|
+
}
|
|
22109
|
+
}
|
|
22110
|
+
|
|
22111
|
+
|
|
22016
22112
|
// Actionsheet
|
|
22017
22113
|
.k-actionsheet {
|
|
22018
|
-
padding: $actionsheet-padding-y
|
|
22019
|
-
|
|
22020
|
-
|
|
22021
|
-
|
|
22114
|
+
padding-block: $actionsheet-padding-y;
|
|
22115
|
+
padding-inline: $actionsheet-padding-y;
|
|
22116
|
+
width: var( --kendo-actionsheet-width, #{$actionsheet-width} );
|
|
22117
|
+
height: var( --kendo-actionsheet-height, #{$actionsheet-height} );
|
|
22118
|
+
max-width: var( --kendo-actionsheet-max-width, #{$actionsheet-max-width} );
|
|
22119
|
+
max-height: var( --kendo-actionsheet-max-height, #{$actionsheet-max-height} );
|
|
22022
22120
|
border-width: 0;
|
|
22023
22121
|
border-style: solid;
|
|
22024
22122
|
border-color: transparent;
|
|
@@ -22026,10 +22124,8 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22026
22124
|
font-size: $actionsheet-font-size;
|
|
22027
22125
|
font-family: $actionsheet-font-family;
|
|
22028
22126
|
line-height: $actionsheet-line-height;
|
|
22029
|
-
overflow
|
|
22030
|
-
|
|
22031
|
-
position: fixed;
|
|
22032
|
-
z-index: 10002;
|
|
22127
|
+
overflow: hidden;
|
|
22128
|
+
position: relative;
|
|
22033
22129
|
|
|
22034
22130
|
*,
|
|
22035
22131
|
*::before,
|
|
@@ -22037,37 +22133,37 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22037
22133
|
box-sizing: border-box;
|
|
22038
22134
|
}
|
|
22039
22135
|
}
|
|
22040
|
-
.k-actionsheet-fullscreen {
|
|
22041
|
-
max-height: 100%;
|
|
22042
|
-
height: 100%;
|
|
22043
|
-
}
|
|
22044
22136
|
|
|
22045
22137
|
|
|
22046
|
-
// Actionsheet
|
|
22047
|
-
.k-actionsheet-
|
|
22048
|
-
padding: $actionsheet-
|
|
22138
|
+
// Actionsheet titlebar
|
|
22139
|
+
.k-actionsheet-titlebar {
|
|
22140
|
+
padding: $actionsheet-titlebar-padding-y $actionsheet-titlebar-padding-x;
|
|
22049
22141
|
border-width: 0;
|
|
22050
|
-
border-bottom-width: if( $actionsheet-
|
|
22142
|
+
border-bottom-width: if( $actionsheet-titlebar-border-width, $actionsheet-titlebar-border-width, null );
|
|
22051
22143
|
border-style: solid;
|
|
22052
22144
|
border-color: transparent;
|
|
22053
|
-
|
|
22054
|
-
font-
|
|
22055
|
-
|
|
22056
|
-
line-height: $actionsheet-header-line-height;
|
|
22145
|
+
font-size: $actionsheet-titlebar-font-size;
|
|
22146
|
+
font-family: $actionsheet-titlebar-font-family;
|
|
22147
|
+
line-height: $actionsheet-titlebar-line-height;
|
|
22057
22148
|
flex: none;
|
|
22149
|
+
display: flex;
|
|
22150
|
+
flex-flow: column nowrap;
|
|
22151
|
+
align-items: center;
|
|
22152
|
+
gap: $actionsheet-titlebar-gap;
|
|
22058
22153
|
}
|
|
22059
|
-
|
|
22060
|
-
|
|
22061
|
-
// Actionsheet titlebar
|
|
22062
|
-
.k-actionsheet-titlebar {
|
|
22063
|
-
@extend .k-actionsheet-header !optional;
|
|
22154
|
+
.k-actionsheet-titlebar-group {
|
|
22064
22155
|
display: flex;
|
|
22065
22156
|
flex-flow: row nowrap;
|
|
22066
22157
|
align-items: center;
|
|
22158
|
+
width: 100%;
|
|
22067
22159
|
}
|
|
22068
22160
|
.k-actionsheet-title {
|
|
22069
22161
|
flex: 1;
|
|
22070
22162
|
}
|
|
22163
|
+
.k-actionsheet-subtitle {
|
|
22164
|
+
font-size: $actionsheet-subtitle-font-size;
|
|
22165
|
+
line-height: $actionsheet-subtitle-line-height;
|
|
22166
|
+
}
|
|
22071
22167
|
.k-actionsheet-actions {
|
|
22072
22168
|
flex: none;
|
|
22073
22169
|
}
|
|
@@ -22077,6 +22173,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22077
22173
|
.k-actionsheet-content {
|
|
22078
22174
|
flex: 1;
|
|
22079
22175
|
overflow: auto;
|
|
22176
|
+
position: relative;
|
|
22080
22177
|
}
|
|
22081
22178
|
|
|
22082
22179
|
|
|
@@ -22091,6 +22188,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22091
22188
|
margin: 0;
|
|
22092
22189
|
padding: 0;
|
|
22093
22190
|
list-style: none;
|
|
22191
|
+
flex: none;
|
|
22094
22192
|
}
|
|
22095
22193
|
|
|
22096
22194
|
|
|
@@ -22109,7 +22207,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22109
22207
|
outline: 0;
|
|
22110
22208
|
display: flex;
|
|
22111
22209
|
flex-flow: row nowrap;
|
|
22112
|
-
align-items:
|
|
22210
|
+
align-items: flex-start;
|
|
22113
22211
|
gap: $actionsheet-item-spacing;
|
|
22114
22212
|
}
|
|
22115
22213
|
.k-actionsheet-item-icon {
|
|
@@ -22132,6 +22230,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22132
22230
|
.k-actionsheet > .k-hr {
|
|
22133
22231
|
margin: 0;
|
|
22134
22232
|
border-color: inherit;
|
|
22233
|
+
flex: none;
|
|
22135
22234
|
}
|
|
22136
22235
|
|
|
22137
22236
|
|
|
@@ -22168,6 +22267,12 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22168
22267
|
top: 50%;
|
|
22169
22268
|
transform: translateY( -50% );
|
|
22170
22269
|
}
|
|
22270
|
+
.k-actionsheet-fullscreen {
|
|
22271
|
+
width: 100%;
|
|
22272
|
+
max-width: 100%;
|
|
22273
|
+
max-height: 100%;
|
|
22274
|
+
height: 100%;
|
|
22275
|
+
}
|
|
22171
22276
|
|
|
22172
22277
|
|
|
22173
22278
|
// Action sheet in popup
|
|
@@ -22189,6 +22294,28 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22189
22294
|
display: flex;
|
|
22190
22295
|
flex-flow: column nowrap;
|
|
22191
22296
|
|
|
22297
|
+
.k-actionsheet-titlebar {
|
|
22298
|
+
padding: $adaptive-actionsheet-titlebar-padding-y $adaptive-actionsheet-titlebar-padding-x;
|
|
22299
|
+
border-bottom-width: $adaptive-actionsheet-titlebar-border-width;
|
|
22300
|
+
}
|
|
22301
|
+
|
|
22302
|
+
.k-actionsheet-content {
|
|
22303
|
+
padding: $adaptive-actionsheet-content-padding-y $adaptive-actionsheet-content-padding-x;
|
|
22304
|
+
}
|
|
22305
|
+
|
|
22306
|
+
.k-actionsheet-footer {
|
|
22307
|
+
padding: $adaptive-actionsheet-footer-padding-y $adaptive-actionsheet-footer-padding-x;
|
|
22308
|
+
}
|
|
22309
|
+
|
|
22310
|
+
.k-list-container,
|
|
22311
|
+
.k-treeview {
|
|
22312
|
+
height: 100%;
|
|
22313
|
+
}
|
|
22314
|
+
.k-list-filter {
|
|
22315
|
+
width: 100%;
|
|
22316
|
+
padding-inline: 0;
|
|
22317
|
+
}
|
|
22318
|
+
|
|
22192
22319
|
.k-calendar {
|
|
22193
22320
|
margin-inline: auto;
|
|
22194
22321
|
border-width: 0;
|
|
@@ -22208,6 +22335,58 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22208
22335
|
height: 100%;
|
|
22209
22336
|
}
|
|
22210
22337
|
}
|
|
22338
|
+
|
|
22339
|
+
.k-datetime-wrap {
|
|
22340
|
+
width: 100%;
|
|
22341
|
+
height: 100%;
|
|
22342
|
+
display: flex;
|
|
22343
|
+
flex-flow: column nowrap;
|
|
22344
|
+
}
|
|
22345
|
+
.k-datetime-selector {
|
|
22346
|
+
flex: 1 1 auto;
|
|
22347
|
+
}
|
|
22348
|
+
|
|
22349
|
+
.k-datetime-calendar-wrap {
|
|
22350
|
+
width: 100%;
|
|
22351
|
+
position: absolute;
|
|
22352
|
+
top: 0;
|
|
22353
|
+
left: 0;
|
|
22354
|
+
bottom: 0;
|
|
22355
|
+
flex: 0 0 100%;
|
|
22356
|
+
}
|
|
22357
|
+
|
|
22358
|
+
.k-datetime-time-wrap {
|
|
22359
|
+
width: 100%;
|
|
22360
|
+
position: absolute;
|
|
22361
|
+
top: 0;
|
|
22362
|
+
left: 100%;
|
|
22363
|
+
bottom: 0;
|
|
22364
|
+
flex: 0 0 100%;
|
|
22365
|
+
}
|
|
22366
|
+
|
|
22367
|
+
.k-scrollable-wrap {
|
|
22368
|
+
height: 100%;
|
|
22369
|
+
overflow-y: auto;
|
|
22370
|
+
}
|
|
22371
|
+
}
|
|
22372
|
+
|
|
22373
|
+
}
|
|
22374
|
+
|
|
22375
|
+
@include exports("action-sheet/layout/legacy") {
|
|
22376
|
+
|
|
22377
|
+
.k-actionsheet-jq {
|
|
22378
|
+
&.k-actionsheet {
|
|
22379
|
+
height: auto;
|
|
22380
|
+
}
|
|
22381
|
+
|
|
22382
|
+
.k-actionsheet-header {
|
|
22383
|
+
@extend .k-actionsheet-titlebar !optional;
|
|
22384
|
+
align-items: flex-start;
|
|
22385
|
+
}
|
|
22386
|
+
|
|
22387
|
+
.k-actionsheet-action {
|
|
22388
|
+
align-items: center;
|
|
22389
|
+
}
|
|
22211
22390
|
}
|
|
22212
22391
|
|
|
22213
22392
|
}
|
|
@@ -22228,14 +22407,17 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22228
22407
|
|
|
22229
22408
|
|
|
22230
22409
|
// Actionsheet header
|
|
22231
|
-
.k-actionsheet-
|
|
22410
|
+
.k-actionsheet-titlebar {
|
|
22232
22411
|
@include fill(
|
|
22233
|
-
$actionsheet-
|
|
22234
|
-
$actionsheet-
|
|
22235
|
-
$actionsheet-
|
|
22236
|
-
$actionsheet-
|
|
22412
|
+
$actionsheet-titlebar-text,
|
|
22413
|
+
$actionsheet-titlebar-bg,
|
|
22414
|
+
$actionsheet-titlebar-border,
|
|
22415
|
+
$actionsheet-titlebar-gradient
|
|
22237
22416
|
);
|
|
22238
|
-
@include box-shadow( $actionsheet-
|
|
22417
|
+
@include box-shadow( $actionsheet-titlebar-shadow );
|
|
22418
|
+
}
|
|
22419
|
+
.k-actionsheet-subtitle {
|
|
22420
|
+
@include fill( $color: $actionsheet-subtitle-text );
|
|
22239
22421
|
}
|
|
22240
22422
|
|
|
22241
22423
|
|
|
@@ -22244,17 +22426,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22244
22426
|
|
|
22245
22427
|
|
|
22246
22428
|
// Actionsheet item
|
|
22247
|
-
.k-actionsheet-item {
|
|
22248
|
-
|
|
22249
|
-
|
|
22250
|
-
// Actionsheet item description
|
|
22251
|
-
.k-actionsheet-item-description {
|
|
22252
|
-
@include fill( $color: $actionsheet-item-description-text );
|
|
22253
|
-
}
|
|
22254
|
-
|
|
22255
|
-
|
|
22256
|
-
// Actionsheet action
|
|
22257
|
-
.k-actionsheet-action {
|
|
22429
|
+
.k-actionsheet-item {
|
|
22258
22430
|
|
|
22259
22431
|
|
|
22260
22432
|
// Hover state
|
|
@@ -22283,7 +22455,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22283
22455
|
}
|
|
22284
22456
|
|
|
22285
22457
|
|
|
22286
|
-
//
|
|
22458
|
+
// Disabled state
|
|
22287
22459
|
&:disabled,
|
|
22288
22460
|
&.k-disabled {
|
|
22289
22461
|
@include fill(
|
|
@@ -22296,6 +22468,22 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22296
22468
|
}
|
|
22297
22469
|
}
|
|
22298
22470
|
|
|
22471
|
+
|
|
22472
|
+
// Actionsheet item description
|
|
22473
|
+
.k-actionsheet-item-description {
|
|
22474
|
+
@include fill( $color: $actionsheet-item-description-text );
|
|
22475
|
+
}
|
|
22476
|
+
|
|
22477
|
+
|
|
22478
|
+
// Actionsheet action
|
|
22479
|
+
.k-actionsheet-action {}
|
|
22480
|
+
|
|
22481
|
+
|
|
22482
|
+
// Adaptive Actionsheet
|
|
22483
|
+
.k-adaptive-actionsheet .k-actionsheet-titlebar {
|
|
22484
|
+
@include fill( $border: $adaptive-actionsheet-titlebar-border );
|
|
22485
|
+
}
|
|
22486
|
+
|
|
22299
22487
|
}
|
|
22300
22488
|
|
|
22301
22489
|
// #endregion
|
|
@@ -41985,6 +42173,7 @@ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacin
|
|
|
41985
42173
|
height: 100%;
|
|
41986
42174
|
display: block;
|
|
41987
42175
|
z-index: 1;
|
|
42176
|
+
outline: none;
|
|
41988
42177
|
}
|
|
41989
42178
|
|
|
41990
42179
|
.k-signature-line {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
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,5 +44,5 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"sass-build": "^1.0.0"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "b1b2e33a3ce1b92bcefae87e8c46cbd797d814d1"
|
|
48
48
|
}
|