@progress/kendo-theme-default 12.3.1-dev.8 → 13.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/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.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue.css +1 -1
- 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 +20524 -15850
- package/dist/meta/sassdoc-raw-data.json +9919 -7627
- package/dist/meta/variables.json +686 -436
- 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 -1
- 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 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- 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 +5 -5
- package/scss/appbar/_variables.scss +6 -16
- package/scss/avatar/_variables.scss +37 -23
- package/scss/badge/_variables.scss +22 -43
- package/scss/bottom-navigation/_variables.scss +12 -17
- package/scss/breadcrumb/_variables.scss +6 -30
- package/scss/button/_variables.scss +26 -46
- package/scss/calendar/_variables.scss +9 -30
- package/scss/card/_variables.scss +7 -17
- package/scss/checkbox/_variables.scss +13 -22
- package/scss/chip/_variables.scss +39 -51
- package/scss/coloreditor/_variables.scss +9 -39
- package/scss/colorgradient/_variables.scss +11 -41
- package/scss/colorpalette/_variables.scss +7 -19
- package/scss/column-menu/_variables.scss +6 -25
- package/scss/datetimepicker/_variables.scss +6 -15
- package/scss/dialog/_variables.scss +7 -10
- package/scss/fab/_variables.scss +21 -33
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_variables.scss +7 -16
- package/scss/grid/_variables.scss +7 -41
- package/scss/icons/_variables.scss +6 -0
- package/scss/input/_variables.scss +38 -36
- package/scss/list/_variables.scss +7 -72
- package/scss/loader/_variables.scss +13 -17
- package/scss/menu/_variables.scss +6 -0
- package/scss/messagebox/_variables.scss +8 -17
- package/scss/notification/_functions.scss +3 -3
- package/scss/notification/_variables.scss +7 -13
- package/scss/otp/_variables.scss +1 -22
- package/scss/overlay/_variables.scss +6 -17
- package/scss/pager/_variables.scss +7 -25
- package/scss/radio/_variables.scss +7 -21
- package/scss/signature/_variables.scss +0 -21
- package/scss/split-button/_variables.scss +2 -2
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/suggestion/_variables.scss +4 -45
- package/scss/switch/_variables.scss +101 -7
- package/scss/table/_variables.scss +6 -24
- package/scss/tabstrip/_variables.scss +6 -25
- package/scss/timeselector/_variables.scss +20 -38
- package/scss/toolbar/_variables.scss +12 -25
- package/scss/tooltip/_functions.scss +3 -3
- package/scss/tooltip/_variables.scss +2 -12
- package/scss/treeview/_variables.scss +8 -33
- package/scss/window/_variables.scss +12 -18
|
@@ -4,6 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
// Toolbar
|
|
6
6
|
|
|
7
|
+
/// The default fill mode of the Toolbar.
|
|
8
|
+
/// @group toolbar
|
|
9
|
+
/// @role default
|
|
10
|
+
$kendo-toolbar-default-fill-mode: "solid" !default;
|
|
11
|
+
/// The default size of the Toolbar.
|
|
12
|
+
/// @group toolbar
|
|
13
|
+
/// @role default
|
|
14
|
+
$kendo-toolbar-default-size: "md" !default;
|
|
15
|
+
|
|
7
16
|
/// The horizontal padding of the small Toolbar.
|
|
8
17
|
/// @group toolbar
|
|
9
18
|
$kendo-toolbar-sm-padding-x: k-spacing(1) !default;
|
|
@@ -134,30 +143,9 @@ $kendo-toolbar-overflow-button-padding-y: $kendo-menu-popup-md-item-padding-y !d
|
|
|
134
143
|
/// @group toolbar
|
|
135
144
|
$kendo-toolbar-overflow-button-padding-x: $kendo-menu-popup-md-item-padding-x !default;
|
|
136
145
|
|
|
137
|
-
/// The sizes map for the Toolbar.
|
|
138
|
-
/// @group toolbar
|
|
139
|
-
$kendo-toolbar-sizes: (
|
|
140
|
-
sm: (
|
|
141
|
-
padding-x: $kendo-toolbar-sm-padding-x,
|
|
142
|
-
padding-y: $kendo-toolbar-sm-padding-y,
|
|
143
|
-
spacing: $kendo-toolbar-sm-spacing,
|
|
144
|
-
separator-height: $kendo-toolbar-sm-separator-height
|
|
145
|
-
),
|
|
146
|
-
md: (
|
|
147
|
-
padding-x: $kendo-toolbar-md-padding-x,
|
|
148
|
-
padding-y: $kendo-toolbar-md-padding-y,
|
|
149
|
-
spacing: $kendo-toolbar-md-spacing,
|
|
150
|
-
separator-height: $kendo-toolbar-md-separator-height
|
|
151
|
-
),
|
|
152
|
-
lg: (
|
|
153
|
-
padding-x: $kendo-toolbar-lg-padding-x,
|
|
154
|
-
padding-y: $kendo-toolbar-lg-padding-y,
|
|
155
|
-
spacing: $kendo-toolbar-lg-spacing,
|
|
156
|
-
separator-height: $kendo-toolbar-lg-separator-height
|
|
157
|
-
)
|
|
158
|
-
) !default;
|
|
159
|
-
|
|
160
146
|
@forward "@progress/kendo-theme-core/scss/components/toolbar/_variables.scss" with (
|
|
147
|
+
$kendo-toolbar-default-fill-mode: $kendo-toolbar-default-fill-mode,
|
|
148
|
+
$kendo-toolbar-default-size: $kendo-toolbar-default-size,
|
|
161
149
|
$kendo-toolbar-sm-padding-x: $kendo-toolbar-sm-padding-x,
|
|
162
150
|
$kendo-toolbar-md-padding-x: $kendo-toolbar-md-padding-x,
|
|
163
151
|
$kendo-toolbar-lg-padding-x: $kendo-toolbar-lg-padding-x,
|
|
@@ -196,6 +184,5 @@ $kendo-toolbar-sizes: (
|
|
|
196
184
|
$kendo-toolbar-overflow-container-font-size: $kendo-toolbar-overflow-container-font-size,
|
|
197
185
|
$kendo-toolbar-overflow-container-line-height: $kendo-toolbar-overflow-container-line-height,
|
|
198
186
|
$kendo-toolbar-overflow-button-padding-y: $kendo-toolbar-overflow-button-padding-y,
|
|
199
|
-
$kendo-toolbar-overflow-button-padding-x: $kendo-toolbar-overflow-button-padding-x
|
|
200
|
-
$kendo-toolbar-sizes: $kendo-toolbar-sizes
|
|
187
|
+
$kendo-toolbar-overflow-button-padding-x: $kendo-toolbar-overflow-button-padding-x
|
|
201
188
|
);
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
@function tooltip-theme( $colors ) {
|
|
6
6
|
$_theme: ();
|
|
7
7
|
|
|
8
|
-
@each $name
|
|
8
|
+
@each $name in $colors {
|
|
9
9
|
$_theme: map.merge(( $name: (
|
|
10
10
|
color: k-color(on-#{$name}),
|
|
11
|
-
background-color: $
|
|
12
|
-
border: $
|
|
11
|
+
background-color: k-color(#{$name}),
|
|
12
|
+
border: k-color(#{$name}),
|
|
13
13
|
)), $_theme );
|
|
14
14
|
}
|
|
15
15
|
|
|
@@ -55,18 +55,8 @@ $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: (
|
|
59
|
-
|
|
60
|
-
"secondary": k-color(secondary),
|
|
61
|
-
"tertiary": k-color(tertiary),
|
|
62
|
-
"info": k-color(info),
|
|
63
|
-
"success": k-color(success),
|
|
64
|
-
"warning": k-color(warning),
|
|
65
|
-
"error": k-color(error),
|
|
66
|
-
"dark": k-color(dark),
|
|
67
|
-
"light": k-color(light),
|
|
68
|
-
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
|
|
69
|
-
) !default;
|
|
58
|
+
$kendo-tooltip-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "dark", "light", "inverse") !default;
|
|
59
|
+
|
|
70
60
|
/// The generated theme colors map for the Tooltip.
|
|
71
61
|
/// @group tooltip
|
|
72
62
|
$kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
|
|
@@ -2,12 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
// TreeView
|
|
4
4
|
|
|
5
|
+
/// The default size of the TreeView.
|
|
6
|
+
/// @group treeview
|
|
7
|
+
/// @role default
|
|
8
|
+
$kendo-treeview-default-size: "md" !default;
|
|
9
|
+
|
|
5
10
|
/// The font family of the TreeView.
|
|
6
11
|
/// @group treeview
|
|
7
12
|
$kendo-treeview-font-family: var( --kendo-font-family, inherit ) !default;
|
|
8
13
|
/// The font size of the TreeView.
|
|
9
14
|
/// @group treeview
|
|
10
|
-
$kendo-treeview-font-size:
|
|
15
|
+
$kendo-treeview-font-size: null !default;
|
|
11
16
|
/// The font size of the small TreeView.
|
|
12
17
|
/// @group treeview
|
|
13
18
|
$kendo-treeview-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
@@ -19,7 +24,7 @@ $kendo-treeview-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
19
24
|
$kendo-treeview-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
20
25
|
/// The line height of the TreeView.
|
|
21
26
|
/// @group treeview
|
|
22
|
-
$kendo-treeview-line-height:
|
|
27
|
+
$kendo-treeview-line-height: null !default;
|
|
23
28
|
/// The line height of the small TreeView.
|
|
24
29
|
/// @group treeview
|
|
25
30
|
$kendo-treeview-sm-line-height: var( --kendo-line-height, normal ) !default;
|
|
@@ -78,36 +83,6 @@ $kendo-treeview-md-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y !de
|
|
|
78
83
|
$kendo-treeview-lg-checkbox-padding-y: null !default;
|
|
79
84
|
|
|
80
85
|
|
|
81
|
-
/// The sizes map of the TreeView.
|
|
82
|
-
/// @group treeview
|
|
83
|
-
$kendo-treeview-sizes: (
|
|
84
|
-
sm: (
|
|
85
|
-
font-size: $kendo-treeview-sm-font-size,
|
|
86
|
-
line-height: $kendo-treeview-sm-line-height,
|
|
87
|
-
item-padding-x: $kendo-treeview-sm-item-padding-x,
|
|
88
|
-
item-padding-y: $kendo-treeview-sm-item-padding-y,
|
|
89
|
-
checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,
|
|
90
|
-
checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y
|
|
91
|
-
),
|
|
92
|
-
md: (
|
|
93
|
-
font-size: $kendo-treeview-md-font-size,
|
|
94
|
-
line-height: $kendo-treeview-md-line-height,
|
|
95
|
-
item-padding-x: $kendo-treeview-md-item-padding-x,
|
|
96
|
-
item-padding-y: $kendo-treeview-md-item-padding-y,
|
|
97
|
-
checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,
|
|
98
|
-
checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y
|
|
99
|
-
),
|
|
100
|
-
lg: (
|
|
101
|
-
font-size: $kendo-treeview-lg-font-size,
|
|
102
|
-
line-height: $kendo-treeview-lg-line-height,
|
|
103
|
-
item-padding-x: $kendo-treeview-lg-item-padding-x,
|
|
104
|
-
item-padding-y: $kendo-treeview-lg-item-padding-y,
|
|
105
|
-
checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,
|
|
106
|
-
checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y
|
|
107
|
-
)
|
|
108
|
-
) !default;
|
|
109
|
-
|
|
110
|
-
|
|
111
86
|
/// The background color of the TreeView.
|
|
112
87
|
/// @group treeview
|
|
113
88
|
$kendo-treeview-bg: null !default;
|
|
@@ -183,6 +158,7 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
183
158
|
|
|
184
159
|
|
|
185
160
|
@forward "@progress/kendo-theme-core/scss/components/treeview/_variables.scss" with (
|
|
161
|
+
$kendo-treeview-default-size: $kendo-treeview-default-size,
|
|
186
162
|
$kendo-treeview-font-family: $kendo-treeview-font-family,
|
|
187
163
|
$kendo-treeview-font-size: $kendo-treeview-font-size,
|
|
188
164
|
$kendo-treeview-sm-font-size: $kendo-treeview-sm-font-size,
|
|
@@ -207,7 +183,6 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
207
183
|
$kendo-treeview-sm-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y,
|
|
208
184
|
$kendo-treeview-md-checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y,
|
|
209
185
|
$kendo-treeview-lg-checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y,
|
|
210
|
-
$kendo-treeview-sizes: $kendo-treeview-sizes,
|
|
211
186
|
$kendo-treeview-bg: $kendo-treeview-bg,
|
|
212
187
|
$kendo-treeview-text: $kendo-treeview-text,
|
|
213
188
|
$kendo-treeview-border: $kendo-treeview-border,
|
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
// Window
|
|
6
6
|
|
|
7
|
+
/// The default size of the Window.
|
|
8
|
+
/// @group window
|
|
9
|
+
/// @role default
|
|
10
|
+
$kendo-window-default-size: "auto" !default;
|
|
11
|
+
|
|
12
|
+
/// The default theme color of the Window.
|
|
13
|
+
/// @group window
|
|
14
|
+
/// @role default
|
|
15
|
+
$kendo-window-default-theme-color: null !default;
|
|
16
|
+
|
|
7
17
|
/// The width of the border around the Window.
|
|
8
18
|
/// @group window
|
|
9
19
|
$kendo-window-border-width: 0px !default;
|
|
@@ -96,23 +106,8 @@ $kendo-window-titlebar-border: inherit !default;
|
|
|
96
106
|
/// @group window
|
|
97
107
|
$kendo-window-titlebar-gradient: null !default;
|
|
98
108
|
|
|
99
|
-
/// The map of the width for the different Window sizes.
|
|
100
|
-
/// @group window
|
|
101
|
-
$kendo-window-sizes: (
|
|
102
|
-
sm: 300px,
|
|
103
|
-
md: 800px,
|
|
104
|
-
lg: 1200px
|
|
105
|
-
) !default;
|
|
106
|
-
|
|
107
|
-
/// The theme colors map for the Window.
|
|
108
|
-
/// @group window
|
|
109
|
-
$kendo-window-theme-colors: (
|
|
110
|
-
"primary": k-color(primary),
|
|
111
|
-
"light": k-color(light),
|
|
112
|
-
"dark": k-color(dark)
|
|
113
|
-
) !default;
|
|
114
|
-
|
|
115
109
|
@forward "@progress/kendo-theme-core/scss/components/window/_variables.scss" with (
|
|
110
|
+
$kendo-window-default-theme-color: $kendo-window-default-theme-color,
|
|
116
111
|
$kendo-window-border-width: $kendo-window-border-width,
|
|
117
112
|
$kendo-window-border-radius: $kendo-window-border-radius,
|
|
118
113
|
$kendo-window-font-family: $kendo-window-font-family,
|
|
@@ -141,6 +136,5 @@ $kendo-window-theme-colors: (
|
|
|
141
136
|
$kendo-window-titlebar-text: $kendo-window-titlebar-text,
|
|
142
137
|
$kendo-window-titlebar-border: $kendo-window-titlebar-border,
|
|
143
138
|
$kendo-window-titlebar-gradient: $kendo-window-titlebar-gradient,
|
|
144
|
-
$kendo-window-
|
|
145
|
-
$kendo-window-theme-colors: $kendo-window-theme-colors
|
|
139
|
+
$kendo-window-default-size: $kendo-window-default-size
|
|
146
140
|
);
|