@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
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
/// The background color of the Drawer.
|
|
8
8
|
/// @group drawer
|
|
9
|
-
$kendo-drawer-bg:
|
|
9
|
+
$kendo-drawer-bg: k-color(surface-alt) !default;
|
|
10
10
|
/// The text color of the Drawer.
|
|
11
11
|
/// @group drawer
|
|
12
|
-
$kendo-drawer-text:
|
|
12
|
+
$kendo-drawer-text: k-color(on-app-surface) !default;
|
|
13
13
|
/// The border color of the Drawer.
|
|
14
14
|
/// @group drawer
|
|
15
|
-
$kendo-drawer-border:
|
|
15
|
+
$kendo-drawer-border: k-color(border) !default;
|
|
16
16
|
/// The border width of the Drawer.
|
|
17
17
|
/// @group drawer
|
|
18
18
|
$kendo-drawer-border-width: 1px !default;
|
|
@@ -50,18 +50,30 @@ $kendo-drawer-scrollbar-radius: 20px !default;
|
|
|
50
50
|
/// @group drawer
|
|
51
51
|
$kendo-drawer-scrollbar-hover-color: rgba( 156, 156, 156, 1 ) !default;
|
|
52
52
|
|
|
53
|
+
/// The horizontal padding of the Drawer items.
|
|
54
|
+
/// @group drawer
|
|
55
|
+
$kendo-drawer-items-padding-x: 0 !default;
|
|
56
|
+
/// The vertical padding of the Drawer items.
|
|
57
|
+
/// @group drawer
|
|
58
|
+
$kendo-drawer-items-padding-y: 0 !default;
|
|
53
59
|
/// The horizontal padding of the Drawer item.
|
|
54
60
|
/// @group drawer
|
|
55
61
|
$kendo-drawer-item-padding-x: k-spacing(4) !default;
|
|
56
62
|
/// The vertical padding of the Drawer item.
|
|
57
63
|
/// @group drawer
|
|
58
64
|
$kendo-drawer-item-padding-y: k-spacing(2) !default;
|
|
65
|
+
/// The spacing between the items in the Drawer item.
|
|
66
|
+
/// @group drawer
|
|
67
|
+
$kendo-drawer-item-spacing: $kendo-drawer-item-padding-x !default;
|
|
59
68
|
/// The font size of the Drawer item.
|
|
60
69
|
/// @group drawer
|
|
61
70
|
$kendo-drawer-item-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
62
71
|
/// The line height of the Drawer item.
|
|
63
72
|
/// @group drawer
|
|
64
73
|
$kendo-drawer-item-line-height: $kendo-line-height-lg !default;
|
|
74
|
+
/// The font weight of the Drawer item.
|
|
75
|
+
/// @group drawer
|
|
76
|
+
$kendo-drawer-item-font-weight: var( --kendo-font-weight, normal ) !default;
|
|
65
77
|
|
|
66
78
|
/// The horizontal padding of the Drawer item in each level.
|
|
67
79
|
/// @group drawer
|
|
@@ -69,6 +81,9 @@ $kendo-drawer-item-level-padding-x: $kendo-drawer-item-padding-x !default;
|
|
|
69
81
|
/// The count of the Drawer item levels.
|
|
70
82
|
/// @group drawer
|
|
71
83
|
$kendo-drawer-item-level-count: 5 !default;
|
|
84
|
+
/// The border radius of the Drawer item.
|
|
85
|
+
/// @group drawer
|
|
86
|
+
$kendo-drawer-item-border-radius: null !default;
|
|
72
87
|
|
|
73
88
|
/// The horizontal padding of the Drawer icon.
|
|
74
89
|
/// @group drawer
|
|
@@ -84,10 +99,10 @@ $kendo-drawer-mini-initial-width: calc( 2 * #{$kendo-drawer-item-padding-x} + #{
|
|
|
84
99
|
|
|
85
100
|
/// The background color of the hovered Drawer item.
|
|
86
101
|
/// @group drawer
|
|
87
|
-
$kendo-drawer-hover-bg:
|
|
102
|
+
$kendo-drawer-hover-bg: k-color(base-hover) !default;
|
|
88
103
|
/// The text color of the hovered Drawer item.
|
|
89
104
|
/// @group drawer
|
|
90
|
-
$kendo-drawer-hover-text:
|
|
105
|
+
$kendo-drawer-hover-text: k-color(on-app-surface) !default;
|
|
91
106
|
|
|
92
107
|
/// The background color of the focused Drawer item.
|
|
93
108
|
/// @group drawer
|
|
@@ -98,17 +113,21 @@ $kendo-drawer-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
98
113
|
|
|
99
114
|
/// The background color of the selected Drawer item.
|
|
100
115
|
/// @group drawer
|
|
101
|
-
$kendo-drawer-selected-bg:
|
|
116
|
+
$kendo-drawer-selected-bg: k-color(primary) !default;
|
|
102
117
|
/// The text color of the selected Drawer item.
|
|
103
118
|
/// @group drawer
|
|
104
|
-
$kendo-drawer-selected-text:
|
|
119
|
+
$kendo-drawer-selected-text: k-color(on-primary) !default;
|
|
105
120
|
|
|
106
121
|
/// The background color of the selected and hovered Drawer item.
|
|
107
122
|
/// @group drawer
|
|
108
|
-
$kendo-drawer-selected-hover-bg:
|
|
123
|
+
$kendo-drawer-selected-hover-bg: k-color(primary-hover) !default;
|
|
109
124
|
/// The text color of the selected and hovered Drawer item.
|
|
110
125
|
/// @group drawer
|
|
111
|
-
$kendo-drawer-selected-hover-text:
|
|
126
|
+
$kendo-drawer-selected-hover-text: k-color(on-primary) !default;
|
|
127
|
+
|
|
128
|
+
/// The background color of the selected and focused Drawer item.
|
|
129
|
+
/// @group drawer
|
|
130
|
+
$kendo-drawer-selected-focus-bg: null !default;
|
|
112
131
|
|
|
113
132
|
|
|
114
133
|
@forward "@progress/kendo-theme-core/scss/components/drawer/_variables.scss" with (
|
|
@@ -126,12 +145,17 @@ $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
|
|
|
126
145
|
$kendo-drawer-scrollbar-bg: $kendo-drawer-scrollbar-bg,
|
|
127
146
|
$kendo-drawer-scrollbar-radius: $kendo-drawer-scrollbar-radius,
|
|
128
147
|
$kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-hover-color,
|
|
148
|
+
$kendo-drawer-items-padding-x: $kendo-drawer-items-padding-x,
|
|
149
|
+
$kendo-drawer-items-padding-y: $kendo-drawer-items-padding-y,
|
|
129
150
|
$kendo-drawer-item-padding-x: $kendo-drawer-item-padding-x,
|
|
130
151
|
$kendo-drawer-item-padding-y: $kendo-drawer-item-padding-y,
|
|
152
|
+
$kendo-drawer-item-spacing: $kendo-drawer-item-spacing,
|
|
131
153
|
$kendo-drawer-item-font-size: $kendo-drawer-item-font-size,
|
|
132
154
|
$kendo-drawer-item-line-height: $kendo-drawer-item-line-height,
|
|
155
|
+
$kendo-drawer-item-font-weight: $kendo-drawer-item-font-weight,
|
|
133
156
|
$kendo-drawer-item-level-padding-x: $kendo-drawer-item-level-padding-x,
|
|
134
157
|
$kendo-drawer-item-level-count: $kendo-drawer-item-level-count,
|
|
158
|
+
$kendo-drawer-item-border-radius: $kendo-drawer-item-border-radius,
|
|
135
159
|
$kendo-drawer-icon-padding-x: $kendo-drawer-icon-padding-x,
|
|
136
160
|
$kendo-drawer-icon-padding-y: $kendo-drawer-icon-padding-y,
|
|
137
161
|
$kendo-drawer-mini-initial-width: $kendo-drawer-mini-initial-width,
|
|
@@ -142,5 +166,6 @@ $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
|
|
|
142
166
|
$kendo-drawer-selected-bg: $kendo-drawer-selected-bg,
|
|
143
167
|
$kendo-drawer-selected-text: $kendo-drawer-selected-text,
|
|
144
168
|
$kendo-drawer-selected-hover-bg: $kendo-drawer-selected-hover-bg,
|
|
145
|
-
$kendo-drawer-selected-hover-text: $kendo-drawer-selected-hover-text
|
|
169
|
+
$kendo-drawer-selected-hover-text: $kendo-drawer-selected-hover-text,
|
|
170
|
+
$kendo-drawer-selected-focus-bg: $kendo-drawer-selected-focus-bg
|
|
146
171
|
);
|
|
@@ -28,23 +28,23 @@ $kendo-dropzone-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
28
28
|
|
|
29
29
|
/// The background color of the DropZone.
|
|
30
30
|
/// @group dropzone
|
|
31
|
-
$kendo-dropzone-bg:
|
|
31
|
+
$kendo-dropzone-bg: k-color(surface) !default;
|
|
32
32
|
/// The text color of the DropZone.
|
|
33
33
|
/// @group dropzone
|
|
34
|
-
$kendo-dropzone-text:
|
|
34
|
+
$kendo-dropzone-text: k-color(on-app-surface) !default;
|
|
35
35
|
/// The border color of the DropZone.
|
|
36
36
|
/// @group dropzone
|
|
37
|
-
$kendo-dropzone-border:
|
|
37
|
+
$kendo-dropzone-border: k-color(border) !default;
|
|
38
38
|
|
|
39
39
|
/// The spacing below the DropZone icon.
|
|
40
40
|
/// @group dropzone
|
|
41
41
|
$kendo-dropzone-icon-spacing: k-spacing(6) !default;
|
|
42
42
|
/// The text color of the DropZone icon.
|
|
43
43
|
/// @group dropzone
|
|
44
|
-
$kendo-dropzone-icon-text:
|
|
44
|
+
$kendo-dropzone-icon-text: k-color(subtle) !default;
|
|
45
45
|
/// The text color of the hovered DropZone icon.
|
|
46
46
|
/// @group dropzone
|
|
47
|
-
$kendo-dropzone-icon-hover-text:
|
|
47
|
+
$kendo-dropzone-icon-hover-text: k-color(primary) !default;
|
|
48
48
|
|
|
49
49
|
/// The font size of the DropZone hint.
|
|
50
50
|
/// @group dropzone
|
|
@@ -64,7 +64,7 @@ $kendo-dropzone-note-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
|
64
64
|
$kendo-dropzone-note-spacing: null !default;
|
|
65
65
|
/// The text color of the DropZone note.
|
|
66
66
|
/// @group dropzone
|
|
67
|
-
$kendo-dropzone-note-text:
|
|
67
|
+
$kendo-dropzone-note-text: k-color(subtle) !default;
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
@forward "@progress/kendo-theme-core/scss/components/dropzone/_variables.scss" with (
|
|
@@ -27,14 +27,14 @@ $kendo-editor-placeholder-opacity: $kendo-input-placeholder-opacity !default;
|
|
|
27
27
|
|
|
28
28
|
/// The selected text color of the Editor.
|
|
29
29
|
/// @group editor
|
|
30
|
-
$kendo-editor-selected-text:
|
|
30
|
+
$kendo-editor-selected-text: k-color(on-primary) !default;
|
|
31
31
|
/// The selected background color of the Editor.
|
|
32
32
|
/// @group editor
|
|
33
|
-
$kendo-editor-selected-bg:
|
|
33
|
+
$kendo-editor-selected-bg: k-color(primary) !default;
|
|
34
34
|
|
|
35
35
|
/// The highlighted background color of the Editor.
|
|
36
36
|
/// @group editor
|
|
37
|
-
$kendo-editor-highlighted-bg:
|
|
37
|
+
$kendo-editor-highlighted-bg: k-color(primary-subtle) !default;
|
|
38
38
|
|
|
39
39
|
/// The horizontal margin of the Editor's export tool icon.
|
|
40
40
|
/// @group editor
|
|
@@ -78,6 +78,11 @@ $kendo-editor-filebrowser-tiles-padding-y: k-spacing(1) !default;
|
|
|
78
78
|
/// @group editor
|
|
79
79
|
$kendo-editor-content-padding: k-spacing(2) !default;
|
|
80
80
|
|
|
81
|
+
$kendo-editor-ct-cell-text: k-color(on-primary) !default;
|
|
82
|
+
$kendo-editor-ct-cell-bg: k-color(primary) !default;
|
|
83
|
+
$kendo-editor-ct-cell-border: k-color(primary) !default;
|
|
84
|
+
|
|
85
|
+
|
|
81
86
|
@forward "@progress/kendo-theme-core/scss/components/editor/_variables.scss" with (
|
|
82
87
|
$kendo-editor-border-width: $kendo-editor-border-width,
|
|
83
88
|
$kendo-editor-font-family: $kendo-editor-font-family,
|
|
@@ -99,5 +104,8 @@ $kendo-editor-content-padding: k-spacing(2) !default;
|
|
|
99
104
|
$kendo-editor-inline-padding-y: $kendo-editor-inline-padding-y,
|
|
100
105
|
$kendo-editor-filebrowser-tiles-padding-x: $kendo-editor-filebrowser-tiles-padding-x,
|
|
101
106
|
$kendo-editor-filebrowser-tiles-padding-y: $kendo-editor-filebrowser-tiles-padding-y,
|
|
102
|
-
$kendo-editor-content-padding: $kendo-editor-content-padding
|
|
107
|
+
$kendo-editor-content-padding: $kendo-editor-content-padding,
|
|
108
|
+
$kendo-editor-ct-cell-text: $kendo-editor-ct-cell-text,
|
|
109
|
+
$kendo-editor-ct-cell-bg: $kendo-editor-ct-cell-bg,
|
|
110
|
+
$kendo-editor-ct-cell-border: $kendo-editor-ct-cell-border
|
|
103
111
|
);
|
|
@@ -22,13 +22,13 @@ $kendo-expander-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
22
22
|
|
|
23
23
|
/// The text color of the ExpansionPanel.
|
|
24
24
|
/// @group expander
|
|
25
|
-
$kendo-expander-text:
|
|
25
|
+
$kendo-expander-text: k-color(on-app-surface) !default;
|
|
26
26
|
/// The background color of the ExpansionPanel.
|
|
27
27
|
/// @group expander
|
|
28
|
-
$kendo-expander-bg:
|
|
28
|
+
$kendo-expander-bg: k-color(surface-alt) !default;
|
|
29
29
|
/// The border color of the ExpansionPanel.
|
|
30
30
|
/// @group expander
|
|
31
|
-
$kendo-expander-border:
|
|
31
|
+
$kendo-expander-border: k-color(border) !default;
|
|
32
32
|
|
|
33
33
|
/// The box shadow of the focused ExpansionPanel.
|
|
34
34
|
/// @group expander
|
|
@@ -53,7 +53,7 @@ $kendo-expander-header-bg: transparent !default;
|
|
|
53
53
|
$kendo-expander-header-border: null !default;
|
|
54
54
|
/// The background color of the hovered ExpansionPanel header.
|
|
55
55
|
/// @group expander
|
|
56
|
-
$kendo-expander-header-hover-bg:
|
|
56
|
+
$kendo-expander-header-hover-bg: k-color(base-subtle-hover) !default;
|
|
57
57
|
/// The background color of the focused ExpansionPanel header.
|
|
58
58
|
/// @group expander
|
|
59
59
|
$kendo-expander-header-focus-bg: null !default;
|
|
@@ -63,11 +63,11 @@ $kendo-expander-header-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
63
63
|
|
|
64
64
|
/// The text color of the ExpansionPanel title.
|
|
65
65
|
/// @group expander
|
|
66
|
-
$kendo-expander-title-text:
|
|
66
|
+
$kendo-expander-title-text: k-color(primary) !default;
|
|
67
67
|
|
|
68
68
|
/// The text color of the ExpansionPanel sub-title.
|
|
69
69
|
/// @group expander
|
|
70
|
-
$kendo-expander-header-sub-title-text:
|
|
70
|
+
$kendo-expander-header-sub-title-text: k-color(subtle) !default;
|
|
71
71
|
|
|
72
72
|
/// The horizontal margin of the ExpansionPanel indicator.
|
|
73
73
|
/// @group expander
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -97,7 +97,18 @@ $kendo-fab-item-icon-border-radius: 50% !default;
|
|
|
97
97
|
|
|
98
98
|
/// The theme colors map for the FAB.
|
|
99
99
|
/// @group floating-action-button
|
|
100
|
-
$kendo-fab-theme-colors:
|
|
100
|
+
$kendo-fab-theme-colors: (
|
|
101
|
+
"primary": k-color(primary),
|
|
102
|
+
"secondary": k-color(secondary),
|
|
103
|
+
"tertiary": k-color(tertiary),
|
|
104
|
+
"info": k-color(info),
|
|
105
|
+
"success": k-color(success),
|
|
106
|
+
"warning": k-color(warning),
|
|
107
|
+
"error": k-color(error),
|
|
108
|
+
"dark": k-color(dark),
|
|
109
|
+
"light": k-color(light),
|
|
110
|
+
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
|
|
111
|
+
) !default;
|
|
101
112
|
|
|
102
113
|
/// The size map for the FAB.
|
|
103
114
|
/// @group floating-action-button
|
|
@@ -135,13 +146,13 @@ $kendo-fab-outline-width: k-spacing(0.5) !default;
|
|
|
135
146
|
|
|
136
147
|
/// The base text color of the FAB item.
|
|
137
148
|
/// @group floating-action-button
|
|
138
|
-
$kendo-fab-item-text:
|
|
149
|
+
$kendo-fab-item-text: k-color(on-app-surface) !default;
|
|
139
150
|
/// The base background color of the FAB item.
|
|
140
151
|
/// @group floating-action-button
|
|
141
|
-
$kendo-fab-item-bg:
|
|
152
|
+
$kendo-fab-item-bg: k-color(surface-alt) !default;
|
|
142
153
|
/// The base border color of the FAB item.
|
|
143
154
|
/// @group floating-action-button
|
|
144
|
-
$kendo-fab-item-border:
|
|
155
|
+
$kendo-fab-item-border: k-color(border) !default;
|
|
145
156
|
|
|
146
157
|
/// The base text color of the FAB item icon.
|
|
147
158
|
/// @group floating-action-button
|
|
@@ -21,13 +21,13 @@ $kendo-file-manager-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
21
21
|
$kendo-file-manager-line-height: var( --kendo-line-height, normal ) !default;
|
|
22
22
|
/// The background color of the FileManager.
|
|
23
23
|
/// @group file-manager
|
|
24
|
-
$kendo-file-manager-bg:
|
|
24
|
+
$kendo-file-manager-bg: k-color(surface-alt) !default;
|
|
25
25
|
/// The text color of the FileManager.
|
|
26
26
|
/// @group file-manager
|
|
27
|
-
$kendo-file-manager-text:
|
|
27
|
+
$kendo-file-manager-text: k-color(on-app-surface) !default;
|
|
28
28
|
/// The border color of the FileManager.
|
|
29
29
|
/// @group file-manager
|
|
30
|
-
$kendo-file-manager-border:
|
|
30
|
+
$kendo-file-manager-border: k-color(border) !default;
|
|
31
31
|
|
|
32
32
|
/// The border width of the FileManager Toolbar.
|
|
33
33
|
/// @group file-manager
|
|
@@ -123,7 +123,7 @@ $kendo-file-manager-listview-item-border: null !default;
|
|
|
123
123
|
$kendo-file-manager-listview-item-icon-bg: null !default;
|
|
124
124
|
/// The text color of the FileManager ListView item icon.
|
|
125
125
|
/// @group file-manager
|
|
126
|
-
$kendo-file-manager-listview-item-icon-text:
|
|
126
|
+
$kendo-file-manager-listview-item-icon-text: k-color(subtle) !default;
|
|
127
127
|
/// The border color of the FileManager ListView item icon.
|
|
128
128
|
/// @group file-manager
|
|
129
129
|
$kendo-file-manager-listview-item-icon-border: null !default;
|
|
@@ -180,7 +180,7 @@ $kendo-file-manager-preview-border: null !default;
|
|
|
180
180
|
$kendo-file-manager-preview-icon-bg: null !default;
|
|
181
181
|
/// The text color of the FileManager preview icon.
|
|
182
182
|
/// @group file-manager
|
|
183
|
-
$kendo-file-manager-preview-icon-text:
|
|
183
|
+
$kendo-file-manager-preview-icon-text: k-color(subtle) !default;
|
|
184
184
|
/// The border color of the FileManager preview icon.
|
|
185
185
|
/// @group file-manager
|
|
186
186
|
$kendo-file-manager-preview-icon-border: null !default;
|
|
@@ -22,10 +22,10 @@ $kendo-filter-operator-dropdown-width: 15em !default;
|
|
|
22
22
|
|
|
23
23
|
/// The text color of the Filter preview field.
|
|
24
24
|
/// @group filter
|
|
25
|
-
$kendo-filter-preview-field-text:
|
|
25
|
+
$kendo-filter-preview-field-text: k-color(primary) !default;
|
|
26
26
|
/// The text color of the Filter preview operator.
|
|
27
27
|
/// @group filter
|
|
28
|
-
$kendo-filter-preview-operator-text:
|
|
28
|
+
$kendo-filter-preview-operator-text: k-color(subtle) !default;
|
|
29
29
|
|
|
30
30
|
/// The box shadow of the focused Filter toolbar.
|
|
31
31
|
/// @group filter
|
|
@@ -47,7 +47,7 @@ $kendo-form-legend-border-width: 0 0 2px !default;
|
|
|
47
47
|
$kendo-form-legend-border-style: solid !default;
|
|
48
48
|
/// The border color of the Form legend.
|
|
49
49
|
/// @group form
|
|
50
|
-
$kendo-form-legend-border-color:
|
|
50
|
+
$kendo-form-legend-border-color: k-color(border) !default;
|
|
51
51
|
/// The width of the Form legend.
|
|
52
52
|
/// @group form
|
|
53
53
|
$kendo-form-legend-width: 100% !default;
|
|
@@ -124,7 +124,7 @@ $kendo-inline-form-field-padding-y: calc( #{k-spacing(1)} + #{$kendo-input-borde
|
|
|
124
124
|
|
|
125
125
|
/// The invalid text color of the Form.
|
|
126
126
|
/// @group form
|
|
127
|
-
$kendo-forms-invalid-color:
|
|
127
|
+
$kendo-forms-invalid-color: k-color(error) !default;
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
/// The horizontal margin of the optional label in the Form.
|
|
@@ -174,7 +174,7 @@ $kendo-form-field-info-margin: k-spacing(2) !default;
|
|
|
174
174
|
$kendo-fieldset-legend-bg: null !default;
|
|
175
175
|
/// The text color of the Form legend.
|
|
176
176
|
/// @group form
|
|
177
|
-
$kendo-fieldset-legend-text:
|
|
177
|
+
$kendo-fieldset-legend-text: k-color(on-app-surface) !default;
|
|
178
178
|
/// The border color of the Form legend.
|
|
179
179
|
/// @group form
|
|
180
180
|
$kendo-fieldset-legend-border: null !default;
|
|
@@ -20,13 +20,13 @@ $kendo-gantt-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
|
20
20
|
|
|
21
21
|
/// The background color of the Gantt.
|
|
22
22
|
/// @group gantt
|
|
23
|
-
$kendo-gantt-bg:
|
|
23
|
+
$kendo-gantt-bg: k-color(surface-alt) !default;
|
|
24
24
|
/// The text color of the Gantt.
|
|
25
25
|
/// @group gantt
|
|
26
|
-
$kendo-gantt-text:
|
|
26
|
+
$kendo-gantt-text: k-color(on-app-surface) !default;
|
|
27
27
|
/// The border color of the Gantt.
|
|
28
28
|
/// @group gantt
|
|
29
|
-
$kendo-gantt-border:
|
|
29
|
+
$kendo-gantt-border: k-color(border) !default;
|
|
30
30
|
|
|
31
31
|
/// The background color of the Gantt TreeList.
|
|
32
32
|
/// @group gantt
|
|
@@ -40,7 +40,7 @@ $kendo-gantt-treelist-border: null !default;
|
|
|
40
40
|
|
|
41
41
|
/// The background color of the Gantt non-working days.
|
|
42
42
|
/// @group gantt
|
|
43
|
-
$kendo-gantt-nonwork-bg:
|
|
43
|
+
$kendo-gantt-nonwork-bg: color-mix(in srgb, k-color(on-base) 3%, transparent) !default;
|
|
44
44
|
/// The text color of the Gantt non-working days.
|
|
45
45
|
/// @group gantt
|
|
46
46
|
$kendo-gantt-nonwork-text: null !default;
|
|
@@ -53,10 +53,10 @@ $kendo-gantt-nonwork-border: null !default;
|
|
|
53
53
|
$kendo-gantt-line-size: 2px !default;
|
|
54
54
|
/// The background fill color of the Gantt connecting lines.
|
|
55
55
|
/// @group gantt
|
|
56
|
-
$kendo-gantt-line-fill:
|
|
56
|
+
$kendo-gantt-line-fill: k-color(on-base) !default;
|
|
57
57
|
/// The background fill of the selected Gantt connecting lines.
|
|
58
58
|
/// @group gantt
|
|
59
|
-
$kendo-gantt-line-selected-fill:
|
|
59
|
+
$kendo-gantt-line-selected-fill: k-color(primary) !default;
|
|
60
60
|
|
|
61
61
|
/// The size of the Gantt task dot.
|
|
62
62
|
/// @group gantt
|
|
@@ -85,23 +85,23 @@ $kendo-gantt-milestone-bg: $kendo-gantt-text !default;
|
|
|
85
85
|
$kendo-gantt-milestone-border: $kendo-gantt-border !default;
|
|
86
86
|
/// The background color of the selected Gantt milestone.
|
|
87
87
|
/// @group gantt
|
|
88
|
-
$kendo-gantt-milestone-selected-bg:
|
|
88
|
+
$kendo-gantt-milestone-selected-bg: k-color(primary) !default;
|
|
89
89
|
/// The border color of the selected Gantt milestone.
|
|
90
90
|
/// @group gantt
|
|
91
|
-
$kendo-gantt-milestone-selected-border:
|
|
91
|
+
$kendo-gantt-milestone-selected-border: k-color(primary) !default;
|
|
92
92
|
|
|
93
93
|
/// The background color of the Gantt summary.
|
|
94
94
|
/// @group gantt
|
|
95
|
-
$kendo-gantt-summary-bg:
|
|
95
|
+
$kendo-gantt-summary-bg: k-color(subtle) !default;
|
|
96
96
|
/// The background color of the Gantt summary progress.
|
|
97
97
|
/// @group gantt
|
|
98
|
-
$kendo-gantt-summary-progress-bg:
|
|
98
|
+
$kendo-gantt-summary-progress-bg: k-color(on-base) !default;
|
|
99
99
|
/// The background color of the selected Gantt summary.
|
|
100
100
|
/// @group gantt
|
|
101
|
-
$kendo-gantt-summary-selected-bg:
|
|
101
|
+
$kendo-gantt-summary-selected-bg: k-color(primary-subtle-active) !default;
|
|
102
102
|
/// The background color of the selected Gantt summary progress.
|
|
103
103
|
/// @group gantt
|
|
104
|
-
$kendo-gantt-summary-progress-selected-bg:
|
|
104
|
+
$kendo-gantt-summary-progress-selected-bg: k-color(primary) !default;
|
|
105
105
|
|
|
106
106
|
/// The border width of the Gantt task.
|
|
107
107
|
/// @group gantt
|
|
@@ -114,10 +114,10 @@ $kendo-gantt-task-padding-x: k-spacing(2) !default;
|
|
|
114
114
|
$kendo-gantt-task-padding-y: k-spacing(1) !default;
|
|
115
115
|
/// The background color of the Gantt task.
|
|
116
116
|
/// @group gantt
|
|
117
|
-
$kendo-gantt-task-bg:
|
|
117
|
+
$kendo-gantt-task-bg: k-color(subtle) !default;
|
|
118
118
|
/// The text color of the Gantt task.
|
|
119
119
|
/// @group gantt
|
|
120
|
-
$kendo-gantt-task-text:
|
|
120
|
+
$kendo-gantt-task-text: k-color(base-subtle) !default;
|
|
121
121
|
/// The border color of the Gantt task.
|
|
122
122
|
/// @group gantt
|
|
123
123
|
$kendo-gantt-task-border: null !default;
|
|
@@ -126,16 +126,16 @@ $kendo-gantt-task-border: null !default;
|
|
|
126
126
|
$kendo-gantt-task-progress-bg: $kendo-gantt-text !default;
|
|
127
127
|
/// The background color of selected the Gantt task.
|
|
128
128
|
/// @group gantt
|
|
129
|
-
$kendo-gantt-task-selected-bg:
|
|
129
|
+
$kendo-gantt-task-selected-bg: k-color(primary-subtle-active) !default;
|
|
130
130
|
/// The text color of the selected Gantt task.
|
|
131
131
|
/// @group gantt
|
|
132
|
-
$kendo-gantt-task-selected-text:
|
|
132
|
+
$kendo-gantt-task-selected-text: k-color(on-primary) !default;
|
|
133
133
|
/// The border color of the selected Gantt task.
|
|
134
134
|
/// @group gantt
|
|
135
135
|
$kendo-gantt-task-selected-border: null !default;
|
|
136
136
|
/// The background color of the selected Gantt task progress.
|
|
137
137
|
/// @group gantt
|
|
138
|
-
$kendo-gantt-task-progress-selected-bg:
|
|
138
|
+
$kendo-gantt-task-progress-selected-bg: k-color(primary) !default;
|
|
139
139
|
|
|
140
140
|
/// The padding of the Gantt task actions.
|
|
141
141
|
/// @group gantt
|
|
@@ -204,24 +204,24 @@ $kendo-gantt-planned-offset-resize-handler-margin-x: 1.4em !default;
|
|
|
204
204
|
|
|
205
205
|
/// The background color of the Gantt planned Tooltip.
|
|
206
206
|
/// @group gantt
|
|
207
|
-
$kendo-gantt-planned-bg:
|
|
207
|
+
$kendo-gantt-planned-bg: k-color(primary) !default;
|
|
208
208
|
/// The border color of the Gantt planned Tooltip.
|
|
209
209
|
/// @group gantt
|
|
210
210
|
$kendo-gantt-planned-border: $kendo-gantt-planned-bg !default;
|
|
211
211
|
|
|
212
212
|
/// The background color of the Gantt delayed task.
|
|
213
213
|
/// @group gantt
|
|
214
|
-
$kendo-gantt-delayed-bg:
|
|
214
|
+
$kendo-gantt-delayed-bg: k-color(error) !default;
|
|
215
215
|
/// The complement background color of the Gantt delayed task.
|
|
216
216
|
/// @group gantt
|
|
217
|
-
$kendo-gantt-delayed-bg-lighter:
|
|
217
|
+
$kendo-gantt-delayed-bg-lighter: k-color(error-emphasis) !default;
|
|
218
218
|
|
|
219
219
|
/// The background color of the Gantt advanced task.
|
|
220
220
|
/// @group gantt
|
|
221
|
-
$kendo-gantt-advanced-bg:
|
|
221
|
+
$kendo-gantt-advanced-bg: k-color(success) !default;
|
|
222
222
|
/// The complement background color of the Gantt advanced task.
|
|
223
223
|
/// @group gantt
|
|
224
|
-
$kendo-gantt-advanced-bg-lighter:
|
|
224
|
+
$kendo-gantt-advanced-bg-lighter: k-color(success-emphasis) !default;
|
|
225
225
|
|
|
226
226
|
/// The text color of the Gantt delayed task action.
|
|
227
227
|
/// @group gantt
|
|
@@ -241,10 +241,10 @@ $kendo-gantt-validation-tooltip-label-width: 50px !default;
|
|
|
241
241
|
$kendo-gantt-validation-tooltip-border: #656565 !default;
|
|
242
242
|
/// The border color of the valid Gantt validation Tooltip.
|
|
243
243
|
/// @group gantt
|
|
244
|
-
$kendo-gantt-validation-tooltip-valid-border:
|
|
244
|
+
$kendo-gantt-validation-tooltip-valid-border: k-color(success) !default;
|
|
245
245
|
/// The border color of the invalid Gantt validation Tooltip.
|
|
246
246
|
/// @group gantt
|
|
247
|
-
$kendo-gantt-validation-tooltip-invalid-border:
|
|
247
|
+
$kendo-gantt-validation-tooltip-invalid-border: k-color(error) !default;
|
|
248
248
|
|
|
249
249
|
/// The horizontal padding of the Gantt task Tooltip.
|
|
250
250
|
/// @group gantt
|
|
@@ -232,14 +232,14 @@ $kendo-grid-selection-aggregates-line-height: $kendo-grid-line-height !default;
|
|
|
232
232
|
$kendo-grid-selection-aggregates-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
233
233
|
|
|
234
234
|
$kendo-grid-sorted-icon-spacing: calc( #{k-spacing(2)} - 1px ) !default;
|
|
235
|
-
$kendo-grid-sorted-bg:
|
|
236
|
-
$kendo-grid-sorting-indicator-text:
|
|
235
|
+
$kendo-grid-sorted-bg: color-mix(in srgb, k-color(on-app-surface) 3%, transparent) !default;
|
|
236
|
+
$kendo-grid-sorting-indicator-text: k-color(primary) !default;
|
|
237
237
|
$kendo-grid-sorting-index-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
238
238
|
$kendo-grid-sorting-index-height: $kendo-icon-size !default;
|
|
239
239
|
$kendo-grid-sorting-index-spacing-y: calc( #{$kendo-icon-spacing} / 2 ) !default;
|
|
240
240
|
$kendo-grid-sorting-index-spacing-x: calc( #{$kendo-grid-sorting-index-spacing-y} * -1 ) !default;
|
|
241
241
|
|
|
242
|
-
$kendo-grid-grouping-row-bg:
|
|
242
|
+
$kendo-grid-grouping-row-bg: k-color(base) !default;
|
|
243
243
|
$kendo-grid-grouping-row-text: $kendo-grid-text !default;
|
|
244
244
|
|
|
245
245
|
$kendo-grid-focus-shadow: $kendo-table-focus-shadow !default;
|
|
@@ -254,7 +254,7 @@ $kendo-grid-sticky-text: $kendo-grid-text !default;
|
|
|
254
254
|
$kendo-grid-sticky-border: $kendo-grid-border !default;
|
|
255
255
|
|
|
256
256
|
// Must be a solid color
|
|
257
|
-
$kendo-grid-sticky-alt-bg:
|
|
257
|
+
$kendo-grid-sticky-alt-bg: k-color(base-subtle) !default;
|
|
258
258
|
|
|
259
259
|
$kendo-grid-sticky-header-bg: $kendo-grid-header-bg !default;
|
|
260
260
|
$kendo-grid-sticky-header-text: $kendo-grid-header-text !default;
|
|
@@ -263,12 +263,12 @@ $kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
|
263
263
|
$kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
|
|
264
264
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-hover-bg !default;
|
|
265
265
|
|
|
266
|
-
$kendo-grid-sticky-selected-bg:
|
|
267
|
-
$kendo-grid-sticky-selected-alt-bg:
|
|
266
|
+
$kendo-grid-sticky-selected-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
|
|
267
|
+
$kendo-grid-sticky-selected-alt-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
|
|
268
268
|
|
|
269
269
|
// Must be a solid color
|
|
270
|
-
$kendo-grid-sticky-hover-bg:
|
|
271
|
-
$kendo-grid-sticky-selected-hover-bg:
|
|
270
|
+
$kendo-grid-sticky-hover-bg: k-color(base-subtle-hover) !default;
|
|
271
|
+
$kendo-grid-sticky-selected-hover-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
|
|
272
272
|
|
|
273
273
|
$kendo-grid-column-menu-width: 230px !default;
|
|
274
274
|
$kendo-grid-column-menu-max-width: 320px !default;
|
|
@@ -305,7 +305,7 @@ $kendo-grid-column-menu-group-header-border: $kendo-popup-border !default;
|
|
|
305
305
|
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-x: k-spacing(0) !default;
|
|
306
306
|
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-y: k-spacing(2) !default;
|
|
307
307
|
|
|
308
|
-
$kendo-grid-column-menu-tabbed-bg:
|
|
308
|
+
$kendo-grid-column-menu-tabbed-bg: k-color(surface) !default;
|
|
309
309
|
|
|
310
310
|
$kendo-grid-drag-cell-width: ($kendo-icon-size * 2.25) !default;
|
|
311
311
|
|
|
@@ -319,10 +319,10 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
319
319
|
|
|
320
320
|
/// The background color of the Grid row resize indicator.
|
|
321
321
|
/// @group grid
|
|
322
|
-
$kendo-grid-row-resizer-hover-bg:
|
|
322
|
+
$kendo-grid-row-resizer-hover-bg: color-mix(in srgb, k-color(on-base) 20%, transparent) !default;
|
|
323
323
|
/// The background color of the active Grid row resize indicator.
|
|
324
324
|
/// @group grid
|
|
325
|
-
$kendo-grid-row-resizer-active-bg:
|
|
325
|
+
$kendo-grid-row-resizer-active-bg: k-color(primary) !default;
|
|
326
326
|
/// The height of the Grid row resize indicator.
|
|
327
327
|
/// @group grid
|
|
328
328
|
$kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
@@ -25,15 +25,15 @@ $kendo-image-editor-resize-handle-margin-y: k-spacing(1px) !default;
|
|
|
25
25
|
$kendo-image-editor-resize-handle-border-width: 0 2px 2px 0 !default;
|
|
26
26
|
$kendo-image-editor-resize-handle-size: 15px !default;
|
|
27
27
|
|
|
28
|
-
$kendo-image-editor-bg:
|
|
29
|
-
$kendo-image-editor-text:
|
|
30
|
-
$kendo-image-editor-border:
|
|
28
|
+
$kendo-image-editor-bg: k-color(surface-alt) !default;
|
|
29
|
+
$kendo-image-editor-text: k-color(on-app-surface) !default;
|
|
30
|
+
$kendo-image-editor-border: k-color(border) !default;
|
|
31
31
|
|
|
32
32
|
$kendo-image-editor-content-bg: #c6c6c6 !default;
|
|
33
33
|
$kendo-image-editor-content-text: null !default;
|
|
34
34
|
$kendo-image-editor-content-border: null !default;
|
|
35
35
|
|
|
36
|
-
$kendo-image-editor-action-pane-bg:
|
|
36
|
+
$kendo-image-editor-action-pane-bg: k-color(surface-alt) !default;
|
|
37
37
|
$kendo-image-editor-action-pane-text: null !default;
|
|
38
38
|
$kendo-image-editor-action-pane-border: null !default;
|
|
39
39
|
|
package/scss/index.scss
CHANGED
|
@@ -116,6 +116,7 @@
|
|
|
116
116
|
@forward "./signature/_index.scss";
|
|
117
117
|
@forward "./otp/_index.scss";
|
|
118
118
|
@forward "./column-menu/_index.scss";
|
|
119
|
+
@forward "./marquee/_index.scss";
|
|
119
120
|
|
|
120
121
|
|
|
121
122
|
// Use component modules
|
|
@@ -152,6 +153,7 @@
|
|
|
152
153
|
@use "./loader/_index.scss" as *;
|
|
153
154
|
@use "./skeleton/_index.scss" as *;
|
|
154
155
|
@use "./time-marker/_index.scss" as *;
|
|
156
|
+
@use "./marquee/_index.scss" as *;
|
|
155
157
|
|
|
156
158
|
|
|
157
159
|
// Native forms
|
|
@@ -323,6 +325,7 @@
|
|
|
323
325
|
@include kendo-skeleton--styles();
|
|
324
326
|
@include kendo-tooltip--styles();
|
|
325
327
|
@include kendo-time-marker--styles();
|
|
328
|
+
@include kendo-marquee--styles();
|
|
326
329
|
|
|
327
330
|
|
|
328
331
|
// Form helpers
|