@progress/kendo-theme-material 5.5.1-dev.2 → 5.6.1-dev.1
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 +113 -45
- package/dist/all.scss +57 -37
- 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 +3 -3
- package/scss/calendar/_layout.scss +2 -1
- package/scss/colorpicker/_index.scss +1 -2
- package/scss/dropdowngrid/_index.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -19403,7 +19403,8 @@ kendo-label > .k-label {
|
|
|
19403
19403
|
}
|
|
19404
19404
|
|
|
19405
19405
|
.k-calendar-header .k-today,
|
|
19406
|
-
.k-calendar-header .k-nav-today
|
|
19406
|
+
.k-calendar-header .k-nav-today,
|
|
19407
|
+
.k-calendar-header .k-calendar-nav-today {
|
|
19407
19408
|
text-decoration: none;
|
|
19408
19409
|
cursor: pointer;
|
|
19409
19410
|
outline: none;
|
|
@@ -19752,10 +19753,14 @@ kendo-label > .k-label {
|
|
|
19752
19753
|
.k-rtl .k-calendar .k-nav-next,
|
|
19753
19754
|
.k-rtl .k-calendar .k-prev-view,
|
|
19754
19755
|
.k-rtl .k-calendar .k-next-view,
|
|
19756
|
+
.k-rtl .k-calendar .k-calendar-nav-prev,
|
|
19757
|
+
.k-rtl .k-calendar .k-calendar-nav-next,
|
|
19755
19758
|
.k-calendar[dir="rtl"] .k-nav-prev,
|
|
19756
19759
|
.k-calendar[dir="rtl"] .k-nav-next,
|
|
19757
19760
|
.k-calendar[dir="rtl"] .k-prev-view,
|
|
19758
|
-
.k-calendar[dir="rtl"] .k-next-view
|
|
19761
|
+
.k-calendar[dir="rtl"] .k-next-view,
|
|
19762
|
+
.k-calendar[dir="rtl"] .k-calendar-nav-prev,
|
|
19763
|
+
.k-calendar[dir="rtl"] .k-calendar-nav-next {
|
|
19759
19764
|
transform: scaleX(-1);
|
|
19760
19765
|
}
|
|
19761
19766
|
|
|
@@ -19791,7 +19796,8 @@ kendo-label > .k-label {
|
|
|
19791
19796
|
.k-calendar .k-title,
|
|
19792
19797
|
.k-calendar .k-calendar-title,
|
|
19793
19798
|
.k-calendar .k-nav-fast,
|
|
19794
|
-
.k-calendar .k-nav-today
|
|
19799
|
+
.k-calendar .k-nav-today,
|
|
19800
|
+
.k-calendar .k-calendar-nav-today {
|
|
19795
19801
|
font-weight: 500;
|
|
19796
19802
|
text-transform: none;
|
|
19797
19803
|
}
|
|
@@ -19820,11 +19826,18 @@ kendo-label > .k-label {
|
|
|
19820
19826
|
color: rgba(0, 0, 0, 0.87);
|
|
19821
19827
|
}
|
|
19822
19828
|
|
|
19823
|
-
.k-calendar .k-nav-today
|
|
19829
|
+
.k-calendar .k-nav-today,
|
|
19830
|
+
.k-calendar .k-calendar-nav-today {
|
|
19824
19831
|
color: #e51a5f;
|
|
19825
19832
|
}
|
|
19826
19833
|
|
|
19827
|
-
.k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-focus, .k-calendar .k-nav-today.k-state-focus
|
|
19834
|
+
.k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-focus, .k-calendar .k-nav-today.k-state-focus,
|
|
19835
|
+
.k-calendar .k-calendar-nav-today:hover,
|
|
19836
|
+
.k-calendar .k-calendar-nav-today.k-hover,
|
|
19837
|
+
.k-calendar .k-calendar-nav-today.k-state-hover,
|
|
19838
|
+
.k-calendar .k-calendar-nav-today:focus,
|
|
19839
|
+
.k-calendar .k-calendar-nav-today.k-focus,
|
|
19840
|
+
.k-calendar .k-calendar-nav-today.k-state-focus {
|
|
19828
19841
|
color: #c2185b;
|
|
19829
19842
|
}
|
|
19830
19843
|
|
|
@@ -23161,10 +23174,6 @@ kendo-label > .k-label {
|
|
|
23161
23174
|
width: 100%;
|
|
23162
23175
|
}
|
|
23163
23176
|
|
|
23164
|
-
.k-dialog-close {
|
|
23165
|
-
align-self: flex-end;
|
|
23166
|
-
}
|
|
23167
|
-
|
|
23168
23177
|
.k-dialog-buttongroup {
|
|
23169
23178
|
border-bottom-right-radius: 4px;
|
|
23170
23179
|
border-bottom-left-radius: 4px;
|
|
@@ -24811,7 +24820,8 @@ kendo-card-footer {
|
|
|
24811
24820
|
background-color: rgba(0, 0, 0, 0.12);
|
|
24812
24821
|
}
|
|
24813
24822
|
|
|
24814
|
-
.k-pager-wrap
|
|
24823
|
+
.k-pager-wrap,
|
|
24824
|
+
.k-pager {
|
|
24815
24825
|
padding: 8px 8px;
|
|
24816
24826
|
border-width: 1px;
|
|
24817
24827
|
border-style: solid;
|
|
@@ -24833,18 +24843,25 @@ kendo-card-footer {
|
|
|
24833
24843
|
|
|
24834
24844
|
.k-pager-wrap *,
|
|
24835
24845
|
.k-pager-wrap *::before,
|
|
24836
|
-
.k-pager-wrap *::after
|
|
24846
|
+
.k-pager-wrap *::after,
|
|
24847
|
+
.k-pager *,
|
|
24848
|
+
.k-pager *::before,
|
|
24849
|
+
.k-pager *::after {
|
|
24837
24850
|
box-sizing: border-box;
|
|
24838
24851
|
}
|
|
24839
24852
|
|
|
24840
|
-
.k-pager-wrap .k-link
|
|
24853
|
+
.k-pager-wrap .k-link,
|
|
24854
|
+
.k-pager .k-link {
|
|
24841
24855
|
text-decoration: none;
|
|
24842
24856
|
outline: 0;
|
|
24843
24857
|
font: inherit;
|
|
24844
24858
|
background-color: inherit;
|
|
24845
24859
|
}
|
|
24846
24860
|
|
|
24847
|
-
.k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-state-focus, .k-pager-wrap .k-link.k-focus
|
|
24861
|
+
.k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-state-focus, .k-pager-wrap .k-link.k-focus,
|
|
24862
|
+
.k-pager .k-link:focus,
|
|
24863
|
+
.k-pager .k-link.k-state-focus,
|
|
24864
|
+
.k-pager .k-link.k-focus {
|
|
24848
24865
|
z-index: 3;
|
|
24849
24866
|
}
|
|
24850
24867
|
|
|
@@ -24870,7 +24887,46 @@ kendo-card-footer {
|
|
|
24870
24887
|
[dir="rtl"] .k-pager-wrap .k-i-seek-w,
|
|
24871
24888
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-w,
|
|
24872
24889
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-e,
|
|
24873
|
-
[dir="rtl"] .k-pager-wrap .k-i-seek-e
|
|
24890
|
+
[dir="rtl"] .k-pager-wrap .k-i-seek-e, .k-rtl
|
|
24891
|
+
.k-pager .k-i-arrow-end-left,
|
|
24892
|
+
.k-rtl
|
|
24893
|
+
.k-pager .k-i-arrow-60-left,
|
|
24894
|
+
.k-rtl
|
|
24895
|
+
.k-pager .k-i-arrow-60-right,
|
|
24896
|
+
.k-rtl
|
|
24897
|
+
.k-pager .k-i-arrow-end-right,
|
|
24898
|
+
.k-rtl
|
|
24899
|
+
.k-pager .k-i-seek-w,
|
|
24900
|
+
.k-rtl
|
|
24901
|
+
.k-pager .k-i-arrow-w,
|
|
24902
|
+
.k-rtl
|
|
24903
|
+
.k-pager .k-i-arrow-e,
|
|
24904
|
+
.k-rtl
|
|
24905
|
+
.k-pager .k-i-seek-e,
|
|
24906
|
+
.k-pager[dir="rtl"] .k-i-arrow-end-left,
|
|
24907
|
+
.k-pager[dir="rtl"] .k-i-arrow-60-left,
|
|
24908
|
+
.k-pager[dir="rtl"] .k-i-arrow-60-right,
|
|
24909
|
+
.k-pager[dir="rtl"] .k-i-arrow-end-right,
|
|
24910
|
+
.k-pager[dir="rtl"] .k-i-seek-w,
|
|
24911
|
+
.k-pager[dir="rtl"] .k-i-arrow-w,
|
|
24912
|
+
.k-pager[dir="rtl"] .k-i-arrow-e,
|
|
24913
|
+
.k-pager[dir="rtl"] .k-i-seek-e,
|
|
24914
|
+
[dir="rtl"]
|
|
24915
|
+
.k-pager .k-i-arrow-end-left,
|
|
24916
|
+
[dir="rtl"]
|
|
24917
|
+
.k-pager .k-i-arrow-60-left,
|
|
24918
|
+
[dir="rtl"]
|
|
24919
|
+
.k-pager .k-i-arrow-60-right,
|
|
24920
|
+
[dir="rtl"]
|
|
24921
|
+
.k-pager .k-i-arrow-end-right,
|
|
24922
|
+
[dir="rtl"]
|
|
24923
|
+
.k-pager .k-i-seek-w,
|
|
24924
|
+
[dir="rtl"]
|
|
24925
|
+
.k-pager .k-i-arrow-w,
|
|
24926
|
+
[dir="rtl"]
|
|
24927
|
+
.k-pager .k-i-arrow-e,
|
|
24928
|
+
[dir="rtl"]
|
|
24929
|
+
.k-pager .k-i-seek-e {
|
|
24874
24930
|
transform: scaleX(-1);
|
|
24875
24931
|
}
|
|
24876
24932
|
|
|
@@ -25048,13 +25104,19 @@ kendo-card-footer {
|
|
|
25048
25104
|
border-width: 0 0 1px;
|
|
25049
25105
|
}
|
|
25050
25106
|
|
|
25051
|
-
.k-pager-wrap
|
|
25107
|
+
.k-pager-wrap,
|
|
25108
|
+
.k-pager {
|
|
25052
25109
|
border-color: rgba(0, 0, 0, 0.12);
|
|
25053
25110
|
color: rgba(0, 0, 0, 0.54);
|
|
25054
25111
|
background-color: white;
|
|
25055
25112
|
}
|
|
25056
25113
|
|
|
25057
|
-
.k-pager-wrap:focus, .k-pager-wrap.k-focus, .k-pager-wrap.k-state-focus, .k-pager-wrap.k-state-focused, .k-pager-wrap.k-focus
|
|
25114
|
+
.k-pager-wrap:focus, .k-pager-wrap.k-focus, .k-pager-wrap.k-state-focus, .k-pager-wrap.k-state-focused, .k-pager-wrap.k-focus,
|
|
25115
|
+
.k-pager:focus,
|
|
25116
|
+
.k-pager.k-focus,
|
|
25117
|
+
.k-pager.k-state-focus,
|
|
25118
|
+
.k-pager.k-state-focused,
|
|
25119
|
+
.k-pager.k-focus {
|
|
25058
25120
|
background-color: whitesmoke;
|
|
25059
25121
|
}
|
|
25060
25122
|
|
|
@@ -25172,14 +25234,6 @@ kendo-card-footer {
|
|
|
25172
25234
|
overflow: hidden;
|
|
25173
25235
|
}
|
|
25174
25236
|
|
|
25175
|
-
.k-stepper .k-step-disabled {
|
|
25176
|
-
pointer-events: none;
|
|
25177
|
-
}
|
|
25178
|
-
|
|
25179
|
-
.k-stepper .k-step-disabled .k-step-link {
|
|
25180
|
-
cursor: default;
|
|
25181
|
-
}
|
|
25182
|
-
|
|
25183
25237
|
.k-stepper .k-step-indicator {
|
|
25184
25238
|
border-radius: 50%;
|
|
25185
25239
|
margin: 3px;
|
|
@@ -25216,6 +25270,7 @@ kendo-card-footer {
|
|
|
25216
25270
|
}
|
|
25217
25271
|
|
|
25218
25272
|
.k-stepper .k-step-focus .k-step-indicator::after,
|
|
25273
|
+
.k-stepper .k-step.k-focus .k-step-indicator::after,
|
|
25219
25274
|
.k-stepper .k-step-link:focus .k-step-indicator::after {
|
|
25220
25275
|
display: block;
|
|
25221
25276
|
}
|
|
@@ -25256,9 +25311,19 @@ kendo-card-footer {
|
|
|
25256
25311
|
font-size: 12px;
|
|
25257
25312
|
}
|
|
25258
25313
|
|
|
25314
|
+
.k-stepper .k-step-disabled,
|
|
25315
|
+
.k-stepper .k-step.k-disabled {
|
|
25316
|
+
opacity: 1;
|
|
25317
|
+
pointer-events: none;
|
|
25318
|
+
}
|
|
25319
|
+
|
|
25320
|
+
.k-stepper .k-step-disabled .k-step-link,
|
|
25321
|
+
.k-stepper .k-step.k-disabled .k-step-link {
|
|
25322
|
+
cursor: default;
|
|
25323
|
+
}
|
|
25324
|
+
|
|
25259
25325
|
.k-stepper .k-step-disabled .k-step-label-optional,
|
|
25260
|
-
.k-stepper.k-
|
|
25261
|
-
.k-stepper.k-disabled .k-step-label-optional {
|
|
25326
|
+
.k-stepper .k-step.k-disabled .k-step-label-optional {
|
|
25262
25327
|
color: inherit;
|
|
25263
25328
|
}
|
|
25264
25329
|
|
|
@@ -25376,11 +25441,20 @@ kendo-card-footer {
|
|
|
25376
25441
|
color: rgba(0, 0, 0, 0.87);
|
|
25377
25442
|
}
|
|
25378
25443
|
|
|
25379
|
-
.k-stepper .k-step:hover .k-step-indicator, .k-stepper .k-step.k-step-hover .k-step-indicator {
|
|
25444
|
+
.k-stepper .k-step:hover .k-step-indicator, .k-stepper .k-step.k-hover .k-step-indicator, .k-stepper .k-step.k-step-hover .k-step-indicator {
|
|
25380
25445
|
background-color: #ebebeb;
|
|
25381
25446
|
}
|
|
25382
25447
|
|
|
25383
|
-
.k-stepper .k-step.k-step-
|
|
25448
|
+
.k-stepper .k-step.k-step-focus .k-step-label:only-child, .k-stepper .k-step.k-focus .k-step-label:only-child,
|
|
25449
|
+
.k-stepper .k-step .k-step-link:focus .k-step-label:only-child {
|
|
25450
|
+
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
25451
|
+
}
|
|
25452
|
+
|
|
25453
|
+
.k-stepper .k-step.k-step-disabled .k-step-indicator, .k-stepper .k-step.k-disabled .k-step-indicator, .k-stepper .k-step:disabled .k-step-indicator {
|
|
25454
|
+
color: rgba(0, 0, 0, 0.38);
|
|
25455
|
+
}
|
|
25456
|
+
|
|
25457
|
+
.k-stepper .k-step.k-step-disabled .k-step-label, .k-stepper .k-step.k-disabled .k-step-label, .k-stepper .k-step:disabled .k-step-label {
|
|
25384
25458
|
color: rgba(0, 0, 0, 0.38);
|
|
25385
25459
|
}
|
|
25386
25460
|
|
|
@@ -25406,11 +25480,11 @@ kendo-card-footer {
|
|
|
25406
25480
|
background-color: #3f51b5;
|
|
25407
25481
|
}
|
|
25408
25482
|
|
|
25409
|
-
.k-stepper .k-step-done:hover .k-step-indicator, .k-stepper .k-step-done.k-step-hover .k-step-indicator {
|
|
25483
|
+
.k-stepper .k-step-done:hover .k-step-indicator, .k-stepper .k-step-done.k-hover .k-step-indicator, .k-stepper .k-step-done.k-step-hover .k-step-indicator {
|
|
25410
25484
|
background-color: #3a4ba7;
|
|
25411
25485
|
}
|
|
25412
25486
|
|
|
25413
|
-
.k-stepper .k-step-done.k-step-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
|
|
25487
|
+
.k-stepper .k-step-done.k-step-disabled .k-step-indicator, .k-stepper .k-step-done.k-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
|
|
25414
25488
|
border-color: #8c97d3;
|
|
25415
25489
|
color: white;
|
|
25416
25490
|
background-color: #8c97d3;
|
|
@@ -25422,11 +25496,11 @@ kendo-card-footer {
|
|
|
25422
25496
|
background-color: #3f51b5;
|
|
25423
25497
|
}
|
|
25424
25498
|
|
|
25425
|
-
.k-stepper .k-step-current:hover .k-step-indicator, .k-stepper .k-step-current.k-step-hover .k-step-indicator {
|
|
25499
|
+
.k-stepper .k-step-current:hover .k-step-indicator, .k-stepper .k-step-current.k-hover .k-step-indicator, .k-stepper .k-step-current.k-step-hover .k-step-indicator {
|
|
25426
25500
|
background-color: #3a4ba7;
|
|
25427
25501
|
}
|
|
25428
25502
|
|
|
25429
|
-
.k-stepper .k-step-current.k-step-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
|
|
25503
|
+
.k-stepper .k-step-current.k-step-disabled .k-step-indicator, .k-stepper .k-step-current.k-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
|
|
25430
25504
|
border-color: #8c97d3;
|
|
25431
25505
|
color: white;
|
|
25432
25506
|
background-color: #8c97d3;
|
|
@@ -25444,19 +25518,10 @@ kendo-card-footer {
|
|
|
25444
25518
|
color: #f31700;
|
|
25445
25519
|
}
|
|
25446
25520
|
|
|
25447
|
-
.k-stepper .k-step-error:hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
|
|
25521
|
+
.k-stepper .k-step-error:hover .k-step-label, .k-stepper .k-step-error.k-hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
|
|
25448
25522
|
color: #f31700;
|
|
25449
25523
|
}
|
|
25450
25524
|
|
|
25451
|
-
.k-stepper .k-step-disabled .k-step-label {
|
|
25452
|
-
color: rgba(0, 0, 0, 0.38);
|
|
25453
|
-
}
|
|
25454
|
-
|
|
25455
|
-
.k-stepper .k-step-focus .k-step-label:only-child,
|
|
25456
|
-
.k-stepper .k-step-link:focus .k-step-label:only-child {
|
|
25457
|
-
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
25458
|
-
}
|
|
25459
|
-
|
|
25460
25525
|
.k-stepper .k-step-label-optional {
|
|
25461
25526
|
color: rgba(0, 0, 0, 0.54);
|
|
25462
25527
|
}
|
|
@@ -27204,11 +27269,13 @@ kendo-card-footer {
|
|
|
27204
27269
|
overflow-y: auto;
|
|
27205
27270
|
}
|
|
27206
27271
|
|
|
27207
|
-
.k-pane-wrapper .k-pager-wrap.k-pager-sm
|
|
27272
|
+
.k-pane-wrapper .k-pager-wrap.k-pager-sm,
|
|
27273
|
+
.k-pane-wrapper .k-pager.k-pager-sm {
|
|
27208
27274
|
justify-content: center;
|
|
27209
27275
|
}
|
|
27210
27276
|
|
|
27211
|
-
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh
|
|
27277
|
+
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh,
|
|
27278
|
+
.k-pane-wrapper .k-pager.k-pager-sm .k-pager-refresh {
|
|
27212
27279
|
display: none;
|
|
27213
27280
|
}
|
|
27214
27281
|
|
|
@@ -36945,7 +37012,8 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36945
37012
|
z-index: 2;
|
|
36946
37013
|
}
|
|
36947
37014
|
|
|
36948
|
-
.k-pdf-viewer .k-toolbar .k-pager-wrap
|
|
37015
|
+
.k-pdf-viewer .k-toolbar .k-pager-wrap,
|
|
37016
|
+
.k-pdf-viewer .k-toolbar .k-pager {
|
|
36949
37017
|
padding: 0;
|
|
36950
37018
|
border-width: 0;
|
|
36951
37019
|
color: inherit;
|
package/dist/all.scss
CHANGED
|
@@ -18740,7 +18740,8 @@ $kendo-calendar-sizes: (
|
|
|
18740
18740
|
font-weight: bold;
|
|
18741
18741
|
}
|
|
18742
18742
|
.k-today,
|
|
18743
|
-
.k-nav-today
|
|
18743
|
+
.k-nav-today,
|
|
18744
|
+
.k-calendar-nav-today {
|
|
18744
18745
|
text-decoration: none;
|
|
18745
18746
|
cursor: pointer;
|
|
18746
18747
|
outline: none;
|
|
@@ -19110,7 +19111,9 @@ $kendo-calendar-sizes: (
|
|
|
19110
19111
|
.k-nav-prev,
|
|
19111
19112
|
.k-nav-next,
|
|
19112
19113
|
.k-prev-view,
|
|
19113
|
-
.k-next-view
|
|
19114
|
+
.k-next-view,
|
|
19115
|
+
.k-calendar-nav-prev,
|
|
19116
|
+
.k-calendar-nav-next {
|
|
19114
19117
|
transform: scaleX(-1);
|
|
19115
19118
|
}
|
|
19116
19119
|
|
|
@@ -19147,7 +19150,8 @@ $kendo-calendar-sizes: (
|
|
|
19147
19150
|
.k-title,
|
|
19148
19151
|
.k-calendar-title,
|
|
19149
19152
|
.k-nav-fast,
|
|
19150
|
-
.k-nav-today
|
|
19153
|
+
.k-nav-today,
|
|
19154
|
+
.k-calendar-nav-today {
|
|
19151
19155
|
font-weight: 500;
|
|
19152
19156
|
text-transform: none;
|
|
19153
19157
|
}
|
|
@@ -19196,7 +19200,8 @@ $kendo-calendar-sizes: (
|
|
|
19196
19200
|
|
|
19197
19201
|
|
|
19198
19202
|
// Today navigation
|
|
19199
|
-
.k-nav-today
|
|
19203
|
+
.k-nav-today,
|
|
19204
|
+
.k-calendar-nav-today {
|
|
19200
19205
|
color: $calendar-today-nav-text;
|
|
19201
19206
|
|
|
19202
19207
|
&:hover,
|
|
@@ -20830,10 +20835,7 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
|
|
|
20830
20835
|
// #region @import "../button/_index.scss"; -> packages/material/scss/button/_index.scss
|
|
20831
20836
|
// File already imported_once. Skipping output.
|
|
20832
20837
|
// #endregion
|
|
20833
|
-
// #region @import "../
|
|
20834
|
-
// File already imported_once. Skipping output.
|
|
20835
|
-
// #endregion
|
|
20836
|
-
// #region @import "../colorgradient/_index.scss"; -> packages/material/scss/colorgradient/_index.scss
|
|
20838
|
+
// #region @import "../coloreditor/_index.scss"; -> packages/material/scss/coloreditor/_index.scss
|
|
20837
20839
|
// File already imported_once. Skipping output.
|
|
20838
20840
|
// #endregion
|
|
20839
20841
|
// #region @import "../popup/_index.scss"; -> packages/material/scss/popup/_index.scss
|
|
@@ -21244,6 +21246,9 @@ $kendo-daterange-picker-input-width: 10em;
|
|
|
21244
21246
|
// #region @import "../common/_index.scss"; -> packages/material/scss/common/_index.scss
|
|
21245
21247
|
// File already imported_once. Skipping output.
|
|
21246
21248
|
// #endregion
|
|
21249
|
+
// #region @import "../table/_index.scss"; -> packages/material/scss/table/_index.scss
|
|
21250
|
+
// File already imported_once. Skipping output.
|
|
21251
|
+
// #endregion
|
|
21247
21252
|
// #region @import "../input/_index.scss"; -> packages/material/scss/input/_index.scss
|
|
21248
21253
|
// File already imported_once. Skipping output.
|
|
21249
21254
|
// #endregion
|
|
@@ -25120,10 +25125,6 @@ $dialog-button-spacing: $actions-button-spacing !default;
|
|
|
25120
25125
|
.k-dialog-titlebar {}
|
|
25121
25126
|
.k-dialog-title {}
|
|
25122
25127
|
|
|
25123
|
-
.k-dialog-close {
|
|
25124
|
-
align-self: flex-end;
|
|
25125
|
-
}
|
|
25126
|
-
|
|
25127
25128
|
|
|
25128
25129
|
// Actions
|
|
25129
25130
|
.k-dialog-actions {}
|
|
@@ -27390,7 +27391,8 @@ $pager-dropdown-width: 5em !default;
|
|
|
27390
27391
|
// #region @import "~@progress/kendo-theme-default/scss/pager/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/pager/_layout.scss
|
|
27391
27392
|
@include exports("pager/layout") {
|
|
27392
27393
|
|
|
27393
|
-
.k-pager-wrap
|
|
27394
|
+
.k-pager-wrap,
|
|
27395
|
+
.k-pager {
|
|
27394
27396
|
padding: $pager-padding-y $pager-padding-x;
|
|
27395
27397
|
border-width: $pager-border-width;
|
|
27396
27398
|
border-style: solid;
|
|
@@ -27680,7 +27682,8 @@ $pager-dropdown-width: 5em !default;
|
|
|
27680
27682
|
// #region @import "~@progress/kendo-theme-default/scss/pager/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/pager/_theme.scss
|
|
27681
27683
|
@include exports("pager/theme") {
|
|
27682
27684
|
|
|
27683
|
-
.k-pager-wrap
|
|
27685
|
+
.k-pager-wrap,
|
|
27686
|
+
.k-pager {
|
|
27684
27687
|
@include fill(
|
|
27685
27688
|
$pager-text,
|
|
27686
27689
|
$pager-bg,
|
|
@@ -28028,12 +28031,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
28028
28031
|
align-items: center;
|
|
28029
28032
|
overflow: hidden;
|
|
28030
28033
|
}
|
|
28031
|
-
.k-step-disabled {
|
|
28032
|
-
pointer-events: none;
|
|
28033
|
-
|
|
28034
|
-
.k-step-link { cursor: default; }
|
|
28035
|
-
}
|
|
28036
|
-
|
|
28037
28034
|
|
|
28038
28035
|
// Step indicator
|
|
28039
28036
|
.k-step-indicator {
|
|
@@ -28070,7 +28067,9 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
28070
28067
|
z-index: 2;
|
|
28071
28068
|
}
|
|
28072
28069
|
}
|
|
28070
|
+
|
|
28073
28071
|
.k-step-focus,
|
|
28072
|
+
.k-step.k-focus,
|
|
28074
28073
|
.k-step-link:focus {
|
|
28075
28074
|
.k-step-indicator::after {
|
|
28076
28075
|
display: block;
|
|
@@ -28113,12 +28112,21 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
28113
28112
|
font-style: $stepper-optional-label-font-style;
|
|
28114
28113
|
opacity: $stepper-optional-label-opacity;
|
|
28115
28114
|
}
|
|
28116
|
-
|
|
28117
|
-
|
|
28118
|
-
|
|
28119
|
-
|
|
28115
|
+
|
|
28116
|
+
|
|
28117
|
+
.k-step-disabled,
|
|
28118
|
+
.k-step.k-disabled {
|
|
28119
|
+
opacity: 1;
|
|
28120
|
+
pointer-events: none;
|
|
28121
|
+
|
|
28122
|
+
.k-step-link { cursor: default; }
|
|
28123
|
+
|
|
28124
|
+
.k-step-label-optional {
|
|
28125
|
+
color: inherit;
|
|
28126
|
+
}
|
|
28120
28127
|
}
|
|
28121
28128
|
|
|
28129
|
+
|
|
28122
28130
|
// Progressbar
|
|
28123
28131
|
.k-progressbar {
|
|
28124
28132
|
pointer-events: none;
|
|
@@ -28278,6 +28286,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
28278
28286
|
.k-step {
|
|
28279
28287
|
// Hover
|
|
28280
28288
|
&:hover,
|
|
28289
|
+
&.k-hover,
|
|
28281
28290
|
&.k-step-hover {
|
|
28282
28291
|
.k-step-label {
|
|
28283
28292
|
color: $stepper-label-hover-text;
|
|
@@ -28292,9 +28301,18 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
28292
28301
|
}
|
|
28293
28302
|
}
|
|
28294
28303
|
|
|
28304
|
+
&.k-step-focus,
|
|
28305
|
+
&.k-focus,
|
|
28306
|
+
.k-step-link:focus {
|
|
28307
|
+
// Labels only
|
|
28308
|
+
.k-step-label:only-child {
|
|
28309
|
+
@include box-shadow( inset 0 0 0 $stepper-indicator-focus-size $component-border );
|
|
28310
|
+
}
|
|
28311
|
+
}
|
|
28295
28312
|
|
|
28296
28313
|
// Disabled
|
|
28297
28314
|
&.k-step-disabled,
|
|
28315
|
+
&.k-disabled,
|
|
28298
28316
|
&:disabled {
|
|
28299
28317
|
.k-step-indicator {
|
|
28300
28318
|
@include fill(
|
|
@@ -28303,6 +28321,10 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
28303
28321
|
$stepper-indicator-disabled-border
|
|
28304
28322
|
);
|
|
28305
28323
|
}
|
|
28324
|
+
|
|
28325
|
+
.k-step-label {
|
|
28326
|
+
@include fill( $color: $stepper-label-disabled-text );
|
|
28327
|
+
}
|
|
28306
28328
|
}
|
|
28307
28329
|
}
|
|
28308
28330
|
.k-step-indicator {
|
|
@@ -28338,6 +28360,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
28338
28360
|
|
|
28339
28361
|
// Hover
|
|
28340
28362
|
&:hover,
|
|
28363
|
+
&.k-hover,
|
|
28341
28364
|
&.k-step-hover {
|
|
28342
28365
|
.k-step-indicator {
|
|
28343
28366
|
@include fill(
|
|
@@ -28351,6 +28374,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
28351
28374
|
|
|
28352
28375
|
// Disabled
|
|
28353
28376
|
&.k-step-disabled,
|
|
28377
|
+
&.k-disabled,
|
|
28354
28378
|
&:disabled {
|
|
28355
28379
|
.k-step-indicator {
|
|
28356
28380
|
@include fill(
|
|
@@ -28377,6 +28401,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
28377
28401
|
|
|
28378
28402
|
// Hover
|
|
28379
28403
|
&:hover,
|
|
28404
|
+
&.k-hover,
|
|
28380
28405
|
&.k-step-hover {
|
|
28381
28406
|
.k-step-indicator {
|
|
28382
28407
|
@include fill(
|
|
@@ -28390,6 +28415,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
28390
28415
|
|
|
28391
28416
|
// Disabled
|
|
28392
28417
|
&.k-step-disabled,
|
|
28418
|
+
&.k-disabled,
|
|
28393
28419
|
&:disabled {
|
|
28394
28420
|
.k-step-indicator {
|
|
28395
28421
|
@include fill(
|
|
@@ -28418,6 +28444,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
28418
28444
|
}
|
|
28419
28445
|
|
|
28420
28446
|
&:hover,
|
|
28447
|
+
&.k-hover,
|
|
28421
28448
|
&.k-step-hover {
|
|
28422
28449
|
.k-step-label {
|
|
28423
28450
|
@include fill( $color: $stepper-label-error-text );
|
|
@@ -28425,16 +28452,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
28425
28452
|
}
|
|
28426
28453
|
}
|
|
28427
28454
|
|
|
28428
|
-
.k-step-disabled .k-step-label {
|
|
28429
|
-
@include fill( $color: $stepper-label-disabled-text );
|
|
28430
|
-
}
|
|
28431
|
-
|
|
28432
|
-
// Labels only
|
|
28433
|
-
.k-step-focus .k-step-label:only-child,
|
|
28434
|
-
.k-step-link:focus .k-step-label:only-child {
|
|
28435
|
-
@include box-shadow( inset 0 0 0 $stepper-indicator-focus-size $component-border );
|
|
28436
|
-
}
|
|
28437
|
-
|
|
28438
28455
|
// Optional Label
|
|
28439
28456
|
.k-step-label-optional {
|
|
28440
28457
|
color: $stepper-optional-label-text;
|
|
@@ -29841,7 +29858,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29841
29858
|
> .k-item,
|
|
29842
29859
|
> .k-panelbar-header {
|
|
29843
29860
|
|
|
29844
|
-
&.k-state-expanded.k-level-0 > .k-link
|
|
29861
|
+
&.k-state-expanded.k-level-0 > .k-link,
|
|
29862
|
+
&.k-expanded.k-level-0 > .k-link {
|
|
29845
29863
|
@include fill(
|
|
29846
29864
|
$panelbar-header-expanded-text,
|
|
29847
29865
|
$panelbar-header-expanded-bg,
|
|
@@ -31033,7 +31051,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31033
31051
|
}
|
|
31034
31052
|
|
|
31035
31053
|
// Pager
|
|
31036
|
-
.k-pager-wrap.k-pager-sm
|
|
31054
|
+
.k-pager-wrap.k-pager-sm,
|
|
31055
|
+
.k-pager.k-pager-sm {
|
|
31037
31056
|
justify-content: center;
|
|
31038
31057
|
|
|
31039
31058
|
.k-pager-refresh {
|
|
@@ -43767,7 +43786,8 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
43767
43786
|
flex: 0 0 auto;
|
|
43768
43787
|
z-index: 2;
|
|
43769
43788
|
}
|
|
43770
|
-
.k-toolbar .k-pager-wrap
|
|
43789
|
+
.k-toolbar .k-pager-wrap,
|
|
43790
|
+
.k-toolbar .k-pager {
|
|
43771
43791
|
padding: 0;
|
|
43772
43792
|
border-width: 0;
|
|
43773
43793
|
color: inherit;
|
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.
|
|
4
|
+
"version": "5.6.1-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@progress/kendo-theme-default": "^5.
|
|
47
|
+
"@progress/kendo-theme-default": "^5.6.1-dev.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"sass-build": "^0.0.1"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "1e15150e791e446461760b05b93bfda5abafc2ec"
|
|
53
53
|
}
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
// Dependencies
|
|
5
5
|
@import "../input/_index.scss";
|
|
6
6
|
@import "../button/_index.scss";
|
|
7
|
-
@import "../
|
|
8
|
-
@import "../colorgradient/_index.scss";
|
|
7
|
+
@import "../coloreditor/_index.scss";
|
|
9
8
|
@import "../popup/_index.scss";
|
|
10
9
|
@import "../icons/_index.scss";
|
|
11
10
|
|