@progress/kendo-theme-default 5.0.0 → 5.0.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 +79 -8
- package/dist/all.scss +27 -13
- package/package.json +2 -2
- package/scss/button/_layout.scss +7 -11
- package/scss/button/_theme.scss +10 -0
- package/scss/button/_variables.scss +3 -0
- package/scss/daterangepicker/_layout.scss +4 -0
- package/scss/daterangepicker/_variables.scss +1 -0
- package/scss/forms/_layout.scss +2 -1
- package/scss/panelbar/_layout.scss +0 -1
package/dist/all.css
CHANGED
|
@@ -11649,6 +11649,8 @@ kendo-badge-container {
|
|
|
11649
11649
|
box-sizing: border-box;
|
|
11650
11650
|
border-width: 1px;
|
|
11651
11651
|
border-style: solid;
|
|
11652
|
+
color: inherit;
|
|
11653
|
+
background: none;
|
|
11652
11654
|
font-family: inherit;
|
|
11653
11655
|
text-align: center;
|
|
11654
11656
|
text-decoration: none;
|
|
@@ -11890,12 +11892,11 @@ kendo-badge-container {
|
|
|
11890
11892
|
text-decoration: underline;
|
|
11891
11893
|
}
|
|
11892
11894
|
|
|
11893
|
-
.k-button-clear
|
|
11894
|
-
|
|
11895
|
-
|
|
11896
|
-
|
|
11897
|
-
|
|
11898
|
-
display: block;
|
|
11895
|
+
.k-button-clear {
|
|
11896
|
+
border-color: transparent !important;
|
|
11897
|
+
color: inherit;
|
|
11898
|
+
background: none !important;
|
|
11899
|
+
box-shadow: none !important;
|
|
11899
11900
|
}
|
|
11900
11901
|
|
|
11901
11902
|
.k-ie .k-button-group .k-button,
|
|
@@ -12822,46 +12823,112 @@ kendo-badge-container {
|
|
|
12822
12823
|
color: #ff6358;
|
|
12823
12824
|
}
|
|
12824
12825
|
|
|
12826
|
+
.k-button-clear-primary:focus::after, .k-button-clear-primary.k-focus::after, .k-button-clear-primary:active::after {
|
|
12827
|
+
background-color: currentColor;
|
|
12828
|
+
opacity: 0.1;
|
|
12829
|
+
display: block;
|
|
12830
|
+
}
|
|
12831
|
+
|
|
12825
12832
|
.k-button-clear-secondary {
|
|
12826
12833
|
color: #666666;
|
|
12827
12834
|
}
|
|
12828
12835
|
|
|
12836
|
+
.k-button-clear-secondary:focus::after, .k-button-clear-secondary.k-focus::after, .k-button-clear-secondary:active::after {
|
|
12837
|
+
background-color: currentColor;
|
|
12838
|
+
opacity: 0.1;
|
|
12839
|
+
display: block;
|
|
12840
|
+
}
|
|
12841
|
+
|
|
12829
12842
|
.k-button-clear-tertiary {
|
|
12830
12843
|
color: #03a9f4;
|
|
12831
12844
|
}
|
|
12832
12845
|
|
|
12846
|
+
.k-button-clear-tertiary:focus::after, .k-button-clear-tertiary.k-focus::after, .k-button-clear-tertiary:active::after {
|
|
12847
|
+
background-color: currentColor;
|
|
12848
|
+
opacity: 0.1;
|
|
12849
|
+
display: block;
|
|
12850
|
+
}
|
|
12851
|
+
|
|
12833
12852
|
.k-button-clear-info {
|
|
12834
12853
|
color: #0058e9;
|
|
12835
12854
|
}
|
|
12836
12855
|
|
|
12856
|
+
.k-button-clear-info:focus::after, .k-button-clear-info.k-focus::after, .k-button-clear-info:active::after {
|
|
12857
|
+
background-color: currentColor;
|
|
12858
|
+
opacity: 0.1;
|
|
12859
|
+
display: block;
|
|
12860
|
+
}
|
|
12861
|
+
|
|
12837
12862
|
.k-button-clear-success {
|
|
12838
12863
|
color: #37b400;
|
|
12839
12864
|
}
|
|
12840
12865
|
|
|
12866
|
+
.k-button-clear-success:focus::after, .k-button-clear-success.k-focus::after, .k-button-clear-success:active::after {
|
|
12867
|
+
background-color: currentColor;
|
|
12868
|
+
opacity: 0.1;
|
|
12869
|
+
display: block;
|
|
12870
|
+
}
|
|
12871
|
+
|
|
12841
12872
|
.k-button-clear-warning {
|
|
12842
12873
|
color: #ffc000;
|
|
12843
12874
|
}
|
|
12844
12875
|
|
|
12876
|
+
.k-button-clear-warning:focus::after, .k-button-clear-warning.k-focus::after, .k-button-clear-warning:active::after {
|
|
12877
|
+
background-color: currentColor;
|
|
12878
|
+
opacity: 0.1;
|
|
12879
|
+
display: block;
|
|
12880
|
+
}
|
|
12881
|
+
|
|
12845
12882
|
.k-button-clear-error {
|
|
12846
12883
|
color: #f31700;
|
|
12847
12884
|
}
|
|
12848
12885
|
|
|
12886
|
+
.k-button-clear-error:focus::after, .k-button-clear-error.k-focus::after, .k-button-clear-error:active::after {
|
|
12887
|
+
background-color: currentColor;
|
|
12888
|
+
opacity: 0.1;
|
|
12889
|
+
display: block;
|
|
12890
|
+
}
|
|
12891
|
+
|
|
12849
12892
|
.k-button-clear-dark {
|
|
12850
12893
|
color: #424242;
|
|
12851
12894
|
}
|
|
12852
12895
|
|
|
12896
|
+
.k-button-clear-dark:focus::after, .k-button-clear-dark.k-focus::after, .k-button-clear-dark:active::after {
|
|
12897
|
+
background-color: currentColor;
|
|
12898
|
+
opacity: 0.1;
|
|
12899
|
+
display: block;
|
|
12900
|
+
}
|
|
12901
|
+
|
|
12853
12902
|
.k-button-clear-light {
|
|
12854
12903
|
color: #ebebeb;
|
|
12855
12904
|
}
|
|
12856
12905
|
|
|
12906
|
+
.k-button-clear-light:focus::after, .k-button-clear-light.k-focus::after, .k-button-clear-light:active::after {
|
|
12907
|
+
background-color: currentColor;
|
|
12908
|
+
opacity: 0.1;
|
|
12909
|
+
display: block;
|
|
12910
|
+
}
|
|
12911
|
+
|
|
12857
12912
|
.k-button-clear-inverse {
|
|
12858
12913
|
color: #424242;
|
|
12859
12914
|
}
|
|
12860
12915
|
|
|
12916
|
+
.k-button-clear-inverse:focus::after, .k-button-clear-inverse.k-focus::after, .k-button-clear-inverse:active::after {
|
|
12917
|
+
background-color: currentColor;
|
|
12918
|
+
opacity: 0.1;
|
|
12919
|
+
display: block;
|
|
12920
|
+
}
|
|
12921
|
+
|
|
12861
12922
|
.k-button-clear-base {
|
|
12862
12923
|
color: #424242;
|
|
12863
12924
|
}
|
|
12864
12925
|
|
|
12926
|
+
.k-button-clear-base:focus::after, .k-button-clear-base.k-focus::after, .k-button-clear-base:active::after {
|
|
12927
|
+
background-color: currentColor;
|
|
12928
|
+
opacity: 0.1;
|
|
12929
|
+
display: block;
|
|
12930
|
+
}
|
|
12931
|
+
|
|
12865
12932
|
.k-split-button:focus,
|
|
12866
12933
|
.k-split-button.k-focus {
|
|
12867
12934
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
|
|
@@ -15850,7 +15917,8 @@ kendo-label > .k-label {
|
|
|
15850
15917
|
}
|
|
15851
15918
|
|
|
15852
15919
|
.k-form .k-multiselect,
|
|
15853
|
-
.k-form .k-floating-label-container
|
|
15920
|
+
.k-form .k-floating-label-container,
|
|
15921
|
+
.k-form .k-daterangepicker .k-dateinput {
|
|
15854
15922
|
display: inline-flex;
|
|
15855
15923
|
width: 100%;
|
|
15856
15924
|
}
|
|
@@ -18763,6 +18831,10 @@ kendo-label > .k-label {
|
|
|
18763
18831
|
box-sizing: border-box;
|
|
18764
18832
|
}
|
|
18765
18833
|
|
|
18834
|
+
.k-daterange-picker .k-dateinput, .k-daterangepicker .k-dateinput {
|
|
18835
|
+
width: 10em;
|
|
18836
|
+
}
|
|
18837
|
+
|
|
18766
18838
|
.k-daterangepicker-wrap {
|
|
18767
18839
|
display: inherit;
|
|
18768
18840
|
flex-flow: inherit;
|
|
@@ -24185,7 +24257,6 @@ kendo-card-footer {
|
|
|
24185
24257
|
padding-left: 64px;
|
|
24186
24258
|
}
|
|
24187
24259
|
|
|
24188
|
-
.k-panelbar .k-content,
|
|
24189
24260
|
.k-panelbar .k-panelbar-content {
|
|
24190
24261
|
display: flow-root;
|
|
24191
24262
|
}
|
package/dist/all.scss
CHANGED
|
@@ -8032,6 +8032,9 @@ $kendo-link-button-shadow-blur: 0px !default;
|
|
|
8032
8032
|
$kendo-link-button-shadow-spread: 2px !default;
|
|
8033
8033
|
$kendo-link-button-shadow-opacity: .3 !default;
|
|
8034
8034
|
|
|
8035
|
+
// Clear button
|
|
8036
|
+
$kendo-clear-button-focus-opacity: .1 !default;
|
|
8037
|
+
|
|
8035
8038
|
/// The overlay opacity of hovered flat button. Used to create background for the flat button.
|
|
8036
8039
|
/// @group button
|
|
8037
8040
|
$kendo-flat-button-hover-opacity: .04 !default;
|
|
@@ -8058,6 +8061,8 @@ $kendo-button-transition: color .2s ease-in-out !default;
|
|
|
8058
8061
|
box-sizing: border-box;
|
|
8059
8062
|
border-width: $kendo-button-border-width;
|
|
8060
8063
|
border-style: solid;
|
|
8064
|
+
color: inherit;
|
|
8065
|
+
background: none;
|
|
8061
8066
|
font-family: $kendo-button-font-family;
|
|
8062
8067
|
text-align: center;
|
|
8063
8068
|
text-decoration: none;
|
|
@@ -8322,20 +8327,14 @@ $kendo-button-transition: color .2s ease-in-out !default;
|
|
|
8322
8327
|
|
|
8323
8328
|
// Clear button
|
|
8324
8329
|
.k-button-clear {
|
|
8325
|
-
|
|
8326
|
-
|
|
8327
|
-
|
|
8328
|
-
|
|
8329
|
-
|
|
8330
|
-
&:focus,
|
|
8331
|
-
&.k-focus {
|
|
8332
|
-
&::before {
|
|
8333
|
-
display: block;
|
|
8334
|
-
}
|
|
8335
|
-
}
|
|
8330
|
+
border-color: transparent !important; // sass-lint:disable-line no-important
|
|
8331
|
+
color: inherit;
|
|
8332
|
+
background: none !important; // sass-lint:disable-line no-important
|
|
8333
|
+
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
8336
8334
|
}
|
|
8337
8335
|
|
|
8338
8336
|
|
|
8337
|
+
|
|
8339
8338
|
// IE
|
|
8340
8339
|
.k-ie .k-button-group,
|
|
8341
8340
|
.k-ie .k-split-button {
|
|
@@ -8697,6 +8696,16 @@ $kendo-button-transition: color .2s ease-in-out !default;
|
|
|
8697
8696
|
.k-button-clear-#{$name} {
|
|
8698
8697
|
color: $color;
|
|
8699
8698
|
|
|
8699
|
+
&:focus,
|
|
8700
|
+
&.k-focus,
|
|
8701
|
+
&:active {
|
|
8702
|
+
&::after {
|
|
8703
|
+
background-color: currentColor;
|
|
8704
|
+
opacity: $kendo-clear-button-focus-opacity;
|
|
8705
|
+
display: block;
|
|
8706
|
+
}
|
|
8707
|
+
}
|
|
8708
|
+
|
|
8700
8709
|
// Disabled state
|
|
8701
8710
|
&:disabled,
|
|
8702
8711
|
&.k-disabled {
|
|
@@ -13346,7 +13355,8 @@ $fieldset-legend-border: null !default;
|
|
|
13346
13355
|
|
|
13347
13356
|
|
|
13348
13357
|
.k-multiselect,
|
|
13349
|
-
.k-floating-label-container
|
|
13358
|
+
.k-floating-label-container,
|
|
13359
|
+
.k-daterangepicker .k-dateinput {
|
|
13350
13360
|
display: inline-flex;
|
|
13351
13361
|
width: 100%;
|
|
13352
13362
|
}
|
|
@@ -18031,6 +18041,7 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
18031
18041
|
// Component
|
|
18032
18042
|
// #region @import "_variables.scss"; -> packages/default/scss/daterangepicker/_variables.scss
|
|
18033
18043
|
// Daterangepicker
|
|
18044
|
+
$kendo-daterange-picker-input-width: 10em;
|
|
18034
18045
|
|
|
18035
18046
|
// #endregion
|
|
18036
18047
|
// #region @import "_layout.scss"; -> packages/default/scss/daterangepicker/_layout.scss
|
|
@@ -18049,6 +18060,10 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
18049
18060
|
*::after {
|
|
18050
18061
|
box-sizing: border-box;
|
|
18051
18062
|
}
|
|
18063
|
+
|
|
18064
|
+
.k-dateinput {
|
|
18065
|
+
width: $kendo-daterange-picker-input-width;
|
|
18066
|
+
}
|
|
18052
18067
|
}
|
|
18053
18068
|
|
|
18054
18069
|
|
|
@@ -26228,7 +26243,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
26228
26243
|
|
|
26229
26244
|
|
|
26230
26245
|
// Panelbar content
|
|
26231
|
-
.k-content,
|
|
26232
26246
|
.k-panelbar-content {
|
|
26233
26247
|
display: flow-root;
|
|
26234
26248
|
}
|
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.0.
|
|
4
|
+
"version": "5.0.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"prepublishOnly": "echo 'no prebublish for default theme'",
|
|
48
48
|
"postpublish": "echo 'no postpublish for default theme'"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "7d2371ce2d1bf6cb93c6514e6578965140837353"
|
|
51
51
|
}
|
package/scss/button/_layout.scss
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
box-sizing: border-box;
|
|
6
6
|
border-width: $kendo-button-border-width;
|
|
7
7
|
border-style: solid;
|
|
8
|
+
color: inherit;
|
|
9
|
+
background: none;
|
|
8
10
|
font-family: $kendo-button-font-family;
|
|
9
11
|
text-align: center;
|
|
10
12
|
text-decoration: none;
|
|
@@ -269,20 +271,14 @@
|
|
|
269
271
|
|
|
270
272
|
// Clear button
|
|
271
273
|
.k-button-clear {
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
&:focus,
|
|
278
|
-
&.k-focus {
|
|
279
|
-
&::before {
|
|
280
|
-
display: block;
|
|
281
|
-
}
|
|
282
|
-
}
|
|
274
|
+
border-color: transparent !important; // sass-lint:disable-line no-important
|
|
275
|
+
color: inherit;
|
|
276
|
+
background: none !important; // sass-lint:disable-line no-important
|
|
277
|
+
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
283
278
|
}
|
|
284
279
|
|
|
285
280
|
|
|
281
|
+
|
|
286
282
|
// IE
|
|
287
283
|
.k-ie .k-button-group,
|
|
288
284
|
.k-ie .k-split-button {
|
package/scss/button/_theme.scss
CHANGED
|
@@ -253,6 +253,16 @@
|
|
|
253
253
|
.k-button-clear-#{$name} {
|
|
254
254
|
color: $color;
|
|
255
255
|
|
|
256
|
+
&:focus,
|
|
257
|
+
&.k-focus,
|
|
258
|
+
&:active {
|
|
259
|
+
&::after {
|
|
260
|
+
background-color: currentColor;
|
|
261
|
+
opacity: $kendo-clear-button-focus-opacity;
|
|
262
|
+
display: block;
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
|
|
256
266
|
// Disabled state
|
|
257
267
|
&:disabled,
|
|
258
268
|
&.k-disabled {
|
|
@@ -183,6 +183,9 @@ $kendo-link-button-shadow-blur: 0px !default;
|
|
|
183
183
|
$kendo-link-button-shadow-spread: 2px !default;
|
|
184
184
|
$kendo-link-button-shadow-opacity: .3 !default;
|
|
185
185
|
|
|
186
|
+
// Clear button
|
|
187
|
+
$kendo-clear-button-focus-opacity: .1 !default;
|
|
188
|
+
|
|
186
189
|
/// The overlay opacity of hovered flat button. Used to create background for the flat button.
|
|
187
190
|
/// @group button
|
|
188
191
|
$kendo-flat-button-hover-opacity: .04 !default;
|
package/scss/forms/_layout.scss
CHANGED