@progress/kendo-theme-default 13.2.0-dev.3 → 14.0.0-dev.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/README.md +17 -0
- package/dist/all.css +1 -1
- package/dist/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main-dark.scss +0 -20
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue-a11y.scss +0 -10
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-ocean-blue.scss +0 -10
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +13162 -10752
- package/dist/meta/sassdoc-raw-data.json +6301 -5145
- package/dist/meta/variables.json +298 -149
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -101
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -51
- package/lib/swatches/default-ocean-blue.json +1 -51
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +8 -0
- package/scss/appbar/_variables.scss +5 -19
- package/scss/button/_variables.scss +5 -0
- package/scss/card/_variables.scss +0 -6
- package/scss/chart-wizard/_variables.scss +17 -0
- package/scss/chat/_variables.scss +4 -0
- package/scss/colorgradient/_variables.scss +3 -3
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/column-menu/_variables.scss +11 -1
- package/scss/dataviz/_variables.scss +8 -0
- package/scss/dialog/_variables.scss +0 -6
- package/scss/dock-manager/_variables.scss +4 -0
- package/scss/dropzone/_variables.scss +4 -0
- package/scss/editor/_variables.scss +4 -0
- package/scss/expansion-panel/_variables.scss +12 -0
- package/scss/file-box/_variables.scss +9 -0
- package/scss/filemanager/_variables.scss +4 -0
- package/scss/filter/_variables.scss +5 -0
- package/scss/forms/_variables.scss +21 -0
- package/scss/gantt/_variables.scss +4 -0
- package/scss/grid/_variables.scss +17 -0
- package/scss/imageeditor/_variables.scss +4 -0
- package/scss/listbox/_variables.scss +14 -1
- package/scss/listview/_variables.scss +5 -1
- package/scss/mediaplayer/_variables.scss +16 -0
- package/scss/messagebox/_variables.scss +4 -0
- package/scss/notification/_variables.scss +1 -1
- package/scss/overlay/_variables.scss +2 -6
- package/scss/pdf-viewer/_variables.scss +4 -0
- package/scss/pivotgrid/_variables.scss +4 -0
- package/scss/progressbar/_variables.scss +6 -0
- package/scss/prompt/_variables.scss +14 -1
- package/scss/scheduler/_variables.scss +4 -0
- package/scss/scrollview/_variables.scss +10 -3
- package/scss/spreadsheet/_variables.scss +4 -0
- package/scss/stepper/_variables.scss +4 -0
- package/scss/suggestion/_variables.scss +4 -0
- package/scss/table/_variables.scss +27 -0
- package/scss/taskboard/_variables.scss +4 -0
- package/scss/timeline/_variables.scss +5 -0
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/upload/_variables.scss +4 -0
- package/scss/window/_variables.scss +0 -6
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
/// The width of the border around the ScrollView.
|
|
7
7
|
/// @group scrollview
|
|
8
8
|
$kendo-scrollview-border-width: 1px !default;
|
|
9
|
+
/// The border radius of the ScrollView.
|
|
10
|
+
/// @group scrollview
|
|
11
|
+
$kendo-scrollview-border-radius: null !default;
|
|
9
12
|
/// The font family of the ScrollView.
|
|
10
13
|
/// @group scrollview
|
|
11
14
|
$kendo-scrollview-font-family: var(--kendo-font-family) !default;
|
|
@@ -44,6 +47,9 @@ $kendo-scrollview-pagebutton-primary-border: k-color(primary) !default;
|
|
|
44
47
|
/// The box shadow of the ScrollView page button.
|
|
45
48
|
/// @group scrollview
|
|
46
49
|
$kendo-scrollview-pagebutton-shadow: 0 0 0 2px k-color(border-alt) !default;
|
|
50
|
+
/// The box shadow of the selected ScrollView page button.
|
|
51
|
+
/// @group scrollview
|
|
52
|
+
$kendo-scrollview-pagebutton-primary-shadow: null !default;
|
|
47
53
|
|
|
48
54
|
/// The offset of the ScrollView pager.
|
|
49
55
|
/// @group scrollview
|
|
@@ -76,11 +82,10 @@ $kendo-scrollview-navigation-hover-opacity: 1 !default;
|
|
|
76
82
|
|
|
77
83
|
/// The background color of the ScrollView pager in light mode.
|
|
78
84
|
/// @group scrollview
|
|
79
|
-
$kendo-scrollview-light-bg: rgba(
|
|
85
|
+
$kendo-scrollview-light-bg: rgba( white, .4 ) !default;
|
|
80
86
|
/// The background color of the ScrollView pager in dark mode.
|
|
81
87
|
/// @group scrollview
|
|
82
|
-
$kendo-scrollview-dark-bg: rgba(
|
|
83
|
-
|
|
88
|
+
$kendo-scrollview-dark-bg: rgba( black, .4 ) !default;
|
|
84
89
|
/// The duration of the ScrollView transition.
|
|
85
90
|
/// @group scrollview
|
|
86
91
|
$kendo-scrollview-transition-duration: .3s !default;
|
|
@@ -90,6 +95,7 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
90
95
|
|
|
91
96
|
@forward "@progress/kendo-theme-core/scss/components/scrollview/_variables.scss" with (
|
|
92
97
|
$kendo-scrollview-border-width: $kendo-scrollview-border-width,
|
|
98
|
+
$kendo-scrollview-border-radius: $kendo-scrollview-border-radius,
|
|
93
99
|
$kendo-scrollview-font-family: $kendo-scrollview-font-family,
|
|
94
100
|
$kendo-scrollview-font-size: $kendo-scrollview-font-size,
|
|
95
101
|
$kendo-scrollview-line-height: $kendo-scrollview-line-height,
|
|
@@ -102,6 +108,7 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
102
108
|
$kendo-scrollview-pagebutton-primary-bg: $kendo-scrollview-pagebutton-primary-bg,
|
|
103
109
|
$kendo-scrollview-pagebutton-primary-border: $kendo-scrollview-pagebutton-primary-border,
|
|
104
110
|
$kendo-scrollview-pagebutton-shadow: $kendo-scrollview-pagebutton-shadow,
|
|
111
|
+
$kendo-scrollview-pagebutton-primary-shadow: $kendo-scrollview-pagebutton-primary-shadow,
|
|
105
112
|
$kendo-scrollview-pager-offset: $kendo-scrollview-pager-offset,
|
|
106
113
|
$kendo-scrollview-pager-item-spacing: $kendo-scrollview-pager-item-spacing,
|
|
107
114
|
$kendo-scrollview-pager-item-border-width: $kendo-scrollview-pager-item-border-width,
|
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
/// The width of the border around the Spreadsheet.
|
|
8
8
|
/// @group spreadsheet
|
|
9
9
|
$kendo-spreadsheet-border-width: 1px !default;
|
|
10
|
+
/// The border radius of the Spreadsheet.
|
|
11
|
+
/// @group spreadsheet
|
|
12
|
+
$kendo-spreadsheet-border-radius: null !default;
|
|
10
13
|
/// The font family of the Spreadsheet.
|
|
11
14
|
/// @group spreadsheet
|
|
12
15
|
$kendo-spreadsheet-font-family: var(--kendo-font-family) !default;
|
|
@@ -282,6 +285,7 @@ $kendo-spreadsheet-filter-menu-icon-margin: 0 k-spacing(1) 0 calc(-1 * ( #{$kend
|
|
|
282
285
|
|
|
283
286
|
@forward "@progress/kendo-theme-core/scss/components/spreadsheet/_variables.scss" with (
|
|
284
287
|
$kendo-spreadsheet-border-width: $kendo-spreadsheet-border-width,
|
|
288
|
+
$kendo-spreadsheet-border-radius: $kendo-spreadsheet-border-radius,
|
|
285
289
|
$kendo-spreadsheet-font-family: $kendo-spreadsheet-font-family,
|
|
286
290
|
$kendo-spreadsheet-font-size: $kendo-spreadsheet-font-size,
|
|
287
291
|
$kendo-spreadsheet-line-height: $kendo-spreadsheet-line-height,
|
|
@@ -190,6 +190,9 @@ $kendo-stepper-label-hover-text: k-color(on-base) !default;
|
|
|
190
190
|
/// The text color of the disabled Stepper label.
|
|
191
191
|
/// @group stepper
|
|
192
192
|
$kendo-stepper-label-disabled-text: color-mix(in srgb, k-color(on-app-surface) 60%, transparent) !default;
|
|
193
|
+
/// The font weight of the current Stepper label.
|
|
194
|
+
/// @group stepper
|
|
195
|
+
$kendo-stepper-label-current-font-weight: var(--kendo-font-weight-semibold) !default;
|
|
193
196
|
|
|
194
197
|
/// The text color of the optional Stepper label.
|
|
195
198
|
/// @group stepper
|
|
@@ -288,6 +291,7 @@ $kendo-stepper-content-transition-timing-function: k-easing(standard) !default;
|
|
|
288
291
|
$kendo-stepper-label-error-text: $kendo-stepper-label-error-text,
|
|
289
292
|
$kendo-stepper-label-hover-text: $kendo-stepper-label-hover-text,
|
|
290
293
|
$kendo-stepper-label-disabled-text: $kendo-stepper-label-disabled-text,
|
|
294
|
+
$kendo-stepper-label-current-font-weight: $kendo-stepper-label-current-font-weight,
|
|
291
295
|
$kendo-stepper-optional-label-text: $kendo-stepper-optional-label-text,
|
|
292
296
|
$kendo-stepper-optional-label-opacity: $kendo-stepper-optional-label-opacity,
|
|
293
297
|
$kendo-stepper-optional-label-font-size: $kendo-stepper-optional-label-font-size,
|
|
@@ -24,6 +24,9 @@ $kendo-suggestion-font-size: var(--kendo-font-size) !default;
|
|
|
24
24
|
/// The line height of the Suggestion.
|
|
25
25
|
/// @group suggestion
|
|
26
26
|
$kendo-suggestion-line-height: var(--kendo-line-height-lg) !default;
|
|
27
|
+
/// The font weight of the Suggestion.
|
|
28
|
+
/// @group suggestion
|
|
29
|
+
$kendo-suggestion-font-weight: null !default;
|
|
27
30
|
/// The border radius of the Suggestion.
|
|
28
31
|
/// @group suggestion
|
|
29
32
|
$kendo-suggestion-border-radius: k-border-radius(full) !default;
|
|
@@ -55,6 +58,7 @@ $kendo-suggestion-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(app-sur
|
|
|
55
58
|
$kendo-suggestion-border-style: $kendo-suggestion-border-style,
|
|
56
59
|
$kendo-suggestion-font-size: $kendo-suggestion-font-size,
|
|
57
60
|
$kendo-suggestion-line-height: $kendo-suggestion-line-height,
|
|
61
|
+
$kendo-suggestion-font-weight: $kendo-suggestion-font-weight,
|
|
58
62
|
$kendo-suggestion-border-radius: $kendo-suggestion-border-radius,
|
|
59
63
|
$kendo-suggestion-focus-shadow-blur: $kendo-suggestion-focus-shadow-blur,
|
|
60
64
|
$kendo-suggestion-focus-shadow-spread: $kendo-suggestion-focus-shadow-spread,
|
|
@@ -48,6 +48,27 @@ $kendo-table-lg-cell-padding-x: k-spacing(2) !default;
|
|
|
48
48
|
/// @group table
|
|
49
49
|
$kendo-table-lg-cell-padding-y: k-spacing(2.5) !default;
|
|
50
50
|
|
|
51
|
+
/// The font size of the Table for small size.
|
|
52
|
+
/// @group table
|
|
53
|
+
$kendo-table-sm-font-size: var(--kendo-font-size) !default;
|
|
54
|
+
/// The line height of the Table for small size.
|
|
55
|
+
/// @group table
|
|
56
|
+
$kendo-table-sm-line-height: var(--kendo-line-height) !default;
|
|
57
|
+
|
|
58
|
+
/// The font size of the Table for medium size.
|
|
59
|
+
/// @group table
|
|
60
|
+
$kendo-table-md-font-size: var(--kendo-font-size) !default;
|
|
61
|
+
/// The line height of the Table for medium size.
|
|
62
|
+
/// @group table
|
|
63
|
+
$kendo-table-md-line-height: var(--kendo-line-height) !default;
|
|
64
|
+
|
|
65
|
+
/// The font size of the Table for large size.
|
|
66
|
+
/// @group table
|
|
67
|
+
$kendo-table-lg-font-size: var(--kendo-font-size) !default;
|
|
68
|
+
/// The line height of the Table for large size.
|
|
69
|
+
/// @group table
|
|
70
|
+
$kendo-table-lg-line-height: var(--kendo-line-height) !default;
|
|
71
|
+
|
|
51
72
|
|
|
52
73
|
/// Background color of tables.
|
|
53
74
|
/// @group table
|
|
@@ -169,6 +190,12 @@ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
|
|
|
169
190
|
$kendo-table-md-cell-padding-y: $kendo-table-md-cell-padding-y,
|
|
170
191
|
$kendo-table-lg-cell-padding-x: $kendo-table-lg-cell-padding-x,
|
|
171
192
|
$kendo-table-lg-cell-padding-y: $kendo-table-lg-cell-padding-y,
|
|
193
|
+
$kendo-table-sm-font-size: $kendo-table-sm-font-size,
|
|
194
|
+
$kendo-table-sm-line-height: $kendo-table-sm-line-height,
|
|
195
|
+
$kendo-table-md-font-size: $kendo-table-md-font-size,
|
|
196
|
+
$kendo-table-md-line-height: $kendo-table-md-line-height,
|
|
197
|
+
$kendo-table-lg-font-size: $kendo-table-lg-font-size,
|
|
198
|
+
$kendo-table-lg-line-height: $kendo-table-lg-line-height,
|
|
172
199
|
$kendo-table-bg: $kendo-table-bg,
|
|
173
200
|
$kendo-table-text: $kendo-table-text,
|
|
174
201
|
$kendo-table-border: $kendo-table-border,
|
|
@@ -137,6 +137,9 @@ $kendo-taskboard-pane-padding-x: null !default;
|
|
|
137
137
|
/// The border width of the TaskBoard pane.
|
|
138
138
|
/// @group taskboard
|
|
139
139
|
$kendo-taskboard-pane-border-width: 1px !default;
|
|
140
|
+
/// The border radius of the TaskBoard pane.
|
|
141
|
+
/// @group taskboard
|
|
142
|
+
$kendo-taskboard-pane-border-radius: null !default;
|
|
140
143
|
/// The background color of the TaskBoard pane.
|
|
141
144
|
/// @group taskboard
|
|
142
145
|
$kendo-taskboard-pane-bg: k-color(surface-alt) !default;
|
|
@@ -287,6 +290,7 @@ $kendo-taskboard-drag-placeholder-border: k-color(border) !default;
|
|
|
287
290
|
$kendo-taskboard-pane-padding-y: $kendo-taskboard-pane-padding-y,
|
|
288
291
|
$kendo-taskboard-pane-padding-x: $kendo-taskboard-pane-padding-x,
|
|
289
292
|
$kendo-taskboard-pane-border-width: $kendo-taskboard-pane-border-width,
|
|
293
|
+
$kendo-taskboard-pane-border-radius: $kendo-taskboard-pane-border-radius,
|
|
290
294
|
$kendo-taskboard-pane-bg: $kendo-taskboard-pane-bg,
|
|
291
295
|
$kendo-taskboard-pane-text: $kendo-taskboard-pane-text,
|
|
292
296
|
$kendo-taskboard-pane-border: $kendo-taskboard-pane-border,
|
|
@@ -166,6 +166,10 @@ $kendo-timeline-event-height: 600px !default;
|
|
|
166
166
|
/// @group timeline
|
|
167
167
|
$kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-offset} - #{$kendo-card-border-width})) !default;
|
|
168
168
|
|
|
169
|
+
/// The shadow of the Timeline card.
|
|
170
|
+
/// @group timeline
|
|
171
|
+
$kendo-timeline-card-shadow: $kendo-card-shadow !default;
|
|
172
|
+
|
|
169
173
|
@forward "@progress/kendo-theme-core/scss/components/timeline/_variables.scss" with (
|
|
170
174
|
$kendo-timeline-spacing-x: $kendo-timeline-spacing-x,
|
|
171
175
|
$kendo-timeline-spacing-y: $kendo-timeline-spacing-y,
|
|
@@ -215,5 +219,6 @@ $kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-o
|
|
|
215
219
|
$kendo-timeline-circle-bg: $kendo-timeline-circle-bg,
|
|
216
220
|
$kendo-timeline-event-width: $kendo-timeline-event-width,
|
|
217
221
|
$kendo-timeline-event-height: $kendo-timeline-event-height,
|
|
222
|
+
$kendo-timeline-card-shadow: $kendo-timeline-card-shadow,
|
|
218
223
|
$kendo-timeline-event-min-height-calc: $kendo-timeline-event-min-height-calc
|
|
219
224
|
);
|
|
@@ -55,7 +55,7 @@ $kendo-tooltip-shadow: k-elevation(2) !default;
|
|
|
55
55
|
|
|
56
56
|
/// The theme colors map for the Tooltip.
|
|
57
57
|
/// @group tooltip
|
|
58
|
-
$kendo-tooltip-theme-colors: ("base", "
|
|
58
|
+
$kendo-tooltip-theme-colors: ("base", "info", "success", "warning", "error", "inverse") !default;
|
|
59
59
|
|
|
60
60
|
/// The generated theme colors map for the Tooltip.
|
|
61
61
|
/// @group tooltip
|
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
/// The width of the border around the Upload.
|
|
7
7
|
/// @group upload
|
|
8
8
|
$kendo-upload-border-width: 1px !default;
|
|
9
|
+
/// The border radius of the Upload.
|
|
10
|
+
/// @group upload
|
|
11
|
+
$kendo-upload-border-radius: null !default;
|
|
9
12
|
/// The font family of the Upload.
|
|
10
13
|
/// @group upload
|
|
11
14
|
$kendo-upload-font-family: var(--kendo-font-family) !default;
|
|
@@ -114,6 +117,7 @@ $kendo-upload-file-info-margin: k-spacing(2) !default;
|
|
|
114
117
|
|
|
115
118
|
@forward "@progress/kendo-theme-core/scss/components/upload/_variables.scss" with (
|
|
116
119
|
$kendo-upload-border-width: $kendo-upload-border-width,
|
|
120
|
+
$kendo-upload-border-radius: $kendo-upload-border-radius,
|
|
117
121
|
$kendo-upload-font-family: $kendo-upload-font-family,
|
|
118
122
|
$kendo-upload-font-size: $kendo-upload-font-size,
|
|
119
123
|
$kendo-upload-line-height: $kendo-upload-line-height,
|
|
@@ -9,11 +9,6 @@
|
|
|
9
9
|
/// @role default
|
|
10
10
|
$kendo-window-default-size: "auto" !default;
|
|
11
11
|
|
|
12
|
-
/// The default theme color of the Window.
|
|
13
|
-
/// @group window
|
|
14
|
-
/// @role default
|
|
15
|
-
$kendo-window-default-theme-color: null !default;
|
|
16
|
-
|
|
17
12
|
/// The width of the border around the Window.
|
|
18
13
|
/// @group window
|
|
19
14
|
$kendo-window-border-width: 0px !default;
|
|
@@ -107,7 +102,6 @@ $kendo-window-titlebar-border: inherit !default;
|
|
|
107
102
|
$kendo-window-titlebar-gradient: null !default;
|
|
108
103
|
|
|
109
104
|
@forward "@progress/kendo-theme-core/scss/components/window/_variables.scss" with (
|
|
110
|
-
$kendo-window-default-theme-color: $kendo-window-default-theme-color,
|
|
111
105
|
$kendo-window-border-width: $kendo-window-border-width,
|
|
112
106
|
$kendo-window-border-radius: $kendo-window-border-radius,
|
|
113
107
|
$kendo-window-font-family: $kendo-window-font-family,
|