@progress/kendo-theme-classic 8.0.0-dev.0 → 8.0.0-dev.10
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 +8520 -5385
- package/dist/all.scss +5740 -5066
- package/dist/meta/variables.json +2252 -2144
- 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/_variables.scss +0 -122
- package/scss/action-buttons/_variables.scss +4 -4
- package/scss/action-sheet/_variables.scss +17 -17
- package/scss/adaptive/_variables.scss +3 -3
- package/scss/appbar/_variables.scss +6 -6
- package/scss/avatar/_variables.scss +6 -6
- package/scss/badge/_variables.scss +17 -17
- package/scss/bottom-navigation/_variables.scss +9 -9
- package/scss/breadcrumb/_variables.scss +17 -17
- package/scss/button/_variables.scss +25 -25
- package/scss/calendar/_variables.scss +37 -31
- package/scss/captcha/_variables.scss +6 -6
- package/scss/card/_variables.scss +18 -18
- package/scss/chat/_variables.scss +13 -13
- package/scss/checkbox/_variables.scss +9 -9
- package/scss/chip/_variables.scss +19 -19
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +7 -7
- package/scss/colorgradient/_variables.scss +10 -10
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/core/_index.scss +12 -0
- package/scss/core/border-radii/index.import.scss +1 -0
- package/scss/core/spacing/index.import.scss +14 -0
- package/scss/core/typography/index.import.scss +1 -0
- package/scss/dataviz/_variables.scss +8 -8
- package/scss/datetimepicker/_variables.scss +1 -1
- package/scss/dock-manager/_variables.scss +10 -10
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_variables.scss +10 -8
- package/scss/dropdowntree/_variables.scss +2 -2
- package/scss/dropzone/_variables.scss +8 -8
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +9 -9
- package/scss/fab/_variables.scss +18 -18
- package/scss/filemanager/_variables.scss +9 -9
- package/scss/filter/_variables.scss +2 -2
- package/scss/forms/_variables.scss +14 -14
- package/scss/gantt/_variables.scss +152 -7
- package/scss/grid/_variables.scss +64 -64
- package/scss/imageeditor/_variables.scss +7 -7
- package/scss/input/_variables.scss +18 -18
- package/scss/list/_variables.scss +27 -27
- package/scss/listbox/_variables.scss +5 -5
- package/scss/listgroup/_variables.scss +5 -5
- package/scss/listview/_variables.scss +8 -8
- package/scss/loader/_variables.scss +25 -25
- package/scss/map/_variables.scss +8 -8
- package/scss/mediaplayer/_variables.scss +5 -5
- package/scss/menu/_variables.scss +29 -29
- package/scss/messagebox/_variables.scss +3 -3
- package/scss/notification/_variables.scss +7 -7
- package/scss/orgchart/_variables.scss +11 -11
- package/scss/pager/_variables.scss +11 -11
- package/scss/panelbar/_variables.scss +9 -9
- package/scss/pdf-viewer/_variables.scss +6 -6
- package/scss/pivotgrid/_variables.scss +15 -15
- package/scss/popup/_variables.scss +4 -4
- package/scss/progressbar/_variables.scss +2 -2
- package/scss/prompt/_variables.scss +7 -7
- package/scss/radio/_variables.scss +9 -9
- package/scss/rating/_variables.scss +3 -3
- package/scss/scheduler/_variables.scss +165 -22
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +4 -4
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +4 -4
- package/scss/splitter/_variables.scss +6 -6
- package/scss/spreadsheet/_variables.scss +17 -17
- package/scss/stepper/_variables.scss +9 -9
- package/scss/table/_variables.scss +12 -12
- package/scss/tabstrip/_variables.scss +81 -39
- package/scss/taskboard/_variables.scss +15 -15
- package/scss/tilelayout/_variables.scss +2 -2
- package/scss/timeline/_variables.scss +10 -10
- package/scss/timeselector/_variables.scss +6 -6
- package/scss/toolbar/_variables.scss +13 -13
- package/scss/tooltip/_variables.scss +4 -4
- package/scss/treelist/_variables.scss +5 -0
- package/scss/treeview/_variables.scss +20 -20
- package/scss/typography/_variables.scss +292 -55
- package/scss/upload/_variables.scss +8 -8
- package/scss/window/_variables.scss +9 -9
- package/scss/wizard/_variables.scss +7 -7
- package/dist/meta/sassdoc-data.json +0 -122738
- package/dist/meta/sassdoc-raw-data.json +0 -56617
|
@@ -7,23 +7,23 @@
|
|
|
7
7
|
$kendo-window-border-width: 1px !default;
|
|
8
8
|
/// The border radius of the Window.
|
|
9
9
|
/// @group window
|
|
10
|
-
$kendo-window-border-radius: k-
|
|
10
|
+
$kendo-window-border-radius: k-spacing(1) !default;
|
|
11
11
|
/// The font family of the Window.
|
|
12
12
|
/// @group window
|
|
13
|
-
$kendo-window-font-family:
|
|
13
|
+
$kendo-window-font-family: var( --kendo-font-family, inherit ) !default;
|
|
14
14
|
/// The font size of the Window.
|
|
15
15
|
/// @group window
|
|
16
|
-
$kendo-window-font-size:
|
|
16
|
+
$kendo-window-font-size: var( --kendo-font-size, inherit ) !default;
|
|
17
17
|
/// The line height of the Window.
|
|
18
18
|
/// @group window
|
|
19
|
-
$kendo-window-line-height:
|
|
19
|
+
$kendo-window-line-height: var( --kendo-line-height, normal ) !default;
|
|
20
20
|
|
|
21
21
|
/// The horizontal padding of the Window titlebar.
|
|
22
22
|
/// @group window
|
|
23
|
-
$kendo-window-titlebar-padding-x: k-
|
|
23
|
+
$kendo-window-titlebar-padding-x: k-spacing(3) !default;
|
|
24
24
|
/// The vertical padding of the Window titlebar.
|
|
25
25
|
/// @group window
|
|
26
|
-
$kendo-window-titlebar-padding-y: k-
|
|
26
|
+
$kendo-window-titlebar-padding-y: k-spacing(2) !default;
|
|
27
27
|
/// The width of the border of the Window titlebar.
|
|
28
28
|
/// @group window
|
|
29
29
|
$kendo-window-titlebar-border-width: 0 0 1px !default;
|
|
@@ -33,7 +33,7 @@ $kendo-window-titlebar-border-style: solid !default;
|
|
|
33
33
|
|
|
34
34
|
/// The font size of the title of the Window.
|
|
35
35
|
/// @group window
|
|
36
|
-
$kendo-window-title-font-size:
|
|
36
|
+
$kendo-window-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
37
37
|
/// The line height of the title of the Window.
|
|
38
38
|
/// @group window
|
|
39
39
|
$kendo-window-title-line-height: 1.25 !default;
|
|
@@ -50,10 +50,10 @@ $kendo-window-action-hover-opacity: null !default;
|
|
|
50
50
|
|
|
51
51
|
/// The horizontal padding of the content of the Window.
|
|
52
52
|
/// @group window
|
|
53
|
-
$kendo-window-inner-padding-x: k-
|
|
53
|
+
$kendo-window-inner-padding-x: k-spacing(3) !default;
|
|
54
54
|
/// The vertical padding of the content of the Window.
|
|
55
55
|
/// @group window
|
|
56
|
-
$kendo-window-inner-padding-y: k-
|
|
56
|
+
$kendo-window-inner-padding-y: k-spacing(3) !default;
|
|
57
57
|
|
|
58
58
|
/// The horizontal padding of the Window action buttons.
|
|
59
59
|
/// @group window
|
|
@@ -2,32 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
/// The horizontal padding of the Wizard.
|
|
4
4
|
/// @group wizard
|
|
5
|
-
$kendo-wizard-padding-x: $kendo-padding-md-x * 2.5 !default;
|
|
5
|
+
$kendo-wizard-padding-x: calc( #{$kendo-padding-md-x} * 2.5 ) !default;
|
|
6
6
|
/// The vertical padding of the Wizard.
|
|
7
7
|
/// @group wizard
|
|
8
8
|
$kendo-wizard-padding-y: $kendo-wizard-padding-x !default;
|
|
9
9
|
/// The horizontal padding of the Wizard content.
|
|
10
10
|
/// @group wizard
|
|
11
|
-
$kendo-wizard-content-padding-x: $kendo-padding-md-x * 4 !default;
|
|
11
|
+
$kendo-wizard-content-padding-x: calc( #{$kendo-padding-md-x} * 4 ) !default;
|
|
12
12
|
/// The vertical padding of the Wizard content.
|
|
13
13
|
/// @group wizard
|
|
14
|
-
$kendo-wizard-content-padding-y: $kendo-padding-md-y * 8 !default;
|
|
14
|
+
$kendo-wizard-content-padding-y: calc( #{$kendo-padding-md-y} * 8 ) !default;
|
|
15
15
|
/// The horizontal margin of the Wizard's Button container.
|
|
16
16
|
/// @group wizard
|
|
17
|
-
$kendo-wizard-buttons-margin-x:
|
|
17
|
+
$kendo-wizard-buttons-margin-x: k-spacing(2.5) !default;
|
|
18
18
|
|
|
19
19
|
/// The border width of the Wizard.
|
|
20
20
|
/// @group wizard
|
|
21
21
|
$kendo-wizard-border-width: 0px !default;
|
|
22
22
|
/// The font size of the Wizard.
|
|
23
23
|
/// @group wizard
|
|
24
|
-
$kendo-wizard-font-size:
|
|
24
|
+
$kendo-wizard-font-size: var( --kendo-font-size, inherit ) !default;
|
|
25
25
|
/// The line height of the Wizard.
|
|
26
26
|
/// @group wizard
|
|
27
|
-
$kendo-wizard-line-height:
|
|
27
|
+
$kendo-wizard-line-height: var( --kendo-line-height, normal ) !default;
|
|
28
28
|
/// The font family of the Wizard.
|
|
29
29
|
/// @group wizard
|
|
30
|
-
$kendo-wizard-font-family:
|
|
30
|
+
$kendo-wizard-font-family: var( --kendo-font-family, inherit ) !default;
|
|
31
31
|
|
|
32
32
|
/// The outline of the focused Wizard step.
|
|
33
33
|
/// @group wizard
|