@progress/kendo-theme-default 10.0.0-dev.1 → 10.0.0-dev.3
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 +1 -1
- package/dist/default-blue.css +1 -1
- package/dist/default-blue.scss +0 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-green.scss +0 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main-dark.scss +0 -1
- package/dist/default-main.css +1 -1
- package/dist/default-main.scss +0 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-nordic.scss +0 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue-a11y.scss +0 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-ocean-blue.scss +0 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-orange.scss +0 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-purple.scss +0 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-turquoise.scss +0 -1
- package/dist/default-urban.css +1 -1
- package/dist/default-urban.scss +0 -1
- package/dist/meta/sassdoc-data.json +90 -144
- package/dist/meta/sassdoc-raw-data.json +41 -66
- package/dist/meta/variables.json +5 -5
- package/lib/swatches/default-blue.json +1 -6
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -6
- package/lib/swatches/default-main-dark.json +1 -6
- package/lib/swatches/default-main.json +1 -6
- package/lib/swatches/default-nordic.json +1 -6
- package/lib/swatches/default-ocean-blue-a11y.json +1 -6
- package/lib/swatches/default-ocean-blue.json +1 -6
- package/lib/swatches/default-orange.json +1 -6
- package/lib/swatches/default-purple.json +1 -6
- package/lib/swatches/default-turquoise.json +1 -6
- package/lib/swatches/default-urban.json +1 -6
- package/package.json +5 -5
- package/scss/colorgradient/_variables.scss +0 -3
- package/scss/scheduler/_variables.scss +1 -1
- package/scss/typography/_index.scss +0 -1
|
@@ -14450,15 +14450,15 @@
|
|
|
14450
14450
|
}
|
|
14451
14451
|
},
|
|
14452
14452
|
{
|
|
14453
|
-
"description": "The color of the outline around the ColorGradient canvas drag handle.\n",
|
|
14453
|
+
"description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
|
|
14454
14454
|
"commentRange": {
|
|
14455
14455
|
"start": 108,
|
|
14456
14456
|
"end": 109
|
|
14457
14457
|
},
|
|
14458
14458
|
"context": {
|
|
14459
14459
|
"type": "variable",
|
|
14460
|
-
"name": "kendo-color-gradient-draghandle-shadow",
|
|
14461
|
-
"value": "
|
|
14460
|
+
"name": "kendo-color-gradient-draghandle-focus-shadow",
|
|
14461
|
+
"value": "$kendo-color-black",
|
|
14462
14462
|
"scope": "default",
|
|
14463
14463
|
"line": {
|
|
14464
14464
|
"start": 110,
|
|
@@ -14475,14 +14475,14 @@
|
|
|
14475
14475
|
}
|
|
14476
14476
|
},
|
|
14477
14477
|
{
|
|
14478
|
-
"description": "The
|
|
14478
|
+
"description": "The hover color of the outline around the ColorGradient canvas drag handle.\n",
|
|
14479
14479
|
"commentRange": {
|
|
14480
14480
|
"start": 111,
|
|
14481
14481
|
"end": 112
|
|
14482
14482
|
},
|
|
14483
14483
|
"context": {
|
|
14484
14484
|
"type": "variable",
|
|
14485
|
-
"name": "kendo-color-gradient-draghandle-
|
|
14485
|
+
"name": "kendo-color-gradient-draghandle-hover-shadow",
|
|
14486
14486
|
"value": "$kendo-color-black",
|
|
14487
14487
|
"scope": "default",
|
|
14488
14488
|
"line": {
|
|
@@ -14500,44 +14500,19 @@
|
|
|
14500
14500
|
}
|
|
14501
14501
|
},
|
|
14502
14502
|
{
|
|
14503
|
-
"description": "The
|
|
14503
|
+
"description": "The box shadow of the ColorGradient canvas drag handle.\n",
|
|
14504
14504
|
"commentRange": {
|
|
14505
14505
|
"start": 114,
|
|
14506
14506
|
"end": 115
|
|
14507
14507
|
},
|
|
14508
|
-
"context": {
|
|
14509
|
-
"type": "variable",
|
|
14510
|
-
"name": "kendo-color-gradient-draghandle-hover-shadow",
|
|
14511
|
-
"value": "$kendo-color-black",
|
|
14512
|
-
"scope": "default",
|
|
14513
|
-
"line": {
|
|
14514
|
-
"start": 116,
|
|
14515
|
-
"end": 116
|
|
14516
|
-
}
|
|
14517
|
-
},
|
|
14518
|
-
"group": [
|
|
14519
|
-
"color-gradient"
|
|
14520
|
-
],
|
|
14521
|
-
"access": "public",
|
|
14522
|
-
"file": {
|
|
14523
|
-
"path": "colorgradient/_variables.scss",
|
|
14524
|
-
"name": "_variables.scss"
|
|
14525
|
-
}
|
|
14526
|
-
},
|
|
14527
|
-
{
|
|
14528
|
-
"description": "The box shadow of the ColorGradient canvas drag handle.\n",
|
|
14529
|
-
"commentRange": {
|
|
14530
|
-
"start": 117,
|
|
14531
|
-
"end": 118
|
|
14532
|
-
},
|
|
14533
14508
|
"context": {
|
|
14534
14509
|
"type": "variable",
|
|
14535
14510
|
"name": "kendo-color-gradient-draghandle-shadow",
|
|
14536
14511
|
"value": "k-elevation(2)",
|
|
14537
14512
|
"scope": "default",
|
|
14538
14513
|
"line": {
|
|
14539
|
-
"start":
|
|
14540
|
-
"end":
|
|
14514
|
+
"start": 116,
|
|
14515
|
+
"end": 116
|
|
14541
14516
|
}
|
|
14542
14517
|
},
|
|
14543
14518
|
"group": [
|
|
@@ -14552,8 +14527,8 @@
|
|
|
14552
14527
|
{
|
|
14553
14528
|
"description": "The vertical margin of the ColorGradient canvas drag handle.\n",
|
|
14554
14529
|
"commentRange": {
|
|
14555
|
-
"start":
|
|
14556
|
-
"end":
|
|
14530
|
+
"start": 118,
|
|
14531
|
+
"end": 119
|
|
14557
14532
|
},
|
|
14558
14533
|
"context": {
|
|
14559
14534
|
"type": "variable",
|
|
@@ -14561,8 +14536,8 @@
|
|
|
14561
14536
|
"value": "- math.div( $kendo-color-gradient-draghandle-height, 2 )",
|
|
14562
14537
|
"scope": "default",
|
|
14563
14538
|
"line": {
|
|
14564
|
-
"start":
|
|
14565
|
-
"end":
|
|
14539
|
+
"start": 120,
|
|
14540
|
+
"end": 120
|
|
14566
14541
|
}
|
|
14567
14542
|
},
|
|
14568
14543
|
"group": [
|
|
@@ -14577,8 +14552,8 @@
|
|
|
14577
14552
|
{
|
|
14578
14553
|
"description": "The horizontal margin of the ColorGradient canvas drag handle.\n",
|
|
14579
14554
|
"commentRange": {
|
|
14580
|
-
"start":
|
|
14581
|
-
"end":
|
|
14555
|
+
"start": 121,
|
|
14556
|
+
"end": 122
|
|
14582
14557
|
},
|
|
14583
14558
|
"context": {
|
|
14584
14559
|
"type": "variable",
|
|
@@ -14586,8 +14561,8 @@
|
|
|
14586
14561
|
"value": "- math.div( $kendo-color-gradient-draghandle-width, 2 )",
|
|
14587
14562
|
"scope": "default",
|
|
14588
14563
|
"line": {
|
|
14589
|
-
"start":
|
|
14590
|
-
"end":
|
|
14564
|
+
"start": 123,
|
|
14565
|
+
"end": 123
|
|
14591
14566
|
}
|
|
14592
14567
|
},
|
|
14593
14568
|
"group": [
|
|
@@ -14602,8 +14577,8 @@
|
|
|
14602
14577
|
{
|
|
14603
14578
|
"description": "The width of the ColorGradient input.\n",
|
|
14604
14579
|
"commentRange": {
|
|
14605
|
-
"start":
|
|
14606
|
-
"end":
|
|
14580
|
+
"start": 125,
|
|
14581
|
+
"end": 126
|
|
14607
14582
|
},
|
|
14608
14583
|
"context": {
|
|
14609
14584
|
"type": "variable",
|
|
@@ -14611,8 +14586,8 @@
|
|
|
14611
14586
|
"value": "46px",
|
|
14612
14587
|
"scope": "default",
|
|
14613
14588
|
"line": {
|
|
14614
|
-
"start":
|
|
14615
|
-
"end":
|
|
14589
|
+
"start": 127,
|
|
14590
|
+
"end": 127
|
|
14616
14591
|
}
|
|
14617
14592
|
},
|
|
14618
14593
|
"group": [
|
|
@@ -14627,8 +14602,8 @@
|
|
|
14627
14602
|
{
|
|
14628
14603
|
"description": "The spacing between the ColorGradient inputs.\n",
|
|
14629
14604
|
"commentRange": {
|
|
14630
|
-
"start":
|
|
14631
|
-
"end":
|
|
14605
|
+
"start": 128,
|
|
14606
|
+
"end": 129
|
|
14632
14607
|
},
|
|
14633
14608
|
"context": {
|
|
14634
14609
|
"type": "variable",
|
|
@@ -14636,8 +14611,8 @@
|
|
|
14636
14611
|
"value": "calc( #{$kendo-color-gradient-spacer} / 1.5 )",
|
|
14637
14612
|
"scope": "default",
|
|
14638
14613
|
"line": {
|
|
14639
|
-
"start":
|
|
14640
|
-
"end":
|
|
14614
|
+
"start": 130,
|
|
14615
|
+
"end": 130
|
|
14641
14616
|
}
|
|
14642
14617
|
},
|
|
14643
14618
|
"group": [
|
|
@@ -14652,8 +14627,8 @@
|
|
|
14652
14627
|
{
|
|
14653
14628
|
"description": "The spacing between the ColorGradient inputs and their labels.\n",
|
|
14654
14629
|
"commentRange": {
|
|
14655
|
-
"start":
|
|
14656
|
-
"end":
|
|
14630
|
+
"start": 131,
|
|
14631
|
+
"end": 132
|
|
14657
14632
|
},
|
|
14658
14633
|
"context": {
|
|
14659
14634
|
"type": "variable",
|
|
@@ -14661,8 +14636,8 @@
|
|
|
14661
14636
|
"value": "calc( #{$kendo-color-gradient-spacer} / 3 )",
|
|
14662
14637
|
"scope": "default",
|
|
14663
14638
|
"line": {
|
|
14664
|
-
"start":
|
|
14665
|
-
"end":
|
|
14639
|
+
"start": 133,
|
|
14640
|
+
"end": 133
|
|
14666
14641
|
}
|
|
14667
14642
|
},
|
|
14668
14643
|
"group": [
|
|
@@ -14677,8 +14652,8 @@
|
|
|
14677
14652
|
{
|
|
14678
14653
|
"description": "The text color of the ColorGradient input labels.\n",
|
|
14679
14654
|
"commentRange": {
|
|
14680
|
-
"start":
|
|
14681
|
-
"end":
|
|
14655
|
+
"start": 134,
|
|
14656
|
+
"end": 135
|
|
14682
14657
|
},
|
|
14683
14658
|
"context": {
|
|
14684
14659
|
"type": "variable",
|
|
@@ -14686,8 +14661,8 @@
|
|
|
14686
14661
|
"value": "$kendo-subtle-text",
|
|
14687
14662
|
"scope": "default",
|
|
14688
14663
|
"line": {
|
|
14689
|
-
"start":
|
|
14690
|
-
"end":
|
|
14664
|
+
"start": 136,
|
|
14665
|
+
"end": 136
|
|
14691
14666
|
}
|
|
14692
14667
|
},
|
|
14693
14668
|
"group": [
|
|
@@ -14702,8 +14677,8 @@
|
|
|
14702
14677
|
{
|
|
14703
14678
|
"description": "The font weight of the ColorGradient contrast ratio text.\n",
|
|
14704
14679
|
"commentRange": {
|
|
14705
|
-
"start":
|
|
14706
|
-
"end":
|
|
14680
|
+
"start": 138,
|
|
14681
|
+
"end": 139
|
|
14707
14682
|
},
|
|
14708
14683
|
"context": {
|
|
14709
14684
|
"type": "variable",
|
|
@@ -14711,8 +14686,8 @@
|
|
|
14711
14686
|
"value": "var( --kendo-font-weight-bold, normal )",
|
|
14712
14687
|
"scope": "default",
|
|
14713
14688
|
"line": {
|
|
14714
|
-
"start":
|
|
14715
|
-
"end":
|
|
14689
|
+
"start": 140,
|
|
14690
|
+
"end": 140
|
|
14716
14691
|
}
|
|
14717
14692
|
},
|
|
14718
14693
|
"group": [
|
|
@@ -14727,8 +14702,8 @@
|
|
|
14727
14702
|
{
|
|
14728
14703
|
"description": "The spacing between the items in the ColorGradient contrast tool.\n",
|
|
14729
14704
|
"commentRange": {
|
|
14730
|
-
"start":
|
|
14731
|
-
"end":
|
|
14705
|
+
"start": 141,
|
|
14706
|
+
"end": 142
|
|
14732
14707
|
},
|
|
14733
14708
|
"context": {
|
|
14734
14709
|
"type": "variable",
|
|
@@ -14736,8 +14711,8 @@
|
|
|
14736
14711
|
"value": "calc( #{$kendo-color-gradient-spacer} / 1.5 )",
|
|
14737
14712
|
"scope": "default",
|
|
14738
14713
|
"line": {
|
|
14739
|
-
"start":
|
|
14740
|
-
"end":
|
|
14714
|
+
"start": 143,
|
|
14715
|
+
"end": 143
|
|
14741
14716
|
}
|
|
14742
14717
|
},
|
|
14743
14718
|
"group": [
|
|
@@ -47733,7 +47708,7 @@
|
|
|
47733
47708
|
"context": {
|
|
47734
47709
|
"type": "variable",
|
|
47735
47710
|
"name": "kendo-scheduler-rtl-indicators-margin",
|
|
47736
|
-
"value": "k-spacing(0.5)
|
|
47711
|
+
"value": "k-spacing(0.5) k-spacing(1) 0 .4ex",
|
|
47737
47712
|
"scope": "default",
|
|
47738
47713
|
"line": {
|
|
47739
47714
|
"start": 263,
|
package/dist/meta/variables.json
CHANGED
|
@@ -6474,10 +6474,6 @@
|
|
|
6474
6474
|
"type": "Color",
|
|
6475
6475
|
"value": "rgba(255, 255, 255, 0.8)"
|
|
6476
6476
|
},
|
|
6477
|
-
"kendo-color-gradient-draghandle-shadow": {
|
|
6478
|
-
"type": "Color",
|
|
6479
|
-
"value": "rgba(0, 0, 0, 0.5)"
|
|
6480
|
-
},
|
|
6481
6477
|
"kendo-color-gradient-draghandle-focus-shadow": {
|
|
6482
6478
|
"type": "Color",
|
|
6483
6479
|
"value": "#000000"
|
|
@@ -6486,6 +6482,10 @@
|
|
|
6486
6482
|
"type": "Color",
|
|
6487
6483
|
"value": "#000000"
|
|
6488
6484
|
},
|
|
6485
|
+
"kendo-color-gradient-draghandle-shadow": {
|
|
6486
|
+
"type": "String",
|
|
6487
|
+
"value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
|
|
6488
|
+
},
|
|
6489
6489
|
"kendo-color-gradient-canvas-draghandle-margin-y": {
|
|
6490
6490
|
"type": "Number",
|
|
6491
6491
|
"value": "-7px"
|
|
@@ -13229,7 +13229,7 @@
|
|
|
13229
13229
|
},
|
|
13230
13230
|
"kendo-scheduler-rtl-indicators-margin": {
|
|
13231
13231
|
"type": "List",
|
|
13232
|
-
"value": "(var(--kendo-spacing-0\\.5, 0.125rem)
|
|
13232
|
+
"value": "(var(--kendo-spacing-0\\.5, 0.125rem) var(--kendo-spacing-1, 0.25rem) 0 0.4ex)"
|
|
13233
13233
|
},
|
|
13234
13234
|
"kendo-scheduler-marquee-label-inset-x": {
|
|
13235
13235
|
"type": "String",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Blue",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "10.0.0-dev.
|
|
6
|
+
"version": "10.0.0-dev.3",
|
|
7
7
|
"api": "modern",
|
|
8
8
|
"previewColors": [
|
|
9
9
|
"#ffffff",
|
|
@@ -611,11 +611,6 @@
|
|
|
611
611
|
"name": "Subtle text color",
|
|
612
612
|
"type": "color",
|
|
613
613
|
"value": "#666666"
|
|
614
|
-
},
|
|
615
|
-
"kendo-disabled-text": {
|
|
616
|
-
"name": "Disabled text color",
|
|
617
|
-
"type": "color",
|
|
618
|
-
"value": "#8f8f8f"
|
|
619
614
|
}
|
|
620
615
|
}
|
|
621
616
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Green",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "10.0.0-dev.
|
|
6
|
+
"version": "10.0.0-dev.3",
|
|
7
7
|
"api": "modern",
|
|
8
8
|
"previewColors": [
|
|
9
9
|
"#ffffff",
|
|
@@ -571,11 +571,6 @@
|
|
|
571
571
|
"name": "Subtle text color",
|
|
572
572
|
"type": "color",
|
|
573
573
|
"value": "#666666"
|
|
574
|
-
},
|
|
575
|
-
"kendo-disabled-text": {
|
|
576
|
-
"name": "Disabled text color",
|
|
577
|
-
"type": "color",
|
|
578
|
-
"value": "#8f8f8f"
|
|
579
574
|
}
|
|
580
575
|
}
|
|
581
576
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Main Dark",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "10.0.0-dev.
|
|
6
|
+
"version": "10.0.0-dev.3",
|
|
7
7
|
"api": "modern",
|
|
8
8
|
"previewColors": [
|
|
9
9
|
"#000000",
|
|
@@ -836,11 +836,6 @@
|
|
|
836
836
|
"name": "Subtle text color",
|
|
837
837
|
"type": "color",
|
|
838
838
|
"value": "#808080"
|
|
839
|
-
},
|
|
840
|
-
"kendo-disabled-text": {
|
|
841
|
-
"name": "Disabled text color",
|
|
842
|
-
"type": "color",
|
|
843
|
-
"value": "#4D4D4D"
|
|
844
839
|
}
|
|
845
840
|
}
|
|
846
841
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Main",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "10.0.0-dev.
|
|
6
|
+
"version": "10.0.0-dev.3",
|
|
7
7
|
"api": "modern",
|
|
8
8
|
"previewColors": [
|
|
9
9
|
"#ffffff",
|
|
@@ -81,11 +81,6 @@
|
|
|
81
81
|
"name": "Subtle text color",
|
|
82
82
|
"type": "color",
|
|
83
83
|
"value": "#666666"
|
|
84
|
-
},
|
|
85
|
-
"kendo-disabled-text": {
|
|
86
|
-
"name": "Disabled text color",
|
|
87
|
-
"type": "color",
|
|
88
|
-
"value": "#8f8f8f"
|
|
89
84
|
}
|
|
90
85
|
}
|
|
91
86
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Nordic",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "10.0.0-dev.
|
|
6
|
+
"version": "10.0.0-dev.3",
|
|
7
7
|
"api": "modern",
|
|
8
8
|
"previewColors": [
|
|
9
9
|
"#ffffff",
|
|
@@ -611,11 +611,6 @@
|
|
|
611
611
|
"name": "Subtle text color",
|
|
612
612
|
"type": "color",
|
|
613
613
|
"value": "#8f9ea2"
|
|
614
|
-
},
|
|
615
|
-
"kendo-disabled-text": {
|
|
616
|
-
"name": "Disabled text color",
|
|
617
|
-
"type": "color",
|
|
618
|
-
"value": "#afbabd"
|
|
619
614
|
}
|
|
620
615
|
}
|
|
621
616
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Ocean Blue A11Y",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "10.0.0-dev.
|
|
6
|
+
"version": "10.0.0-dev.3",
|
|
7
7
|
"api": "modern",
|
|
8
8
|
"previewColors": [
|
|
9
9
|
"#ffffff",
|
|
@@ -721,11 +721,6 @@
|
|
|
721
721
|
"name": "Subtle text color",
|
|
722
722
|
"type": "color",
|
|
723
723
|
"value": "#666666"
|
|
724
|
-
},
|
|
725
|
-
"kendo-disabled-text": {
|
|
726
|
-
"name": "Disabled text color",
|
|
727
|
-
"type": "color",
|
|
728
|
-
"value": "#8f8f8f"
|
|
729
724
|
}
|
|
730
725
|
}
|
|
731
726
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Ocean Blue",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "10.0.0-dev.
|
|
6
|
+
"version": "10.0.0-dev.3",
|
|
7
7
|
"api": "modern",
|
|
8
8
|
"previewColors": [
|
|
9
9
|
"#ffffff",
|
|
@@ -721,11 +721,6 @@
|
|
|
721
721
|
"name": "Subtle text color",
|
|
722
722
|
"type": "color",
|
|
723
723
|
"value": "#666666"
|
|
724
|
-
},
|
|
725
|
-
"kendo-disabled-text": {
|
|
726
|
-
"name": "Disabled text color",
|
|
727
|
-
"type": "color",
|
|
728
|
-
"value": "#8f8f8f"
|
|
729
724
|
}
|
|
730
725
|
}
|
|
731
726
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Orange",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "10.0.0-dev.
|
|
6
|
+
"version": "10.0.0-dev.3",
|
|
7
7
|
"api": "modern",
|
|
8
8
|
"previewColors": [
|
|
9
9
|
"#ffffff",
|
|
@@ -611,11 +611,6 @@
|
|
|
611
611
|
"name": "Subtle text color",
|
|
612
612
|
"type": "color",
|
|
613
613
|
"value": "#666666"
|
|
614
|
-
},
|
|
615
|
-
"kendo-disabled-text": {
|
|
616
|
-
"name": "Disabled text color",
|
|
617
|
-
"type": "color",
|
|
618
|
-
"value": "#8f8f8f"
|
|
619
614
|
}
|
|
620
615
|
}
|
|
621
616
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Purple",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "10.0.0-dev.
|
|
6
|
+
"version": "10.0.0-dev.3",
|
|
7
7
|
"api": "modern",
|
|
8
8
|
"previewColors": [
|
|
9
9
|
"#ffffff",
|
|
@@ -611,11 +611,6 @@
|
|
|
611
611
|
"name": "Subtle text color",
|
|
612
612
|
"type": "color",
|
|
613
613
|
"value": "#666666"
|
|
614
|
-
},
|
|
615
|
-
"kendo-disabled-text": {
|
|
616
|
-
"name": "Disabled text color",
|
|
617
|
-
"type": "color",
|
|
618
|
-
"value": "#8f8f8f"
|
|
619
614
|
}
|
|
620
615
|
}
|
|
621
616
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Turquoise",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "10.0.0-dev.
|
|
6
|
+
"version": "10.0.0-dev.3",
|
|
7
7
|
"api": "modern",
|
|
8
8
|
"previewColors": [
|
|
9
9
|
"#ffffff",
|
|
@@ -611,11 +611,6 @@
|
|
|
611
611
|
"name": "Subtle text color",
|
|
612
612
|
"type": "color",
|
|
613
613
|
"value": "#666666"
|
|
614
|
-
},
|
|
615
|
-
"kendo-disabled-text": {
|
|
616
|
-
"name": "Disabled text color",
|
|
617
|
-
"type": "color",
|
|
618
|
-
"value": "#8f8f8f"
|
|
619
614
|
}
|
|
620
615
|
}
|
|
621
616
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Urban",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "10.0.0-dev.
|
|
6
|
+
"version": "10.0.0-dev.3",
|
|
7
7
|
"api": "modern",
|
|
8
8
|
"previewColors": [
|
|
9
9
|
"#ffffff",
|
|
@@ -611,11 +611,6 @@
|
|
|
611
611
|
"name": "Subtle text color",
|
|
612
612
|
"type": "color",
|
|
613
613
|
"value": "#6c757d"
|
|
614
|
-
},
|
|
615
|
-
"kendo-disabled-text": {
|
|
616
|
-
"name": "Disabled text color",
|
|
617
|
-
"type": "color",
|
|
618
|
-
"value": "#8f8f8f"
|
|
619
614
|
}
|
|
620
615
|
}
|
|
621
616
|
},
|
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": "10.0.0-dev.
|
|
4
|
+
"version": "10.0.0-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "sass-build",
|
|
40
|
-
"watch": "
|
|
40
|
+
"watch": "npx sass --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css",
|
|
41
41
|
"sass": "sass-build",
|
|
42
42
|
"sass:standalone": "sass-build -c sass-standalone.config.js",
|
|
43
43
|
"sass:swatches": "gulp dist:swatches && sass-build -c sass-swatches.config.js",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@progress/kendo-svg-icons": "^3.1.0",
|
|
54
|
-
"@progress/kendo-theme-core": "10.0.0-dev.
|
|
55
|
-
"@progress/kendo-theme-utils": "10.0.0-dev.
|
|
54
|
+
"@progress/kendo-theme-core": "10.0.0-dev.3",
|
|
55
|
+
"@progress/kendo-theme-utils": "10.0.0-dev.3"
|
|
56
56
|
},
|
|
57
57
|
"directories": {
|
|
58
58
|
"doc": "docs",
|
|
59
59
|
"lib": "lib"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "23fd87dc9e3c298f9e7d302e008e052f439b03f1"
|
|
62
62
|
}
|
|
@@ -105,9 +105,6 @@ $kendo-color-gradient-draghandle-bg: transparent !default;
|
|
|
105
105
|
/// The color of the border around the ColorGradient canvas drag handle.
|
|
106
106
|
/// @group color-gradient
|
|
107
107
|
$kendo-color-gradient-draghandle-border: rgba( $kendo-color-white, .8) !default;
|
|
108
|
-
/// The color of the outline around the ColorGradient canvas drag handle.
|
|
109
|
-
/// @group color-gradient
|
|
110
|
-
$kendo-color-gradient-draghandle-shadow: rgba( $kendo-color-black, .5 ) !default;
|
|
111
108
|
/// The focus color of the outline around the ColorGradient canvas drag handle.
|
|
112
109
|
/// @group color-gradient
|
|
113
110
|
$kendo-color-gradient-draghandle-focus-shadow: $kendo-color-black !default;
|
|
@@ -260,7 +260,7 @@ $kendo-scheduler-event-actions-inset-x: k-spacing(2) !default;
|
|
|
260
260
|
$kendo-scheduler-indicators-margin: k-spacing(0.5) .4ex 0 k-spacing(1) !default;
|
|
261
261
|
/// The margin of the Scheduler event indicators in rtl.
|
|
262
262
|
/// @group scheduler
|
|
263
|
-
$kendo-scheduler-rtl-indicators-margin: k-spacing(0.5)
|
|
263
|
+
$kendo-scheduler-rtl-indicators-margin: k-spacing(0.5) k-spacing(1) 0 .4ex !default;
|
|
264
264
|
|
|
265
265
|
/// The inline inset of the Scheduler marquee labels.
|
|
266
266
|
/// @group scheduler
|