@progress/kendo-theme-default 6.2.1-dev.1 → 6.2.1-dev.154
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 +4445 -205
- package/dist/all.scss +9675 -1610
- package/dist/default-main-dark.scss +33 -28
- package/dist/meta/sassdoc-data.json +4306 -3550
- package/dist/meta/sassdoc-raw-data.json +2095 -1745
- package/dist/meta/variables.json +40 -4
- 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 +54 -29
- 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/_variables.scss +2 -0
- package/scss/action-buttons/_index.scss +18 -0
- package/scss/action-buttons/_layout.scss +16 -9
- package/scss/action-buttons/_theme.scss +7 -1
- package/scss/action-sheet/_index.scss +18 -0
- package/scss/action-sheet/_layout.scss +8 -4
- package/scss/action-sheet/_theme.scss +6 -1
- package/scss/adaptive/_index.scss +18 -0
- package/scss/adaptive/_layout.scss +14 -7
- package/scss/adaptive/_theme.scss +7 -1
- package/scss/all.scss +6 -0
- package/scss/appbar/_index.scss +18 -0
- package/scss/appbar/_layout.scss +6 -1
- package/scss/appbar/_theme.scss +6 -1
- package/scss/autocomplete/_index.scss +18 -0
- package/scss/autocomplete/_layout.scss +6 -1
- package/scss/autocomplete/_theme.scss +6 -1
- package/scss/avatar/_index.scss +18 -0
- package/scss/avatar/_layout.scss +5 -1
- package/scss/avatar/_theme.scss +6 -1
- package/scss/badge/_index.scss +18 -0
- package/scss/badge/_layout.scss +6 -1
- package/scss/badge/_theme.scss +7 -1
- package/scss/bottom-navigation/_index.scss +18 -0
- package/scss/bottom-navigation/_layout.scss +7 -1
- package/scss/bottom-navigation/_theme.scss +6 -1
- package/scss/breadcrumb/_index.scss +18 -0
- package/scss/breadcrumb/_layout.scss +6 -1
- package/scss/breadcrumb/_theme.scss +6 -1
- package/scss/button/_index.scss +18 -0
- package/scss/button/_layout.scss +8 -9
- package/scss/button/_theme.scss +6 -1
- package/scss/button/_variables.scss +66 -63
- package/scss/calendar/_index.scss +18 -0
- package/scss/calendar/_layout.scss +10 -13
- package/scss/calendar/_theme.scss +7 -9
- package/scss/captcha/_index.scss +18 -2
- package/scss/captcha/_layout.scss +6 -1
- package/scss/captcha/_theme.scss +6 -1
- package/scss/card/_index.scss +18 -0
- package/scss/card/_layout.scss +9 -13
- package/scss/card/_theme.scss +6 -1
- package/scss/card/_variables.scss +2 -0
- package/scss/chat/_index.scss +18 -0
- package/scss/chat/_layout.scss +9 -22
- package/scss/chat/_theme.scss +6 -1
- package/scss/checkbox/_index.scss +18 -0
- package/scss/checkbox/_layout.scss +6 -1
- package/scss/checkbox/_theme.scss +6 -1
- package/scss/checkbox/_variables.scss +53 -53
- package/scss/chip/_index.scss +18 -0
- package/scss/chip/_layout.scss +6 -1
- package/scss/chip/_theme.scss +6 -1
- package/scss/chip/_variables.scss +42 -42
- package/scss/color-preview/_index.scss +18 -2
- package/scss/color-preview/_layout.scss +6 -1
- package/scss/color-preview/_theme.scss +6 -1
- package/scss/coloreditor/_index.scss +18 -0
- package/scss/coloreditor/_layout.scss +6 -1
- package/scss/coloreditor/_theme.scss +6 -1
- package/scss/colorgradient/_index.scss +18 -1
- package/scss/colorgradient/_layout.scss +6 -1
- package/scss/colorgradient/_theme.scss +8 -3
- package/scss/colorgradient/_variables.scss +3 -0
- package/scss/colorpalette/_index.scss +18 -0
- package/scss/colorpalette/_layout.scss +6 -1
- package/scss/colorpalette/_theme.scss +6 -1
- package/scss/colorpicker/_index.scss +18 -0
- package/scss/colorpicker/_layout.scss +6 -1
- package/scss/colorpicker/_theme.scss +5 -1
- package/scss/combobox/_index.scss +18 -0
- package/scss/combobox/_layout.scss +6 -1
- package/scss/combobox/_theme.scss +6 -1
- package/scss/common/_base.scss +1 -1
- package/scss/dataviz/_index.scss +18 -0
- package/scss/dataviz/_layout.scss +15 -22
- package/scss/dataviz/_theme.scss +8 -3
- package/scss/dateinput/_index.scss +18 -0
- package/scss/dateinput/_layout.scss +6 -1
- package/scss/dateinput/_theme.scss +6 -1
- package/scss/datepicker/_index.scss +18 -0
- package/scss/datepicker/_layout.scss +5 -1
- package/scss/datepicker/_theme.scss +6 -1
- package/scss/daterangepicker/_index.scss +18 -2
- package/scss/daterangepicker/_layout.scss +6 -1
- package/scss/daterangepicker/_theme.scss +9 -1
- package/scss/datetimepicker/_index.scss +18 -0
- package/scss/datetimepicker/_layout.scss +10 -10
- package/scss/datetimepicker/_theme.scss +6 -1
- package/scss/dialog/_index.scss +18 -0
- package/scss/dialog/_layout.scss +6 -1
- package/scss/dialog/_theme.scss +8 -2
- package/scss/draggable/_index.scss +18 -0
- package/scss/draggable/_layout.scss +6 -1
- package/scss/draggable/_theme.scss +7 -2
- package/scss/drawer/_index.scss +18 -0
- package/scss/drawer/_layout.scss +6 -1
- package/scss/drawer/_theme.scss +6 -1
- package/scss/dropdowngrid/_index.scss +18 -0
- package/scss/dropdowngrid/_layout.scss +9 -3
- package/scss/dropdowngrid/_theme.scss +6 -1
- package/scss/dropdownlist/_index.scss +18 -0
- package/scss/dropdownlist/_layout.scss +8 -2
- package/scss/dropdownlist/_theme.scss +6 -1
- package/scss/dropdowntree/_index.scss +18 -0
- package/scss/dropdowntree/_layout.scss +9 -2
- package/scss/dropdowntree/_theme.scss +6 -1
- package/scss/dropzone/_index.scss +18 -0
- package/scss/dropzone/_layout.scss +7 -2
- package/scss/dropzone/_theme.scss +6 -1
- package/scss/editor/_index.scss +18 -0
- package/scss/editor/_layout.scss +12 -12
- package/scss/editor/_theme.scss +6 -1
- package/scss/expansion-panel/_index.scss +18 -0
- package/scss/expansion-panel/_layout.scss +6 -1
- package/scss/expansion-panel/_theme.scss +6 -1
- package/scss/fab/_index.scss +18 -0
- package/scss/fab/_layout.scss +21 -32
- package/scss/fab/_theme.scss +10 -9
- package/scss/fab/_variables.scss +32 -0
- package/scss/filemanager/_index.scss +18 -0
- package/scss/filemanager/_layout.scss +6 -1
- package/scss/filemanager/_theme.scss +6 -1
- package/scss/filter/_index.scss +18 -0
- package/scss/filter/_layout.scss +7 -1
- package/scss/filter/_theme.scss +6 -1
- package/scss/floating-label/_index.scss +18 -0
- package/scss/floating-label/_layout.scss +6 -1
- package/scss/floating-label/_theme.scss +6 -1
- package/scss/forms/_index.scss +18 -0
- package/scss/forms/_layout.scss +7 -3
- package/scss/forms/_theme.scss +6 -1
- package/scss/gantt/_index.scss +18 -0
- package/scss/gantt/_layout.scss +13 -10
- package/scss/gantt/_theme.scss +8 -1
- package/scss/grid/_index.scss +18 -0
- package/scss/grid/_layout.scss +17 -7
- package/scss/grid/_theme.scss +19 -5
- package/scss/grid/_variables.scss +7 -0
- package/scss/icons/_index.scss +19 -4
- package/scss/icons/_layout.scss +6 -1
- package/scss/icons/_theme.scss +6 -0
- package/scss/icons/_variables.scss +0 -0
- package/scss/imageeditor/_index.scss +18 -0
- package/scss/imageeditor/_layout.scss +6 -1
- package/scss/imageeditor/_theme.scss +6 -1
- package/scss/index.scss +169 -0
- package/scss/input/_index.scss +18 -0
- package/scss/input/_layout.scss +6 -6
- package/scss/input/_theme.scss +6 -1
- package/scss/input/_variables.scss +121 -119
- package/scss/list/_index.scss +18 -0
- package/scss/list/_layout.scss +6 -1
- package/scss/list/_theme.scss +6 -1
- package/scss/list/_variables.scss +41 -40
- package/scss/listbox/_index.scss +18 -0
- package/scss/listbox/_layout.scss +6 -1
- package/scss/listbox/_theme.scss +7 -1
- package/scss/listgroup/_index.scss +18 -0
- package/scss/listgroup/_layout.scss +7 -12
- package/scss/listgroup/_theme.scss +7 -1
- package/scss/listview/_index.scss +18 -0
- package/scss/listview/_layout.scss +7 -1
- package/scss/listview/_theme.scss +6 -1
- package/scss/loader/_index.scss +18 -0
- package/scss/loader/_layout.scss +10 -23
- package/scss/loader/_theme.scss +6 -1
- package/scss/map/_index.scss +18 -1
- package/scss/map/_layout.scss +7 -2
- package/scss/map/_theme.scss +7 -1
- package/scss/map/_variables.scss +3 -0
- package/scss/maskedtextbox/_index.scss +18 -0
- package/scss/maskedtextbox/_layout.scss +6 -1
- package/scss/maskedtextbox/_theme.scss +6 -1
- package/scss/mediaplayer/_index.scss +18 -0
- package/scss/mediaplayer/_layout.scss +6 -1
- package/scss/mediaplayer/_theme.scss +6 -1
- package/scss/menu/_index.scss +18 -0
- package/scss/menu/_layout.scss +6 -1
- package/scss/menu/_theme.scss +6 -1
- package/scss/menu-button/_index.scss +18 -0
- package/scss/menu-button/_layout.scss +6 -1
- package/scss/menu-button/_theme.scss +11 -1
- package/scss/messagebox/_index.scss +18 -0
- package/scss/messagebox/_layout.scss +6 -1
- package/scss/messagebox/_theme.scss +6 -1
- package/scss/multiselect/_index.scss +18 -0
- package/scss/multiselect/_layout.scss +6 -1
- package/scss/multiselect/_theme.scss +6 -1
- package/scss/notification/_index.scss +18 -0
- package/scss/notification/_layout.scss +6 -1
- package/scss/notification/_theme.scss +6 -1
- package/scss/numerictextbox/_index.scss +18 -0
- package/scss/numerictextbox/_layout.scss +6 -1
- package/scss/numerictextbox/_theme.scss +6 -1
- package/scss/orgchart/_index.scss +18 -0
- package/scss/orgchart/_layout.scss +6 -1
- package/scss/orgchart/_theme.scss +6 -1
- package/scss/overlay/_index.scss +18 -0
- package/scss/overlay/_layout.scss +6 -1
- package/scss/overlay/_theme.scss +6 -1
- package/scss/pager/_index.scss +18 -0
- package/scss/pager/_layout.scss +6 -1
- package/scss/pager/_theme.scss +7 -1
- package/scss/panelbar/_index.scss +18 -0
- package/scss/panelbar/_layout.scss +6 -1
- package/scss/panelbar/_theme.scss +7 -1
- package/scss/pdf-viewer/_index.scss +18 -0
- package/scss/pdf-viewer/_layout.scss +7 -1
- package/scss/pdf-viewer/_theme.scss +7 -2
- package/scss/pivotgrid/_index.scss +18 -0
- package/scss/pivotgrid/_layout.scss +11 -35
- package/scss/pivotgrid/_theme.scss +11 -11
- package/scss/popover/_index.scss +18 -0
- package/scss/popover/_layout.scss +7 -4
- package/scss/popover/_theme.scss +6 -1
- package/scss/popup/_index.scss +18 -0
- package/scss/popup/_layout.scss +7 -5
- package/scss/popup/_theme.scss +6 -1
- package/scss/progressbar/_index.scss +18 -0
- package/scss/progressbar/_layout.scss +8 -10
- package/scss/progressbar/_theme.scss +7 -4
- package/scss/radio/_index.scss +18 -0
- package/scss/radio/_layout.scss +6 -1
- package/scss/radio/_theme.scss +6 -1
- package/scss/radio/_variables.scss +47 -45
- package/scss/rating/_index.scss +18 -0
- package/scss/rating/_layout.scss +7 -1
- package/scss/rating/_theme.scss +7 -1
- package/scss/responsivepanel/_index.scss +18 -0
- package/scss/responsivepanel/_layout.scss +6 -1
- package/scss/responsivepanel/_theme.scss +6 -1
- package/scss/ripple/_index.scss +18 -0
- package/scss/ripple/_layout.scss +8 -1
- package/scss/ripple/_theme.scss +8 -1
- package/scss/scheduler/_index.scss +18 -0
- package/scss/scheduler/_layout.scss +10 -25
- package/scss/scheduler/_theme.scss +7 -16
- package/scss/scroller/_index.scss +18 -0
- package/scss/scroller/_layout.scss +6 -1
- package/scss/scroller/_theme.scss +6 -1
- package/scss/scrollview/_index.scss +18 -0
- package/scss/scrollview/_layout.scss +6 -1
- package/scss/scrollview/_theme.scss +6 -1
- package/scss/searchbox/_index.scss +18 -0
- package/scss/searchbox/_layout.scss +6 -1
- package/scss/searchbox/_theme.scss +6 -1
- package/scss/signature/_index.scss +18 -0
- package/scss/signature/_layout.scss +6 -1
- package/scss/signature/_theme.scss +5 -1
- package/scss/skeleton/_index.scss +18 -0
- package/scss/skeleton/_layout.scss +9 -8
- package/scss/skeleton/_theme.scss +8 -5
- package/scss/slider/_index.scss +18 -2
- package/scss/slider/_layout.scss +6 -1
- package/scss/slider/_theme.scss +12 -1
- package/scss/slider/_variables.scss +4 -0
- package/scss/split-button/_index.scss +18 -0
- package/scss/split-button/_layout.scss +7 -1
- package/scss/split-button/_theme.scss +6 -1
- package/scss/split-button/_variables.scss +9 -9
- package/scss/splitter/_index.scss +18 -0
- package/scss/splitter/_layout.scss +7 -1
- package/scss/splitter/_theme.scss +7 -1
- package/scss/spreadsheet/_index.scss +18 -1
- package/scss/spreadsheet/_layout.scss +12 -33
- package/scss/spreadsheet/_theme.scss +7 -21
- package/scss/spreadsheet/_variables.scss +3 -0
- package/scss/stepper/_index.scss +18 -0
- package/scss/stepper/_layout.scss +8 -4
- package/scss/stepper/_theme.scss +6 -1
- package/scss/switch/_index.scss +18 -0
- package/scss/switch/_layout.scss +6 -1
- package/scss/switch/_theme.scss +6 -1
- package/scss/switch/_variables.scss +57 -56
- package/scss/table/_index.scss +18 -0
- package/scss/table/_layout.scss +6 -1
- package/scss/table/_theme.scss +6 -1
- package/scss/tabstrip/_index.scss +18 -0
- package/scss/tabstrip/_layout.scss +6 -1
- package/scss/tabstrip/_theme.scss +6 -1
- package/scss/taskboard/_index.scss +18 -0
- package/scss/taskboard/_layout.scss +8 -3
- package/scss/taskboard/_theme.scss +6 -1
- package/scss/textarea/_index.scss +18 -0
- package/scss/textarea/_layout.scss +6 -1
- package/scss/textarea/_theme.scss +6 -1
- package/scss/textbox/_index.scss +18 -0
- package/scss/textbox/_layout.scss +6 -1
- package/scss/textbox/_theme.scss +7 -1
- package/scss/tilelayout/_index.scss +18 -0
- package/scss/tilelayout/_layout.scss +6 -1
- package/scss/tilelayout/_theme.scss +6 -1
- package/scss/timedurationpicker/_index.scss +18 -0
- package/scss/timedurationpicker/_layout.scss +17 -1
- package/scss/timedurationpicker/_theme.scss +9 -3
- package/scss/timeline/_index.scss +18 -0
- package/scss/timeline/_layout.scss +7 -1
- package/scss/timeline/_theme.scss +7 -1
- package/scss/timepicker/_index.scss +18 -0
- package/scss/timepicker/_layout.scss +13 -2
- package/scss/timepicker/_theme.scss +7 -2
- package/scss/timeselector/_index.scss +18 -0
- package/scss/timeselector/_layout.scss +6 -3
- package/scss/timeselector/_theme.scss +6 -1
- package/scss/toolbar/_index.scss +18 -0
- package/scss/toolbar/_layout.scss +8 -13
- package/scss/toolbar/_theme.scss +6 -17
- package/scss/tooltip/_index.scss +18 -0
- package/scss/tooltip/_layout.scss +6 -1
- package/scss/tooltip/_theme.scss +8 -1
- package/scss/treelist/_index.scss +18 -0
- package/scss/treelist/_layout.scss +6 -1
- package/scss/treelist/_theme.scss +6 -1
- package/scss/treeview/_index.scss +18 -0
- package/scss/treeview/_layout.scss +8 -1
- package/scss/treeview/_theme.scss +6 -1
- package/scss/typography/_index.scss +18 -0
- package/scss/typography/_layout.scss +7 -1
- package/scss/typography/_theme.scss +7 -1
- package/scss/upload/_index.scss +18 -0
- package/scss/upload/_layout.scss +6 -1
- package/scss/upload/_theme.scss +7 -2
- package/scss/utils/_index.scss +14 -2
- package/scss/validator/_index.scss +18 -0
- package/scss/validator/_layout.scss +12 -2
- package/scss/validator/_theme.scss +11 -1
- package/scss/virtual-scroller/_index.scss +18 -0
- package/scss/virtual-scroller/_layout.scss +6 -1
- package/scss/virtual-scroller/_theme.scss +9 -1
- package/scss/window/_index.scss +18 -0
- package/scss/window/_layout.scss +7 -1
- package/scss/window/_theme.scss +6 -1
- package/scss/wizard/_index.scss +18 -0
- package/scss/wizard/_layout.scss +8 -1
- package/scss/wizard/_theme.scss +6 -1
package/scss/appbar/_theme.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@mixin kendo-appbar--theme-base() {
|
|
2
2
|
|
|
3
3
|
.k-appbar {
|
|
4
4
|
@include box-shadow( $kendo-appbar-box-shadow );
|
|
@@ -25,3 +25,8 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
}
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
@mixin kendo-appbar--theme() {
|
|
31
|
+
@include kendo-appbar--theme-base();
|
|
32
|
+
}
|
|
@@ -27,3 +27,21 @@ $_kendo-module-meta: (
|
|
|
27
27
|
@import "./_variables.scss";
|
|
28
28
|
@import "./_layout.scss";
|
|
29
29
|
@import "./_theme.scss";
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
// Register
|
|
33
|
+
@import "../core/module-system/index.import.scss";
|
|
34
|
+
@include module-register( $_kendo-module-meta... );
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
// Expose
|
|
38
|
+
@mixin kendo-autocomplete--styles() {
|
|
39
|
+
@include module-render( "autocomplete" ) {
|
|
40
|
+
@include kendo-autocomplete--layout();
|
|
41
|
+
@include kendo-autocomplete--theme();
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@if $kendo-auto-bootstrap {
|
|
46
|
+
@include kendo-autocomplete--styles();
|
|
47
|
+
}
|
package/scss/avatar/_index.scss
CHANGED
|
@@ -17,3 +17,21 @@ $_kendo-module-meta: (
|
|
|
17
17
|
@import "./_variables.scss";
|
|
18
18
|
@import "./_layout.scss";
|
|
19
19
|
@import "./_theme.scss";
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
// Register
|
|
23
|
+
@import "../core/module-system/index.import.scss";
|
|
24
|
+
@include module-register( $_kendo-module-meta... );
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
// Expose
|
|
28
|
+
@mixin kendo-avatar--styles() {
|
|
29
|
+
@include module-render( "avatar" ) {
|
|
30
|
+
@include kendo-avatar--layout();
|
|
31
|
+
@include kendo-avatar--theme();
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@if $kendo-auto-bootstrap {
|
|
36
|
+
@include kendo-avatar--styles();
|
|
37
|
+
}
|
package/scss/avatar/_layout.scss
CHANGED
package/scss/avatar/_theme.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@mixin kendo-avatar--theme-base() {
|
|
2
2
|
|
|
3
3
|
// Solid Avatars
|
|
4
4
|
@each $name, $color in $kendo-avatar-theme-colors {
|
|
@@ -21,3 +21,8 @@
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
}
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
@mixin kendo-avatar--theme() {
|
|
27
|
+
@include kendo-avatar--theme-base();
|
|
28
|
+
}
|
package/scss/badge/_index.scss
CHANGED
|
@@ -21,3 +21,21 @@ $_kendo-module-meta: (
|
|
|
21
21
|
@import "./_variables.scss";
|
|
22
22
|
@import "./_layout.scss";
|
|
23
23
|
@import "./_theme.scss";
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
// Register
|
|
27
|
+
@import "../core/module-system/index.import.scss";
|
|
28
|
+
@include module-register( $_kendo-module-meta... );
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
// Expose
|
|
32
|
+
@mixin kendo-badge--styles() {
|
|
33
|
+
@include module-render( "badge" ) {
|
|
34
|
+
@include kendo-badge--layout();
|
|
35
|
+
@include kendo-badge--theme();
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@if $kendo-auto-bootstrap {
|
|
40
|
+
@include kendo-badge--styles();
|
|
41
|
+
}
|
package/scss/badge/_layout.scss
CHANGED
package/scss/badge/_theme.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@mixin kendo-badge--theme-base() {
|
|
2
2
|
|
|
3
3
|
// Solid badges
|
|
4
4
|
@each $name, $color in $kendo-theme-colors {
|
|
@@ -20,4 +20,10 @@
|
|
|
20
20
|
color: $color;
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
+
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
@mixin kendo-badge--theme() {
|
|
28
|
+
@include kendo-badge--theme-base();
|
|
23
29
|
}
|
|
@@ -22,3 +22,21 @@ $_kendo-module-meta: (
|
|
|
22
22
|
@import "./_variables.scss";
|
|
23
23
|
@import "./_layout.scss";
|
|
24
24
|
@import "./_theme.scss";
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
// Register
|
|
28
|
+
@import "../core/module-system/index.import.scss";
|
|
29
|
+
@include module-register( $_kendo-module-meta... );
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
// Expose
|
|
33
|
+
@mixin kendo-bottom-navigation--styles() {
|
|
34
|
+
@include module-render( "bottom-navigation" ) {
|
|
35
|
+
@include kendo-bottom-navigation--layout();
|
|
36
|
+
@include kendo-bottom-navigation--theme();
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@if $kendo-auto-bootstrap {
|
|
41
|
+
@include kendo-bottom-navigation--styles();
|
|
42
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@mixin kendo-bottom-navigation--layout-base() {
|
|
2
2
|
|
|
3
3
|
// Bottom Navigation
|
|
4
4
|
.k-bottom-nav {
|
|
@@ -113,4 +113,10 @@
|
|
|
113
113
|
bottom: 0;
|
|
114
114
|
z-index: 1;
|
|
115
115
|
}
|
|
116
|
+
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
@mixin kendo-bottom-navigation--layout() {
|
|
121
|
+
@include kendo-bottom-navigation--layout-base();
|
|
116
122
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@mixin kendo-bottom-navigation--theme-base() {
|
|
2
2
|
|
|
3
3
|
// Solid
|
|
4
4
|
@each $name, $color in $kendo-theme-colors {
|
|
@@ -44,3 +44,8 @@
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
}
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
@mixin kendo-bottom-navigation--theme() {
|
|
50
|
+
@include kendo-bottom-navigation--theme-base();
|
|
51
|
+
}
|
|
@@ -22,3 +22,21 @@ $_kendo-module-meta: (
|
|
|
22
22
|
@import "./_variables.scss";
|
|
23
23
|
@import "./_layout.scss";
|
|
24
24
|
@import "./_theme.scss";
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
// Register
|
|
28
|
+
@import "../core/module-system/index.import.scss";
|
|
29
|
+
@include module-register( $_kendo-module-meta... );
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
// Expose
|
|
33
|
+
@mixin kendo-breadcrumb--styles() {
|
|
34
|
+
@include module-render( "breadcrumb" ) {
|
|
35
|
+
@include kendo-breadcrumb--layout();
|
|
36
|
+
@include kendo-breadcrumb--theme();
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@if $kendo-auto-bootstrap {
|
|
41
|
+
@include kendo-breadcrumb--styles();
|
|
42
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@mixin kendo-breadcrumb--layout-base() {
|
|
2
2
|
|
|
3
3
|
// Breadcrumb
|
|
4
4
|
.k-breadcrumb {
|
|
@@ -119,3 +119,8 @@
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
}
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
@mixin kendo-breadcrumb--layout() {
|
|
125
|
+
@include kendo-breadcrumb--layout-base();
|
|
126
|
+
}
|
package/scss/button/_index.scss
CHANGED
|
@@ -21,3 +21,21 @@ $_kendo-module-meta: (
|
|
|
21
21
|
@import "./_variables.scss";
|
|
22
22
|
@import "./_layout.scss";
|
|
23
23
|
@import "./_theme.scss";
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
// Register
|
|
27
|
+
@import "../core/module-system/index.import.scss";
|
|
28
|
+
@include module-register( $_kendo-module-meta... );
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
// Expose
|
|
32
|
+
@mixin kendo-button--styles() {
|
|
33
|
+
@include module-render( "button" ) {
|
|
34
|
+
@include kendo-button--layout();
|
|
35
|
+
@include kendo-button--theme();
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@if $kendo-auto-bootstrap {
|
|
40
|
+
@include kendo-button--styles();
|
|
41
|
+
}
|
package/scss/button/_layout.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@mixin kendo-button--layout-base() {
|
|
2
2
|
|
|
3
3
|
// Button
|
|
4
4
|
.k-button {
|
|
@@ -256,12 +256,8 @@
|
|
|
256
256
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
|
|
262
259
|
|
|
263
260
|
|
|
264
|
-
@include exports( "button/layout/overlay" ) {
|
|
265
261
|
|
|
266
262
|
// Button overlay
|
|
267
263
|
.k-button-overlay {
|
|
@@ -326,13 +322,10 @@
|
|
|
326
322
|
|
|
327
323
|
}
|
|
328
324
|
|
|
329
|
-
}
|
|
330
|
-
|
|
331
325
|
|
|
332
326
|
|
|
333
327
|
|
|
334
|
-
|
|
335
|
-
|
|
328
|
+
// Button focus ring
|
|
336
329
|
.k-button {
|
|
337
330
|
|
|
338
331
|
&::after {
|
|
@@ -350,4 +343,10 @@
|
|
|
350
343
|
transition: opacity .2s ease-in-out;
|
|
351
344
|
}
|
|
352
345
|
}
|
|
346
|
+
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
@mixin kendo-button--layout() {
|
|
351
|
+
@include kendo-button--layout-base();
|
|
353
352
|
}
|
package/scss/button/_theme.scss
CHANGED
|
@@ -1,82 +1,85 @@
|
|
|
1
1
|
// Button
|
|
2
2
|
|
|
3
|
-
///
|
|
3
|
+
/// The width of the border around the Button.
|
|
4
4
|
/// @group button
|
|
5
5
|
$kendo-button-border-width: 1px !default;
|
|
6
6
|
|
|
7
|
-
///
|
|
7
|
+
/// The border radius of the Button.
|
|
8
8
|
/// @group button
|
|
9
9
|
$kendo-button-border-radius: null !default;
|
|
10
10
|
|
|
11
|
-
///
|
|
11
|
+
/// The horizontal padding of the Button.
|
|
12
12
|
/// @group button
|
|
13
13
|
$kendo-button-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
14
|
-
///
|
|
14
|
+
/// The horizontal padding of the small Button.
|
|
15
15
|
/// @group button
|
|
16
16
|
$kendo-button-sm-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
17
|
-
///
|
|
17
|
+
/// The horizontal padding of the medium Button.
|
|
18
18
|
/// @group button
|
|
19
19
|
$kendo-button-md-padding-x: $kendo-button-padding-x !default;
|
|
20
|
-
///
|
|
20
|
+
/// The horizontal padding of the large Button.
|
|
21
21
|
/// @group button
|
|
22
22
|
$kendo-button-lg-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
23
23
|
|
|
24
|
-
///
|
|
24
|
+
/// The vertical padding of the Button.
|
|
25
25
|
/// @group button
|
|
26
26
|
$kendo-button-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
27
|
-
///
|
|
27
|
+
/// The vertical padding of the small Button.
|
|
28
28
|
/// @group button
|
|
29
29
|
$kendo-button-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
30
|
-
///
|
|
30
|
+
/// The vertical padding of the medium Button.
|
|
31
31
|
/// @group button
|
|
32
32
|
$kendo-button-md-padding-y: $kendo-button-padding-y !default;
|
|
33
|
-
///
|
|
33
|
+
/// The vertical padding of the large Button.
|
|
34
34
|
/// @group button
|
|
35
35
|
$kendo-button-lg-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
36
36
|
|
|
37
|
-
///
|
|
37
|
+
/// The font family of the Button.
|
|
38
38
|
/// @group button
|
|
39
39
|
$kendo-button-font-family: $kendo-font-family !default;
|
|
40
40
|
|
|
41
|
-
///
|
|
41
|
+
/// The font size of the Button.
|
|
42
42
|
/// @group button
|
|
43
43
|
$kendo-button-font-size: $kendo-font-size-md !default;
|
|
44
|
-
///
|
|
44
|
+
/// The font size of the small Button.
|
|
45
45
|
/// @group button
|
|
46
46
|
$kendo-button-sm-font-size: $kendo-font-size-md !default;
|
|
47
|
-
///
|
|
47
|
+
/// The font size of the medium Button.
|
|
48
48
|
/// @group button
|
|
49
49
|
$kendo-button-md-font-size: $kendo-button-font-size !default;
|
|
50
|
-
///
|
|
50
|
+
/// The font size of the large Button.
|
|
51
51
|
/// @group button
|
|
52
52
|
$kendo-button-lg-font-size: $kendo-font-size-lg !default;
|
|
53
53
|
|
|
54
|
-
///
|
|
54
|
+
/// The line height used along with $kendo-font-size.
|
|
55
55
|
/// @group button
|
|
56
56
|
$kendo-button-line-height: $kendo-line-height-md !default;
|
|
57
|
-
///
|
|
57
|
+
/// The line height used along with the $kendo-font-size of the small Button.
|
|
58
58
|
/// @group button
|
|
59
59
|
$kendo-button-sm-line-height: $kendo-line-height-md !default;
|
|
60
|
-
///
|
|
60
|
+
/// The line height used along with the $kendo-font-size of the medium Button.
|
|
61
61
|
/// @group button
|
|
62
62
|
$kendo-button-md-line-height: $kendo-button-line-height !default;
|
|
63
|
-
///
|
|
63
|
+
/// The line height used along with the $kendo-font-size of the large Button.
|
|
64
64
|
/// @group button
|
|
65
65
|
$kendo-button-lg-line-height: $kendo-line-height-lg !default;
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
/// The calculated height of the Button.
|
|
68
|
+
/// @group button
|
|
68
69
|
$kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
|
|
69
70
|
$kendo-button-sm-calc-size: calc( #{$kendo-button-sm-line-height * 1em} + #{$kendo-button-sm-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
|
|
70
71
|
$kendo-button-md-calc-size: calc( #{$kendo-button-md-line-height * 1em} + #{$kendo-button-md-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
|
|
71
72
|
$kendo-button-lg-calc-size: calc( #{$kendo-button-lg-line-height * 1em} + #{$kendo-button-lg-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
|
|
72
73
|
|
|
73
|
-
|
|
74
|
+
/// The calculated inner height of the Button excluding the border width.
|
|
75
|
+
/// @group button
|
|
74
76
|
$kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
|
|
75
77
|
$kendo-button-sm-inner-calc-size: calc( #{$kendo-button-sm-line-height * 1em} + #{$kendo-button-sm-padding-y * 2} ) !default;
|
|
76
78
|
$kendo-button-md-inner-calc-size: calc( #{$kendo-button-md-line-height * 1em} + #{$kendo-button-md-padding-y * 2} ) !default;
|
|
77
79
|
$kendo-button-lg-inner-calc-size: calc( #{$kendo-button-lg-line-height * 1em} + #{$kendo-button-lg-padding-y * 2} ) !default;
|
|
78
80
|
|
|
79
|
-
|
|
81
|
+
/// The sizes map for the Button.
|
|
82
|
+
/// @group button
|
|
80
83
|
$kendo-button-sizes: (
|
|
81
84
|
sm: (
|
|
82
85
|
padding-x: $kendo-button-sm-padding-x,
|
|
@@ -98,110 +101,110 @@ $kendo-button-sizes: (
|
|
|
98
101
|
)
|
|
99
102
|
) !default;
|
|
100
103
|
|
|
101
|
-
///
|
|
104
|
+
/// The theme colors map for the Button.
|
|
102
105
|
/// @group button
|
|
103
106
|
$kendo-button-theme-colors: k-map-merge(
|
|
104
107
|
$kendo-theme-colors,
|
|
105
108
|
( "base": #f5f5f5 )
|
|
106
109
|
) !default;
|
|
107
110
|
|
|
108
|
-
/// The base background of the
|
|
111
|
+
/// The base background of the Button.
|
|
109
112
|
/// @group button
|
|
110
113
|
$kendo-button-bg: #f5f5f5 !default;
|
|
111
|
-
/// The base text color of the
|
|
114
|
+
/// The base text color of the Button.
|
|
112
115
|
/// @group button
|
|
113
116
|
$kendo-button-text: #424242 !default;
|
|
114
|
-
/// The base border color of the
|
|
117
|
+
/// The base border color of the Button.
|
|
115
118
|
/// @group button
|
|
116
119
|
$kendo-button-border: rgba( black, .08 ) !default;
|
|
117
|
-
/// The base background gradient of the
|
|
120
|
+
/// The base background gradient of the Button.
|
|
118
121
|
/// @group button
|
|
119
122
|
$kendo-button-gradient: rgba( black, 0 ), rgba( black, .02 ) !default;
|
|
120
|
-
/// The base shadow of the
|
|
123
|
+
/// The base shadow of the Button.
|
|
121
124
|
/// @group button
|
|
122
125
|
$kendo-button-shadow: null !default;
|
|
123
126
|
|
|
124
|
-
/// The base background of hovered
|
|
127
|
+
/// The base background of the hovered Button.
|
|
125
128
|
/// @group button
|
|
126
129
|
$kendo-button-hover-bg: k-try-shade( $kendo-button-bg, .5 ) !default;
|
|
127
|
-
/// The base text color of hovered
|
|
130
|
+
/// The base text color of the hovered Button.
|
|
128
131
|
/// @group button
|
|
129
132
|
$kendo-button-hover-text: null !default;
|
|
130
|
-
/// The base border color of hovered
|
|
133
|
+
/// The base border color of the hovered Button.
|
|
131
134
|
/// @group button
|
|
132
135
|
$kendo-button-hover-border: null !default;
|
|
133
|
-
/// The base background gradient of hovered
|
|
136
|
+
/// The base background gradient of the hovered Button.
|
|
134
137
|
/// @group button
|
|
135
138
|
$kendo-button-hover-gradient: null !default;
|
|
136
|
-
/// The base shadow of hovered
|
|
139
|
+
/// The base shadow of the hovered Button.
|
|
137
140
|
/// @group button
|
|
138
141
|
$kendo-button-hover-shadow: null !default;
|
|
139
142
|
|
|
140
|
-
/// The base background color of active
|
|
143
|
+
/// The base background color of the active Button.
|
|
141
144
|
/// @group button
|
|
142
145
|
$kendo-button-active-bg: k-try-shade( $kendo-button-bg, 1.5 ) !default;
|
|
143
|
-
/// The base text color of active
|
|
146
|
+
/// The base text color of the active Button.
|
|
144
147
|
/// @group button
|
|
145
148
|
$kendo-button-active-text: null !default;
|
|
146
|
-
/// The base border color of active
|
|
149
|
+
/// The base border color of the active Button.
|
|
147
150
|
/// @group button
|
|
148
151
|
$kendo-button-active-border: null !default;
|
|
149
|
-
/// The base background gradient of active
|
|
152
|
+
/// The base background gradient of the active Button.
|
|
150
153
|
/// @group button
|
|
151
154
|
$kendo-button-active-gradient: null !default;
|
|
152
|
-
/// The base shadow of active
|
|
155
|
+
/// The base shadow of the active Button.
|
|
153
156
|
/// @group button
|
|
154
157
|
$kendo-button-active-shadow: null !default;
|
|
155
158
|
|
|
156
|
-
/// The base background color of selected
|
|
159
|
+
/// The base background color of the selected Button.
|
|
157
160
|
/// @group button
|
|
158
161
|
$kendo-button-selected-bg: $kendo-color-primary !default;
|
|
159
|
-
/// The text color of selected
|
|
162
|
+
/// The text color of the selected Button.
|
|
160
163
|
/// @group button
|
|
161
164
|
$kendo-button-selected-text: k-contrast-legacy( $kendo-button-selected-bg ) !default;
|
|
162
|
-
/// The border color of selected
|
|
165
|
+
/// The border color of the selected Button.
|
|
163
166
|
/// @group button
|
|
164
167
|
$kendo-button-selected-border: $kendo-button-selected-bg !default;
|
|
165
|
-
/// The background gradient of selected
|
|
168
|
+
/// The background gradient of the selected Button.
|
|
166
169
|
/// @group button
|
|
167
170
|
$kendo-button-selected-gradient: $kendo-button-active-gradient !default;
|
|
168
|
-
/// The base shadow of selected
|
|
171
|
+
/// The base shadow of the selected Button.
|
|
169
172
|
/// @group button
|
|
170
173
|
$kendo-button-selected-shadow: $kendo-button-active-shadow !default;
|
|
171
174
|
|
|
172
|
-
/// The base background of focused
|
|
175
|
+
/// The base background of the focused Button.
|
|
173
176
|
/// @group button
|
|
174
177
|
$kendo-button-focus-bg: null !default;
|
|
175
|
-
/// The base text color of focused
|
|
178
|
+
/// The base text color of the focused Button.
|
|
176
179
|
/// @group button
|
|
177
180
|
$kendo-button-focus-text: null !default;
|
|
178
|
-
/// The base border color of focused
|
|
181
|
+
/// The base border color of the focused Button.
|
|
179
182
|
/// @group button
|
|
180
183
|
$kendo-button-focus-border: null !default;
|
|
181
|
-
/// The base background gradient of focused
|
|
184
|
+
/// The base background gradient of the focused Button.
|
|
182
185
|
/// @group button
|
|
183
186
|
$kendo-button-focus-gradient: null !default;
|
|
184
|
-
/// The base shadow of focused
|
|
187
|
+
/// The base shadow of the focused Button.
|
|
185
188
|
/// @group button
|
|
186
189
|
$kendo-button-focus-shadow: 0 0 0 2px rgba( $kendo-button-border, .08 ) !default;
|
|
187
190
|
|
|
188
|
-
/// The base background of disabled
|
|
191
|
+
/// The base background of the disabled Button.
|
|
189
192
|
/// @group button
|
|
190
193
|
$kendo-button-disabled-bg: null !default;
|
|
191
|
-
/// The base text color of disabled
|
|
194
|
+
/// The base text color of the disabled Button.
|
|
192
195
|
/// @group button
|
|
193
196
|
$kendo-button-disabled-text: null !default;
|
|
194
|
-
/// The base border color of disabled
|
|
197
|
+
/// The base border color of the disabled Button.
|
|
195
198
|
/// @group button
|
|
196
199
|
$kendo-button-disabled-border: null !default;
|
|
197
|
-
/// The base background gradient of disabled
|
|
200
|
+
/// The base background gradient of the disabled Button.
|
|
198
201
|
/// @group button
|
|
199
202
|
$kendo-button-disabled-gradient: null !default;
|
|
200
|
-
/// The base shadow of disabled
|
|
203
|
+
/// The base shadow of the disabled Button.
|
|
201
204
|
/// @group button
|
|
202
205
|
$kendo-button-disabled-shadow: null !default;
|
|
203
206
|
|
|
204
|
-
// Solid
|
|
207
|
+
// Solid Button
|
|
205
208
|
$kendo-solid-button-gradient: rgba( black, 0 ), rgba( black, .02 ) !default;
|
|
206
209
|
$kendo-solid-button-shade-function: "k-try-shade" !default;
|
|
207
210
|
$kendo-solid-button-shade-text-amount: 0 !default;
|
|
@@ -218,37 +221,37 @@ $kendo-solid-button-shadow-blur: 0px !default;
|
|
|
218
221
|
$kendo-solid-button-shadow-spread: 2px !default;
|
|
219
222
|
$kendo-solid-button-shadow-opacity: .3 !default;
|
|
220
223
|
|
|
221
|
-
// Outline
|
|
224
|
+
// Outline Button
|
|
222
225
|
$kendo-outline-button-shadow: true !default;
|
|
223
226
|
$kendo-outline-button-shadow-blur: 0px !default;
|
|
224
227
|
$kendo-outline-button-shadow-spread: 2px !default;
|
|
225
228
|
$kendo-outline-button-shadow-opacity: .3 !default;
|
|
226
229
|
|
|
227
|
-
// Link
|
|
230
|
+
// Link Button
|
|
228
231
|
$kendo-link-button-shadow: true !default;
|
|
229
232
|
$kendo-link-button-shadow-blur: 0px !default;
|
|
230
233
|
$kendo-link-button-shadow-spread: 2px !default;
|
|
231
234
|
$kendo-link-button-shadow-opacity: .3 !default;
|
|
232
235
|
|
|
233
|
-
// Clear
|
|
236
|
+
// Clear Button
|
|
234
237
|
$kendo-clear-button-focus-opacity: .1 !default;
|
|
235
238
|
|
|
236
|
-
/// The overlay opacity of hovered flat
|
|
239
|
+
/// The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.
|
|
237
240
|
/// @group button
|
|
238
241
|
$kendo-flat-button-hover-opacity: .04 !default;
|
|
239
|
-
/// The overlay opacity of focused flat
|
|
242
|
+
/// The overlay opacity of the focused flat Button. Used to create a background for the flat Button.
|
|
240
243
|
/// @group button
|
|
241
244
|
$kendo-flat-button-focus-opacity: null !default;
|
|
242
|
-
/// The overlay opacity of active flat
|
|
245
|
+
/// The overlay opacity of the active flat Button. Used to create background for the flat Button.
|
|
243
246
|
/// @group button
|
|
244
247
|
$kendo-flat-button-active-opacity: .16 !default;
|
|
245
|
-
/// The overlay opacity of selected flat
|
|
248
|
+
/// The overlay opacity of the selected flat Button. Used to create background for the flat Button.
|
|
246
249
|
/// @group button
|
|
247
250
|
$kendo-flat-button-selected-opacity: .2 !default;
|
|
248
|
-
/// The opacity of the flat
|
|
251
|
+
/// The opacity of the flat Button focus ring. Used to create a border for the flat Button.
|
|
249
252
|
/// @group button
|
|
250
253
|
$kendo-flat-button-focus-ring-opacity: .12 !default;
|
|
251
254
|
|
|
252
|
-
/// The color transition of the flat
|
|
255
|
+
/// The color transition of the flat Button.
|
|
253
256
|
/// @group button
|
|
254
257
|
$kendo-button-transition: color .2s ease-in-out !default;
|