@progress/kendo-theme-classic 8.0.0-dev.8 → 8.0.0
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 +81 -83
- package/dist/all.scss +259 -59
- package/dist/meta/sassdoc-data.json +37306 -29134
- package/dist/meta/sassdoc-raw-data.json +5487 -1265
- package/dist/meta/variables.json +16 -16
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +6 -6
- package/scss/calendar/_variables.scss +11 -0
- package/scss/chip/_variables.scss +1 -1
- package/scss/drawer/_variables.scss +12 -2
- package/scss/scheduler/_variables.scss +1 -1
- package/scss/slider/_variables.scss +1 -1
- package/scss/toolbar/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/typography/_variables.scss +157 -3
package/dist/meta/variables.json
CHANGED
|
@@ -2693,11 +2693,11 @@
|
|
|
2693
2693
|
},
|
|
2694
2694
|
"kendo-chip-outline-text": {
|
|
2695
2695
|
"type": "String",
|
|
2696
|
-
"value": "var(--kendo-color-on-
|
|
2696
|
+
"value": "var(--kendo-color-base-on-surface, #272727)"
|
|
2697
2697
|
},
|
|
2698
2698
|
"kendo-chip-outline-border": {
|
|
2699
2699
|
"type": "String",
|
|
2700
|
-
"value": "var(--kendo-color-on-
|
|
2700
|
+
"value": "var(--kendo-color-base-on-surface, #272727)"
|
|
2701
2701
|
},
|
|
2702
2702
|
"kendo-chip-outline-shadow": {
|
|
2703
2703
|
"type": "List",
|
|
@@ -2705,7 +2705,7 @@
|
|
|
2705
2705
|
},
|
|
2706
2706
|
"kendo-chip-outline-hover-bg": {
|
|
2707
2707
|
"type": "String",
|
|
2708
|
-
"value": "var(--kendo-color-on-
|
|
2708
|
+
"value": "var(--kendo-color-base-on-surface, #272727)"
|
|
2709
2709
|
},
|
|
2710
2710
|
"kendo-chip-outline-hover-text": {
|
|
2711
2711
|
"type": "String",
|
|
@@ -2713,7 +2713,7 @@
|
|
|
2713
2713
|
},
|
|
2714
2714
|
"kendo-chip-outline-selected-bg": {
|
|
2715
2715
|
"type": "String",
|
|
2716
|
-
"value": "var(--kendo-color-on-
|
|
2716
|
+
"value": "var(--kendo-color-base-on-surface, #272727)"
|
|
2717
2717
|
},
|
|
2718
2718
|
"kendo-chip-outline-selected-text": {
|
|
2719
2719
|
"type": "String",
|
|
@@ -3329,7 +3329,7 @@
|
|
|
3329
3329
|
},
|
|
3330
3330
|
"kendo-toolbar-bg": {
|
|
3331
3331
|
"type": "String",
|
|
3332
|
-
"value": "var(--kendo-color-
|
|
3332
|
+
"value": "var(--kendo-color-surface, #f0f0f0)"
|
|
3333
3333
|
},
|
|
3334
3334
|
"kendo-toolbar-text": {
|
|
3335
3335
|
"type": "String",
|
|
@@ -3933,7 +3933,7 @@
|
|
|
3933
3933
|
},
|
|
3934
3934
|
"kendo-tooltip-title-font-size": {
|
|
3935
3935
|
"type": "Calculation",
|
|
3936
|
-
"value": "calc(var(--kendo-font-size,
|
|
3936
|
+
"value": "calc(var(--kendo-font-size, 0.875rem) * 1.25)"
|
|
3937
3937
|
},
|
|
3938
3938
|
"kendo-tooltip-title-line-height": {
|
|
3939
3939
|
"type": "Number",
|
|
@@ -4825,7 +4825,7 @@
|
|
|
4825
4825
|
},
|
|
4826
4826
|
"kendo-slider-track-bg": {
|
|
4827
4827
|
"type": "String",
|
|
4828
|
-
"value": "var(--kendo-color-base, #
|
|
4828
|
+
"value": "var(--kendo-color-base-emphasis, #cacaca)"
|
|
4829
4829
|
},
|
|
4830
4830
|
"kendo-slider-selection-bg": {
|
|
4831
4831
|
"type": "String",
|
|
@@ -6972,12 +6972,12 @@
|
|
|
6972
6972
|
"value": "var(--kendo-line-height, normal)"
|
|
6973
6973
|
},
|
|
6974
6974
|
"kendo-drawer-content-padding-x": {
|
|
6975
|
-
"type": "
|
|
6976
|
-
"value": "
|
|
6975
|
+
"type": "Null",
|
|
6976
|
+
"value": "null"
|
|
6977
6977
|
},
|
|
6978
6978
|
"kendo-drawer-content-padding-y": {
|
|
6979
|
-
"type": "
|
|
6980
|
-
"value": "
|
|
6979
|
+
"type": "Null",
|
|
6980
|
+
"value": "null"
|
|
6981
6981
|
},
|
|
6982
6982
|
"kendo-drawer-scrollbar-width": {
|
|
6983
6983
|
"type": "Number",
|
|
@@ -10637,7 +10637,7 @@
|
|
|
10637
10637
|
},
|
|
10638
10638
|
"kendo-file-manager-breadcrumb-bg": {
|
|
10639
10639
|
"type": "String",
|
|
10640
|
-
"value": "var(--kendo-color-
|
|
10640
|
+
"value": "var(--kendo-color-surface, #f0f0f0)"
|
|
10641
10641
|
},
|
|
10642
10642
|
"kendo-file-manager-breadcrumb-text": {
|
|
10643
10643
|
"type": "Null",
|
|
@@ -11577,7 +11577,7 @@
|
|
|
11577
11577
|
},
|
|
11578
11578
|
"kendo-scheduler-toolbar-bg": {
|
|
11579
11579
|
"type": "String",
|
|
11580
|
-
"value": "var(--kendo-color-
|
|
11580
|
+
"value": "var(--kendo-color-surface, #f0f0f0)"
|
|
11581
11581
|
},
|
|
11582
11582
|
"kendo-scheduler-toolbar-text": {
|
|
11583
11583
|
"type": "String",
|
|
@@ -11593,7 +11593,7 @@
|
|
|
11593
11593
|
},
|
|
11594
11594
|
"kendo-scheduler-footer-bg": {
|
|
11595
11595
|
"type": "String",
|
|
11596
|
-
"value": "var(--kendo-color-
|
|
11596
|
+
"value": "var(--kendo-color-surface, #f0f0f0)"
|
|
11597
11597
|
},
|
|
11598
11598
|
"kendo-scheduler-footer-text": {
|
|
11599
11599
|
"type": "String",
|
|
@@ -11801,7 +11801,7 @@
|
|
|
11801
11801
|
},
|
|
11802
11802
|
"kendo-scheduler-tooltip-day-font-size": {
|
|
11803
11803
|
"type": "Calculation",
|
|
11804
|
-
"value": "calc(var(--kendo-font-size-sm,
|
|
11804
|
+
"value": "calc(var(--kendo-font-size-sm, 0.75rem) * 2)"
|
|
11805
11805
|
},
|
|
11806
11806
|
"kendo-scheduler-tooltip-events-max-height": {
|
|
11807
11807
|
"type": "Number",
|
|
@@ -11949,7 +11949,7 @@
|
|
|
11949
11949
|
},
|
|
11950
11950
|
"kendo-chat-toolbar-bg": {
|
|
11951
11951
|
"type": "String",
|
|
11952
|
-
"value": "var(--kendo-color-
|
|
11952
|
+
"value": "var(--kendo-color-surface, #f0f0f0)"
|
|
11953
11953
|
},
|
|
11954
11954
|
"kendo-chat-toolbar-text": {
|
|
11955
11955
|
"type": "String",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "8.0.0
|
|
4
|
+
"version": "8.0.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@progress/kendo-svg-icons": "
|
|
56
|
-
"@progress/kendo-theme-core": "8.0.0
|
|
57
|
-
"@progress/kendo-theme-default": "8.0.0
|
|
58
|
-
"@progress/kendo-theme-utils": "8.0.0
|
|
55
|
+
"@progress/kendo-svg-icons": "3.0.0",
|
|
56
|
+
"@progress/kendo-theme-core": "8.0.0",
|
|
57
|
+
"@progress/kendo-theme-default": "8.0.0",
|
|
58
|
+
"@progress/kendo-theme-utils": "8.0.0"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "5d189bf7291e83332a8817cefbbbecc68fc8a644"
|
|
65
65
|
}
|
|
@@ -3,8 +3,15 @@
|
|
|
3
3
|
/// The width of the border around the Calendar.
|
|
4
4
|
/// @group calendar
|
|
5
5
|
$kendo-calendar-border-width: 1px !default;
|
|
6
|
+
|
|
7
|
+
/// The font family of the Calendar.
|
|
8
|
+
/// @group calendar
|
|
6
9
|
$kendo-calendar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
10
|
+
/// The font size of the Calendar.
|
|
11
|
+
/// @group calendar
|
|
7
12
|
$kendo-calendar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
13
|
+
/// The line height of the Calendar.
|
|
14
|
+
/// @group calendar
|
|
8
15
|
$kendo-calendar-line-height: var( --kendo-line-height, normal ) !default;
|
|
9
16
|
|
|
10
17
|
/// The size of the cells in the Calendar.
|
|
@@ -86,7 +93,11 @@ $kendo-calendar-header-cell-width: $kendo-calendar-cell-size !default;
|
|
|
86
93
|
/// The height of the header cells in the Calendar.
|
|
87
94
|
/// @group calendar
|
|
88
95
|
$kendo-calendar-header-cell-height: $kendo-calendar-cell-size !default;
|
|
96
|
+
/// The font size of the header cells in the Calendar.
|
|
97
|
+
/// @group calendar
|
|
89
98
|
$kendo-calendar-header-cell-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
99
|
+
/// The line height of the header cells in the Calendar.
|
|
100
|
+
/// @group calendar
|
|
90
101
|
$kendo-calendar-header-cell-line-height: 2 !default;
|
|
91
102
|
|
|
92
103
|
/// The background color of the header cells in the Calendar.
|
|
@@ -146,7 +146,7 @@ $kendo-chip-solid-selected-text: null !default;
|
|
|
146
146
|
$kendo-chip-outline-bg: $kendo-component-bg !default;
|
|
147
147
|
/// The base text color of the outline Chip.
|
|
148
148
|
/// @group chip
|
|
149
|
-
$kendo-chip-outline-text: $kendo-chip-solid-text !default;
|
|
149
|
+
$kendo-chip-outline-text: if($kendo-enable-color-system, k-color( base-on-surface ), $kendo-chip-solid-text) !default;
|
|
150
150
|
/// The base border color of the outline Chip.
|
|
151
151
|
/// @group chip
|
|
152
152
|
$kendo-chip-outline-border: $kendo-chip-outline-text !default;
|
|
@@ -12,13 +12,23 @@ $kendo-drawer-border: $kendo-component-border !default;
|
|
|
12
12
|
/// The border width of the Drawer.
|
|
13
13
|
/// @group drawer
|
|
14
14
|
$kendo-drawer-border-width: 1px !default;
|
|
15
|
+
|
|
16
|
+
/// The font family of the Drawer.
|
|
17
|
+
/// @group drawer
|
|
15
18
|
$kendo-drawer-font-family: var( --kendo-font-family, inherit ) !default;
|
|
19
|
+
/// The font size of the Drawer.
|
|
20
|
+
/// @group drawer
|
|
16
21
|
$kendo-drawer-font-size: var( --kendo-font-size, inherit ) !default;
|
|
22
|
+
/// The line height of the Drawer.
|
|
23
|
+
/// @group drawer
|
|
17
24
|
$kendo-drawer-line-height: var( --kendo-line-height, normal ) !default;
|
|
18
|
-
|
|
25
|
+
|
|
26
|
+
/// The horizontal padding of the Drawer content.
|
|
27
|
+
/// @group drawer
|
|
28
|
+
$kendo-drawer-content-padding-x: null !default;
|
|
19
29
|
/// The vertical padding of the Drawer content.
|
|
20
30
|
/// @group drawer
|
|
21
|
-
$kendo-drawer-content-padding-y:
|
|
31
|
+
$kendo-drawer-content-padding-y: null !default;
|
|
22
32
|
|
|
23
33
|
/// The width of the Drawer scrollbar.
|
|
24
34
|
/// @group drawer
|
|
@@ -210,7 +210,7 @@ $kendo-scheduler-tooltip-title-margin-y: k-spacing(1) !default;
|
|
|
210
210
|
$kendo-scheduler-tooltip-month-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
211
211
|
/// The font size of the day inside the Scheduler Tooltip.
|
|
212
212
|
/// @group scheduler
|
|
213
|
-
$kendo-scheduler-tooltip-day-font-size: calc(
|
|
213
|
+
$kendo-scheduler-tooltip-day-font-size: calc( var( --kendo-font-size-sm, .75rem ) * 2 ) !default;
|
|
214
214
|
|
|
215
215
|
/// The max height of the events inside the Scheduler Tooltip.
|
|
216
216
|
/// @group scheduler
|
|
@@ -110,7 +110,7 @@ $kendo-slider-draghandle-transition-function: cubic-bezier(.25, .8, .25, 1) !def
|
|
|
110
110
|
|
|
111
111
|
/// The background color of the Slider track.
|
|
112
112
|
/// @group slider
|
|
113
|
-
$kendo-slider-track-bg: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-component-bg, 1 )) !default;
|
|
113
|
+
$kendo-slider-track-bg: if($kendo-enable-color-system, k-color( base-emphasis ), k-try-shade( $kendo-component-bg, 1 )) !default;
|
|
114
114
|
/// The background color of the Slider's track selection.
|
|
115
115
|
/// @group slider
|
|
116
116
|
$kendo-slider-selection-bg: $kendo-color-primary !default;
|
|
@@ -58,7 +58,7 @@ $kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
58
58
|
|
|
59
59
|
/// The background color of the Toolbar.
|
|
60
60
|
/// @group toolbar
|
|
61
|
-
$kendo-toolbar-bg: $kendo-button-bg !default;
|
|
61
|
+
$kendo-toolbar-bg: if($kendo-enable-color-system, k-color( surface ), $kendo-button-bg) !default;
|
|
62
62
|
/// The text color of the Toolbar.
|
|
63
63
|
/// @group toolbar
|
|
64
64
|
$kendo-toolbar-text: $kendo-button-text !default;
|
|
@@ -25,7 +25,7 @@ $kendo-tooltip-line-height: 1.25 !default;
|
|
|
25
25
|
|
|
26
26
|
/// The font size of the Tooltip title.
|
|
27
27
|
/// @group tooltip
|
|
28
|
-
$kendo-tooltip-title-font-size: calc(
|
|
28
|
+
$kendo-tooltip-title-font-size: calc( var( --kendo-font-size, .875rem ) * 1.25 ) !default;
|
|
29
29
|
/// The line height of the Tooltip title.
|
|
30
30
|
/// @group tooltip
|
|
31
31
|
$kendo-tooltip-title-line-height: 1 !default;
|