@progress/kendo-theme-classic 5.0.0-alpha.0 → 5.0.0-beta.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 +8088 -10126
- package/dist/all.scss +13302 -13820
- package/package.json +3 -3
- package/scss/_variables.scss +2 -19
- package/scss/all.scss +1 -154
- package/scss/autocomplete/_index.scss +1 -0
- package/scss/autocomplete/_variables.scss +0 -5
- package/scss/avatar/_variables.scss +18 -8
- package/scss/button/_index.scss +2 -0
- package/scss/button/_variables.scss +4 -2
- package/scss/calendar/_index.scss +1 -0
- package/scss/chat/_variables.scss +3 -11
- package/scss/checkbox/_index.scss +2 -1
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_variables.scss +127 -191
- package/scss/colorpicker/_variables.scss +0 -2
- package/scss/combobox/_index.scss +1 -0
- package/scss/combobox/_variables.scss +0 -2
- package/scss/dataviz/_index.scss +1 -0
- package/scss/dateinput/_index.scss +15 -0
- package/scss/dateinput/_layout.scss +1 -0
- package/scss/dateinput/_theme.scss +1 -0
- package/scss/dateinput/_variables.scss +1 -0
- package/scss/datepicker/_index.scss +15 -0
- package/scss/datepicker/_layout.scss +1 -0
- package/scss/datepicker/_theme.scss +1 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/daterangepicker/_index.scss +15 -0
- package/scss/daterangepicker/_layout.scss +1 -0
- package/scss/daterangepicker/_theme.scss +1 -0
- package/scss/daterangepicker/_variables.scss +1 -0
- package/scss/datetimepicker/_index.scss +15 -0
- package/scss/datetimepicker/_layout.scss +1 -0
- package/scss/datetimepicker/_theme.scss +1 -0
- package/scss/datetimepicker/_variables.scss +1 -0
- package/scss/drawer/_index.scss +1 -0
- package/scss/drawer/_variables.scss +1 -1
- package/scss/dropdownlist/_index.scss +1 -0
- package/scss/editor/_variables.scss +8 -0
- package/scss/expansion-panel/_index.scss +3 -0
- package/scss/expansion-panel/_variables.scss +2 -2
- package/scss/forms/_index.scss +1 -1
- package/scss/grid/_index.scss +1 -0
- package/scss/grid/_variables.scss +3 -3
- package/scss/index.scss +156 -0
- package/scss/input/_variables.scss +36 -28
- package/scss/list/_index.scss +11 -0
- package/scss/list/_layout.scss +1 -0
- package/scss/list/_theme.scss +1 -0
- package/scss/list/_variables.scss +81 -0
- package/scss/listbox/_index.scss +1 -0
- package/scss/menu/_index.scss +1 -0
- package/scss/menu/_variables.scss +113 -34
- package/scss/multiselect/_index.scss +2 -0
- package/scss/multiselect/_variables.scss +0 -36
- package/scss/pager/_index.scss +1 -0
- package/scss/pager/_variables.scss +5 -5
- package/scss/panelbar/_index.scss +1 -0
- package/scss/panelbar/_variables.scss +2 -2
- package/scss/pivotgrid/_index.scss +1 -0
- package/scss/pivotgrid/_variables.scss +1 -1
- package/scss/popup/_index.scss +1 -4
- package/scss/popup/_variables.scss +0 -5
- package/scss/radio/_index.scss +2 -0
- package/scss/radio/_variables.scss +1 -1
- package/scss/spreadsheet/_index.scss +1 -0
- package/scss/table/_index.scss +19 -0
- package/scss/table/_layout.scss +1 -0
- package/scss/table/_theme.scss +1 -0
- package/scss/table/_variables.scss +72 -0
- package/scss/tabstrip/_index.scss +1 -0
- package/scss/tabstrip/_variables.scss +3 -3
- package/scss/timepicker/_index.scss +15 -0
- package/scss/timepicker/_layout.scss +1 -0
- package/scss/timepicker/_theme.scss +1 -0
- package/scss/timepicker/_variables.scss +1 -0
package/scss/popup/_index.scss
CHANGED
|
@@ -7,11 +7,6 @@ $popup-border-radius: null !default;
|
|
|
7
7
|
$popup-font-size: $font-size !default;
|
|
8
8
|
$popup-line-height: $line-height !default;
|
|
9
9
|
|
|
10
|
-
$popup-header-padding: $list-item-padding-y $list-item-padding-x !default;
|
|
11
|
-
$popup-header-font-size: null !default;
|
|
12
|
-
$popup-header-text: null !default;
|
|
13
|
-
$popup-filter-padding-x: $kendo-input-padding-x !default;
|
|
14
|
-
|
|
15
10
|
$popup-content-padding-x: map-get( $spacing, 2 ) !default;
|
|
16
11
|
$popup-content-padding-y: map-get( $spacing, 2 ) !default;
|
|
17
12
|
|
package/scss/radio/_index.scss
CHANGED
|
@@ -143,7 +143,7 @@ $kendo-radio-list-padding: 0px !default;
|
|
|
143
143
|
$kendo-radio-list-item-padding-x: 0px !default;
|
|
144
144
|
/// The vertical list item padding of radio button.
|
|
145
145
|
/// @group radio
|
|
146
|
-
$kendo-radio-list-item-padding-y: $list-item-padding-y !default;
|
|
146
|
+
$kendo-radio-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
147
147
|
/// The horizontal list item margin of radio button.
|
|
148
148
|
/// @group radio
|
|
149
149
|
$kendo-radio-list-horizontal-item-margin-x: 32px !default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
@import "../core/_index.scss";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Dependencies
|
|
5
|
+
@import "../common/_index.scss";
|
|
6
|
+
@import "../input/_index.scss";
|
|
7
|
+
@import "../floating-label/_index.scss";
|
|
8
|
+
@import "../combobox/_index.scss";
|
|
9
|
+
@import "../popup/_index.scss";
|
|
10
|
+
@import "../toolbar/_variables.scss";
|
|
11
|
+
@import "../menu/_variables.scss";
|
|
12
|
+
@import "../grid/_variables.scss";
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
// Component
|
|
16
|
+
@import "_variables.scss";
|
|
17
|
+
@import "_layout.scss";
|
|
18
|
+
@import "_theme.scss";
|
|
19
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "~@progress/kendo-theme-default/scss/table/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "~@progress/kendo-theme-default/scss/table/_theme.scss";
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
// Table
|
|
2
|
+
|
|
3
|
+
/// The font size of the table if no size is specified.
|
|
4
|
+
/// @group table
|
|
5
|
+
$kendo-table-font-size: null !default;
|
|
6
|
+
/// The horizontal padding of the cells in the table if no size is specified.
|
|
7
|
+
/// @group table
|
|
8
|
+
$kendo-table-padding-x: null !default;
|
|
9
|
+
/// The vertical padding of the cells in the table if no size is specified.
|
|
10
|
+
/// @group table
|
|
11
|
+
$kendo-table-padding-y: null !default;
|
|
12
|
+
/// The sizes of the table.
|
|
13
|
+
/// @group table
|
|
14
|
+
$kendo-table-sizes: (
|
|
15
|
+
sm: (
|
|
16
|
+
font-size: map-get( $spacing, sm) + 2,
|
|
17
|
+
padding-y: map-get( $spacing, sm),
|
|
18
|
+
padding-x: map-get( $spacing, md)
|
|
19
|
+
),
|
|
20
|
+
md: (
|
|
21
|
+
font-size: map-get( $spacing, md) + 2,
|
|
22
|
+
padding-y: map-get( $spacing, md),
|
|
23
|
+
padding-x: map-get( $spacing, lg)
|
|
24
|
+
),
|
|
25
|
+
lg: (
|
|
26
|
+
font-size: map-get( $spacing, lg),
|
|
27
|
+
padding-y: map-get( $spacing, lg),
|
|
28
|
+
padding-x: map-get( $spacing, xl) - 4
|
|
29
|
+
)
|
|
30
|
+
) !default;
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
/// The border color of the table.
|
|
34
|
+
/// @group table
|
|
35
|
+
$kendo-table-border-color: $grid-header-border !default;
|
|
36
|
+
/// The vertical width of the table border.
|
|
37
|
+
/// @group table
|
|
38
|
+
$kendo-table-cell-vertical-border-width: $grid-cell-vertical-border-width !default;
|
|
39
|
+
/// The horizontal width of the table border.
|
|
40
|
+
/// @group table
|
|
41
|
+
$kendo-table-cell-horizontal-border-width: $grid-cell-horizontal-border-width !default;
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
/// The inline end padding of the table.
|
|
45
|
+
/// @group table
|
|
46
|
+
$kendo-table-padding-inline-end: var(--kendo-scrollbar-width) !default;
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
/// The text color of the table.
|
|
50
|
+
/// @group table
|
|
51
|
+
$kendo-table-text-color: $grid-header-text !default;
|
|
52
|
+
/// The text color of the body grouping in the table.
|
|
53
|
+
/// @group table
|
|
54
|
+
$kendo-table-body-grouping-text-color: null !default;
|
|
55
|
+
|
|
56
|
+
/// The background color of the table.
|
|
57
|
+
/// @group table
|
|
58
|
+
$kendo-table-bg-color: $grid-header-bg !default;
|
|
59
|
+
/// The background color of the even rows in the table.
|
|
60
|
+
/// @group table
|
|
61
|
+
$kendo-table-alt-row-bg: $grid-alt-bg !default;
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
/// The focus state of the table.
|
|
65
|
+
/// @group table
|
|
66
|
+
$kendo-table-state-focus: $kendo-list-item-focus-shadow !default;
|
|
67
|
+
/// The hover state of the table.
|
|
68
|
+
/// @group table
|
|
69
|
+
$kendo-table-state-hover: $grid-hovered-bg !default;
|
|
70
|
+
/// The selected state of the table.
|
|
71
|
+
/// @group table
|
|
72
|
+
$kendo-table-state-selected: $grid-selected-bg !default;
|
|
@@ -77,7 +77,7 @@ $tabstrip-item-selected-border: $component-border !default;
|
|
|
77
77
|
/// @group tabstrip
|
|
78
78
|
$tabstrip-item-selected-gradient: false !default;
|
|
79
79
|
|
|
80
|
-
$tabstrip-item-focused-shadow: $list-item-
|
|
80
|
+
$tabstrip-item-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
81
81
|
|
|
82
82
|
$tabstrip-item-dragging-shadow: 0px 3px 4px rgba(0, 0, 0, .15) !default;
|
|
83
83
|
|
|
@@ -86,10 +86,10 @@ $tabstrip-indicator-color: null !default;
|
|
|
86
86
|
|
|
87
87
|
/// Horizontal padding of tabstrip content
|
|
88
88
|
/// @group tabstrip
|
|
89
|
-
$tabstrip-content-padding-x:
|
|
89
|
+
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
90
90
|
/// Vertical padding of tabstrip content
|
|
91
91
|
/// @group tabstrip
|
|
92
|
-
$tabstrip-content-padding-y:
|
|
92
|
+
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
93
93
|
/// Width of border around tabstrip content
|
|
94
94
|
/// @group tabstrip
|
|
95
95
|
$tabstrip-content-border-width: 1px !default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@import "../core/_index.scss";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Dependencies
|
|
5
|
+
@import "../common/_index.scss";
|
|
6
|
+
@import "../input/_index.scss";
|
|
7
|
+
@import "../floating-label/_index.scss";
|
|
8
|
+
@import "../popup/_index.scss";
|
|
9
|
+
@import "../icons/_index.scss";
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
// Component
|
|
13
|
+
@import "_variables.scss";
|
|
14
|
+
@import "_layout.scss";
|
|
15
|
+
@import "_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "~@progress/kendo-theme-default/scss/timepicker/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "~@progress/kendo-theme-default/scss/timepicker/_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Timepicker
|