@progress/kendo-theme-classic 5.8.2-dev.4 → 5.8.2-dev.6
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 +191 -30
- package/dist/all.scss +1437 -519
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.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/package.json +4 -3
- package/scss/_variables.scss +42 -42
- package/scss/action-buttons/_variables.scss +4 -4
- package/scss/action-sheet/_variables.scss +34 -15
- package/scss/appbar/_variables.scss +7 -7
- package/scss/avatar/_variables.scss +3 -3
- package/scss/badge/_variables.scss +8 -8
- package/scss/bottom-navigation/_variables.scss +6 -6
- package/scss/breadcrumb/_variables.scss +1 -1
- package/scss/button/_variables.scss +15 -15
- package/scss/calendar/_variables.scss +19 -19
- package/scss/captcha/_variables.scss +2 -2
- package/scss/card/_variables.scss +10 -10
- package/scss/chat/_variables.scss +3 -3
- package/scss/checkbox/_variables.scss +12 -12
- package/scss/chip/_variables.scss +22 -22
- package/scss/coloreditor/_variables.scss +4 -4
- package/scss/colorgradient/_variables.scss +9 -9
- package/scss/colorpalette/_variables.scss +1 -1
- package/scss/core/functions/_index.scss +3 -0
- package/scss/dataviz/_variables.scss +25 -25
- package/scss/drawer/_variables.scss +4 -4
- package/scss/dropdowntree/_variables.scss +2 -2
- package/scss/dropzone/_variables.scss +5 -5
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_variables.scss +1 -1
- package/scss/fab/_variables.scss +9 -9
- package/scss/filemanager/_variables.scss +7 -7
- package/scss/filter/_variables.scss +2 -0
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_variables.scss +12 -12
- package/scss/grid/_variables.scss +9 -9
- package/scss/imageeditor/_variables.scss +3 -3
- package/scss/input/_variables.scss +12 -12
- package/scss/list/_variables.scss +25 -25
- package/scss/listgroup/_variables.scss +2 -2
- package/scss/listview/_variables.scss +5 -5
- package/scss/loader/_variables.scss +9 -9
- package/scss/mediaplayer/_variables.scss +2 -2
- package/scss/menu/_variables.scss +9 -9
- package/scss/notification/_variables.scss +1 -1
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/pager/_variables.scss +5 -5
- package/scss/panelbar/_variables.scss +3 -3
- package/scss/pdf-viewer/_variables.scss +3 -3
- package/scss/pivotgrid/_variables.scss +14 -14
- package/scss/popup/_variables.scss +3 -3
- package/scss/progressbar/_variables.scss +2 -2
- package/scss/radio/_variables.scss +11 -11
- package/scss/rating/_variables.scss +2 -2
- package/scss/scheduler/_variables.scss +9 -9
- package/scss/scrollview/_variables.scss +6 -6
- package/scss/signature/_variables.scss +5 -5
- package/scss/slider/_variables.scss +6 -6
- package/scss/splitter/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +3 -3
- package/scss/switch/_variables.scss +7 -7
- package/scss/table/_variables.scss +6 -6
- package/scss/tabstrip/_variables.scss +3 -3
- package/scss/taskboard/_variables.scss +12 -12
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +4 -4
- package/scss/timeselector/_variables.scss +3 -3
- package/scss/toolbar/_variables.scss +4 -2
- package/scss/tooltip/_variables.scss +6 -6
- package/scss/treeview/_variables.scss +8 -8
- package/scss/typography/_variables.scss +1 -1
- package/scss/upload/_variables.scss +5 -5
- package/scss/window/_variables.scss +7 -7
- package/scss/wizard/_variables.scss +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "5.8.2-dev.
|
|
4
|
+
"version": "5.8.2-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,10 +43,11 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@progress/kendo-theme-
|
|
46
|
+
"@progress/kendo-theme-core": "^5.8.2-dev.6",
|
|
47
|
+
"@progress/kendo-theme-default": "^5.8.2-dev.6"
|
|
47
48
|
},
|
|
48
49
|
"devDependencies": {
|
|
49
50
|
"sass-build": "^1.0.0"
|
|
50
51
|
},
|
|
51
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "b1b2e33a3ce1b92bcefae87e8c46cbd797d814d1"
|
|
52
53
|
}
|
package/scss/_variables.scss
CHANGED
|
@@ -62,7 +62,7 @@ $default-scrollbar-width: 17px !default;
|
|
|
62
62
|
// Icons
|
|
63
63
|
$icon-size: 16px !default;
|
|
64
64
|
$icon-size-lg: 32px !default;
|
|
65
|
-
$icon-spacing: map-get( $spacing, 1 ) !default;
|
|
65
|
+
$icon-spacing: k-map-get( $spacing, 1 ) !default;
|
|
66
66
|
|
|
67
67
|
/// The URL to the icon font that will be used by the theme
|
|
68
68
|
/// The default value of `null` embeds the package font with a `data:` URL
|
|
@@ -73,14 +73,14 @@ $icon-font-url: null !default;
|
|
|
73
73
|
// Metrics
|
|
74
74
|
$padding-x: 8px !default;
|
|
75
75
|
$padding-y: 4px !default;
|
|
76
|
-
$padding-x-sm: $padding-x
|
|
77
|
-
$padding-y-sm: $padding-y
|
|
76
|
+
$padding-x-sm: k-math-div( $padding-x, 2 ) !default;
|
|
77
|
+
$padding-y-sm: k-math-div( $padding-y, 2 ) !default;
|
|
78
78
|
$padding-x-lg: $padding-x * 1.5 !default;
|
|
79
79
|
$padding-y-lg: $padding-y * 1.5 !default;
|
|
80
80
|
|
|
81
81
|
/// Border radius for all components.
|
|
82
|
-
$kendo-border-radius: map-get( $spacing, 1 ) !default;
|
|
83
|
-
$kendo-border-radius-sm: $kendo-border-radius
|
|
82
|
+
$kendo-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
83
|
+
$kendo-border-radius-sm: k-math-div( $kendo-border-radius, 2 ) !default;
|
|
84
84
|
$kendo-border-radius-md: $kendo-border-radius !default;
|
|
85
85
|
$kendo-border-radius-lg: $kendo-border-radius * 2 !default;
|
|
86
86
|
|
|
@@ -88,13 +88,13 @@ $panel-padding-x: $padding-x !default;
|
|
|
88
88
|
$panel-padding-y: $padding-y !default;
|
|
89
89
|
|
|
90
90
|
$nav-item-margin: 0px !default;
|
|
91
|
-
$nav-item-padding-x: map-get( $spacing, 2 ) !default;
|
|
92
|
-
$nav-item-padding-y: map-get( $spacing, 1 ) !default;
|
|
91
|
+
$nav-item-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
92
|
+
$nav-item-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
93
93
|
|
|
94
|
-
$table-cell-padding-x: map-get( $spacing, 2 ) !default;
|
|
95
|
-
$table-cell-padding-y: map-get( $spacing, 2 ) !default;
|
|
96
|
-
$header-cell-padding-x: map-get( $spacing, 3 ) !default;
|
|
97
|
-
$header-cell-padding-y: map-get( $spacing, 2 ) !default;
|
|
94
|
+
$table-cell-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
95
|
+
$table-cell-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
96
|
+
$header-cell-padding-x: k-map-get( $spacing, 3 ) !default;
|
|
97
|
+
$header-cell-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
98
98
|
|
|
99
99
|
$zindex-popup: 1 !default;
|
|
100
100
|
$zindex-window: 2 !default;
|
|
@@ -113,8 +113,8 @@ $black: #000000 !default;
|
|
|
113
113
|
/// @group color-system
|
|
114
114
|
/// @type Color
|
|
115
115
|
$primary: #f35800 !default;
|
|
116
|
-
$primary-lighter: tint($primary, 2) !default;
|
|
117
|
-
$primary-darker: shade($primary, 2) !default;
|
|
116
|
+
$primary-lighter: k-color-tint( $primary, 2 ) !default;
|
|
117
|
+
$primary-darker: k-color-shade( $primary, 2 ) !default;
|
|
118
118
|
|
|
119
119
|
/// The color used along with the primary color denoted by $primary.
|
|
120
120
|
/// Used to provide contrast between the background and foreground colors.
|
|
@@ -126,55 +126,55 @@ $primary-contrast: contrast-wcag( $primary ) !default;
|
|
|
126
126
|
/// @group color-system
|
|
127
127
|
/// @type Color
|
|
128
128
|
$secondary: #e9e9e9 !default;
|
|
129
|
-
$secondary-lighter: tint($secondary, 2) !default;
|
|
130
|
-
$secondary-darker: shade($secondary, 2) !default;
|
|
129
|
+
$secondary-lighter: k-color-tint( $secondary, 2 ) !default;
|
|
130
|
+
$secondary-darker: k-color-shade( $secondary, 2 ) !default;
|
|
131
131
|
|
|
132
132
|
/// The color used along with the secondary color denoted by $secondary.
|
|
133
133
|
/// Used to provide contrast between the background and foreground colors.
|
|
134
134
|
/// @group color-system
|
|
135
135
|
/// @type Color
|
|
136
|
-
$secondary-contrast: contrast-
|
|
136
|
+
$secondary-contrast: k-contrast-color( $secondary ) !default;
|
|
137
137
|
|
|
138
138
|
/// The tertiary color of the theme.
|
|
139
139
|
/// @group color-system
|
|
140
140
|
/// @type Color
|
|
141
141
|
$tertiary: #03a9f4 !default;
|
|
142
|
-
$tertiary-lighter: tint( $tertiary, 2 ) !default;
|
|
143
|
-
$tertiary-darker: shade( $tertiary, 2 ) !default;
|
|
142
|
+
$tertiary-lighter: k-color-tint( $tertiary, 2 ) !default;
|
|
143
|
+
$tertiary-darker: k-color-shade( $tertiary, 2 ) !default;
|
|
144
144
|
|
|
145
145
|
/// The color used along with the tertiary color denoted by $tertiary.
|
|
146
146
|
/// Used to provide contrast between the background and foreground colors.
|
|
147
147
|
/// @group color-system
|
|
148
148
|
/// @type Color
|
|
149
|
-
$tertiary-contrast: contrast-
|
|
149
|
+
$tertiary-contrast: k-contrast-color( $tertiary ) !default;
|
|
150
150
|
|
|
151
151
|
/// The color for informational messages and states.
|
|
152
152
|
/// @group color-system
|
|
153
153
|
/// @type Color
|
|
154
154
|
$info: #2498bc !default;
|
|
155
|
-
$info-lighter: tint($info, 2) !default;
|
|
156
|
-
$info-darker: shade($info, 2) !default;
|
|
155
|
+
$info-lighter: k-color-tint( $info, 2 ) !default;
|
|
156
|
+
$info-darker: k-color-shade( $info, 2 ) !default;
|
|
157
157
|
|
|
158
158
|
/// The color for success messages and states.
|
|
159
159
|
/// @group color-system
|
|
160
160
|
/// @type Color
|
|
161
161
|
$success: #3ea44e !default;
|
|
162
|
-
$success-lighter: tint($success, 2) !default;
|
|
163
|
-
$success-darker: shade($success, 2) !default;
|
|
162
|
+
$success-lighter: k-color-tint( $success, 2 ) !default;
|
|
163
|
+
$success-darker: k-color-shade( $success, 2 ) !default;
|
|
164
164
|
|
|
165
165
|
/// The color for warning messages and states.
|
|
166
166
|
/// @group color-system
|
|
167
167
|
/// @type Color
|
|
168
168
|
$warning: #ff9800 !default;
|
|
169
|
-
$warning-lighter: tint($warning, 2) !default;
|
|
170
|
-
$warning-darker: shade($warning, 2) !default;
|
|
169
|
+
$warning-lighter: k-color-tint( $warning, 2 ) !default;
|
|
170
|
+
$warning-darker: k-color-shade( $warning, 2 ) !default;
|
|
171
171
|
|
|
172
172
|
/// The color for error messages and states.
|
|
173
173
|
/// @group color-system
|
|
174
174
|
/// @type Color
|
|
175
175
|
$error: #d92800 !default;
|
|
176
|
-
$error-lighter: tint($error, 2) !default;
|
|
177
|
-
$error-darker: shade($error, 2) !default;
|
|
176
|
+
$error-lighter: k-color-tint( $error, 2 ) !default;
|
|
177
|
+
$error-darker: k-color-shade( $error, 2 ) !default;
|
|
178
178
|
|
|
179
179
|
/// The dark color of the theme.
|
|
180
180
|
/// @group color-system
|
|
@@ -214,10 +214,10 @@ $cursors: ( auto, default, none, context-menu, help, pointer, progress, wait, ce
|
|
|
214
214
|
// Color constants
|
|
215
215
|
$rgba-transparent: rgba( 0, 0, 0, 0 ); // stylelint-disable-line
|
|
216
216
|
|
|
217
|
-
$gradient-transparent-to-black: rgba( black, 0), black; // stylelint-disable-line
|
|
218
|
-
$gradient-transparent-to-white: rgba( white, 0), white; // stylelint-disable-line
|
|
219
|
-
$gradient-black-to-transparent: black, rgba( black, 0); // stylelint-disable-line
|
|
220
|
-
$gradient-white-to-transparent: white, rgba( white, 0); // stylelint-disable-line
|
|
217
|
+
$gradient-transparent-to-black: rgba( black, 0 ), black; // stylelint-disable-line
|
|
218
|
+
$gradient-transparent-to-white: rgba( white, 0 ), white; // stylelint-disable-line
|
|
219
|
+
$gradient-black-to-transparent: black, rgba( black, 0 ); // stylelint-disable-line
|
|
220
|
+
$gradient-white-to-transparent: white, rgba( white, 0 ); // stylelint-disable-line
|
|
221
221
|
|
|
222
222
|
$gradient-rainbow: #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000; // stylelint-disable-line
|
|
223
223
|
|
|
@@ -231,7 +231,7 @@ $disabled-text: #8d8d8d !default;
|
|
|
231
231
|
|
|
232
232
|
$app-bg: $body-bg !default;
|
|
233
233
|
$app-text: $body-text !default;
|
|
234
|
-
$app-border: try-shade( $app-bg, 2 ) !default;
|
|
234
|
+
$app-border: k-try-shade( $app-bg, 2 ) !default;
|
|
235
235
|
|
|
236
236
|
|
|
237
237
|
// Components
|
|
@@ -241,7 +241,7 @@ $base-bg: #f0f0f0 !default;
|
|
|
241
241
|
/// The text color of the components' chrome area.
|
|
242
242
|
$base-text: $body-text !default;
|
|
243
243
|
/// The border color of the components' chrome area.
|
|
244
|
-
$base-border: try-shade( $base-bg, 2 ) !default;
|
|
244
|
+
$base-border: k-try-shade( $base-bg, 2 ) !default;
|
|
245
245
|
/// The gradient background of the components' chrome area.
|
|
246
246
|
$base-gradient: rgba( white, .1 ), rgba( white, 0 ) !default;
|
|
247
247
|
|
|
@@ -259,11 +259,11 @@ $component-text: $body-text !default;
|
|
|
259
259
|
$component-border: $base-border !default;
|
|
260
260
|
|
|
261
261
|
/// The background of hovered items.
|
|
262
|
-
$hovered-bg: try-shade( $base-bg, 1 ) !default;
|
|
262
|
+
$hovered-bg: k-try-shade( $base-bg, 1 ) !default;
|
|
263
263
|
/// The text color of hovered items.
|
|
264
264
|
$hovered-text: $base-text !default;
|
|
265
265
|
/// The border color of hovered items.
|
|
266
|
-
$hovered-border: try-shade( $hovered-bg, 2 ) !default;
|
|
266
|
+
$hovered-border: k-try-shade( $hovered-bg, 2 ) !default;
|
|
267
267
|
/// The gradient background of hovered items.
|
|
268
268
|
$hovered-gradient: $base-gradient !default;
|
|
269
269
|
|
|
@@ -272,17 +272,17 @@ $selected-bg: $primary !default;
|
|
|
272
272
|
/// The text color of selected items.
|
|
273
273
|
$selected-text: contrast-wcag( $selected-bg ) !default;
|
|
274
274
|
/// The border color of selected items.
|
|
275
|
-
$selected-border: try-shade( $selected-bg, 2 ) !default;
|
|
275
|
+
$selected-border: k-try-shade( $selected-bg, 2 ) !default;
|
|
276
276
|
/// The gradient background of selected items.
|
|
277
277
|
$selected-gradient: $base-gradient !default;
|
|
278
278
|
|
|
279
|
-
$selected-hover-bg: try-shade( $selected-bg, 1 ) !default;
|
|
279
|
+
$selected-hover-bg: k-try-shade( $selected-bg, 1 ) !default;
|
|
280
280
|
$selected-hover-text: contrast-wcag( $selected-hover-bg ) !default;
|
|
281
281
|
$selected-hover-border: $selected-border !default;
|
|
282
282
|
$selected-hover-gradient: $selected-gradient !default;
|
|
283
283
|
|
|
284
|
-
$focused-shadow: inset 0 0 0 2px rgba(
|
|
285
|
-
$primary-focused-shadow: inset 0 0 0 2px rgba($primary, .3) !default;
|
|
284
|
+
$focused-shadow: inset 0 0 0 2px rgba( black, .13 ) !default;
|
|
285
|
+
$primary-focused-shadow: inset 0 0 0 2px rgba( $primary, .3 ) !default;
|
|
286
286
|
|
|
287
287
|
$transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !default;
|
|
288
288
|
|
|
@@ -297,7 +297,7 @@ $disabled-opacity: .6 !default;
|
|
|
297
297
|
// TODO: refactor once we extract drag drop as separate module
|
|
298
298
|
$font-size: 14px !default;
|
|
299
299
|
$font-family: inherit !default;
|
|
300
|
-
$line-height: ( 20
|
|
300
|
+
$line-height: k-math-div( 20, 14 ) !default;
|
|
301
301
|
|
|
302
302
|
|
|
303
303
|
// Drop Hint
|
|
@@ -305,7 +305,7 @@ $equilateral-index: 1.7320508076 !default;
|
|
|
305
305
|
$equilateral-height: .8660254038 !default;
|
|
306
306
|
|
|
307
307
|
$drop-hint-arrow-size: 8px !default;
|
|
308
|
-
$drop-hint-arrow-spacing: ($drop-hint-arrow-size
|
|
308
|
+
$drop-hint-arrow-spacing: k-math-div( $drop-hint-arrow-size, 2 ) !default;
|
|
309
309
|
$drop-hint-line-h-width: 20px !default;
|
|
310
310
|
$drop-hint-line-h-height: 1px !default;
|
|
311
311
|
$drop-hint-line-v-width: $drop-hint-line-h-height !default;
|
|
@@ -364,7 +364,7 @@ $zindex-loading: 100 !default;
|
|
|
364
364
|
// Placeholder
|
|
365
365
|
$placeholder-line-width: 100% !default;
|
|
366
366
|
$placeholder-line-height: 10px !default;
|
|
367
|
-
$placeholder-bg: rgba(
|
|
367
|
+
$placeholder-bg: rgba( black, .1 ) !default;
|
|
368
368
|
|
|
369
369
|
|
|
370
370
|
// Table
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// Actions
|
|
2
|
-
$actions-margin-top: map-get( $spacing, 4 ) !default;
|
|
3
|
-
$actions-padding-x: map-get( $spacing, 2 ) !default;
|
|
4
|
-
$actions-padding-y: map-get( $spacing, 2 ) !default;
|
|
2
|
+
$actions-margin-top: k-map-get( $spacing, 4 ) !default;
|
|
3
|
+
$actions-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
4
|
+
$actions-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
5
5
|
$actions-border-width: 0px !default;
|
|
6
|
-
$actions-button-spacing: map-get( $spacing, 2 ) !default;
|
|
6
|
+
$actions-button-spacing: k-map-get( $spacing, 2 ) !default;
|
|
7
7
|
|
|
8
8
|
$actions-bg: null !default;
|
|
9
9
|
$actions-text: null !default;
|
|
@@ -3,7 +3,8 @@ $actionsheet-padding-x: null !default;
|
|
|
3
3
|
$actionsheet-padding-y: null !default;
|
|
4
4
|
$actionsheet-width: 360px !default;
|
|
5
5
|
$actionsheet-max-width: 100% !default;
|
|
6
|
-
$actionsheet-
|
|
6
|
+
$actionsheet-height: 60vh !default;
|
|
7
|
+
$actionsheet-max-height: 60vh !default;
|
|
7
8
|
|
|
8
9
|
$actionsheet-border-width: 0px !default;
|
|
9
10
|
$actionsheet-border-radius: 0px !default;
|
|
@@ -15,28 +16,33 @@ $actionsheet-line-height: $line-height !default;
|
|
|
15
16
|
$actionsheet-bg: $component-bg !default;
|
|
16
17
|
$actionsheet-text: $component-text !default;
|
|
17
18
|
$actionsheet-border: $component-border !default;
|
|
18
|
-
$actionsheet-shadow: 0 8px 10px -5px rgba(
|
|
19
|
+
$actionsheet-shadow: 0 8px 10px -5px rgba( black, .2 ), 0 16px 24px 2px rgba( black, .14 ), 0 6px 30px 5px rgba( black, .12 ) !default;
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
// Actionsheet header
|
|
22
|
-
$actionsheet-
|
|
23
|
-
$actionsheet-
|
|
24
|
-
$actionsheet-
|
|
25
|
-
$actionsheet-
|
|
26
|
-
$actionsheet-
|
|
27
|
-
$actionsheet-
|
|
23
|
+
$actionsheet-titlebar-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
24
|
+
$actionsheet-titlebar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25
|
+
$actionsheet-titlebar-border-width: null !default;
|
|
26
|
+
$actionsheet-titlebar-font-size: null !default;
|
|
27
|
+
$actionsheet-titlebar-font-family: null !default;
|
|
28
|
+
$actionsheet-titlebar-line-height: null !default;
|
|
29
|
+
$actionsheet-titlebar-gap: k-map-get( $spacing, 4 ) !default;
|
|
28
30
|
|
|
29
|
-
$actionsheet-
|
|
30
|
-
$actionsheet-
|
|
31
|
-
$actionsheet-
|
|
32
|
-
$actionsheet-
|
|
33
|
-
$actionsheet-
|
|
31
|
+
$actionsheet-titlebar-bg: null !default;
|
|
32
|
+
$actionsheet-titlebar-text: null !default;
|
|
33
|
+
$actionsheet-titlebar-border: null !default;
|
|
34
|
+
$actionsheet-titlebar-gradient: null !default;
|
|
35
|
+
$actionsheet-titlebar-shadow: null !default;
|
|
36
|
+
|
|
37
|
+
$actionsheet-subtitle-font-size: $font-size-sm !default;
|
|
38
|
+
$actionsheet-subtitle-line-height: $line-height-sm !default;
|
|
39
|
+
$actionsheet-subtitle-text: $subtle-text !default;
|
|
34
40
|
|
|
35
41
|
|
|
36
42
|
// Actionsheet item
|
|
37
43
|
$actionsheet-item-min-height: 40px !default;
|
|
38
|
-
$actionsheet-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
39
|
-
$actionsheet-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
44
|
+
$actionsheet-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
45
|
+
$actionsheet-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
40
46
|
$actionsheet-item-border-width: 1px !default;
|
|
41
47
|
$actionsheet-item-spacing: 12px !default;
|
|
42
48
|
|
|
@@ -65,3 +71,16 @@ $actionsheet-item-disabled-text: null !default;
|
|
|
65
71
|
$actionsheet-item-disabled-border: null !default;
|
|
66
72
|
$actionsheet-item-disabled-gradient: null !default;
|
|
67
73
|
$actionsheet-item-disabled-shadow: null !default;
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
// Adaptive Actionsheet
|
|
77
|
+
$adaptive-actionsheet-titlebar-border-width: 1px !default;
|
|
78
|
+
$adaptive-actionsheet-titlebar-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
79
|
+
$adaptive-actionsheet-titlebar-padding-x: $adaptive-actionsheet-titlebar-padding-y !default;
|
|
80
|
+
$adaptive-actionsheet-titlebar-border: $component-border !default;
|
|
81
|
+
|
|
82
|
+
$adaptive-actionsheet-content-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
83
|
+
$adaptive-actionsheet-content-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
84
|
+
|
|
85
|
+
$adaptive-actionsheet-footer-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
86
|
+
$adaptive-actionsheet-footer-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// Appbar
|
|
2
2
|
$appbar-margin-y: null !default;
|
|
3
3
|
$appbar-margin-x: null !default;
|
|
4
|
-
$appbar-padding-y: map-get( $spacing, 2 ) !default;
|
|
5
|
-
$appbar-padding-x: map-get( $spacing, 2 ) !default;
|
|
4
|
+
$appbar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
5
|
+
$appbar-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
6
6
|
$appbar-border-width: 0px !default;
|
|
7
7
|
|
|
8
8
|
$appbar-zindex: 1000 !default;
|
|
@@ -10,13 +10,13 @@ $appbar-zindex: 1000 !default;
|
|
|
10
10
|
$appbar-font-size: $font-size !default;
|
|
11
11
|
$appbar-line-height: $line-height !default;
|
|
12
12
|
$appbar-font-family: $font-family !default;
|
|
13
|
-
$appbar-gap: map-get( $spacing, 2 ) !default;
|
|
13
|
+
$appbar-gap: k-map-get( $spacing, 2 ) !default;
|
|
14
14
|
|
|
15
15
|
$appbar-light-bg: $light !default;
|
|
16
|
-
$appbar-light-text: contrast-
|
|
16
|
+
$appbar-light-text: k-contrast-color( $light ) !default;
|
|
17
17
|
|
|
18
18
|
$appbar-dark-bg: $dark !default;
|
|
19
|
-
$appbar-dark-text: contrast-
|
|
19
|
+
$appbar-dark-text: k-contrast-color( $dark ) !default;
|
|
20
20
|
|
|
21
|
-
$appbar-box-shadow: 0px 1px 1px rgba(
|
|
22
|
-
$appbar-bottom-box-shadow: 0px -1px 1px rgba(
|
|
21
|
+
$appbar-box-shadow: 0px 1px 1px rgba( black, .16 ) !default;
|
|
22
|
+
$appbar-bottom-box-shadow: 0px -1px 1px rgba( black, .16 ) !default;
|
|
@@ -17,9 +17,9 @@ $kendo-avatar-line-height: $line-height !default;
|
|
|
17
17
|
/// The sizes of the avatar.
|
|
18
18
|
/// @group avatar
|
|
19
19
|
$kendo-avatar-sizes: (
|
|
20
|
-
sm: map-get( $spacing, 4 ),
|
|
21
|
-
md: map-get( $spacing, 8 ),
|
|
22
|
-
lg: map-get( $spacing, 16 )
|
|
20
|
+
sm: k-map-get( $spacing, 4 ),
|
|
21
|
+
md: k-map-get( $spacing, 8 ),
|
|
22
|
+
lg: k-map-get( $spacing, 16 )
|
|
23
23
|
) !default;
|
|
24
24
|
|
|
25
25
|
/// Theme colors map of the avatar.
|
|
@@ -10,17 +10,17 @@ $kendo-badge-border-radius: $kendo-border-radius-md !default;
|
|
|
10
10
|
|
|
11
11
|
/// Horizontal padding of the badge.
|
|
12
12
|
/// @group badge
|
|
13
|
-
$kendo-badge-padding-x: map-get( $spacing, 1 ) !default;
|
|
14
|
-
$kendo-badge-padding-x-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
15
|
-
$kendo-badge-padding-x-md: map-get( $spacing, 1 ) !default;
|
|
16
|
-
$kendo-badge-padding-x-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
13
|
+
$kendo-badge-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
14
|
+
$kendo-badge-padding-x-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
15
|
+
$kendo-badge-padding-x-md: k-map-get( $spacing, 1 ) !default;
|
|
16
|
+
$kendo-badge-padding-x-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
17
17
|
|
|
18
18
|
/// Vertical padding of the badge.
|
|
19
19
|
/// @group badge
|
|
20
|
-
$kendo-badge-padding-y: map-get( $spacing, 1 ) !default;
|
|
21
|
-
$kendo-badge-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
22
|
-
$kendo-badge-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
23
|
-
$kendo-badge-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
20
|
+
$kendo-badge-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
21
|
+
$kendo-badge-padding-y-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
22
|
+
$kendo-badge-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
23
|
+
$kendo-badge-padding-y-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
24
24
|
|
|
25
25
|
/// Font sizes of the badge.
|
|
26
26
|
/// @group badge
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Bottom-navigation
|
|
2
|
-
$bottom-nav-padding-x: map-get( $spacing, 1 ) !default;
|
|
2
|
+
$bottom-nav-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
3
3
|
$bottom-nav-padding-y: $bottom-nav-padding-x !default;
|
|
4
4
|
$bottom-nav-gap: $bottom-nav-padding-x !default;
|
|
5
5
|
$bottom-nav-border-width: 1px 0px 0px 0px !default;
|
|
@@ -9,20 +9,20 @@ $bottom-nav-font-size: $font-size !default;
|
|
|
9
9
|
$bottom-nav-line-height: normal !default;
|
|
10
10
|
$bottom-nav-letter-spacing: .2px !default;
|
|
11
11
|
|
|
12
|
-
$bottom-nav-item-padding-x: map-get( $spacing, 2 ) !default;
|
|
12
|
+
$bottom-nav-item-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
13
13
|
$bottom-nav-item-padding-y: 0 !default;
|
|
14
14
|
$bottom-nav-item-min-width: 72px !default;
|
|
15
15
|
$bottom-nav-item-max-width: null !default;
|
|
16
16
|
$bottom-nav-item-min-height: calc( #{$icon-size * 2.5} + #{$padding-x * 2} - #{$bottom-nav-padding-x * 2} ) !default;
|
|
17
17
|
$bottom-nav-item-border-radius: $kendo-border-radius-md !default;
|
|
18
|
-
$bottom-nav-item-gap: 0 map-get( $spacing, 1 ) !default;
|
|
18
|
+
$bottom-nav-item-gap: 0 k-map-get( $spacing, 1 ) !default;
|
|
19
19
|
|
|
20
|
-
$bottom-nav-item-icon-margin-y: map-get( $spacing, 2 ) !default;
|
|
20
|
+
$bottom-nav-item-icon-margin-y: k-map-get( $spacing, 2 ) !default;
|
|
21
21
|
$bottom-nav-item-icon-margin-x: $bottom-nav-item-icon-margin-y !default;
|
|
22
|
-
$bottom-nav-item-icon-size: map-get( $spacing, 6 ) !default;
|
|
22
|
+
$bottom-nav-item-icon-size: k-map-get( $spacing, 6 ) !default;
|
|
23
23
|
$bottom-nav-item-disabled-opacity: .5 !default;
|
|
24
24
|
|
|
25
|
-
$bottom-nav-shadow: 0px 0px 5px rgba(
|
|
25
|
+
$bottom-nav-shadow: 0px 0px 5px rgba( black, .12 ) !default;
|
|
26
26
|
|
|
27
27
|
$bottom-nav-flat-bg: $component-bg !default;
|
|
28
28
|
$bottom-nav-flat-text: $component-text !default;
|
|
@@ -55,4 +55,4 @@ $breadcrumb-root-link-focused-text: null !default;
|
|
|
55
55
|
$breadcrumb-root-link-focused-border: null !default;
|
|
56
56
|
$breadcrumb-root-link-focused-shadow: $breadcrumb-link-focused-shadow !default;
|
|
57
57
|
|
|
58
|
-
$breadcrumb-focused-shadow: 0 0 2px 1px rgba(
|
|
58
|
+
$breadcrumb-focused-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
@@ -10,10 +10,10 @@ $kendo-button-border-radius: null !default;
|
|
|
10
10
|
|
|
11
11
|
/// Horizontal padding of the button.
|
|
12
12
|
/// @group button
|
|
13
|
-
$kendo-button-padding-x: map-get( $spacing, 2 ) !default;
|
|
13
|
+
$kendo-button-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
14
14
|
/// Vertical padding of the button.
|
|
15
15
|
/// @group button
|
|
16
|
-
$kendo-button-padding-y: map-get( $spacing, 1 ) !default;
|
|
16
|
+
$kendo-button-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
17
17
|
/// Font family of the button.
|
|
18
18
|
/// @group button
|
|
19
19
|
$kendo-button-font-family: $font-family !default;
|
|
@@ -24,18 +24,18 @@ $kendo-button-font-size: $font-size-md !default;
|
|
|
24
24
|
/// @group button
|
|
25
25
|
$kendo-button-line-height: $line-height-md !default;
|
|
26
26
|
|
|
27
|
-
$kendo-button-padding-x-sm: map-get( $spacing, 2 ) !default;
|
|
28
|
-
$kendo-button-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
27
|
+
$kendo-button-padding-x-sm: k-map-get( $spacing, 2 ) !default;
|
|
28
|
+
$kendo-button-padding-y-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
29
29
|
$kendo-button-font-size-sm: $font-size-md !default;
|
|
30
30
|
$kendo-button-line-height-sm: $line-height-md !default;
|
|
31
31
|
|
|
32
|
-
$kendo-button-padding-x-md: map-get( $spacing, 2 ) !default;
|
|
33
|
-
$kendo-button-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
32
|
+
$kendo-button-padding-x-md: k-map-get( $spacing, 2 ) !default;
|
|
33
|
+
$kendo-button-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
34
34
|
$kendo-button-font-size-md: $font-size-md !default;
|
|
35
35
|
$kendo-button-line-height-md: $line-height-md !default;
|
|
36
36
|
|
|
37
|
-
$kendo-button-padding-x-lg: map-get( $spacing, 3 ) !default;
|
|
38
|
-
$kendo-button-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
37
|
+
$kendo-button-padding-x-lg: k-map-get( $spacing, 3 ) !default;
|
|
38
|
+
$kendo-button-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
39
39
|
$kendo-button-font-size-lg: $font-size-lg !default;
|
|
40
40
|
$kendo-button-line-height-lg: $line-height-lg !default;
|
|
41
41
|
|
|
@@ -70,7 +70,7 @@ $kendo-button-sizes: (
|
|
|
70
70
|
|
|
71
71
|
/// Theme colors map for the button.
|
|
72
72
|
/// @group button
|
|
73
|
-
$kendo-button-theme-colors: map-merge(
|
|
73
|
+
$kendo-button-theme-colors: k-map-merge(
|
|
74
74
|
$kendo-theme-colors,
|
|
75
75
|
( "base": $base-bg )
|
|
76
76
|
) !default;
|
|
@@ -83,7 +83,7 @@ $kendo-button-bg: $base-bg !default;
|
|
|
83
83
|
$kendo-button-text: $base-text !default;
|
|
84
84
|
/// The base border color of the button.
|
|
85
85
|
/// @group button
|
|
86
|
-
$kendo-button-border: try-shade( $kendo-button-bg, 2 ) !default;
|
|
86
|
+
$kendo-button-border: k-try-shade( $kendo-button-bg, 2 ) !default;
|
|
87
87
|
/// The base background gradient of the button.
|
|
88
88
|
/// @group button
|
|
89
89
|
$kendo-button-gradient: $base-gradient !default;
|
|
@@ -93,13 +93,13 @@ $kendo-button-shadow: null !default;
|
|
|
93
93
|
|
|
94
94
|
/// The base background of hovered button.
|
|
95
95
|
/// @group button
|
|
96
|
-
$kendo-button-hover-bg: try-shade( $kendo-button-bg, 1 ) !default;
|
|
96
|
+
$kendo-button-hover-bg: k-try-shade( $kendo-button-bg, 1 ) !default;
|
|
97
97
|
/// The base text color of hovered button.
|
|
98
98
|
/// @group button
|
|
99
99
|
$kendo-button-hover-text: null !default;
|
|
100
100
|
/// The base border color of hovered button.
|
|
101
101
|
/// @group button
|
|
102
|
-
$kendo-button-hover-border: try-shade( $kendo-button-bg, 3 ) !default;
|
|
102
|
+
$kendo-button-hover-border: k-try-shade( $kendo-button-bg, 3 ) !default;
|
|
103
103
|
/// The base background gradient of hovered button.
|
|
104
104
|
/// @group button
|
|
105
105
|
$kendo-button-hover-gradient: null !default;
|
|
@@ -109,13 +109,13 @@ $kendo-button-hover-shadow: null !default;
|
|
|
109
109
|
|
|
110
110
|
/// The base background color of active button.
|
|
111
111
|
/// @group button
|
|
112
|
-
$kendo-button-active-bg: try-shade( $kendo-button-bg, 2 ) !default;
|
|
112
|
+
$kendo-button-active-bg: k-try-shade( $kendo-button-bg, 2 ) !default;
|
|
113
113
|
/// The base text color of active button.
|
|
114
114
|
/// @group button
|
|
115
115
|
$kendo-button-active-text: null !default;
|
|
116
116
|
/// The base border color of active button.
|
|
117
117
|
/// @group button
|
|
118
|
-
$kendo-button-active-border: try-shade( $kendo-button-bg, 4 ) !default;
|
|
118
|
+
$kendo-button-active-border: k-try-shade( $kendo-button-bg, 4 ) !default;
|
|
119
119
|
/// The base background gradient of active button.
|
|
120
120
|
/// @group button
|
|
121
121
|
$kendo-button-active-gradient: null !default;
|
|
@@ -173,7 +173,7 @@ $kendo-button-disabled-shadow: null !default;
|
|
|
173
173
|
|
|
174
174
|
// Solid button
|
|
175
175
|
$kendo-solid-button-gradient: $base-gradient !default;
|
|
176
|
-
$kendo-solid-button-shade-function: "try-shade" !default;
|
|
176
|
+
$kendo-solid-button-shade-function: "k-try-shade" !default;
|
|
177
177
|
$kendo-solid-button-shade-text-amount: 0 !default;
|
|
178
178
|
$kendo-solid-button-shade-bg-amount: 0 !default;
|
|
179
179
|
$kendo-solid-button-shade-border-amount: 2 !default;
|