@progress/kendo-theme-classic 9.1.1-dev.2 → 10.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/README.md +11 -20
- package/dist/all.css +1 -1
- package/dist/all.scss +1 -64666
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green-dark.scss +36 -36
- package/dist/classic-green.css +1 -1
- package/dist/classic-green.scss +36 -36
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender-dark.scss +44 -45
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-lavender.scss +40 -41
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main-dark.scss +36 -36
- package/dist/classic-main.css +1 -1
- package/dist/classic-main.scss +35 -33
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro-dark.scss +45 -46
- package/dist/classic-metro.css +1 -1
- package/dist/classic-metro.scss +44 -45
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-moonlight.scss +44 -45
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal-dark.scss +41 -41
- package/dist/classic-opal.css +1 -1
- package/dist/classic-opal.scss +36 -36
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver-dark.scss +36 -36
- package/dist/classic-silver.css +1 -1
- package/dist/classic-silver.scss +36 -36
- package/dist/classic-uniform.css +1 -1
- package/dist/classic-uniform.scss +38 -38
- package/dist/meta/sassdoc-data.json +28989 -26537
- package/dist/meta/sassdoc-raw-data.json +14034 -13208
- package/dist/meta/variables.json +5969 -8336
- package/lib/swatches/classic-green-dark.json +2 -2
- package/lib/swatches/classic-green.json +2 -2
- package/lib/swatches/classic-lavender-dark.json +4 -9
- package/lib/swatches/classic-lavender.json +4 -9
- package/lib/swatches/classic-main-dark.json +2 -2
- package/lib/swatches/classic-main.json +2 -2
- package/lib/swatches/classic-metro-dark.json +4 -9
- package/lib/swatches/classic-metro.json +4 -9
- package/lib/swatches/classic-moonlight.json +4 -9
- package/lib/swatches/classic-opal-dark.json +2 -2
- package/lib/swatches/classic-opal.json +2 -2
- package/lib/swatches/classic-silver-dark.json +2 -2
- package/lib/swatches/classic-silver.json +2 -2
- package/lib/swatches/classic-uniform.json +2 -2
- package/package.json +5 -6
- package/scss/_variables.scss +0 -27
- package/scss/action-buttons/_index.scss +9 -31
- package/scss/action-buttons/_layout.scss +1 -1
- package/scss/action-buttons/_theme.scss +1 -1
- package/scss/action-buttons/_variables.scss +15 -0
- package/scss/action-sheet/_index.scss +13 -33
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/action-sheet/_theme.scss +1 -1
- package/scss/action-sheet/_variables.scss +69 -0
- package/scss/adaptive/_index.scss +16 -36
- package/scss/adaptive/_layout.scss +1 -1
- package/scss/adaptive/_theme.scss +1 -1
- package/scss/adaptive/_variables.scss +25 -0
- package/scss/all.scss +3 -6
- package/scss/appbar/_index.scss +6 -25
- package/scss/appbar/_layout.scss +1 -1
- package/scss/appbar/_theme.scss +1 -1
- package/scss/appbar/_variables.scss +23 -0
- package/scss/autocomplete/_index.scss +16 -36
- package/scss/autocomplete/_layout.scss +1 -1
- package/scss/autocomplete/_theme.scss +1 -1
- package/scss/avatar/_index.scss +6 -27
- package/scss/avatar/_layout.scss +1 -1
- package/scss/avatar/_theme.scss +1 -1
- package/scss/avatar/_variables.scss +11 -0
- package/scss/badge/_index.scss +8 -28
- package/scss/badge/_layout.scss +1 -1
- package/scss/badge/_theme.scss +1 -1
- package/scss/badge/_variables.scss +29 -0
- package/scss/bottom-navigation/_index.scss +9 -29
- package/scss/bottom-navigation/_layout.scss +1 -1
- package/scss/bottom-navigation/_theme.scss +1 -1
- package/scss/bottom-navigation/_variables.scss +27 -1
- package/scss/breadcrumb/_index.scss +11 -31
- package/scss/breadcrumb/_layout.scss +1 -1
- package/scss/breadcrumb/_theme.scss +1 -1
- package/scss/breadcrumb/_variables.scss +68 -0
- package/scss/button/_index.scss +10 -30
- package/scss/button/_layout.scss +1 -1
- package/scss/button/_theme.scss +1 -1
- package/scss/button/_variables.scss +98 -1
- package/scss/calendar/_index.scss +13 -33
- package/scss/calendar/_layout.scss +1 -1
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +105 -3
- package/scss/captcha/_index.scss +17 -38
- package/scss/captcha/_layout.scss +1 -1
- package/scss/captcha/_theme.scss +1 -1
- package/scss/captcha/_variables.scss +20 -0
- package/scss/card/_index.scss +13 -33
- package/scss/card/_layout.scss +1 -1
- package/scss/card/_theme.scss +1 -1
- package/scss/card/_variables.scss +61 -1
- package/scss/chart-wizard/_index.scss +27 -47
- package/scss/chart-wizard/_layout.scss +1 -1
- package/scss/chart-wizard/_theme.scss +1 -1
- package/scss/chart-wizard/_variables.scss +18 -0
- package/scss/chat/_index.scss +14 -36
- package/scss/chat/_layout.scss +1 -1
- package/scss/chat/_theme.scss +1 -1
- package/scss/chat/_variables.scss +72 -0
- package/scss/checkbox/_index.scss +6 -25
- package/scss/checkbox/_layout.scss +1 -1
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/checkbox/_variables.scss +55 -2
- package/scss/chip/_index.scss +9 -30
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_theme.scss +1 -1
- package/scss/chip/_variables.scss +55 -5
- package/scss/color-preview/_index.scss +6 -27
- package/scss/color-preview/_layout.scss +1 -1
- package/scss/color-preview/_theme.scss +1 -1
- package/scss/color-preview/_variables.scss +18 -0
- package/scss/coloreditor/_index.scss +14 -35
- package/scss/coloreditor/_layout.scss +1 -1
- package/scss/coloreditor/_theme.scss +1 -1
- package/scss/coloreditor/_variables.scss +30 -0
- package/scss/colorgradient/_index.scss +17 -37
- package/scss/colorgradient/_layout.scss +1 -1
- package/scss/colorgradient/_theme.scss +1 -1
- package/scss/colorgradient/_variables.scss +52 -2
- package/scss/colorpalette/_index.scss +6 -25
- package/scss/colorpalette/_layout.scss +1 -1
- package/scss/colorpalette/_theme.scss +1 -1
- package/scss/colorpalette/_variables.scss +14 -0
- package/scss/colorpicker/_index.scss +16 -36
- package/scss/colorpicker/_layout.scss +1 -1
- package/scss/colorpicker/_theme.scss +1 -1
- package/scss/combobox/_index.scss +16 -37
- package/scss/combobox/_layout.scss +1 -1
- package/scss/combobox/_theme.scss +1 -1
- package/scss/core/_index.scss +48 -22
- package/scss/core/border-radii/index.import.scss +50 -1
- package/scss/core/color-system/_palettes.scss +17 -15
- package/scss/core/color-system/_swatch-legacy.scss +345 -74
- package/scss/core/color-system/_swatch.scss +150 -365
- package/scss/core/color-system/index.import.scss +1 -0
- package/scss/core/elevation/index.import.scss +46 -0
- package/scss/core/functions/index.import.scss +1 -1
- package/scss/core/mixins/index.import.scss +1 -1
- package/scss/core/spacing/index.import.scss +48 -12
- package/scss/core/styles/index.import.scss +1 -1
- package/scss/core/typography/index.import.scss +184 -1
- package/scss/dataviz/_index.scss +10 -33
- package/scss/dataviz/_layout.scss +1 -1
- package/scss/dataviz/_theme.scss +1 -1
- package/scss/dataviz/_variables.scss +117 -2
- package/scss/dateinput/_index.scss +8 -30
- package/scss/dateinput/_layout.scss +1 -1
- package/scss/dateinput/_theme.scss +1 -1
- package/scss/datepicker/_index.scss +12 -35
- package/scss/datepicker/_layout.scss +1 -1
- package/scss/datepicker/_theme.scss +1 -1
- package/scss/daterangepicker/_index.scss +14 -37
- package/scss/daterangepicker/_layout.scss +1 -1
- package/scss/daterangepicker/_theme.scss +1 -1
- package/scss/daterangepicker/_variables.scss +5 -0
- package/scss/datetimepicker/_index.scss +20 -44
- package/scss/datetimepicker/_layout.scss +1 -1
- package/scss/datetimepicker/_theme.scss +1 -1
- package/scss/datetimepicker/_variables.scss +7 -0
- package/scss/dialog/_index.scss +8 -31
- package/scss/dialog/_layout.scss +1 -1
- package/scss/dialog/_theme.scss +1 -1
- package/scss/dialog/_variables.scss +22 -6
- package/scss/dock-manager/_index.scss +12 -27
- package/scss/dock-manager/_layout.scss +1 -1
- package/scss/dock-manager/_theme.scss +1 -1
- package/scss/dock-manager/_variables.scss +41 -0
- package/scss/draggable/_index.scss +6 -25
- package/scss/draggable/_layout.scss +1 -1
- package/scss/draggable/_theme.scss +1 -1
- package/scss/draggable/_variables.scss +31 -3
- package/scss/drawer/_index.scss +12 -32
- package/scss/drawer/_layout.scss +1 -1
- package/scss/drawer/_theme.scss +1 -1
- package/scss/drawer/_variables.scss +40 -1
- package/scss/dropdowngrid/_index.scss +16 -38
- package/scss/dropdowngrid/_layout.scss +1 -1
- package/scss/dropdowngrid/_theme.scss +1 -1
- package/scss/dropdownlist/_index.scss +14 -36
- package/scss/dropdownlist/_layout.scss +1 -1
- package/scss/dropdownlist/_theme.scss +1 -1
- package/scss/dropdowntree/_index.scss +19 -37
- package/scss/dropdowntree/_layout.scss +1 -1
- package/scss/dropdowntree/_theme.scss +1 -1
- package/scss/dropdowntree/_variables.scss +8 -0
- package/scss/dropzone/_index.scss +6 -25
- package/scss/dropzone/_layout.scss +1 -1
- package/scss/dropzone/_theme.scss +1 -1
- package/scss/dropzone/_variables.scss +26 -0
- package/scss/editor/_index.scss +22 -44
- package/scss/editor/_layout.scss +1 -1
- package/scss/editor/_theme.scss +1 -1
- package/scss/editor/_variables.scss +46 -0
- package/scss/expansion-panel/_index.scss +11 -31
- package/scss/expansion-panel/_layout.scss +1 -1
- package/scss/expansion-panel/_theme.scss +1 -1
- package/scss/expansion-panel/_variables.scss +30 -0
- package/scss/fab/_index.scss +13 -34
- package/scss/fab/_layout.scss +1 -1
- package/scss/fab/_theme.scss +1 -1
- package/scss/fab/_variables.scss +54 -0
- package/scss/filemanager/_index.scss +28 -49
- package/scss/filemanager/_layout.scss +1 -1
- package/scss/filemanager/_theme.scss +1 -1
- package/scss/filemanager/_variables.scss +65 -0
- package/scss/filter/_index.scss +20 -41
- package/scss/filter/_layout.scss +1 -1
- package/scss/filter/_theme.scss +1 -1
- package/scss/filter/_variables.scss +16 -2
- package/scss/floating-label/_index.scss +6 -28
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/floating-label/_theme.scss +1 -1
- package/scss/floating-label/_variables.scss +21 -0
- package/scss/forms/_index.scss +11 -32
- package/scss/forms/_layout.scss +1 -1
- package/scss/forms/_theme.scss +1 -1
- package/scss/forms/_variables.scss +84 -6
- package/scss/gantt/_index.scss +23 -46
- package/scss/gantt/_layout.scss +1 -1
- package/scss/gantt/_theme.scss +1 -1
- package/scss/gantt/_variables.scss +97 -2
- package/scss/grid/_index.scss +51 -74
- package/scss/grid/_layout.scss +1 -1
- package/scss/grid/_theme.scss +1 -1
- package/scss/grid/_variables.scss +161 -10
- package/scss/icons/_index.scss +8 -24
- package/scss/icons/_layout.scss +1 -1
- package/scss/icons/_theme.scss +1 -1
- package/scss/icons/_variables.scss +32 -0
- package/scss/imageeditor/_index.scss +16 -36
- package/scss/imageeditor/_layout.scss +1 -1
- package/scss/imageeditor/_theme.scss +1 -1
- package/scss/imageeditor/_variables.scss +37 -0
- package/scss/index.scss +280 -122
- package/scss/input/_index.scss +8 -29
- package/scss/input/_layout.scss +1 -1
- package/scss/input/_theme.scss +1 -1
- package/scss/input/_variables.scss +138 -5
- package/scss/list/_index.scss +6 -31
- package/scss/list/_layout.scss +1 -1
- package/scss/list/_theme.scss +1 -1
- package/scss/list/_variables.scss +95 -1
- package/scss/listbox/_index.scss +14 -34
- package/scss/listbox/_layout.scss +1 -1
- package/scss/listbox/_theme.scss +1 -1
- package/scss/listbox/_variables.scss +21 -0
- package/scss/listgroup/_index.scss +8 -28
- package/scss/listgroup/_layout.scss +1 -1
- package/scss/listgroup/_theme.scss +1 -1
- package/scss/listgroup/_variables.scss +16 -0
- package/scss/listview/_index.scss +11 -31
- package/scss/listview/_layout.scss +1 -1
- package/scss/listview/_theme.scss +1 -1
- package/scss/listview/_variables.scss +24 -0
- package/scss/loader/_index.scss +9 -29
- package/scss/loader/_layout.scss +1 -1
- package/scss/loader/_theme.scss +1 -1
- package/scss/loader/_variables.scss +43 -0
- package/scss/map/_index.scss +12 -32
- package/scss/map/_layout.scss +1 -1
- package/scss/map/_theme.scss +1 -1
- package/scss/map/_variables.scss +32 -3
- package/scss/maskedtextbox/_index.scss +12 -32
- package/scss/maskedtextbox/_layout.scss +1 -1
- package/scss/maskedtextbox/_theme.scss +1 -1
- package/scss/mediaplayer/_index.scss +12 -34
- package/scss/mediaplayer/_layout.scss +1 -1
- package/scss/mediaplayer/_theme.scss +1 -1
- package/scss/mediaplayer/_variables.scss +19 -0
- package/scss/menu/_index.scss +14 -34
- package/scss/menu/_layout.scss +1 -1
- package/scss/menu/_theme.scss +1 -1
- package/scss/menu/_variables.scss +105 -7
- package/scss/menu-button/_index.scss +10 -31
- package/scss/menu-button/_layout.scss +1 -1
- package/scss/menu-button/_theme.scss +1 -1
- package/scss/menu-button/_variables.scss +7 -0
- package/scss/messagebox/_index.scss +8 -28
- package/scss/messagebox/_layout.scss +1 -1
- package/scss/messagebox/_theme.scss +1 -1
- package/scss/messagebox/_variables.scss +19 -2
- package/scss/multiselect/_index.scss +20 -40
- package/scss/multiselect/_layout.scss +1 -1
- package/scss/multiselect/_theme.scss +1 -1
- package/scss/no-data/_index.scss +6 -22
- package/scss/no-data/_layout.scss +1 -1
- package/scss/no-data/_theme.scss +1 -1
- package/scss/no-data/_variables.scss +8 -0
- package/scss/notification/_functions.scss +17 -0
- package/scss/notification/_index.scss +10 -31
- package/scss/notification/_layout.scss +1 -1
- package/scss/notification/_theme.scss +1 -1
- package/scss/notification/_variables.scss +24 -14
- package/scss/numerictextbox/_index.scss +12 -33
- package/scss/numerictextbox/_layout.scss +1 -1
- package/scss/numerictextbox/_theme.scss +1 -1
- package/scss/orgchart/_index.scss +23 -48
- package/scss/orgchart/_layout.scss +1 -1
- package/scss/orgchart/_theme.scss +1 -1
- package/scss/orgchart/_variables.scss +53 -1
- package/scss/overlay/_index.scss +6 -24
- package/scss/overlay/_layout.scss +1 -1
- package/scss/overlay/_theme.scss +1 -1
- package/scss/overlay/_variables.scss +9 -0
- package/scss/pager/_index.scss +12 -32
- package/scss/pager/_layout.scss +1 -1
- package/scss/pager/_theme.scss +1 -1
- package/scss/pager/_variables.scss +52 -2
- package/scss/panel/_index.scss +7 -26
- package/scss/panel/_layout.scss +1 -1
- package/scss/panel/_theme.scss +1 -1
- package/scss/panel/_variables.scss +27 -10
- package/scss/panelbar/_index.scss +10 -30
- package/scss/panelbar/_layout.scss +1 -1
- package/scss/panelbar/_theme.scss +1 -1
- package/scss/panelbar/_variables.scss +91 -0
- package/scss/pdf-viewer/_index.scss +21 -44
- package/scss/pdf-viewer/_layout.scss +1 -1
- package/scss/pdf-viewer/_theme.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +50 -1
- package/scss/pivotgrid/_index.scss +17 -41
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/pivotgrid/_variables.scss +94 -2
- package/scss/popover/_index.scss +10 -33
- package/scss/popover/_layout.scss +1 -1
- package/scss/popover/_theme.scss +1 -1
- package/scss/popover/_variables.scss +34 -1
- package/scss/popup/_index.scss +6 -25
- package/scss/popup/_layout.scss +1 -1
- package/scss/popup/_theme.scss +1 -1
- package/scss/popup/_variables.scss +18 -0
- package/scss/progressbar/_index.scss +6 -25
- package/scss/progressbar/_layout.scss +1 -1
- package/scss/progressbar/_theme.scss +1 -1
- package/scss/progressbar/_variables.scss +29 -0
- package/scss/prompt/_index.scss +8 -24
- package/scss/prompt/_layout.scss +1 -1
- package/scss/prompt/_theme.scss +1 -1
- package/scss/prompt/_variables.scss +26 -0
- package/scss/radio/_index.scss +6 -25
- package/scss/radio/_layout.scss +1 -1
- package/scss/radio/_theme.scss +1 -1
- package/scss/radio/_variables.scss +53 -3
- package/scss/rating/_index.scss +8 -28
- package/scss/rating/_layout.scss +1 -1
- package/scss/rating/_theme.scss +1 -1
- package/scss/rating/_variables.scss +28 -5
- package/scss/responsivepanel/_index.scss +8 -28
- package/scss/responsivepanel/_layout.scss +1 -1
- package/scss/responsivepanel/_theme.scss +1 -1
- package/scss/ripple/_index.scss +6 -25
- package/scss/ripple/_layout.scss +1 -1
- package/scss/ripple/_theme.scss +1 -1
- package/scss/scheduler/_index.scss +21 -54
- package/scss/scheduler/_layout.scss +1 -1
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +121 -2
- package/scss/scroller/_index.scss +8 -28
- package/scss/scroller/_layout.scss +1 -1
- package/scss/scroller/_theme.scss +1 -1
- package/scss/scrollview/_index.scss +10 -30
- package/scss/scrollview/_layout.scss +1 -1
- package/scss/scrollview/_theme.scss +1 -1
- package/scss/scrollview/_variables.scss +36 -0
- package/scss/searchbox/_index.scss +12 -33
- package/scss/searchbox/_layout.scss +1 -1
- package/scss/searchbox/_theme.scss +1 -1
- package/scss/signature/_index.scss +10 -33
- package/scss/signature/_layout.scss +1 -1
- package/scss/signature/_theme.scss +1 -1
- package/scss/signature/_variables.scss +32 -0
- package/scss/skeleton/_index.scss +6 -25
- package/scss/skeleton/_layout.scss +1 -1
- package/scss/skeleton/_theme.scss +1 -1
- package/scss/skeleton/_variables.scss +12 -0
- package/scss/slider/_index.scss +12 -32
- package/scss/slider/_layout.scss +1 -1
- package/scss/slider/_theme.scss +1 -1
- package/scss/slider/_variables.scss +44 -0
- package/scss/split-button/_index.scss +11 -28
- package/scss/split-button/_layout.scss +1 -1
- package/scss/split-button/_theme.scss +1 -1
- package/scss/split-button/_variables.scss +15 -0
- package/scss/splitter/_index.scss +9 -26
- package/scss/splitter/_layout.scss +1 -1
- package/scss/splitter/_theme.scss +1 -1
- package/scss/splitter/_variables.scss +26 -0
- package/scss/spreadsheet/_index.scss +37 -60
- package/scss/spreadsheet/_layout.scss +1 -1
- package/scss/spreadsheet/_theme.scss +1 -1
- package/scss/spreadsheet/_variables.scss +107 -0
- package/scss/stepper/_index.scss +10 -30
- package/scss/stepper/_layout.scss +1 -1
- package/scss/stepper/_theme.scss +1 -1
- package/scss/stepper/_variables.scss +78 -2
- package/scss/switch/_index.scss +6 -26
- package/scss/switch/_layout.scss +1 -1
- package/scss/switch/_theme.scss +1 -1
- package/scss/switch/_variables.scss +66 -3
- package/scss/table/_index.scss +6 -25
- package/scss/table/_layout.scss +1 -1
- package/scss/table/_theme.scss +1 -1
- package/scss/table/_variables.scss +47 -1
- package/scss/tabstrip/_index.scss +13 -34
- package/scss/tabstrip/_layout.scss +1 -1
- package/scss/tabstrip/_theme.scss +1 -1
- package/scss/tabstrip/_variables.scss +55 -0
- package/scss/taskboard/_index.scss +21 -49
- package/scss/taskboard/_layout.scss +1 -1
- package/scss/taskboard/_theme.scss +1 -1
- package/scss/taskboard/_variables.scss +84 -1
- package/scss/textarea/_index.scss +11 -33
- package/scss/textarea/_layout.scss +1 -1
- package/scss/textarea/_theme.scss +1 -1
- package/scss/textbox/_index.scss +10 -32
- package/scss/textbox/_layout.scss +1 -1
- package/scss/textbox/_theme.scss +1 -1
- package/scss/tilelayout/_index.scss +11 -32
- package/scss/tilelayout/_layout.scss +1 -1
- package/scss/tilelayout/_theme.scss +1 -1
- package/scss/tilelayout/_variables.scss +17 -0
- package/scss/time-marker/_index.scss +6 -22
- package/scss/time-marker/_layout.scss +1 -1
- package/scss/time-marker/_theme.scss +1 -1
- package/scss/time-marker/_variables.scss +6 -0
- package/scss/timedurationpicker/_index.scss +18 -39
- package/scss/timedurationpicker/_layout.scss +1 -1
- package/scss/timedurationpicker/_theme.scss +1 -1
- package/scss/timeline/_index.scss +12 -32
- package/scss/timeline/_layout.scss +1 -1
- package/scss/timeline/_theme.scss +1 -1
- package/scss/timeline/_variables.scss +60 -1
- package/scss/timepicker/_index.scss +16 -38
- package/scss/timepicker/_layout.scss +1 -1
- package/scss/timepicker/_theme.scss +1 -1
- package/scss/timeselector/_index.scss +12 -33
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/timeselector/_variables.scss +45 -0
- package/scss/toolbar/_index.scss +15 -37
- package/scss/toolbar/_layout.scss +1 -1
- package/scss/toolbar/_theme.scss +1 -1
- package/scss/toolbar/_variables.scss +43 -0
- package/scss/tooltip/_functions.scss +17 -0
- package/scss/tooltip/_index.scss +11 -31
- package/scss/tooltip/_layout.scss +1 -1
- package/scss/tooltip/_theme.scss +1 -1
- package/scss/tooltip/_variables.scss +26 -16
- package/scss/treelist/_index.scss +10 -30
- package/scss/treelist/_layout.scss +1 -1
- package/scss/treelist/_theme.scss +1 -1
- package/scss/treelist/_variables.scss +8 -0
- package/scss/treeview/_index.scss +10 -30
- package/scss/treeview/_layout.scss +1 -1
- package/scss/treeview/_theme.scss +1 -1
- package/scss/treeview/_variables.scss +55 -0
- package/scss/typography/_index.scss +7 -26
- package/scss/typography/_layout.scss +1 -1
- package/scss/typography/_theme.scss +1 -1
- package/scss/typography/_variables.scss +83 -1
- package/scss/upload/_index.scss +15 -31
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_theme.scss +1 -1
- package/scss/upload/_variables.scss +46 -0
- package/scss/utils/_index.scss +1 -1
- package/scss/validator/_index.scss +11 -27
- package/scss/validator/_layout.scss +1 -1
- package/scss/validator/_theme.scss +1 -1
- package/scss/virtual-scroller/_index.scss +7 -22
- package/scss/virtual-scroller/_layout.scss +1 -1
- package/scss/virtual-scroller/_theme.scss +1 -1
- package/scss/window/_index.scss +16 -36
- package/scss/window/_layout.scss +1 -1
- package/scss/window/_theme.scss +1 -1
- package/scss/window/_variables.scss +40 -4
- package/scss/wizard/_index.scss +14 -34
- package/scss/wizard/_layout.scss +1 -1
- package/scss/wizard/_theme.scss +1 -1
- package/scss/wizard/_variables.scss +19 -3
- package/scss/core/module-system/index.import.scss +0 -1
|
@@ -1 +1,50 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "../spacing/index.import.scss" as *;
|
|
3
|
+
|
|
4
|
+
/// The none border radius used across the Components.
|
|
5
|
+
/// @group radii
|
|
6
|
+
$kendo-border-radius-none: map.get($kendo-spacing, 0) !default;
|
|
7
|
+
/// The extra small border radius used across the Components.
|
|
8
|
+
/// @group radii
|
|
9
|
+
$kendo-border-radius-xs: map.get($kendo-spacing, 1px) !default;
|
|
10
|
+
/// The small border radius used across the Components.
|
|
11
|
+
/// @group radii
|
|
12
|
+
$kendo-border-radius-sm: map.get($kendo-spacing, 0.5) !default;
|
|
13
|
+
/// The medium border radius used across the Components.
|
|
14
|
+
/// @group radii
|
|
15
|
+
$kendo-border-radius-md: map.get($kendo-spacing, 1) !default;
|
|
16
|
+
/// The large border radius used across the Components.
|
|
17
|
+
/// @group radii
|
|
18
|
+
$kendo-border-radius-lg: map.get($kendo-spacing, 1.5) !default;
|
|
19
|
+
/// The extra large border radius used across the Components.
|
|
20
|
+
/// @group radii
|
|
21
|
+
$kendo-border-radius-xl: map.get($kendo-spacing, 2) !default;
|
|
22
|
+
/// The third largest border radius used across the Components.
|
|
23
|
+
/// @group radii
|
|
24
|
+
$kendo-border-radius-xxl: map.get($kendo-spacing, 3) !default;
|
|
25
|
+
/// The second largest border radius used across the Components.
|
|
26
|
+
/// @group radii
|
|
27
|
+
$kendo-border-radius-xxxl: map.get($kendo-spacing, 4) !default;
|
|
28
|
+
/// The largest border radius used across the Components.
|
|
29
|
+
/// @group radii
|
|
30
|
+
$kendo-border-radius-full: 9999px !default;
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
$_default-border-radii: (
|
|
34
|
+
none: $kendo-border-radius-none,
|
|
35
|
+
xs: $kendo-border-radius-xs,
|
|
36
|
+
sm: $kendo-border-radius-sm,
|
|
37
|
+
md: $kendo-border-radius-md,
|
|
38
|
+
lg: $kendo-border-radius-lg,
|
|
39
|
+
xl: $kendo-border-radius-xl,
|
|
40
|
+
xxl: $kendo-border-radius-xxl,
|
|
41
|
+
xxxl: $kendo-border-radius-xxxl,
|
|
42
|
+
full: $kendo-border-radius-full
|
|
43
|
+
|
|
44
|
+
) !default;
|
|
45
|
+
|
|
46
|
+
$kendo-border-radii: $_default-border-radii !default;
|
|
47
|
+
|
|
48
|
+
/// The global radii Map.
|
|
49
|
+
/// @group radii
|
|
50
|
+
$kendo-border-radii: map.merge($_default-border-radii, $kendo-border-radii);
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
|
|
1
3
|
$_default-palette-ash-gray: (
|
|
2
|
-
white: #ffffff,
|
|
4
|
+
"white": #ffffff,
|
|
3
5
|
1: #fafafa,
|
|
4
6
|
2: #f0f0f0,
|
|
5
7
|
3: #ebebeb,
|
|
@@ -15,7 +17,7 @@ $_default-palette-ash-gray: (
|
|
|
15
17
|
13: #404040,
|
|
16
18
|
14: #333333,
|
|
17
19
|
15: #272727,
|
|
18
|
-
black: #000000,
|
|
20
|
+
"black": #000000,
|
|
19
21
|
);
|
|
20
22
|
|
|
21
23
|
$_default-palette-tangerine-orange: (
|
|
@@ -239,65 +241,65 @@ $_default-palette-orchid-purple: (
|
|
|
239
241
|
/// The Ash Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.
|
|
240
242
|
/// @group palette
|
|
241
243
|
$kendo-palette-ash-gray: $_default-palette-ash-gray !default;
|
|
242
|
-
$kendo-palette-ash-gray: map
|
|
244
|
+
$kendo-palette-ash-gray: map.merge($_default-palette-ash-gray, $kendo-palette-ash-gray);
|
|
243
245
|
|
|
244
246
|
/// The Tangerine Orange Palette provides colors to the Primary variable group.
|
|
245
247
|
/// @group palette
|
|
246
248
|
$kendo-palette-tangerine-orange: $_default-palette-tangerine-orange !default;
|
|
247
|
-
$kendo-palette-tangerine-orange: map
|
|
249
|
+
$kendo-palette-tangerine-orange: map.merge($_default-palette-tangerine-orange, $kendo-palette-tangerine-orange);
|
|
248
250
|
|
|
249
251
|
/// The Dodger Blue Palette provides colors to the Tertiary variable group.
|
|
250
252
|
/// @group palette
|
|
251
253
|
$kendo-palette-dodger-blue: $_default-palette-dodger-blue !default;
|
|
252
|
-
$kendo-palette-dodger-blue: map
|
|
254
|
+
$kendo-palette-dodger-blue: map.merge($_default-palette-dodger-blue, $kendo-palette-dodger-blue);
|
|
253
255
|
|
|
254
256
|
/// The Grass Green Palette provides colors to the Success variable group.
|
|
255
257
|
/// @group palette
|
|
256
258
|
$kendo-palette-grass-green: $_default-palette-grass-green !default;
|
|
257
|
-
$kendo-palette-grass-green: map
|
|
259
|
+
$kendo-palette-grass-green: map.merge($_default-palette-grass-green, $kendo-palette-grass-green);
|
|
258
260
|
|
|
259
261
|
/// The Lake Blue Palette provides colors to the Info variable group.
|
|
260
262
|
/// @group palette
|
|
261
263
|
$kendo-palette-lake-blue: $_default-palette-lake-blue !default;
|
|
262
|
-
$kendo-palette-lake-blue: map
|
|
264
|
+
$kendo-palette-lake-blue: map.merge($_default-palette-lake-blue, $kendo-palette-lake-blue);
|
|
263
265
|
|
|
264
266
|
/// The Honey Yellow Palette provides colors to the Warning variable group.
|
|
265
267
|
/// @group palette
|
|
266
268
|
$kendo-palette-honey-yellow: $_default-palette-honey-yellow !default;
|
|
267
|
-
$kendo-palette-honey-yellow: map
|
|
269
|
+
$kendo-palette-honey-yellow: map.merge($_default-palette-honey-yellow, $kendo-palette-honey-yellow);
|
|
268
270
|
|
|
269
271
|
/// The Brick Red Palette provides colors to the Error variable group.
|
|
270
272
|
/// @group palette
|
|
271
273
|
$kendo-palette-brick-red: $_default-palette-brick-red !default;
|
|
272
|
-
$kendo-palette-brick-red: map
|
|
274
|
+
$kendo-palette-brick-red: map.merge($_default-palette-brick-red, $kendo-palette-brick-red);
|
|
273
275
|
|
|
274
276
|
/// The Coral Palette provides colors to the Series A variable group.
|
|
275
277
|
/// @group palette
|
|
276
278
|
$kendo-palette-coral: $_default-palette-coral !default;
|
|
277
|
-
$kendo-palette-coral: map
|
|
279
|
+
$kendo-palette-coral: map.merge($_default-palette-coral, $kendo-palette-coral);
|
|
278
280
|
|
|
279
281
|
/// The Pineapple Yellow provides colors to the Series B variable group.
|
|
280
282
|
/// @group palette
|
|
281
283
|
$kendo-palette-pineapple-yellow: $_default-palette-pineapple-yellow !default;
|
|
282
|
-
$kendo-palette-pineapple-yellow: map
|
|
284
|
+
$kendo-palette-pineapple-yellow: map.merge($_default-palette-pineapple-yellow, $kendo-palette-pineapple-yellow);
|
|
283
285
|
|
|
284
286
|
/// The Apple Green provides colors to the Series C variable group.
|
|
285
287
|
/// @group palette
|
|
286
288
|
$kendo-palette-apple-green: $_default-palette-apple-green !default;
|
|
287
|
-
$kendo-palette-apple-green: map
|
|
289
|
+
$kendo-palette-apple-green: map.merge($_default-palette-apple-green, $kendo-palette-apple-green);
|
|
288
290
|
|
|
289
291
|
/// The Pacific Blue provides colors to the Series D variable group.
|
|
290
292
|
/// @group palette
|
|
291
293
|
$kendo-palette-pacific-blue: $_default-palette-pacific-blue !default;
|
|
292
|
-
$kendo-palette-pacific-blue: map
|
|
294
|
+
$kendo-palette-pacific-blue: map.merge($_default-palette-pacific-blue, $kendo-palette-pacific-blue);
|
|
293
295
|
|
|
294
296
|
/// The Bright Blue provides colors to the Series E variable group.
|
|
295
297
|
/// @group palette
|
|
296
298
|
$kendo-palette-bright-blue: $_default-palette-bright-blue !default;
|
|
297
|
-
$kendo-palette-bright-blue: map
|
|
299
|
+
$kendo-palette-bright-blue: map.merge($_default-palette-bright-blue, $kendo-palette-bright-blue);
|
|
298
300
|
|
|
299
301
|
/// The Orchid Purple provides colors to the Series F variable group.
|
|
300
302
|
/// @group palette
|
|
301
303
|
$kendo-palette-orchid-purple: $_default-palette-orchid-purple !default;
|
|
302
|
-
$kendo-palette-orchid-purple: map
|
|
304
|
+
$kendo-palette-orchid-purple: map.merge($_default-palette-orchid-purple, $kendo-palette-orchid-purple);
|
|
303
305
|
// stylelint-enable scss/no-global-function-names
|
|
@@ -1,74 +1,345 @@
|
|
|
1
|
-
@
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
1
|
+
@use "../functions/index.import.scss" as *;
|
|
2
|
+
@use "@progress/kendo-theme-core/scss/index.import.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Color settings
|
|
5
|
+
$kendo-is-dark-theme: false !default;
|
|
6
|
+
|
|
7
|
+
// Theme colors
|
|
8
|
+
/// The color that focuses the user attention.
|
|
9
|
+
/// Used for primary buttons and for elements of primary importance across the theme.
|
|
10
|
+
/// @group color-system
|
|
11
|
+
/// @type Color
|
|
12
|
+
$kendo-color-primary: if($kendo-enable-color-system, k-color( primary ), #f35800) !default;
|
|
13
|
+
$kendo-color-primary-lighter: if($kendo-enable-color-system, null, k-color-tint( $kendo-color-primary, 2 )) !default;
|
|
14
|
+
$kendo-color-primary-darker: if($kendo-enable-color-system, null, k-color-shade( $kendo-color-primary, 2 )) !default;
|
|
15
|
+
|
|
16
|
+
/// The color used along with the primary color denoted by $kendo-color-primary.
|
|
17
|
+
/// Used to provide contrast between the background and foreground colors.
|
|
18
|
+
/// @group color-system
|
|
19
|
+
/// @type Color
|
|
20
|
+
$kendo-color-primary-contrast: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-color-primary )) !default;
|
|
21
|
+
|
|
22
|
+
/// The secondary color of the theme.
|
|
23
|
+
/// @group color-system
|
|
24
|
+
/// @type Color
|
|
25
|
+
$kendo-color-secondary: if($kendo-enable-color-system, k-color( secondary ), #e9e9e9) !default;
|
|
26
|
+
$kendo-color-secondary-lighter: if($kendo-enable-color-system, null, k-color-tint( $kendo-color-secondary, 2 )) !default;
|
|
27
|
+
$kendo-color-secondary-darker: if($kendo-enable-color-system, null, k-color-shade( $kendo-color-secondary, 2 )) !default;
|
|
28
|
+
|
|
29
|
+
/// The color used along with the secondary color denoted by $kendo-color-secondary.
|
|
30
|
+
/// Used to provide contrast between the background and foreground colors.
|
|
31
|
+
/// @group color-system
|
|
32
|
+
/// @type Color
|
|
33
|
+
$kendo-color-secondary-contrast: if($kendo-enable-color-system, k-color( on-secondary ), k-contrast-color( $kendo-color-secondary )) !default;
|
|
34
|
+
|
|
35
|
+
/// The tertiary color of the theme.
|
|
36
|
+
/// @group color-system
|
|
37
|
+
/// @type Color
|
|
38
|
+
$kendo-color-tertiary: if($kendo-enable-color-system, k-color( tertiary ), #03a9f4) !default;
|
|
39
|
+
$kendo-color-tertiary-lighter: if($kendo-enable-color-system, null, k-color-tint( $kendo-color-tertiary, 2 )) !default;
|
|
40
|
+
$kendo-color-tertiary-darker: if($kendo-enable-color-system, null, k-color-shade( $kendo-color-tertiary, 2 )) !default;
|
|
41
|
+
|
|
42
|
+
/// The color used along with the tertiary color denoted by $kendo-color-tertiary.
|
|
43
|
+
/// Used to provide contrast between the background and foreground colors.
|
|
44
|
+
/// @group color-system
|
|
45
|
+
/// @type Color
|
|
46
|
+
$kendo-color-tertiary-contrast: if($kendo-enable-color-system, k-color( on-tertiary ), k-contrast-color( $kendo-color-tertiary )) !default;
|
|
47
|
+
|
|
48
|
+
/// The color for informational messages and states.
|
|
49
|
+
/// @group color-system
|
|
50
|
+
/// @type Color
|
|
51
|
+
$kendo-color-info: if($kendo-enable-color-system, k-color( info ), #2498bc) !default;
|
|
52
|
+
$kendo-color-info-lighter: if($kendo-enable-color-system, null, k-color-tint( $kendo-color-info, 2 )) !default;
|
|
53
|
+
$kendo-color-info-darker: if($kendo-enable-color-system, null, k-color-shade( $kendo-color-info, 2 )) !default;
|
|
54
|
+
|
|
55
|
+
/// The color for success messages and states.
|
|
56
|
+
/// @group color-system
|
|
57
|
+
/// @type Color
|
|
58
|
+
$kendo-color-success: if($kendo-enable-color-system, k-color( success ), #3ea44e) !default;
|
|
59
|
+
$kendo-color-success-lighter: if($kendo-enable-color-system, null, k-color-tint( $kendo-color-success, 2 )) !default;
|
|
60
|
+
$kendo-color-success-darker: if($kendo-enable-color-system, null, k-color-shade( $kendo-color-success, 2 )) !default;
|
|
61
|
+
|
|
62
|
+
/// The color for warning messages and states.
|
|
63
|
+
/// @group color-system
|
|
64
|
+
/// @type Color
|
|
65
|
+
$kendo-color-warning: if($kendo-enable-color-system, k-color( warning ), #ff9800) !default;
|
|
66
|
+
$kendo-color-warning-lighter: if($kendo-enable-color-system, null, k-color-tint( $kendo-color-warning, 2 )) !default;
|
|
67
|
+
$kendo-color-warning-darker: if($kendo-enable-color-system, null, k-color-shade( $kendo-color-warning, 2 )) !default;
|
|
68
|
+
|
|
69
|
+
/// The color for error messages and states.
|
|
70
|
+
/// @group color-system
|
|
71
|
+
/// @type Color
|
|
72
|
+
$kendo-color-error: if($kendo-enable-color-system, k-color( error ), #d92800) !default;
|
|
73
|
+
$kendo-color-error-lighter: if($kendo-enable-color-system, null, k-color-tint( $kendo-color-error, 2 )) !default;
|
|
74
|
+
$kendo-color-error-darker: if($kendo-enable-color-system, null, k-color-shade( $kendo-color-error, 2 )) !default;
|
|
75
|
+
|
|
76
|
+
/// The dark color of the theme.
|
|
77
|
+
/// @group color-system
|
|
78
|
+
/// @type Color
|
|
79
|
+
$kendo-color-dark: if($kendo-enable-color-system, k-color( dark ), #404040) !default;
|
|
80
|
+
|
|
81
|
+
/// The light color of the theme.
|
|
82
|
+
/// @group color-system
|
|
83
|
+
/// @type Color
|
|
84
|
+
$kendo-color-light: if($kendo-enable-color-system, k-color( light ), #ebebeb) !default;
|
|
85
|
+
|
|
86
|
+
/// Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark
|
|
87
|
+
/// @group color-system
|
|
88
|
+
$kendo-color-inverse: if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark ) !default;
|
|
89
|
+
|
|
90
|
+
// Generic styles
|
|
91
|
+
|
|
92
|
+
/// Background color of the body.
|
|
93
|
+
/// @group common
|
|
94
|
+
$kendo-body-bg: if($kendo-enable-color-system, k-color( app-surface ) , #ffffff) !default;
|
|
95
|
+
/// Text color of the body.
|
|
96
|
+
/// @group common
|
|
97
|
+
$kendo-body-text: if($kendo-enable-color-system, k-color( on-app-surface ), #272727) !default;
|
|
98
|
+
|
|
99
|
+
/// Subtle text color.
|
|
100
|
+
/// @group common
|
|
101
|
+
$kendo-subtle-text: if($kendo-enable-color-system, k-color( subtle ), #646464) !default;
|
|
102
|
+
|
|
103
|
+
$kendo-app-bg: $kendo-body-bg !default;
|
|
104
|
+
$kendo-app-text: $kendo-body-text !default;
|
|
105
|
+
$kendo-app-border: if($kendo-enable-color-system, k-color( border ), k-try-shade( $kendo-app-bg, 2 )) !default;
|
|
106
|
+
|
|
107
|
+
/// The background of the components' chrome area.
|
|
108
|
+
$kendo-base-bg: if($kendo-enable-color-system, k-color( surface ), #f0f0f0) !default;
|
|
109
|
+
/// The text color of the components' chrome area.
|
|
110
|
+
$kendo-base-text: $kendo-body-text !default;
|
|
111
|
+
/// The border color of the components' chrome area.
|
|
112
|
+
$kendo-base-border: if($kendo-enable-color-system, $kendo-app-border, k-try-shade( $kendo-base-bg, 2 )) !default;
|
|
113
|
+
/// The gradient background of the components' chrome area.
|
|
114
|
+
$kendo-base-gradient: if($kendo-enable-color-system, null, (rgba( white, .1 ), rgba( white, 0 ))) !default;
|
|
115
|
+
|
|
116
|
+
// Components
|
|
117
|
+
|
|
118
|
+
/// Background color of a component.
|
|
119
|
+
/// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.
|
|
120
|
+
/// @group component
|
|
121
|
+
$kendo-component-bg: if($kendo-enable-color-system, k-color( surface-alt ), $kendo-body-bg) !default;
|
|
122
|
+
/// Text color of a component.
|
|
123
|
+
/// Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.
|
|
124
|
+
/// @group component
|
|
125
|
+
$kendo-component-text: $kendo-body-text !default;
|
|
126
|
+
/// Border color of a component.
|
|
127
|
+
/// Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.
|
|
128
|
+
/// @group component
|
|
129
|
+
$kendo-component-border: if($kendo-enable-color-system, $kendo-app-border, $kendo-base-border) !default;
|
|
130
|
+
|
|
131
|
+
/// Background color of the component header.
|
|
132
|
+
/// @group component
|
|
133
|
+
$kendo-component-header-bg: $kendo-base-bg !default;
|
|
134
|
+
/// Text color of the component header.
|
|
135
|
+
/// @group component
|
|
136
|
+
$kendo-component-header-text: $kendo-base-text !default;
|
|
137
|
+
/// Border color of the component header.
|
|
138
|
+
/// @group component
|
|
139
|
+
$kendo-component-header-border: $kendo-base-border !default;
|
|
140
|
+
/// Gradient of the component header.
|
|
141
|
+
/// @group component
|
|
142
|
+
$kendo-component-header-gradient: $kendo-base-gradient !default;
|
|
143
|
+
|
|
144
|
+
/// The background of hovered items.
|
|
145
|
+
$kendo-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-base-bg, 1 )) !default;
|
|
146
|
+
/// The text color of hovered items.
|
|
147
|
+
$kendo-hover-text: $kendo-base-text !default;
|
|
148
|
+
/// The border color of hovered items.
|
|
149
|
+
$kendo-hover-border: if($kendo-enable-color-system, $kendo-base-border, k-try-shade( $kendo-hover-bg, 2 )) !default;
|
|
150
|
+
/// The gradient background of hovered items.
|
|
151
|
+
$kendo-hover-gradient: if($kendo-enable-color-system, null, $kendo-base-gradient) !default;
|
|
152
|
+
|
|
153
|
+
/// The background of selected items.
|
|
154
|
+
$kendo-selected-bg: $kendo-color-primary !default;
|
|
155
|
+
/// The text color of selected items.
|
|
156
|
+
$kendo-selected-text: if($kendo-enable-color-system, $kendo-color-primary-contrast, k-contrast-legacy( $kendo-selected-bg )) !default;
|
|
157
|
+
/// The border color of selected items.
|
|
158
|
+
$kendo-selected-border: if($kendo-enable-color-system, k-color( primary ), k-try-shade( $kendo-selected-bg, 2 )) !default;
|
|
159
|
+
/// The gradient background of selected items.
|
|
160
|
+
$kendo-selected-gradient: $kendo-base-gradient !default;
|
|
161
|
+
|
|
162
|
+
/// The background of selected and hovered items.
|
|
163
|
+
$kendo-selected-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-selected-bg, 1 )) !default;
|
|
164
|
+
/// The text color of selected and hovered items.
|
|
165
|
+
$kendo-selected-hover-text: if($kendo-enable-color-system, $kendo-selected-text, k-contrast-legacy( $kendo-selected-hover-bg )) !default;
|
|
166
|
+
/// The border of selected and hovered items.
|
|
167
|
+
$kendo-selected-hover-border: if($kendo-enable-color-system, k-color( primary-hover ), $kendo-selected-border) !default;
|
|
168
|
+
/// The gradient of selected and hovered items.
|
|
169
|
+
$kendo-selected-hover-gradient: if($kendo-enable-color-system, $kendo-base-gradient, $kendo-selected-gradient) !default;
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
// Link
|
|
173
|
+
/// Text color of the links.
|
|
174
|
+
/// @group common
|
|
175
|
+
$kendo-link-text: $kendo-color-primary !default;
|
|
176
|
+
/// Text color of the links on hover.
|
|
177
|
+
/// @group common
|
|
178
|
+
$kendo-link-hover-text: if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) !default;
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
/// Background color of the invalid items.
|
|
182
|
+
/// @group component
|
|
183
|
+
$kendo-invalid-bg: null !default;
|
|
184
|
+
/// Text color of the invalid items.
|
|
185
|
+
/// @group component
|
|
186
|
+
$kendo-invalid-text: $kendo-color-error !default;
|
|
187
|
+
/// Border color of the invalid items.
|
|
188
|
+
/// @group component
|
|
189
|
+
$kendo-invalid-border: $kendo-color-error !default;
|
|
190
|
+
/// Shadow of the invalid items.
|
|
191
|
+
/// @group component
|
|
192
|
+
$kendo-invalid-shadow: null !default;
|
|
193
|
+
|
|
194
|
+
/// Background color of the valid items.
|
|
195
|
+
/// @group component
|
|
196
|
+
$kendo-valid-bg: null !default;
|
|
197
|
+
/// Text color of the valid items.
|
|
198
|
+
/// @group component
|
|
199
|
+
$kendo-valid-text: $kendo-color-success !default;
|
|
200
|
+
/// Border color of the valid items.
|
|
201
|
+
/// @group component
|
|
202
|
+
$kendo-valid-border: $kendo-color-success !default;
|
|
203
|
+
/// Shadow of the valid items.
|
|
204
|
+
/// @group component
|
|
205
|
+
$kendo-valid-shadow: null !default;
|
|
206
|
+
|
|
207
|
+
// Disabled Styling
|
|
208
|
+
|
|
209
|
+
/// Background color of the disabled items.
|
|
210
|
+
/// @group component
|
|
211
|
+
$kendo-disabled-bg: null !default;
|
|
212
|
+
/// Text color of the disabled items.
|
|
213
|
+
/// @group component
|
|
214
|
+
$kendo-disabled-text: null !default;
|
|
215
|
+
/// Border color of the disabled items.
|
|
216
|
+
/// @group component
|
|
217
|
+
$kendo-disabled-border: null !default;
|
|
218
|
+
/// Opacity of the disabled items.
|
|
219
|
+
/// @group component
|
|
220
|
+
$kendo-disabled-opacity: .6 !default;
|
|
221
|
+
/// Filter color of the disabled items.
|
|
222
|
+
/// @group component
|
|
223
|
+
$kendo-disabled-filter: grayscale(.1) !default;
|
|
224
|
+
|
|
225
|
+
$kendo-disabled-styling: (
|
|
226
|
+
bg: $kendo-disabled-bg,
|
|
227
|
+
color: $kendo-disabled-text,
|
|
228
|
+
border: $kendo-disabled-border,
|
|
229
|
+
opacity: $kendo-disabled-opacity,
|
|
230
|
+
filter: $kendo-disabled-filter,
|
|
231
|
+
) !default;
|
|
232
|
+
|
|
233
|
+
$kendo-palettes: () !default;
|
|
234
|
+
|
|
235
|
+
$kendo-theme-colors: (
|
|
236
|
+
"primary": $kendo-color-primary,
|
|
237
|
+
"secondary": $kendo-color-secondary,
|
|
238
|
+
"tertiary": $kendo-color-tertiary,
|
|
239
|
+
"info": $kendo-color-info,
|
|
240
|
+
"success": $kendo-color-success,
|
|
241
|
+
"warning": $kendo-color-warning,
|
|
242
|
+
"error": $kendo-color-error,
|
|
243
|
+
"dark": $kendo-color-dark,
|
|
244
|
+
"light": $kendo-color-light,
|
|
245
|
+
"inverse": $kendo-color-inverse
|
|
246
|
+
) !default;
|
|
247
|
+
|
|
248
|
+
@forward "@progress/kendo-theme-default/scss/core/color-system/_swatch-legacy.scss" with (
|
|
249
|
+
$kendo-color-primary: $kendo-color-primary,
|
|
250
|
+
$kendo-color-primary-lighter: $kendo-color-primary-lighter,
|
|
251
|
+
$kendo-color-primary-darker: $kendo-color-primary-darker,
|
|
252
|
+
$kendo-color-primary-contrast: $kendo-color-primary-contrast,
|
|
253
|
+
|
|
254
|
+
$kendo-color-secondary: $kendo-color-secondary,
|
|
255
|
+
$kendo-color-secondary-lighter: $kendo-color-secondary-lighter,
|
|
256
|
+
$kendo-color-secondary-darker: $kendo-color-secondary-darker,
|
|
257
|
+
$kendo-color-secondary-contrast: $kendo-color-secondary-contrast,
|
|
258
|
+
|
|
259
|
+
$kendo-color-tertiary: $kendo-color-tertiary,
|
|
260
|
+
$kendo-color-tertiary-lighter: $kendo-color-tertiary-lighter,
|
|
261
|
+
$kendo-color-tertiary-darker: $kendo-color-tertiary-darker,
|
|
262
|
+
$kendo-color-tertiary-contrast: $kendo-color-tertiary-contrast,
|
|
263
|
+
|
|
264
|
+
$kendo-color-info: $kendo-color-info,
|
|
265
|
+
$kendo-color-info-lighter: $kendo-color-info-lighter,
|
|
266
|
+
$kendo-color-info-darker: $kendo-color-info-darker,
|
|
267
|
+
|
|
268
|
+
$kendo-color-success: $kendo-color-success,
|
|
269
|
+
$kendo-color-success-lighter: $kendo-color-success-lighter,
|
|
270
|
+
$kendo-color-success-darker: $kendo-color-success-darker,
|
|
271
|
+
|
|
272
|
+
$kendo-color-warning: $kendo-color-warning,
|
|
273
|
+
$kendo-color-warning-lighter: $kendo-color-warning-lighter,
|
|
274
|
+
$kendo-color-warning-darker: $kendo-color-warning-darker,
|
|
275
|
+
|
|
276
|
+
$kendo-color-error: $kendo-color-error,
|
|
277
|
+
$kendo-color-error-lighter: $kendo-color-error-lighter,
|
|
278
|
+
$kendo-color-error-darker: $kendo-color-error-darker,
|
|
279
|
+
|
|
280
|
+
$kendo-color-dark: $kendo-color-dark,
|
|
281
|
+
|
|
282
|
+
$kendo-color-light: $kendo-color-light,
|
|
283
|
+
|
|
284
|
+
$kendo-color-inverse: $kendo-color-inverse,
|
|
285
|
+
|
|
286
|
+
$kendo-body-bg: $kendo-body-bg,
|
|
287
|
+
$kendo-body-text: $kendo-body-text,
|
|
288
|
+
|
|
289
|
+
$kendo-subtle-text: $kendo-subtle-text,
|
|
290
|
+
|
|
291
|
+
$kendo-app-bg: $kendo-app-bg,
|
|
292
|
+
$kendo-app-text: $kendo-app-text,
|
|
293
|
+
$kendo-app-border: $kendo-app-border,
|
|
294
|
+
|
|
295
|
+
$kendo-component-bg: $kendo-component-bg,
|
|
296
|
+
$kendo-component-text: $kendo-component-text,
|
|
297
|
+
$kendo-component-border: $kendo-component-border,
|
|
298
|
+
|
|
299
|
+
$kendo-base-bg: $kendo-base-bg,
|
|
300
|
+
$kendo-base-text: $kendo-base-text,
|
|
301
|
+
$kendo-base-border: $kendo-base-border,
|
|
302
|
+
$kendo-base-gradient: $kendo-base-gradient,
|
|
303
|
+
|
|
304
|
+
$kendo-component-header-bg: $kendo-component-header-bg,
|
|
305
|
+
$kendo-component-header-text: $kendo-component-header-text,
|
|
306
|
+
$kendo-component-header-border: $kendo-component-header-border,
|
|
307
|
+
$kendo-component-header-gradient: $kendo-component-header-gradient,
|
|
308
|
+
|
|
309
|
+
$kendo-hover-bg: $kendo-hover-bg,
|
|
310
|
+
$kendo-hover-text: $kendo-hover-text,
|
|
311
|
+
$kendo-hover-border: $kendo-hover-border,
|
|
312
|
+
$kendo-hover-gradient: $kendo-hover-gradient,
|
|
313
|
+
|
|
314
|
+
$kendo-selected-bg: $kendo-selected-bg,
|
|
315
|
+
$kendo-selected-text: $kendo-selected-text,
|
|
316
|
+
$kendo-selected-border: $kendo-selected-border,
|
|
317
|
+
$kendo-selected-gradient: $kendo-selected-gradient,
|
|
318
|
+
|
|
319
|
+
$kendo-selected-hover-bg: $kendo-selected-hover-bg,
|
|
320
|
+
$kendo-selected-hover-text: $kendo-selected-hover-text,
|
|
321
|
+
$kendo-selected-hover-border: $kendo-selected-hover-border,
|
|
322
|
+
$kendo-selected-hover-gradient: $kendo-selected-hover-gradient,
|
|
323
|
+
|
|
324
|
+
$kendo-link-text: $kendo-link-text,
|
|
325
|
+
$kendo-link-hover-text: $kendo-link-hover-text,
|
|
326
|
+
|
|
327
|
+
$kendo-invalid-bg: $kendo-invalid-bg,
|
|
328
|
+
$kendo-invalid-text: $kendo-invalid-text,
|
|
329
|
+
$kendo-invalid-border: $kendo-invalid-border,
|
|
330
|
+
$kendo-invalid-shadow: $kendo-invalid-shadow,
|
|
331
|
+
|
|
332
|
+
$kendo-valid-bg: $kendo-valid-bg,
|
|
333
|
+
$kendo-valid-text: $kendo-valid-text,
|
|
334
|
+
$kendo-valid-border: $kendo-valid-border,
|
|
335
|
+
$kendo-valid-shadow: $kendo-valid-shadow,
|
|
336
|
+
|
|
337
|
+
$kendo-disabled-bg: $kendo-disabled-bg,
|
|
338
|
+
$kendo-disabled-text: $kendo-disabled-text,
|
|
339
|
+
$kendo-disabled-border: $kendo-disabled-border,
|
|
340
|
+
$kendo-disabled-opacity: $kendo-disabled-opacity,
|
|
341
|
+
$kendo-disabled-filter: $kendo-disabled-filter,
|
|
342
|
+
|
|
343
|
+
$kendo-disabled-styling: $kendo-disabled-styling,
|
|
344
|
+
$kendo-theme-colors: $kendo-theme-colors
|
|
345
|
+
);
|