@progress/kendo-theme-classic 10.6.0 → 11.0.0-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 +1 -1
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green-dark.scss +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-green.scss +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender-dark.scss +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-lavender.scss +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main-dark.scss +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-main.scss +1 -5
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro-dark.scss +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-metro.scss +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-moonlight.scss +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal-dark.scss +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-opal.scss +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver-dark.scss +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-silver.scss +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/classic-uniform.scss +5 -2
- package/dist/meta/sassdoc-data.json +5910 -7164
- package/dist/meta/sassdoc-raw-data.json +2814 -3401
- package/dist/meta/variables.json +421 -376
- package/lib/swatches/classic-green-dark.json +1 -182
- package/lib/swatches/classic-green.json +1 -182
- package/lib/swatches/classic-lavender-dark.json +2 -203
- package/lib/swatches/classic-lavender.json +2 -183
- package/lib/swatches/classic-main-dark.json +1 -182
- package/lib/swatches/classic-main.json +2 -184
- package/lib/swatches/classic-metro-dark.json +1 -209
- package/lib/swatches/classic-metro.json +2 -203
- package/lib/swatches/classic-moonlight.json +1 -209
- package/lib/swatches/classic-opal-dark.json +1 -207
- package/lib/swatches/classic-opal.json +1 -182
- package/lib/swatches/classic-silver-dark.json +1 -182
- package/lib/swatches/classic-silver.json +1 -182
- package/lib/swatches/classic-uniform.json +1 -167
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +12 -9
- package/scss/adaptive/_variables.scss +13 -13
- package/scss/appbar/_variables.scss +18 -5
- package/scss/avatar/_variables.scss +12 -1
- package/scss/badge/_variables.scss +15 -1
- package/scss/bottom-navigation/_variables.scss +17 -4
- package/scss/breadcrumb/_variables.scss +8 -8
- package/scss/button/_variables.scss +28 -15
- package/scss/calendar/_variables.scss +39 -18
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +24 -9
- package/scss/chart-wizard/_variables.scss +4 -4
- package/scss/chat/_variables.scss +13 -13
- package/scss/checkbox/_variables.scss +7 -7
- package/scss/chip/_variables.scss +28 -9
- package/scss/color-preview/_variables.scss +3 -3
- package/scss/coloreditor/_variables.scss +6 -6
- package/scss/colorgradient/_variables.scss +6 -37
- package/scss/core/_index.scss +8 -5
- package/scss/core/color-system/_swatch.scss +0 -3
- package/scss/dataviz/_variables.scss +61 -47
- package/scss/dialog/_variables.scss +10 -5
- package/scss/dock-manager/_variables.scss +6 -6
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_variables.scss +35 -10
- package/scss/dropzone/_variables.scss +6 -6
- package/scss/editor/_variables.scss +12 -4
- package/scss/expansion-panel/_variables.scss +6 -6
- package/scss/fab/_variables.scss +15 -4
- package/scss/filemanager/_variables.scss +5 -5
- package/scss/filter/_variables.scss +2 -2
- package/scss/forms/_variables.scss +3 -3
- package/scss/gantt/_variables.scss +24 -24
- package/scss/grid/_variables.scss +11 -11
- package/scss/imageeditor/_variables.scss +4 -4
- package/scss/index.scss +3 -0
- package/scss/input/_variables.scss +15 -15
- package/scss/list/_variables.scss +86 -11
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +3 -3
- package/scss/listview/_variables.scss +4 -4
- package/scss/loader/_variables.scss +17 -3
- package/scss/map/_variables.scss +5 -5
- package/scss/marquee/_index.scss +16 -0
- package/scss/marquee/_layout.scss +6 -0
- package/scss/marquee/_theme.scss +6 -0
- package/scss/marquee/_variables.scss +11 -0
- package/scss/mediaplayer/_variables.scss +4 -4
- package/scss/menu/_variables.scss +21 -13
- package/scss/messagebox/_variables.scss +15 -1
- package/scss/no-data/_variables.scss +1 -1
- package/scss/notification/_functions.scss +1 -1
- package/scss/notification/_variables.scss +23 -4
- package/scss/orgchart/_variables.scss +8 -8
- package/scss/overlay/_variables.scss +12 -1
- package/scss/pager/_variables.scss +3 -3
- package/scss/panel/_variables.scss +3 -3
- package/scss/panelbar/_variables.scss +18 -18
- package/scss/pdf-viewer/_variables.scss +13 -13
- package/scss/pivotgrid/_variables.scss +22 -22
- package/scss/popover/_variables.scss +3 -3
- package/scss/popup/_variables.scss +3 -3
- package/scss/progressbar/_variables.scss +8 -8
- package/scss/prompt/_variables.scss +12 -12
- package/scss/rating/_variables.scss +4 -4
- package/scss/scheduler/_variables.scss +17 -14
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +19 -11
- package/scss/splitter/_variables.scss +8 -8
- package/scss/spreadsheet/_variables.scss +25 -25
- package/scss/stepper/_variables.scss +15 -15
- package/scss/switch/_variables.scss +50 -17
- package/scss/table/_variables.scss +10 -10
- package/scss/tabstrip/_variables.scss +17 -17
- package/scss/taskboard/_variables.scss +14 -14
- package/scss/tilelayout/_variables.scss +2 -2
- package/scss/timeline/_variables.scss +6 -6
- package/scss/timeselector/_variables.scss +18 -8
- package/scss/toolbar/_variables.scss +5 -5
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +14 -3
- package/scss/treeview/_variables.scss +12 -12
- package/scss/typography/_variables.scss +3 -3
- package/scss/upload/_variables.scss +13 -13
- package/scss/window/_variables.scss +10 -10
- package/scss/core/color-system/_swatch-legacy.scss +0 -345
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
"name": "Classic Lavender",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-classic",
|
|
6
|
-
"version": "
|
|
7
|
-
"api": "modern",
|
|
6
|
+
"version": "11.0.0-dev.1",
|
|
8
7
|
"previewColors": [
|
|
9
8
|
"#ffffff",
|
|
10
9
|
"#fafafa",
|
|
@@ -14,16 +13,6 @@
|
|
|
14
13
|
],
|
|
15
14
|
"components": [],
|
|
16
15
|
"groups": [
|
|
17
|
-
{
|
|
18
|
-
"name": "New color system",
|
|
19
|
-
"colorSystem": {
|
|
20
|
-
"kendo-enable-color-system": {
|
|
21
|
-
"name": "New color system",
|
|
22
|
-
"type": "boolean",
|
|
23
|
-
"value": true
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
16
|
{
|
|
28
17
|
"name": "New theme colors",
|
|
29
18
|
"colorsMap": {
|
|
@@ -564,179 +553,9 @@
|
|
|
564
553
|
}
|
|
565
554
|
}
|
|
566
555
|
},
|
|
567
|
-
{
|
|
568
|
-
"name": "Theme colors",
|
|
569
|
-
"variables": {
|
|
570
|
-
"kendo-is-dark-theme": {
|
|
571
|
-
"name": "Dark theme",
|
|
572
|
-
"type": "boolean",
|
|
573
|
-
"value": false
|
|
574
|
-
},
|
|
575
|
-
"kendo-color-primary": {
|
|
576
|
-
"name": "Primary",
|
|
577
|
-
"type": "color",
|
|
578
|
-
"value": "#9e5da9"
|
|
579
|
-
},
|
|
580
|
-
"kendo-color-secondary": {
|
|
581
|
-
"name": "Secondary",
|
|
582
|
-
"type": "color",
|
|
583
|
-
"value": "#f6f6f6"
|
|
584
|
-
},
|
|
585
|
-
"kendo-color-info": {
|
|
586
|
-
"name": "Info",
|
|
587
|
-
"type": "color",
|
|
588
|
-
"value": "#3e80ed"
|
|
589
|
-
},
|
|
590
|
-
"kendo-color-success": {
|
|
591
|
-
"name": "Success",
|
|
592
|
-
"type": "color",
|
|
593
|
-
"value": "#5ec232"
|
|
594
|
-
},
|
|
595
|
-
"kendo-color-warning": {
|
|
596
|
-
"name": "Warning",
|
|
597
|
-
"type": "color",
|
|
598
|
-
"value": "#fdce3e"
|
|
599
|
-
},
|
|
600
|
-
"kendo-color-error": {
|
|
601
|
-
"name": "Error",
|
|
602
|
-
"type": "color",
|
|
603
|
-
"value": "#d51923"
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"name": "Body",
|
|
609
|
-
"variables": {
|
|
610
|
-
"kendo-body-text": {
|
|
611
|
-
"name": "Body text color",
|
|
612
|
-
"type": "color",
|
|
613
|
-
"value": "#121212"
|
|
614
|
-
},
|
|
615
|
-
"kendo-body-bg": {
|
|
616
|
-
"name": "Body background",
|
|
617
|
-
"type": "color",
|
|
618
|
-
"value": "#ffffff"
|
|
619
|
-
},
|
|
620
|
-
"kendo-subtle-text": {
|
|
621
|
-
"name": "Subtle text color",
|
|
622
|
-
"type": "color",
|
|
623
|
-
"value": "#666666"
|
|
624
|
-
}
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"name": "Components",
|
|
629
|
-
"variables": {
|
|
630
|
-
"kendo-component-text": {
|
|
631
|
-
"name": "Component text color",
|
|
632
|
-
"type": "color",
|
|
633
|
-
"value": "#121212"
|
|
634
|
-
},
|
|
635
|
-
"kendo-component-bg": {
|
|
636
|
-
"name": "Component background",
|
|
637
|
-
"type": "color",
|
|
638
|
-
"value": "#ffffff"
|
|
639
|
-
},
|
|
640
|
-
"kendo-base-text": {
|
|
641
|
-
"name": "Header text color",
|
|
642
|
-
"type": "color",
|
|
643
|
-
"value": "#121212"
|
|
644
|
-
},
|
|
645
|
-
"kendo-base-bg": {
|
|
646
|
-
"name": "Header background",
|
|
647
|
-
"type": "color",
|
|
648
|
-
"value": "#fafafa"
|
|
649
|
-
},
|
|
650
|
-
"kendo-hover-text": {
|
|
651
|
-
"name": "Hover text color",
|
|
652
|
-
"type": "color",
|
|
653
|
-
"value": "#121212"
|
|
654
|
-
},
|
|
655
|
-
"kendo-hover-bg": {
|
|
656
|
-
"name": "Hover background",
|
|
657
|
-
"type": "color",
|
|
658
|
-
"value": "#ececec"
|
|
659
|
-
},
|
|
660
|
-
"kendo-selected-text": {
|
|
661
|
-
"name": "Selected text color",
|
|
662
|
-
"type": "color",
|
|
663
|
-
"value": "#ffffff"
|
|
664
|
-
},
|
|
665
|
-
"kendo-selected-bg": {
|
|
666
|
-
"name": "Selected background",
|
|
667
|
-
"type": "color",
|
|
668
|
-
"value": "#9e5da9"
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "Button",
|
|
674
|
-
"variables": {
|
|
675
|
-
"kendo-button-text": {
|
|
676
|
-
"name": "Button text color",
|
|
677
|
-
"type": "color",
|
|
678
|
-
"value": "#121212"
|
|
679
|
-
},
|
|
680
|
-
"kendo-button-bg": {
|
|
681
|
-
"name": "Button background",
|
|
682
|
-
"type": "color",
|
|
683
|
-
"value": "#f5f5f5"
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"name": "Link",
|
|
689
|
-
"variables": {
|
|
690
|
-
"kendo-link-text": {
|
|
691
|
-
"name": "Link text color",
|
|
692
|
-
"type": "color",
|
|
693
|
-
"value": "#9e5da9"
|
|
694
|
-
},
|
|
695
|
-
"kendo-link-hover-text": {
|
|
696
|
-
"name": "Link hover text color",
|
|
697
|
-
"type": "color",
|
|
698
|
-
"value": "#77467f"
|
|
699
|
-
}
|
|
700
|
-
}
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"name": "Dataviz",
|
|
704
|
-
"variables": {
|
|
705
|
-
"kendo-series-a": {
|
|
706
|
-
"name": "Series A",
|
|
707
|
-
"type": "color",
|
|
708
|
-
"value": "#bf70cc"
|
|
709
|
-
},
|
|
710
|
-
"kendo-series-b": {
|
|
711
|
-
"name": "Series B",
|
|
712
|
-
"type": "color",
|
|
713
|
-
"value": "#ffd246"
|
|
714
|
-
},
|
|
715
|
-
"kendo-series-c": {
|
|
716
|
-
"name": "Series C",
|
|
717
|
-
"type": "color",
|
|
718
|
-
"value": "#78d237"
|
|
719
|
-
},
|
|
720
|
-
"kendo-series-d": {
|
|
721
|
-
"name": "Series D",
|
|
722
|
-
"type": "color",
|
|
723
|
-
"value": "#28b4c8"
|
|
724
|
-
},
|
|
725
|
-
"kendo-series-e": {
|
|
726
|
-
"name": "Series E",
|
|
727
|
-
"type": "color",
|
|
728
|
-
"value": "#2d73f5"
|
|
729
|
-
},
|
|
730
|
-
"kendo-series-f": {
|
|
731
|
-
"name": "Series F",
|
|
732
|
-
"type": "color",
|
|
733
|
-
"value": "#aa46be"
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
},
|
|
737
556
|
{
|
|
738
557
|
"hidden": true,
|
|
739
|
-
"
|
|
558
|
+
"variables": {
|
|
740
559
|
"kendo-enable-gradients": {
|
|
741
560
|
"name": "Enable gradients",
|
|
742
561
|
"type": "boolean",
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
"name": "Classic Main Dark",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-classic",
|
|
6
|
-
"version": "
|
|
7
|
-
"api": "modern",
|
|
6
|
+
"version": "11.0.0-dev.1",
|
|
8
7
|
"previewColors": [
|
|
9
8
|
"#000000",
|
|
10
9
|
"#101010",
|
|
@@ -14,16 +13,6 @@
|
|
|
14
13
|
],
|
|
15
14
|
"components": [],
|
|
16
15
|
"groups": [
|
|
17
|
-
{
|
|
18
|
-
"name": "New color system",
|
|
19
|
-
"colorSystem": {
|
|
20
|
-
"kendo-enable-color-system": {
|
|
21
|
-
"name": "New color system",
|
|
22
|
-
"type": "boolean",
|
|
23
|
-
"value": true
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
16
|
{
|
|
28
17
|
"name": "New theme colors",
|
|
29
18
|
"colorsMap": {
|
|
@@ -613,176 +602,6 @@
|
|
|
613
602
|
"value": "#a185b1"
|
|
614
603
|
}
|
|
615
604
|
}
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"name": "Theme colors",
|
|
619
|
-
"variables": {
|
|
620
|
-
"kendo-is-dark-theme": {
|
|
621
|
-
"name": "Dark theme",
|
|
622
|
-
"type": "boolean",
|
|
623
|
-
"value": true
|
|
624
|
-
},
|
|
625
|
-
"kendo-color-primary": {
|
|
626
|
-
"name": "Primary",
|
|
627
|
-
"type": "color",
|
|
628
|
-
"value": "#f35800"
|
|
629
|
-
},
|
|
630
|
-
"kendo-color-secondary": {
|
|
631
|
-
"name": "Secondary",
|
|
632
|
-
"type": "color",
|
|
633
|
-
"value": "#e9e9e9"
|
|
634
|
-
},
|
|
635
|
-
"kendo-color-info": {
|
|
636
|
-
"name": "Info",
|
|
637
|
-
"type": "color",
|
|
638
|
-
"value": "#007bc3"
|
|
639
|
-
},
|
|
640
|
-
"kendo-color-success": {
|
|
641
|
-
"name": "Success",
|
|
642
|
-
"type": "color",
|
|
643
|
-
"value": "#3ea44e"
|
|
644
|
-
},
|
|
645
|
-
"kendo-color-warning": {
|
|
646
|
-
"name": "Warning",
|
|
647
|
-
"type": "color",
|
|
648
|
-
"value": "#ff9800"
|
|
649
|
-
},
|
|
650
|
-
"kendo-color-error": {
|
|
651
|
-
"name": "Error",
|
|
652
|
-
"type": "color",
|
|
653
|
-
"value": "#d92800"
|
|
654
|
-
}
|
|
655
|
-
}
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"name": "Body",
|
|
659
|
-
"variables": {
|
|
660
|
-
"kendo-body-text": {
|
|
661
|
-
"name": "Body text color",
|
|
662
|
-
"type": "color",
|
|
663
|
-
"value": "#ffffff"
|
|
664
|
-
},
|
|
665
|
-
"kendo-body-bg": {
|
|
666
|
-
"name": "Body background",
|
|
667
|
-
"type": "color",
|
|
668
|
-
"value": "#000000"
|
|
669
|
-
},
|
|
670
|
-
"kendo-subtle-text": {
|
|
671
|
-
"name": "Subtle text color",
|
|
672
|
-
"type": "color",
|
|
673
|
-
"value": "#e0e0e0"
|
|
674
|
-
}
|
|
675
|
-
}
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"name": "Components",
|
|
679
|
-
"variables": {
|
|
680
|
-
"kendo-component-text": {
|
|
681
|
-
"name": "Component text color",
|
|
682
|
-
"type": "color",
|
|
683
|
-
"value": "#ffffff"
|
|
684
|
-
},
|
|
685
|
-
"kendo-component-bg": {
|
|
686
|
-
"name": "Component background",
|
|
687
|
-
"type": "color",
|
|
688
|
-
"value": "#202020"
|
|
689
|
-
},
|
|
690
|
-
"kendo-base-text": {
|
|
691
|
-
"name": "Header text color",
|
|
692
|
-
"type": "color",
|
|
693
|
-
"value": "#ffffff"
|
|
694
|
-
},
|
|
695
|
-
"kendo-base-bg": {
|
|
696
|
-
"name": "Header background",
|
|
697
|
-
"type": "color",
|
|
698
|
-
"value": "#101010"
|
|
699
|
-
},
|
|
700
|
-
"kendo-hover-text": {
|
|
701
|
-
"name": "Hover text color",
|
|
702
|
-
"type": "color",
|
|
703
|
-
"value": "#ffffff"
|
|
704
|
-
},
|
|
705
|
-
"kendo-hover-bg": {
|
|
706
|
-
"name": "Hover background",
|
|
707
|
-
"type": "color",
|
|
708
|
-
"value": "#232323"
|
|
709
|
-
},
|
|
710
|
-
"kendo-selected-text": {
|
|
711
|
-
"name": "Selected text color",
|
|
712
|
-
"type": "color",
|
|
713
|
-
"value": "#ffffff"
|
|
714
|
-
},
|
|
715
|
-
"kendo-selected-bg": {
|
|
716
|
-
"name": "Selected background",
|
|
717
|
-
"type": "color",
|
|
718
|
-
"value": "#ff6358"
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"name": "Button",
|
|
724
|
-
"variables": {
|
|
725
|
-
"kendo-button-text": {
|
|
726
|
-
"name": "Button text color",
|
|
727
|
-
"type": "color",
|
|
728
|
-
"value": "#ffffff"
|
|
729
|
-
},
|
|
730
|
-
"kendo-button-bg": {
|
|
731
|
-
"name": "Button background",
|
|
732
|
-
"type": "color",
|
|
733
|
-
"value": "#101010"
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"name": "Link",
|
|
739
|
-
"variables": {
|
|
740
|
-
"kendo-link-text": {
|
|
741
|
-
"name": "Link text color",
|
|
742
|
-
"type": "color",
|
|
743
|
-
"value": "#f35800"
|
|
744
|
-
},
|
|
745
|
-
"kendo-link-hover-text": {
|
|
746
|
-
"name": "Link hover text color",
|
|
747
|
-
"type": "color",
|
|
748
|
-
"value": "#cc4a00"
|
|
749
|
-
}
|
|
750
|
-
}
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"name": "Dataviz",
|
|
754
|
-
"variables": {
|
|
755
|
-
"kendo-series-a": {
|
|
756
|
-
"name": "Series A",
|
|
757
|
-
"type": "color",
|
|
758
|
-
"value": "#007bc3"
|
|
759
|
-
},
|
|
760
|
-
"kendo-series-b": {
|
|
761
|
-
"name": "Series B",
|
|
762
|
-
"type": "color",
|
|
763
|
-
"value": "#3ea44e"
|
|
764
|
-
},
|
|
765
|
-
"kendo-series-c": {
|
|
766
|
-
"name": "Series C",
|
|
767
|
-
"type": "color",
|
|
768
|
-
"value": "#ffae00"
|
|
769
|
-
},
|
|
770
|
-
"kendo-series-d": {
|
|
771
|
-
"name": "Series D",
|
|
772
|
-
"type": "color",
|
|
773
|
-
"value": "#ef4c00"
|
|
774
|
-
},
|
|
775
|
-
"kendo-series-e": {
|
|
776
|
-
"name": "Series E",
|
|
777
|
-
"type": "color",
|
|
778
|
-
"value": "#a419b7"
|
|
779
|
-
},
|
|
780
|
-
"kendo-series-f": {
|
|
781
|
-
"name": "Series F",
|
|
782
|
-
"type": "color",
|
|
783
|
-
"value": "#430b62"
|
|
784
|
-
}
|
|
785
|
-
}
|
|
786
605
|
}
|
|
787
606
|
]
|
|
788
607
|
}
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
"name": "Classic Main",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-classic",
|
|
6
|
-
"version": "
|
|
7
|
-
"api": "modern",
|
|
6
|
+
"version": "11.0.0-dev.1",
|
|
8
7
|
"previewColors": [
|
|
9
8
|
"#ffffff",
|
|
10
9
|
"#f0f0f0",
|
|
@@ -13,186 +12,5 @@
|
|
|
13
12
|
"#272727"
|
|
14
13
|
],
|
|
15
14
|
"components": [],
|
|
16
|
-
"groups": [
|
|
17
|
-
{
|
|
18
|
-
"name": "New color system",
|
|
19
|
-
"colorSystem": {
|
|
20
|
-
"kendo-enable-color-system": {
|
|
21
|
-
"name": "New color system",
|
|
22
|
-
"type": "boolean",
|
|
23
|
-
"value": true
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "Theme colors",
|
|
29
|
-
"variables": {
|
|
30
|
-
"kendo-is-dark-theme": {
|
|
31
|
-
"name": "Dark theme",
|
|
32
|
-
"type": "boolean",
|
|
33
|
-
"value": false
|
|
34
|
-
},
|
|
35
|
-
"kendo-color-primary": {
|
|
36
|
-
"name": "Primary",
|
|
37
|
-
"type": "color",
|
|
38
|
-
"value": "#f35800"
|
|
39
|
-
},
|
|
40
|
-
"kendo-color-secondary": {
|
|
41
|
-
"name": "Secondary",
|
|
42
|
-
"type": "color",
|
|
43
|
-
"value": "#e9e9e9"
|
|
44
|
-
},
|
|
45
|
-
"kendo-color-info": {
|
|
46
|
-
"name": "Info",
|
|
47
|
-
"type": "color",
|
|
48
|
-
"value": "#007bc3"
|
|
49
|
-
},
|
|
50
|
-
"kendo-color-success": {
|
|
51
|
-
"name": "Success",
|
|
52
|
-
"type": "color",
|
|
53
|
-
"value": "#3ea44e"
|
|
54
|
-
},
|
|
55
|
-
"kendo-color-warning": {
|
|
56
|
-
"name": "Warning",
|
|
57
|
-
"type": "color",
|
|
58
|
-
"value": "#ff9800"
|
|
59
|
-
},
|
|
60
|
-
"kendo-color-error": {
|
|
61
|
-
"name": "Error",
|
|
62
|
-
"type": "color",
|
|
63
|
-
"value": "#d92800"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"name": "Body",
|
|
69
|
-
"variables": {
|
|
70
|
-
"kendo-body-text": {
|
|
71
|
-
"name": "Body text color",
|
|
72
|
-
"type": "color",
|
|
73
|
-
"value": "#272727"
|
|
74
|
-
},
|
|
75
|
-
"kendo-body-bg": {
|
|
76
|
-
"name": "Body background",
|
|
77
|
-
"type": "color",
|
|
78
|
-
"value": "#ffffff"
|
|
79
|
-
},
|
|
80
|
-
"kendo-subtle-text": {
|
|
81
|
-
"name": "Subtle text color",
|
|
82
|
-
"type": "color",
|
|
83
|
-
"value": "#666666"
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"name": "Components",
|
|
89
|
-
"variables": {
|
|
90
|
-
"kendo-component-text": {
|
|
91
|
-
"name": "Component text color",
|
|
92
|
-
"type": "color",
|
|
93
|
-
"value": "#272727"
|
|
94
|
-
},
|
|
95
|
-
"kendo-component-bg": {
|
|
96
|
-
"name": "Component background",
|
|
97
|
-
"type": "color",
|
|
98
|
-
"value": "#ffffff"
|
|
99
|
-
},
|
|
100
|
-
"kendo-base-text": {
|
|
101
|
-
"name": "Header text color",
|
|
102
|
-
"type": "color",
|
|
103
|
-
"value": "#272727"
|
|
104
|
-
},
|
|
105
|
-
"kendo-base-bg": {
|
|
106
|
-
"name": "Header background",
|
|
107
|
-
"type": "color",
|
|
108
|
-
"value": "#f0f0f0"
|
|
109
|
-
},
|
|
110
|
-
"kendo-hover-text": {
|
|
111
|
-
"name": "Hover text color",
|
|
112
|
-
"type": "color",
|
|
113
|
-
"value": "#272727"
|
|
114
|
-
},
|
|
115
|
-
"kendo-hover-bg": {
|
|
116
|
-
"name": "Hover background",
|
|
117
|
-
"type": "color",
|
|
118
|
-
"value": "#bababa"
|
|
119
|
-
},
|
|
120
|
-
"kendo-selected-text": {
|
|
121
|
-
"name": "Selected text color",
|
|
122
|
-
"type": "color",
|
|
123
|
-
"value": "#ffffff"
|
|
124
|
-
},
|
|
125
|
-
"kendo-selected-bg": {
|
|
126
|
-
"name": "Selected background",
|
|
127
|
-
"type": "color",
|
|
128
|
-
"value": "#ff6358"
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"name": "Button",
|
|
134
|
-
"variables": {
|
|
135
|
-
"kendo-button-text": {
|
|
136
|
-
"name": "Button text color",
|
|
137
|
-
"type": "color",
|
|
138
|
-
"value": "#272727"
|
|
139
|
-
},
|
|
140
|
-
"kendo-button-bg": {
|
|
141
|
-
"name": "Button background",
|
|
142
|
-
"type": "color",
|
|
143
|
-
"value": "#f0f0f0"
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"name": "Link",
|
|
149
|
-
"variables": {
|
|
150
|
-
"kendo-link-text": {
|
|
151
|
-
"name": "Link text color",
|
|
152
|
-
"type": "color",
|
|
153
|
-
"value": "#f35800"
|
|
154
|
-
},
|
|
155
|
-
"kendo-link-hover-text": {
|
|
156
|
-
"name": "Link hover text color",
|
|
157
|
-
"type": "color",
|
|
158
|
-
"value": "#cc4a00"
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"name": "Dataviz",
|
|
164
|
-
"variables": {
|
|
165
|
-
"kendo-series-a": {
|
|
166
|
-
"name": "Series A",
|
|
167
|
-
"type": "color",
|
|
168
|
-
"value": "#007bc3"
|
|
169
|
-
},
|
|
170
|
-
"kendo-series-b": {
|
|
171
|
-
"name": "Series B",
|
|
172
|
-
"type": "color",
|
|
173
|
-
"value": "#3ea44e"
|
|
174
|
-
},
|
|
175
|
-
"kendo-series-c": {
|
|
176
|
-
"name": "Series C",
|
|
177
|
-
"type": "color",
|
|
178
|
-
"value": "#ffae00"
|
|
179
|
-
},
|
|
180
|
-
"kendo-series-d": {
|
|
181
|
-
"name": "Series D",
|
|
182
|
-
"type": "color",
|
|
183
|
-
"value": "#ef4c00"
|
|
184
|
-
},
|
|
185
|
-
"kendo-series-e": {
|
|
186
|
-
"name": "Series E",
|
|
187
|
-
"type": "color",
|
|
188
|
-
"value": "#a419b7"
|
|
189
|
-
},
|
|
190
|
-
"kendo-series-f": {
|
|
191
|
-
"name": "Series F",
|
|
192
|
-
"type": "color",
|
|
193
|
-
"value": "#430b62"
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
]
|
|
15
|
+
"groups": []
|
|
198
16
|
}
|