@progress/kendo-theme-default 5.2.1-dev.3 → 5.2.1-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 +22 -13
- package/dist/all.scss +23 -12
- package/dist/default-ocean-blue.scss +43 -0
- 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 +262 -0
- 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/lib/swatches/index.js +1 -0
- package/package.json +2 -2
- package/scss/action-sheet/_layout.scss +0 -1
- package/scss/action-sheet/_theme.scss +6 -0
- package/scss/action-sheet/_variables.scss +2 -1
- package/scss/colorgradient/_variables.scss +1 -1
- package/scss/dropzone/_variables.scss +1 -1
- package/scss/expansion-panel/_theme.scss +1 -1
- package/scss/expansion-panel/_variables.scss +1 -1
- package/scss/floating-label/_layout.scss +10 -5
- package/scss/taskboard/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -13988,7 +13988,7 @@ textarea.k-input-inner {
|
|
|
13988
13988
|
width: auto;
|
|
13989
13989
|
}
|
|
13990
13990
|
|
|
13991
|
-
.k-floating-label-container.k-state-empty > .k-label {
|
|
13991
|
+
.k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
|
|
13992
13992
|
top: 25.0000000004px;
|
|
13993
13993
|
left: 9px;
|
|
13994
13994
|
transform: scale(1);
|
|
@@ -13996,7 +13996,8 @@ textarea.k-input-inner {
|
|
|
13996
13996
|
}
|
|
13997
13997
|
|
|
13998
13998
|
.k-floating-label-container > .k-label,
|
|
13999
|
-
.k-floating-label-container.k-state-focused > .k-label
|
|
13999
|
+
.k-floating-label-container.k-state-focused > .k-label,
|
|
14000
|
+
.k-floating-label-container.k-focus > .k-label {
|
|
14000
14001
|
top: 0;
|
|
14001
14002
|
left: 0;
|
|
14002
14003
|
transform: scale(1);
|
|
@@ -14019,25 +14020,30 @@ textarea.k-input-inner {
|
|
|
14019
14020
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
14020
14021
|
.k-rtl .k-floating-label-container > .k-label, .k-floating-label-container[dir="rtl"] > .k-label {
|
|
14021
14022
|
transform-origin: right center;
|
|
14023
|
+
transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out;
|
|
14022
14024
|
}
|
|
14023
14025
|
|
|
14024
|
-
[dir="rtl"] .k-floating-label-container.k-state-empty > .k-label,
|
|
14025
|
-
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14026
|
+
[dir="rtl"] .k-floating-label-container.k-state-empty > .k-label, [dir="rtl"] .k-floating-label-container.k-empty > .k-label,
|
|
14027
|
+
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14028
|
+
.k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-state-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
|
|
14026
14029
|
left: auto;
|
|
14027
14030
|
right: 9px;
|
|
14028
14031
|
}
|
|
14029
14032
|
|
|
14030
14033
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
14031
14034
|
[dir="rtl"] .k-floating-label-container.k-state-focused > .k-label,
|
|
14035
|
+
[dir="rtl"] .k-floating-label-container.k-focus > .k-label,
|
|
14032
14036
|
.k-rtl .k-floating-label-container > .k-label,
|
|
14033
|
-
.k-rtl .k-floating-label-container.k-state-focused > .k-label,
|
|
14034
|
-
.k-floating-label-container[dir="rtl"]
|
|
14037
|
+
.k-rtl .k-floating-label-container.k-state-focused > .k-label,
|
|
14038
|
+
.k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir="rtl"] > .k-label,
|
|
14039
|
+
.k-floating-label-container[dir="rtl"].k-state-focused > .k-label,
|
|
14040
|
+
.k-floating-label-container[dir="rtl"].k-focus > .k-label {
|
|
14035
14041
|
left: auto;
|
|
14036
14042
|
right: 0;
|
|
14037
14043
|
}
|
|
14038
14044
|
|
|
14039
|
-
[dir="rtl"] .k-floating-label-container:focus-within,
|
|
14040
|
-
.k-rtl .k-floating-label-container:focus-within, .k-floating-label-container[dir="rtl"]:focus-within {
|
|
14045
|
+
[dir="rtl"] .k-floating-label-container:focus-within > .k-label,
|
|
14046
|
+
.k-rtl .k-floating-label-container:focus-within > .k-label, .k-floating-label-container[dir="rtl"]:focus-within > .k-label {
|
|
14041
14047
|
left: auto;
|
|
14042
14048
|
right: 0;
|
|
14043
14049
|
}
|
|
@@ -19131,7 +19137,7 @@ kendo-label > .k-label {
|
|
|
19131
19137
|
}
|
|
19132
19138
|
|
|
19133
19139
|
.k-colorgradient-input-label {
|
|
19134
|
-
color: #
|
|
19140
|
+
color: #666666;
|
|
19135
19141
|
}
|
|
19136
19142
|
|
|
19137
19143
|
.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
|
|
@@ -19994,7 +20000,7 @@ kendo-label > .k-label {
|
|
|
19994
20000
|
}
|
|
19995
20001
|
|
|
19996
20002
|
.k-dropzone-inner .k-dropzone-note {
|
|
19997
|
-
color: #
|
|
20003
|
+
color: #666666;
|
|
19998
20004
|
}
|
|
19999
20005
|
|
|
20000
20006
|
.k-external-dropzone-hover .k-icon,
|
|
@@ -21317,7 +21323,6 @@ kendo-label > .k-label {
|
|
|
21317
21323
|
|
|
21318
21324
|
.k-actionsheet-item-description {
|
|
21319
21325
|
font-size: 0.875em;
|
|
21320
|
-
opacity: 0.75;
|
|
21321
21326
|
}
|
|
21322
21327
|
|
|
21323
21328
|
.k-actionsheet > .k-hr {
|
|
@@ -21380,6 +21385,10 @@ kendo-label > .k-label {
|
|
|
21380
21385
|
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
|
|
21381
21386
|
}
|
|
21382
21387
|
|
|
21388
|
+
.k-actionsheet-item-description {
|
|
21389
|
+
color: #666666;
|
|
21390
|
+
}
|
|
21391
|
+
|
|
21383
21392
|
.k-actionsheet-action:hover, .k-actionsheet-action.k-state-hover {
|
|
21384
21393
|
background-color: #f0f0f0;
|
|
21385
21394
|
}
|
|
@@ -24325,7 +24334,7 @@ kendo-card-footer {
|
|
|
24325
24334
|
}
|
|
24326
24335
|
|
|
24327
24336
|
.k-expander-sub-title {
|
|
24328
|
-
|
|
24337
|
+
color: #666666;
|
|
24329
24338
|
}
|
|
24330
24339
|
|
|
24331
24340
|
.k-panelbar {
|
|
@@ -29960,7 +29969,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
29960
29969
|
}
|
|
29961
29970
|
|
|
29962
29971
|
.k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-state-hover {
|
|
29963
|
-
color: #
|
|
29972
|
+
color: #d6534a;
|
|
29964
29973
|
}
|
|
29965
29974
|
|
|
29966
29975
|
.k-taskboard-card:focus, .k-taskboard-card.k-state-focus {
|
package/dist/all.scss
CHANGED
|
@@ -9657,7 +9657,8 @@ $floating-label-focus-text: null !default;
|
|
|
9657
9657
|
width: auto;
|
|
9658
9658
|
}
|
|
9659
9659
|
|
|
9660
|
-
&.k-state-empty
|
|
9660
|
+
&.k-state-empty,
|
|
9661
|
+
&.k-empty {
|
|
9661
9662
|
> .k-label {
|
|
9662
9663
|
top: $floating-label-offset-y;
|
|
9663
9664
|
left: $floating-label-offset-x;
|
|
@@ -9668,7 +9669,8 @@ $floating-label-focus-text: null !default;
|
|
|
9668
9669
|
|
|
9669
9670
|
> .k-label,
|
|
9670
9671
|
// &:focus-within > .k-label,
|
|
9671
|
-
&.k-state-focused > .k-label
|
|
9672
|
+
&.k-state-focused > .k-label,
|
|
9673
|
+
&.k-focus > .k-label {
|
|
9672
9674
|
top: $floating-label-focus-offset-y;
|
|
9673
9675
|
left: $floating-label-focus-offset-x;
|
|
9674
9676
|
transform: scale( $floating-label-focus-scale );
|
|
@@ -9689,9 +9691,11 @@ $floating-label-focus-text: null !default;
|
|
|
9689
9691
|
|
|
9690
9692
|
> .k-label {
|
|
9691
9693
|
transform-origin: right center;
|
|
9694
|
+
transition: transform $floating-label-transition, color $floating-label-transition, top $floating-label-transition, right $floating-label-transition;
|
|
9692
9695
|
}
|
|
9693
9696
|
|
|
9694
|
-
&.k-state-empty
|
|
9697
|
+
&.k-state-empty,
|
|
9698
|
+
&.k-empty {
|
|
9695
9699
|
> .k-label {
|
|
9696
9700
|
left: auto;
|
|
9697
9701
|
right: $floating-label-offset-x;
|
|
@@ -9700,11 +9704,12 @@ $floating-label-focus-text: null !default;
|
|
|
9700
9704
|
|
|
9701
9705
|
> .k-label,
|
|
9702
9706
|
// &:focus-within > .k-label,
|
|
9703
|
-
&.k-state-focused > .k-label
|
|
9707
|
+
&.k-state-focused > .k-label,
|
|
9708
|
+
&.k-focus > .k-label {
|
|
9704
9709
|
left: auto;
|
|
9705
9710
|
right: $floating-label-focus-offset-x;
|
|
9706
9711
|
}
|
|
9707
|
-
&:focus-within {
|
|
9712
|
+
&:focus-within > .k-label {
|
|
9708
9713
|
left: auto;
|
|
9709
9714
|
right: $floating-label-focus-offset-x;
|
|
9710
9715
|
}
|
|
@@ -17441,7 +17446,7 @@ $colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width /
|
|
|
17441
17446
|
$colorgradient-input-width: 46px !default;
|
|
17442
17447
|
$colorgradient-input-gap: ( $colorgradient-spacer / 1.5 ) !default;
|
|
17443
17448
|
$colorgradient-input-label-gap: ( $colorgradient-spacer / 3 ) !default;
|
|
17444
|
-
$colorgradient-input-label-text: $
|
|
17449
|
+
$colorgradient-input-label-text: $subtle-text !default;
|
|
17445
17450
|
|
|
17446
17451
|
$colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
|
|
17447
17452
|
$colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
@@ -19832,7 +19837,7 @@ $dropzone-hint-text: null !default;
|
|
|
19832
19837
|
|
|
19833
19838
|
$dropzone-note-font-size: $font-size-sm !default;
|
|
19834
19839
|
$dropzone-note-spacing: null !default;
|
|
19835
|
-
$dropzone-note-text:
|
|
19840
|
+
$dropzone-note-text: $subtle-text !default;
|
|
19836
19841
|
|
|
19837
19842
|
// #endregion
|
|
19838
19843
|
// #region @import "_layout.scss"; -> packages/default/scss/dropzone/_layout.scss
|
|
@@ -21275,8 +21280,9 @@ $actionsheet-item-icon-size: null !default;
|
|
|
21275
21280
|
|
|
21276
21281
|
$actionsheet-item-title-font-weight: null !default;
|
|
21277
21282
|
$actionsheet-item-title-text-transform: null !default;
|
|
21283
|
+
|
|
21278
21284
|
$actionsheet-item-description-font-size: .875em !default;
|
|
21279
|
-
$actionsheet-item-description-
|
|
21285
|
+
$actionsheet-item-description-text: $subtle-text !default;
|
|
21280
21286
|
|
|
21281
21287
|
$actionsheet-item-hover-bg: $hovered-bg !default;
|
|
21282
21288
|
$actionsheet-item-hover-text: null !default;
|
|
@@ -21389,7 +21395,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
21389
21395
|
}
|
|
21390
21396
|
.k-actionsheet-item-description {
|
|
21391
21397
|
font-size: $actionsheet-item-description-font-size;
|
|
21392
|
-
opacity: $actionsheet-item-description-opacity;
|
|
21393
21398
|
}
|
|
21394
21399
|
|
|
21395
21400
|
|
|
@@ -21481,6 +21486,12 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
21481
21486
|
.k-actionsheet-item {}
|
|
21482
21487
|
|
|
21483
21488
|
|
|
21489
|
+
// Actionsheet item description
|
|
21490
|
+
.k-actionsheet-item-description {
|
|
21491
|
+
@include fill( $color: $actionsheet-item-description-text );
|
|
21492
|
+
}
|
|
21493
|
+
|
|
21494
|
+
|
|
21484
21495
|
// Actionsheet action
|
|
21485
21496
|
.k-actionsheet-action {
|
|
21486
21497
|
|
|
@@ -25795,7 +25806,7 @@ $expander-header-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
25795
25806
|
|
|
25796
25807
|
$expander-title-text: $primary !default;
|
|
25797
25808
|
|
|
25798
|
-
$expander-header-sub-title-
|
|
25809
|
+
$expander-header-sub-title-text: $subtle-text !default;
|
|
25799
25810
|
|
|
25800
25811
|
$expander-content-padding-x: $padding-x * 2 !default;
|
|
25801
25812
|
$expander-content-padding-y: $padding-y * 4 !default;
|
|
@@ -25918,7 +25929,7 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
25918
25929
|
}
|
|
25919
25930
|
|
|
25920
25931
|
.k-expander-sub-title {
|
|
25921
|
-
|
|
25932
|
+
color: $expander-header-sub-title-text;
|
|
25922
25933
|
}
|
|
25923
25934
|
}
|
|
25924
25935
|
|
|
@@ -33083,7 +33094,7 @@ $taskboard-card-selected-shadow: none !default;
|
|
|
33083
33094
|
|
|
33084
33095
|
$taskboard-card-header-text: $primary !default;
|
|
33085
33096
|
$taskboard-card-header-focus-text: $primary-darker !default;
|
|
33086
|
-
$taskboard-card-header-hover-text: $primary-
|
|
33097
|
+
$taskboard-card-header-hover-text: $primary-darker !default;
|
|
33087
33098
|
|
|
33088
33099
|
$taskboard-drag-placeholder-border-width: 1px !default;
|
|
33089
33100
|
$taskboard-drag-placeholder-border-radius: $taskboard-card-border-radius !default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
$primary: #1274AC;
|
|
2
|
+
$secondary: #757575;
|
|
3
|
+
$tertiary: #226581;
|
|
4
|
+
$info: #0058E9;
|
|
5
|
+
$success: #33a600;
|
|
6
|
+
$warning: #F5A600;
|
|
7
|
+
$error: #D51923;
|
|
8
|
+
$light: #757575;
|
|
9
|
+
$body-text: #424242;
|
|
10
|
+
$body-bg: #ffffff;
|
|
11
|
+
$heading-text: #272727;
|
|
12
|
+
$subtle-text: #666666;
|
|
13
|
+
$disabled-text: #8f8f8f;
|
|
14
|
+
$component-text: #424242;
|
|
15
|
+
$component-bg: #ffffff;
|
|
16
|
+
$base-text: #424242;
|
|
17
|
+
$base-bg: #fafafa;
|
|
18
|
+
$hovered-text: #424242;
|
|
19
|
+
$hovered-bg: #ececec;
|
|
20
|
+
$selected-text: #ffffff;
|
|
21
|
+
$selected-bg: #1274AC;
|
|
22
|
+
$kendo-button-text: #424242;
|
|
23
|
+
$kendo-button-bg: #f5f5f5;
|
|
24
|
+
$kendo-flat-button-hover-opacity: 4%;
|
|
25
|
+
$kendo-flat-button-active-opacity: 6%;
|
|
26
|
+
$kendo-flat-button-selected-opacity: 8%;
|
|
27
|
+
$link-text: #1274AC;
|
|
28
|
+
$link-hover-text: #0f6190;
|
|
29
|
+
$series-a: #1274AC;
|
|
30
|
+
$series-b: #ffd246;
|
|
31
|
+
$series-c: #78d237;
|
|
32
|
+
$series-d: #28b4c8;
|
|
33
|
+
$series-e: #2d73f5;
|
|
34
|
+
$series-f: #aa46be;
|
|
35
|
+
$scheduler-event-bg: #1274AC;
|
|
36
|
+
$scheduler-event-selected-bg: #0f6190;
|
|
37
|
+
$pager-number-text: #424242;
|
|
38
|
+
$pager-number-hover-bg: #ececec;
|
|
39
|
+
$pager-number-hover-text: #424242;
|
|
40
|
+
$pager-number-selected-bg: #1274AC;
|
|
41
|
+
$pager-number-selected-text: #ffffff;
|
|
42
|
+
|
|
43
|
+
@import "all.scss";
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
|
+
"name": "Default Ocean Blue",
|
|
4
|
+
"product": "kendo",
|
|
5
|
+
"base": "@progress/kendo-theme-default",
|
|
6
|
+
"version": "5.2.1-dev.6",
|
|
7
|
+
"previewColors": [
|
|
8
|
+
"#ffffff",
|
|
9
|
+
"#f5f5f5",
|
|
10
|
+
"#1274AC",
|
|
11
|
+
"#0f6190",
|
|
12
|
+
"#424242"
|
|
13
|
+
],
|
|
14
|
+
"components": [],
|
|
15
|
+
"groups": [
|
|
16
|
+
{
|
|
17
|
+
"name": "Theme colors",
|
|
18
|
+
"variables": {
|
|
19
|
+
"primary": {
|
|
20
|
+
"name": "Primary",
|
|
21
|
+
"type": "color",
|
|
22
|
+
"value": "#1274AC"
|
|
23
|
+
},
|
|
24
|
+
"secondary": {
|
|
25
|
+
"name": "Secondary",
|
|
26
|
+
"type": "color",
|
|
27
|
+
"value": "#757575"
|
|
28
|
+
},
|
|
29
|
+
"tertiary": {
|
|
30
|
+
"name": "Tertiary",
|
|
31
|
+
"type": "color",
|
|
32
|
+
"value": "#226581"
|
|
33
|
+
},
|
|
34
|
+
"info": {
|
|
35
|
+
"name": "Info",
|
|
36
|
+
"type": "color",
|
|
37
|
+
"value": "#0058E9"
|
|
38
|
+
},
|
|
39
|
+
"success": {
|
|
40
|
+
"name": "Success",
|
|
41
|
+
"type": "color",
|
|
42
|
+
"value": "#33a600"
|
|
43
|
+
},
|
|
44
|
+
"warning": {
|
|
45
|
+
"name": "Warning",
|
|
46
|
+
"type": "color",
|
|
47
|
+
"value": "#F5A600"
|
|
48
|
+
},
|
|
49
|
+
"error": {
|
|
50
|
+
"name": "Error",
|
|
51
|
+
"type": "color",
|
|
52
|
+
"value": "#D51923"
|
|
53
|
+
},
|
|
54
|
+
"light": {
|
|
55
|
+
"name": "Light",
|
|
56
|
+
"type": "color",
|
|
57
|
+
"value": "#757575"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "Body",
|
|
63
|
+
"variables": {
|
|
64
|
+
"body-text": {
|
|
65
|
+
"name": "Body text color",
|
|
66
|
+
"type": "color",
|
|
67
|
+
"value": "#424242"
|
|
68
|
+
},
|
|
69
|
+
"body-bg": {
|
|
70
|
+
"name": "Body background",
|
|
71
|
+
"type": "color",
|
|
72
|
+
"value": "#ffffff"
|
|
73
|
+
},
|
|
74
|
+
"heading-text": {
|
|
75
|
+
"name": "Headings text color",
|
|
76
|
+
"type": "color",
|
|
77
|
+
"value": "#272727"
|
|
78
|
+
},
|
|
79
|
+
"subtle-text": {
|
|
80
|
+
"name": "Subtle text color",
|
|
81
|
+
"type": "color",
|
|
82
|
+
"value": "#666666"
|
|
83
|
+
},
|
|
84
|
+
"disabled-text": {
|
|
85
|
+
"name": "Disabled text color",
|
|
86
|
+
"type": "color",
|
|
87
|
+
"value": "#8f8f8f"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "Components",
|
|
93
|
+
"variables": {
|
|
94
|
+
"component-text": {
|
|
95
|
+
"name": "Component text color",
|
|
96
|
+
"type": "color",
|
|
97
|
+
"value": "#424242"
|
|
98
|
+
},
|
|
99
|
+
"component-bg": {
|
|
100
|
+
"name": "Component background",
|
|
101
|
+
"type": "color",
|
|
102
|
+
"value": "#ffffff"
|
|
103
|
+
},
|
|
104
|
+
"base-text": {
|
|
105
|
+
"name": "Header text color",
|
|
106
|
+
"type": "color",
|
|
107
|
+
"value": "#424242"
|
|
108
|
+
},
|
|
109
|
+
"base-bg": {
|
|
110
|
+
"name": "Header background",
|
|
111
|
+
"type": "color",
|
|
112
|
+
"value": "#fafafa"
|
|
113
|
+
},
|
|
114
|
+
"hovered-text": {
|
|
115
|
+
"name": "Hover text color",
|
|
116
|
+
"type": "color",
|
|
117
|
+
"value": "#424242"
|
|
118
|
+
},
|
|
119
|
+
"hovered-bg": {
|
|
120
|
+
"name": "Hover background",
|
|
121
|
+
"type": "color",
|
|
122
|
+
"value": "#ececec"
|
|
123
|
+
},
|
|
124
|
+
"selected-text": {
|
|
125
|
+
"name": "Selected text color",
|
|
126
|
+
"type": "color",
|
|
127
|
+
"value": "#ffffff"
|
|
128
|
+
},
|
|
129
|
+
"selected-bg": {
|
|
130
|
+
"name": "Selected background",
|
|
131
|
+
"type": "color",
|
|
132
|
+
"value": "#1274AC"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "Button",
|
|
138
|
+
"variables": {
|
|
139
|
+
"kendo-button-text": {
|
|
140
|
+
"name": "Button text color",
|
|
141
|
+
"type": "color",
|
|
142
|
+
"value": "#424242"
|
|
143
|
+
},
|
|
144
|
+
"kendo-button-bg": {
|
|
145
|
+
"name": "Button background",
|
|
146
|
+
"type": "color",
|
|
147
|
+
"value": "#f5f5f5"
|
|
148
|
+
},
|
|
149
|
+
"kendo-flat-button-hover-opacity": {
|
|
150
|
+
"name": "Flat Button hover opacity",
|
|
151
|
+
"type": "number",
|
|
152
|
+
"value": "4%"
|
|
153
|
+
},
|
|
154
|
+
"kendo-flat-button-active-opacity": {
|
|
155
|
+
"name": "Flat Button active opacity",
|
|
156
|
+
"type": "number",
|
|
157
|
+
"value": "6%"
|
|
158
|
+
},
|
|
159
|
+
"kendo-flat-button-selected-opacity": {
|
|
160
|
+
"name": "Flat Button selected opacity",
|
|
161
|
+
"type": "number",
|
|
162
|
+
"value": "8%"
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "Link",
|
|
168
|
+
"variables": {
|
|
169
|
+
"link-text": {
|
|
170
|
+
"name": "Link text color",
|
|
171
|
+
"type": "color",
|
|
172
|
+
"value": "#1274AC"
|
|
173
|
+
},
|
|
174
|
+
"link-hover-text": {
|
|
175
|
+
"name": "Link hover text color",
|
|
176
|
+
"type": "color",
|
|
177
|
+
"value": "#0f6190"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"name": "Dataviz",
|
|
183
|
+
"variables": {
|
|
184
|
+
"series-a": {
|
|
185
|
+
"name": "Series A",
|
|
186
|
+
"type": "color",
|
|
187
|
+
"value": "#1274AC"
|
|
188
|
+
},
|
|
189
|
+
"series-b": {
|
|
190
|
+
"name": "Series B",
|
|
191
|
+
"type": "color",
|
|
192
|
+
"value": "#ffd246"
|
|
193
|
+
},
|
|
194
|
+
"series-c": {
|
|
195
|
+
"name": "Series C",
|
|
196
|
+
"type": "color",
|
|
197
|
+
"value": "#78d237"
|
|
198
|
+
},
|
|
199
|
+
"series-d": {
|
|
200
|
+
"name": "Series D",
|
|
201
|
+
"type": "color",
|
|
202
|
+
"value": "#28b4c8"
|
|
203
|
+
},
|
|
204
|
+
"series-e": {
|
|
205
|
+
"name": "Series E",
|
|
206
|
+
"type": "color",
|
|
207
|
+
"value": "#2d73f5"
|
|
208
|
+
},
|
|
209
|
+
"series-f": {
|
|
210
|
+
"name": "Series F",
|
|
211
|
+
"type": "color",
|
|
212
|
+
"value": "#aa46be"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "Scheduler",
|
|
218
|
+
"variables": {
|
|
219
|
+
"scheduler-event-bg": {
|
|
220
|
+
"name": "Scheduler event background",
|
|
221
|
+
"type": "color",
|
|
222
|
+
"value": "#1274AC"
|
|
223
|
+
},
|
|
224
|
+
"scheduler-event-selected-bg": {
|
|
225
|
+
"name": "Scheduler event selected background",
|
|
226
|
+
"type": "color",
|
|
227
|
+
"value": "#0f6190"
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "Pager",
|
|
233
|
+
"variables": {
|
|
234
|
+
"pager-number-text": {
|
|
235
|
+
"name": "Pager number text color",
|
|
236
|
+
"type": "color",
|
|
237
|
+
"value": "#424242"
|
|
238
|
+
},
|
|
239
|
+
"pager-number-hover-bg": {
|
|
240
|
+
"name": "Pager number hover background",
|
|
241
|
+
"type": "color",
|
|
242
|
+
"value": "#ececec"
|
|
243
|
+
},
|
|
244
|
+
"pager-number-hover-text": {
|
|
245
|
+
"name": "Pager number hover text color",
|
|
246
|
+
"type": "color",
|
|
247
|
+
"value": "#424242"
|
|
248
|
+
},
|
|
249
|
+
"pager-number-selected-bg": {
|
|
250
|
+
"name": "Pager number selected background",
|
|
251
|
+
"type": "color",
|
|
252
|
+
"value": "#1274AC"
|
|
253
|
+
},
|
|
254
|
+
"pager-number-selected-text": {
|
|
255
|
+
"name": "Pager number selected text color",
|
|
256
|
+
"type": "color",
|
|
257
|
+
"value": "#ffffff"
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
}
|
package/lib/swatches/index.js
CHANGED
|
@@ -3,6 +3,7 @@ module.exports.mainDark = require('./default-main-dark.json');
|
|
|
3
3
|
module.exports.blue = require('./default-blue.json');
|
|
4
4
|
module.exports.green = require('./default-green.json');
|
|
5
5
|
module.exports.nordic = require('./default-nordic.json');
|
|
6
|
+
module.exports.orange = require('./default-ocean-blue.json');
|
|
6
7
|
module.exports.orange = require('./default-orange.json');
|
|
7
8
|
module.exports.purple = require('./default-purple.json');
|
|
8
9
|
module.exports.turquoise = require('./default-turquoise.json');
|
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.2.1-dev.
|
|
4
|
+
"version": "5.2.1-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"prepublishOnly": "node ../../scripts/themes-prepublish.js",
|
|
48
48
|
"postpublish": "echo 'no postpublish for default theme'"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "2ceeec1399fcc1bb057257c25da8b4512378b079"
|
|
51
51
|
}
|
|
@@ -44,8 +44,9 @@ $actionsheet-item-icon-size: null !default;
|
|
|
44
44
|
|
|
45
45
|
$actionsheet-item-title-font-weight: null !default;
|
|
46
46
|
$actionsheet-item-title-text-transform: null !default;
|
|
47
|
+
|
|
47
48
|
$actionsheet-item-description-font-size: .875em !default;
|
|
48
|
-
$actionsheet-item-description-
|
|
49
|
+
$actionsheet-item-description-text: $subtle-text !default;
|
|
49
50
|
|
|
50
51
|
$actionsheet-item-hover-bg: $hovered-bg !default;
|
|
51
52
|
$actionsheet-item-hover-text: null !default;
|
|
@@ -45,7 +45,7 @@ $colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width /
|
|
|
45
45
|
$colorgradient-input-width: 46px !default;
|
|
46
46
|
$colorgradient-input-gap: ( $colorgradient-spacer / 1.5 ) !default;
|
|
47
47
|
$colorgradient-input-label-gap: ( $colorgradient-spacer / 3 ) !default;
|
|
48
|
-
$colorgradient-input-label-text: $
|
|
48
|
+
$colorgradient-input-label-text: $subtle-text !default;
|
|
49
49
|
|
|
50
50
|
$colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
|
|
51
51
|
$colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
@@ -27,7 +27,7 @@ $expander-header-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
27
27
|
|
|
28
28
|
$expander-title-text: $primary !default;
|
|
29
29
|
|
|
30
|
-
$expander-header-sub-title-
|
|
30
|
+
$expander-header-sub-title-text: $subtle-text !default;
|
|
31
31
|
|
|
32
32
|
$expander-content-padding-x: $padding-x * 2 !default;
|
|
33
33
|
$expander-content-padding-y: $padding-y * 4 !default;
|
|
@@ -37,7 +37,8 @@
|
|
|
37
37
|
width: auto;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
&.k-state-empty
|
|
40
|
+
&.k-state-empty,
|
|
41
|
+
&.k-empty {
|
|
41
42
|
> .k-label {
|
|
42
43
|
top: $floating-label-offset-y;
|
|
43
44
|
left: $floating-label-offset-x;
|
|
@@ -48,7 +49,8 @@
|
|
|
48
49
|
|
|
49
50
|
> .k-label,
|
|
50
51
|
// &:focus-within > .k-label,
|
|
51
|
-
&.k-state-focused > .k-label
|
|
52
|
+
&.k-state-focused > .k-label,
|
|
53
|
+
&.k-focus > .k-label {
|
|
52
54
|
top: $floating-label-focus-offset-y;
|
|
53
55
|
left: $floating-label-focus-offset-x;
|
|
54
56
|
transform: scale( $floating-label-focus-scale );
|
|
@@ -69,9 +71,11 @@
|
|
|
69
71
|
|
|
70
72
|
> .k-label {
|
|
71
73
|
transform-origin: right center;
|
|
74
|
+
transition: transform $floating-label-transition, color $floating-label-transition, top $floating-label-transition, right $floating-label-transition;
|
|
72
75
|
}
|
|
73
76
|
|
|
74
|
-
&.k-state-empty
|
|
77
|
+
&.k-state-empty,
|
|
78
|
+
&.k-empty {
|
|
75
79
|
> .k-label {
|
|
76
80
|
left: auto;
|
|
77
81
|
right: $floating-label-offset-x;
|
|
@@ -80,11 +84,12 @@
|
|
|
80
84
|
|
|
81
85
|
> .k-label,
|
|
82
86
|
// &:focus-within > .k-label,
|
|
83
|
-
&.k-state-focused > .k-label
|
|
87
|
+
&.k-state-focused > .k-label,
|
|
88
|
+
&.k-focus > .k-label {
|
|
84
89
|
left: auto;
|
|
85
90
|
right: $floating-label-focus-offset-x;
|
|
86
91
|
}
|
|
87
|
-
&:focus-within {
|
|
92
|
+
&:focus-within > .k-label {
|
|
88
93
|
left: auto;
|
|
89
94
|
right: $floating-label-focus-offset-x;
|
|
90
95
|
}
|
|
@@ -86,7 +86,7 @@ $taskboard-card-selected-shadow: none !default;
|
|
|
86
86
|
|
|
87
87
|
$taskboard-card-header-text: $primary !default;
|
|
88
88
|
$taskboard-card-header-focus-text: $primary-darker !default;
|
|
89
|
-
$taskboard-card-header-hover-text: $primary-
|
|
89
|
+
$taskboard-card-header-hover-text: $primary-darker !default;
|
|
90
90
|
|
|
91
91
|
$taskboard-drag-placeholder-border-width: 1px !default;
|
|
92
92
|
$taskboard-drag-placeholder-border-radius: $taskboard-card-border-radius !default;
|