@progress/kendo-theme-classic 9.1.1-dev.1 → 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,6 +1,5 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@import "./_palettes.scss";
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "./_palettes.scss" as *;
|
|
4
3
|
|
|
5
4
|
// Config
|
|
6
5
|
$kendo-enable-color-system: true !default;
|
|
@@ -8,170 +7,170 @@ $kendo-enable-color-system: true !default;
|
|
|
8
7
|
// Colors
|
|
9
8
|
$_default-colors: (
|
|
10
9
|
// Misc
|
|
11
|
-
app-surface:
|
|
12
|
-
on-app-surface:
|
|
13
|
-
subtle:
|
|
14
|
-
surface:
|
|
15
|
-
surface-alt:
|
|
16
|
-
border:
|
|
17
|
-
border-alt:
|
|
10
|
+
app-surface: map.get( $kendo-palette-ash-gray, "white" ),
|
|
11
|
+
on-app-surface: map.get( $kendo-palette-ash-gray, 15 ),
|
|
12
|
+
subtle: map.get( $kendo-palette-ash-gray, 11 ),
|
|
13
|
+
surface: map.get( $kendo-palette-ash-gray, 2 ),
|
|
14
|
+
surface-alt: map.get( $kendo-palette-ash-gray, "white" ),
|
|
15
|
+
border: map.get( $kendo-palette-ash-gray, 6 ),
|
|
16
|
+
border-alt: map.get( $kendo-palette-ash-gray, 7 ),
|
|
18
17
|
// Base
|
|
19
|
-
base-subtle:
|
|
20
|
-
base-subtle-hover:
|
|
21
|
-
base-subtle-active:
|
|
22
|
-
base:
|
|
23
|
-
base-hover:
|
|
24
|
-
base-active:
|
|
25
|
-
base-emphasis:
|
|
26
|
-
base-on-subtle:
|
|
27
|
-
on-base:
|
|
28
|
-
base-on-surface:
|
|
18
|
+
base-subtle: map.get( $kendo-palette-ash-gray, 2 ),
|
|
19
|
+
base-subtle-hover: map.get( $kendo-palette-ash-gray, 3 ),
|
|
20
|
+
base-subtle-active: map.get( $kendo-palette-ash-gray, 4 ),
|
|
21
|
+
base: map.get( $kendo-palette-ash-gray, 3 ),
|
|
22
|
+
base-hover: map.get( $kendo-palette-ash-gray, 4 ),
|
|
23
|
+
base-active: map.get( $kendo-palette-ash-gray, 5 ),
|
|
24
|
+
base-emphasis: map.get( $kendo-palette-ash-gray, 6 ),
|
|
25
|
+
base-on-subtle: map.get( $kendo-palette-ash-gray, 15 ),
|
|
26
|
+
on-base: map.get( $kendo-palette-ash-gray, 15 ),
|
|
27
|
+
base-on-surface: map.get( $kendo-palette-ash-gray, 15 ),
|
|
29
28
|
// Primary
|
|
30
|
-
primary-subtle:
|
|
31
|
-
primary-subtle-hover:
|
|
32
|
-
primary-subtle-active:
|
|
33
|
-
primary:
|
|
34
|
-
primary-hover:
|
|
35
|
-
primary-active:
|
|
36
|
-
primary-emphasis:
|
|
37
|
-
primary-on-subtle:
|
|
38
|
-
on-primary:
|
|
39
|
-
primary-on-surface:
|
|
29
|
+
primary-subtle: map.get( $kendo-palette-tangerine-orange, 1 ),
|
|
30
|
+
primary-subtle-hover: map.get( $kendo-palette-tangerine-orange, 2 ),
|
|
31
|
+
primary-subtle-active: map.get( $kendo-palette-tangerine-orange, 3 ),
|
|
32
|
+
primary: map.get( $kendo-palette-tangerine-orange, 9 ),
|
|
33
|
+
primary-hover: map.get( $kendo-palette-tangerine-orange, 10 ),
|
|
34
|
+
primary-active: map.get( $kendo-palette-tangerine-orange, 11 ),
|
|
35
|
+
primary-emphasis: map.get( $kendo-palette-tangerine-orange, 7 ),
|
|
36
|
+
primary-on-subtle: map.get( $kendo-palette-tangerine-orange, 15 ),
|
|
37
|
+
on-primary: map.get( $kendo-palette-ash-gray, "white" ),
|
|
38
|
+
primary-on-surface: map.get( $kendo-palette-tangerine-orange, 9 ),
|
|
40
39
|
// Secondary
|
|
41
|
-
secondary-subtle:
|
|
42
|
-
secondary-subtle-hover:
|
|
43
|
-
secondary-subtle-active:
|
|
44
|
-
secondary:
|
|
45
|
-
secondary-hover:
|
|
46
|
-
secondary-active:
|
|
47
|
-
secondary-emphasis:
|
|
48
|
-
secondary-on-subtle:
|
|
49
|
-
on-secondary:
|
|
50
|
-
secondary-on-surface:
|
|
40
|
+
secondary-subtle: map.get( $kendo-palette-ash-gray, 6 ),
|
|
41
|
+
secondary-subtle-hover: map.get( $kendo-palette-ash-gray, 7 ),
|
|
42
|
+
secondary-subtle-active: map.get( $kendo-palette-ash-gray, 8 ),
|
|
43
|
+
secondary: map.get( $kendo-palette-ash-gray, 7 ),
|
|
44
|
+
secondary-hover: map.get( $kendo-palette-ash-gray, 8 ),
|
|
45
|
+
secondary-active: map.get( $kendo-palette-ash-gray, 9 ),
|
|
46
|
+
secondary-emphasis: map.get( $kendo-palette-ash-gray, 10 ),
|
|
47
|
+
secondary-on-subtle: map.get( $kendo-palette-ash-gray, 15 ),
|
|
48
|
+
on-secondary: map.get( $kendo-palette-ash-gray, "black" ),
|
|
49
|
+
secondary-on-surface: map.get( $kendo-palette-ash-gray, 9 ),
|
|
51
50
|
// Tertiary
|
|
52
|
-
tertiary-subtle:
|
|
53
|
-
tertiary-subtle-hover:
|
|
54
|
-
tertiary-subtle-active:
|
|
55
|
-
tertiary:
|
|
56
|
-
tertiary-hover:
|
|
57
|
-
tertiary-active:
|
|
58
|
-
tertiary-emphasis:
|
|
59
|
-
tertiary-on-subtle:
|
|
60
|
-
on-tertiary:
|
|
61
|
-
tertiary-on-surface:
|
|
51
|
+
tertiary-subtle: map.get( $kendo-palette-dodger-blue, 4 ),
|
|
52
|
+
tertiary-subtle-hover: map.get( $kendo-palette-dodger-blue, 5 ),
|
|
53
|
+
tertiary-subtle-active: map.get( $kendo-palette-dodger-blue, 6 ),
|
|
54
|
+
tertiary: map.get( $kendo-palette-dodger-blue, 9 ),
|
|
55
|
+
tertiary-hover: map.get( $kendo-palette-dodger-blue, 10 ),
|
|
56
|
+
tertiary-active: map.get( $kendo-palette-dodger-blue, 11 ),
|
|
57
|
+
tertiary-emphasis: map.get( $kendo-palette-dodger-blue, 7 ),
|
|
58
|
+
tertiary-on-subtle: map.get( $kendo-palette-dodger-blue, 15 ),
|
|
59
|
+
on-tertiary: map.get( $kendo-palette-ash-gray, "white" ),
|
|
60
|
+
tertiary-on-surface: map.get( $kendo-palette-dodger-blue, 13 ),
|
|
62
61
|
// Info
|
|
63
|
-
info-subtle:
|
|
64
|
-
info-subtle-hover:
|
|
65
|
-
info-subtle-active:
|
|
66
|
-
info:
|
|
67
|
-
info-hover:
|
|
68
|
-
info-active:
|
|
69
|
-
info-emphasis:
|
|
70
|
-
info-on-subtle:
|
|
71
|
-
on-info:
|
|
72
|
-
info-on-surface:
|
|
62
|
+
info-subtle: map.get( $kendo-palette-lake-blue, 3 ),
|
|
63
|
+
info-subtle-hover: map.get( $kendo-palette-lake-blue, 4 ),
|
|
64
|
+
info-subtle-active: map.get( $kendo-palette-lake-blue, 6 ),
|
|
65
|
+
info: map.get( $kendo-palette-lake-blue, 9 ),
|
|
66
|
+
info-hover: map.get( $kendo-palette-lake-blue, 10 ),
|
|
67
|
+
info-active: map.get( $kendo-palette-lake-blue, 11 ),
|
|
68
|
+
info-emphasis: map.get( $kendo-palette-lake-blue, 7 ),
|
|
69
|
+
info-on-subtle: map.get( $kendo-palette-lake-blue, 15 ),
|
|
70
|
+
on-info: map.get( $kendo-palette-ash-gray, "white" ),
|
|
71
|
+
info-on-surface: map.get( $kendo-palette-lake-blue, 13 ),
|
|
73
72
|
// Success
|
|
74
|
-
success-subtle:
|
|
75
|
-
success-subtle-hover:
|
|
76
|
-
success-subtle-active:
|
|
77
|
-
success:
|
|
78
|
-
success-hover:
|
|
79
|
-
success-active:
|
|
80
|
-
success-emphasis:
|
|
81
|
-
success-on-subtle:
|
|
82
|
-
on-success:
|
|
83
|
-
success-on-surface:
|
|
73
|
+
success-subtle: map.get( $kendo-palette-grass-green, 4 ),
|
|
74
|
+
success-subtle-hover: map.get( $kendo-palette-grass-green, 5 ),
|
|
75
|
+
success-subtle-active: map.get( $kendo-palette-grass-green, 6 ),
|
|
76
|
+
success: map.get( $kendo-palette-grass-green, 9 ),
|
|
77
|
+
success-hover: map.get( $kendo-palette-grass-green, 10 ),
|
|
78
|
+
success-active: map.get( $kendo-palette-grass-green, 11 ),
|
|
79
|
+
success-emphasis: map.get( $kendo-palette-grass-green, 7 ),
|
|
80
|
+
success-on-subtle: map.get( $kendo-palette-grass-green, 15 ),
|
|
81
|
+
on-success: map.get( $kendo-palette-ash-gray, "white" ),
|
|
82
|
+
success-on-surface: map.get( $kendo-palette-grass-green, 13 ),
|
|
84
83
|
// Warning
|
|
85
|
-
warning-subtle:
|
|
86
|
-
warning-subtle-hover:
|
|
87
|
-
warning-subtle-active:
|
|
88
|
-
warning:
|
|
89
|
-
warning-hover:
|
|
90
|
-
warning-active:
|
|
91
|
-
warning-emphasis:
|
|
92
|
-
warning-on-subtle:
|
|
93
|
-
on-warning:
|
|
94
|
-
warning-on-surface:
|
|
84
|
+
warning-subtle: map.get( $kendo-palette-honey-yellow, 4 ),
|
|
85
|
+
warning-subtle-hover: map.get( $kendo-palette-honey-yellow, 5 ),
|
|
86
|
+
warning-subtle-active: map.get( $kendo-palette-honey-yellow, 6 ),
|
|
87
|
+
warning: map.get( $kendo-palette-honey-yellow, 8 ),
|
|
88
|
+
warning-hover: map.get( $kendo-palette-honey-yellow, 9 ),
|
|
89
|
+
warning-active: map.get( $kendo-palette-honey-yellow, 10 ),
|
|
90
|
+
warning-emphasis: map.get( $kendo-palette-honey-yellow, 7 ),
|
|
91
|
+
warning-on-subtle: map.get( $kendo-palette-honey-yellow, 15 ),
|
|
92
|
+
on-warning: map.get( $kendo-palette-ash-gray, "black" ),
|
|
93
|
+
warning-on-surface: map.get( $kendo-palette-honey-yellow, 8 ),
|
|
95
94
|
// Error
|
|
96
|
-
error-subtle:
|
|
97
|
-
error-subtle-hover:
|
|
98
|
-
error-subtle-active:
|
|
99
|
-
error:
|
|
100
|
-
error-hover:
|
|
101
|
-
error-active:
|
|
102
|
-
error-emphasis:
|
|
103
|
-
error-on-subtle:
|
|
104
|
-
on-error:
|
|
105
|
-
error-on-surface:
|
|
95
|
+
error-subtle: map.get( $kendo-palette-brick-red, 4 ),
|
|
96
|
+
error-subtle-hover: map.get( $kendo-palette-brick-red, 5 ),
|
|
97
|
+
error-subtle-active: map.get( $kendo-palette-brick-red, 6 ),
|
|
98
|
+
error: map.get( $kendo-palette-brick-red, 9 ),
|
|
99
|
+
error-hover: map.get( $kendo-palette-brick-red, 10 ),
|
|
100
|
+
error-active: map.get( $kendo-palette-brick-red, 11 ),
|
|
101
|
+
error-emphasis: map.get( $kendo-palette-brick-red, 7 ),
|
|
102
|
+
error-on-subtle: map.get( $kendo-palette-brick-red, 15 ),
|
|
103
|
+
on-error: map.get( $kendo-palette-ash-gray, "white" ),
|
|
104
|
+
error-on-surface: map.get( $kendo-palette-brick-red, 13 ),
|
|
106
105
|
// Light
|
|
107
|
-
light-subtle:
|
|
108
|
-
light-subtle-hover:
|
|
109
|
-
light-subtle-active:
|
|
110
|
-
light:
|
|
111
|
-
light-hover:
|
|
112
|
-
light-active:
|
|
113
|
-
light-emphasis:
|
|
114
|
-
light-on-subtle:
|
|
115
|
-
on-light:
|
|
116
|
-
light-on-surface:
|
|
106
|
+
light-subtle: map.get( $kendo-palette-ash-gray, 2 ),
|
|
107
|
+
light-subtle-hover: map.get( $kendo-palette-ash-gray, 3 ),
|
|
108
|
+
light-subtle-active: map.get( $kendo-palette-ash-gray, 4 ),
|
|
109
|
+
light: map.get( $kendo-palette-ash-gray, 3 ),
|
|
110
|
+
light-hover: map.get( $kendo-palette-ash-gray, 4 ),
|
|
111
|
+
light-active: map.get( $kendo-palette-ash-gray, 5 ),
|
|
112
|
+
light-emphasis: map.get( $kendo-palette-ash-gray, 6 ),
|
|
113
|
+
light-on-subtle: map.get( $kendo-palette-ash-gray, 15 ),
|
|
114
|
+
on-light: map.get( $kendo-palette-ash-gray, "black" ),
|
|
115
|
+
light-on-surface: map.get( $kendo-palette-ash-gray, 3 ),
|
|
117
116
|
// Dark
|
|
118
|
-
dark-subtle:
|
|
119
|
-
dark-subtle-hover:
|
|
120
|
-
dark-subtle-active:
|
|
121
|
-
dark:
|
|
122
|
-
dark-hover:
|
|
123
|
-
dark-active:
|
|
124
|
-
dark-emphasis:
|
|
125
|
-
dark-on-subtle:
|
|
126
|
-
on-dark:
|
|
127
|
-
dark-on-surface:
|
|
117
|
+
dark-subtle: map.get( $kendo-palette-ash-gray, 6 ),
|
|
118
|
+
dark-subtle-hover: map.get( $kendo-palette-ash-gray, 7 ),
|
|
119
|
+
dark-subtle-active: map.get( $kendo-palette-ash-gray, 8 ),
|
|
120
|
+
dark: map.get( $kendo-palette-ash-gray, 13 ),
|
|
121
|
+
dark-hover: map.get( $kendo-palette-ash-gray, 14 ),
|
|
122
|
+
dark-active: map.get( $kendo-palette-ash-gray, 15 ),
|
|
123
|
+
dark-emphasis: map.get( $kendo-palette-ash-gray, 10 ),
|
|
124
|
+
dark-on-subtle: map.get( $kendo-palette-ash-gray, "black" ),
|
|
125
|
+
on-dark: map.get( $kendo-palette-ash-gray, "white" ),
|
|
126
|
+
dark-on-surface: map.get( $kendo-palette-ash-gray, 14 ),
|
|
128
127
|
// Inverse
|
|
129
|
-
inverse-subtle:
|
|
130
|
-
inverse-subtle-hover:
|
|
131
|
-
inverse-subtle-active:
|
|
132
|
-
inverse:
|
|
133
|
-
inverse-hover:
|
|
134
|
-
inverse-active:
|
|
135
|
-
inverse-emphasis:
|
|
136
|
-
inverse-on-subtle:
|
|
137
|
-
on-inverse:
|
|
138
|
-
inverse-on-surface:
|
|
128
|
+
inverse-subtle: map.get( $kendo-palette-ash-gray, 6 ),
|
|
129
|
+
inverse-subtle-hover: map.get( $kendo-palette-ash-gray, 7 ),
|
|
130
|
+
inverse-subtle-active: map.get( $kendo-palette-ash-gray, 8 ),
|
|
131
|
+
inverse: map.get( $kendo-palette-ash-gray, 13 ),
|
|
132
|
+
inverse-hover: map.get( $kendo-palette-ash-gray, 14 ),
|
|
133
|
+
inverse-active: map.get( $kendo-palette-ash-gray, 15 ),
|
|
134
|
+
inverse-emphasis: map.get( $kendo-palette-ash-gray, 10 ),
|
|
135
|
+
inverse-on-subtle: map.get( $kendo-palette-ash-gray, "black" ),
|
|
136
|
+
on-inverse: map.get( $kendo-palette-ash-gray, "white" ),
|
|
137
|
+
inverse-on-surface: map.get( $kendo-palette-ash-gray, 14 ),
|
|
139
138
|
// Series A
|
|
140
|
-
series-a:
|
|
141
|
-
series-a-bold:
|
|
142
|
-
series-a-bolder:
|
|
143
|
-
series-a-subtle:
|
|
144
|
-
series-a-subtler:
|
|
139
|
+
series-a: map.get( $kendo-palette-coral, 9 ),
|
|
140
|
+
series-a-bold: map.get( $kendo-palette-coral, 12 ),
|
|
141
|
+
series-a-bolder: map.get( $kendo-palette-coral, 14 ),
|
|
142
|
+
series-a-subtle: map.get( $kendo-palette-coral, 5 ),
|
|
143
|
+
series-a-subtler: map.get( $kendo-palette-coral, 7 ),
|
|
145
144
|
// Series B
|
|
146
|
-
series-b:
|
|
147
|
-
series-b-bold:
|
|
148
|
-
series-b-bolder:
|
|
149
|
-
series-b-subtle:
|
|
150
|
-
series-b-subtler:
|
|
145
|
+
series-b: map.get( $kendo-palette-pineapple-yellow, 9 ),
|
|
146
|
+
series-b-bold: map.get( $kendo-palette-pineapple-yellow, 12 ),
|
|
147
|
+
series-b-bolder: map.get( $kendo-palette-pineapple-yellow, 14 ),
|
|
148
|
+
series-b-subtle: map.get( $kendo-palette-pineapple-yellow, 5 ),
|
|
149
|
+
series-b-subtler: map.get( $kendo-palette-pineapple-yellow, 7 ),
|
|
151
150
|
// Series C
|
|
152
|
-
series-c:
|
|
153
|
-
series-c-bold:
|
|
154
|
-
series-c-bolder:
|
|
155
|
-
series-c-subtle:
|
|
156
|
-
series-c-subtler:
|
|
151
|
+
series-c: map.get( $kendo-palette-apple-green, 9 ),
|
|
152
|
+
series-c-bold: map.get( $kendo-palette-apple-green, 12 ),
|
|
153
|
+
series-c-bolder: map.get( $kendo-palette-apple-green, 14 ),
|
|
154
|
+
series-c-subtle: map.get( $kendo-palette-apple-green, 5 ),
|
|
155
|
+
series-c-subtler: map.get( $kendo-palette-apple-green, 7 ),
|
|
157
156
|
// Series D
|
|
158
|
-
series-d:
|
|
159
|
-
series-d-bold:
|
|
160
|
-
series-d-bolder:
|
|
161
|
-
series-d-subtle:
|
|
162
|
-
series-d-subtler:
|
|
157
|
+
series-d: map.get( $kendo-palette-pacific-blue, 9 ),
|
|
158
|
+
series-d-bold: map.get( $kendo-palette-pacific-blue, 12 ),
|
|
159
|
+
series-d-bolder: map.get( $kendo-palette-pacific-blue, 14 ),
|
|
160
|
+
series-d-subtle: map.get( $kendo-palette-pacific-blue, 5 ),
|
|
161
|
+
series-d-subtler: map.get( $kendo-palette-pacific-blue, 7 ),
|
|
163
162
|
// Series Е
|
|
164
|
-
series-e:
|
|
165
|
-
series-e-bold:
|
|
166
|
-
series-e-bolder:
|
|
167
|
-
series-e-subtle:
|
|
168
|
-
series-e-subtler:
|
|
163
|
+
series-e: map.get( $kendo-palette-bright-blue, 9 ),
|
|
164
|
+
series-e-bold: map.get( $kendo-palette-bright-blue, 12 ),
|
|
165
|
+
series-e-bolder: map.get( $kendo-palette-bright-blue, 14 ),
|
|
166
|
+
series-e-subtle: map.get( $kendo-palette-bright-blue, 5 ),
|
|
167
|
+
series-e-subtler: map.get( $kendo-palette-bright-blue, 7 ),
|
|
169
168
|
// Series F
|
|
170
|
-
series-f:
|
|
171
|
-
series-f-bold:
|
|
172
|
-
series-f-bolder:
|
|
173
|
-
series-f-subtle:
|
|
174
|
-
series-f-subtler:
|
|
169
|
+
series-f: map.get( $kendo-palette-orchid-purple, 9 ),
|
|
170
|
+
series-f-bold: map.get( $kendo-palette-orchid-purple, 12 ),
|
|
171
|
+
series-f-bolder: map.get( $kendo-palette-orchid-purple, 14 ),
|
|
172
|
+
series-f-subtle: map.get( $kendo-palette-orchid-purple, 5 ),
|
|
173
|
+
series-f-subtler: map.get( $kendo-palette-orchid-purple, 7 ),
|
|
175
174
|
) !default;
|
|
176
175
|
|
|
177
176
|
/// The global default Colors map.
|
|
@@ -425,218 +424,4 @@ $_default-colors: (
|
|
|
425
424
|
/// @prop {Color} series-f-subtle - The subtle series F color variable.
|
|
426
425
|
/// @prop {Color} series-f-subtler - The subtler series F color variable.
|
|
427
426
|
$kendo-colors: $_default-colors !default;
|
|
428
|
-
|
|
429
|
-
$kendo-is-dark-theme: false !default;
|
|
430
|
-
|
|
431
|
-
// Theme colors
|
|
432
|
-
/// The color that focuses the user attention.
|
|
433
|
-
/// Used for primary buttons and for elements of primary importance across the theme.
|
|
434
|
-
/// @group color-system
|
|
435
|
-
/// @type Color
|
|
436
|
-
$kendo-color-primary: #f35800 !default;
|
|
437
|
-
$kendo-color-primary-lighter: k-color-tint( $kendo-color-primary, 2 ) !default;
|
|
438
|
-
$kendo-color-primary-darker: k-color-shade( $kendo-color-primary, 2 ) !default;
|
|
439
|
-
|
|
440
|
-
/// The color used along with the primary color denoted by $kendo-color-primary.
|
|
441
|
-
/// Used to provide contrast between the background and foreground colors.
|
|
442
|
-
/// @group color-system
|
|
443
|
-
/// @type Color
|
|
444
|
-
$kendo-color-primary-contrast: k-contrast-legacy( $kendo-color-primary ) !default;
|
|
445
|
-
|
|
446
|
-
/// The secondary color of the theme.
|
|
447
|
-
/// @group color-system
|
|
448
|
-
/// @type Color
|
|
449
|
-
$kendo-color-secondary: #e9e9e9 !default;
|
|
450
|
-
$kendo-color-secondary-lighter: k-color-tint( $kendo-color-secondary, 2 ) !default;
|
|
451
|
-
$kendo-color-secondary-darker: k-color-shade( $kendo-color-secondary, 2 ) !default;
|
|
452
|
-
|
|
453
|
-
/// The color used along with the secondary color denoted by $kendo-color-secondary.
|
|
454
|
-
/// Used to provide contrast between the background and foreground colors.
|
|
455
|
-
/// @group color-system
|
|
456
|
-
/// @type Color
|
|
457
|
-
$kendo-color-secondary-contrast: k-contrast-color( $kendo-color-secondary ) !default;
|
|
458
|
-
|
|
459
|
-
/// The tertiary color of the theme.
|
|
460
|
-
/// @group color-system
|
|
461
|
-
/// @type Color
|
|
462
|
-
$kendo-color-tertiary: #03a9f4 !default;
|
|
463
|
-
$kendo-color-tertiary-lighter: k-color-tint( $kendo-color-tertiary, 2 ) !default;
|
|
464
|
-
$kendo-color-tertiary-darker: k-color-shade( $kendo-color-tertiary, 2 ) !default;
|
|
465
|
-
|
|
466
|
-
/// The color used along with the tertiary color denoted by $kendo-color-tertiary.
|
|
467
|
-
/// Used to provide contrast between the background and foreground colors.
|
|
468
|
-
/// @group color-system
|
|
469
|
-
/// @type Color
|
|
470
|
-
$kendo-color-tertiary-contrast: k-contrast-color( $kendo-color-tertiary ) !default;
|
|
471
|
-
|
|
472
|
-
/// The color for informational messages and states.
|
|
473
|
-
/// @group color-system
|
|
474
|
-
/// @type Color
|
|
475
|
-
$kendo-color-info: #2498bc !default;
|
|
476
|
-
$kendo-color-info-lighter: k-color-tint( $kendo-color-info, 2 ) !default;
|
|
477
|
-
$kendo-color-info-darker: k-color-shade( $kendo-color-info, 2 ) !default;
|
|
478
|
-
|
|
479
|
-
/// The color for success messages and states.
|
|
480
|
-
/// @group color-system
|
|
481
|
-
/// @type Color
|
|
482
|
-
$kendo-color-success: #3ea44e !default;
|
|
483
|
-
$kendo-color-success-lighter: k-color-tint( $kendo-color-success, 2 ) !default;
|
|
484
|
-
$kendo-color-success-darker: k-color-shade( $kendo-color-success, 2 ) !default;
|
|
485
|
-
|
|
486
|
-
/// The color for warning messages and states.
|
|
487
|
-
/// @group color-system
|
|
488
|
-
/// @type Color
|
|
489
|
-
$kendo-color-warning: #ff9800 !default;
|
|
490
|
-
$kendo-color-warning-lighter: k-color-tint( $kendo-color-warning, 2 ) !default;
|
|
491
|
-
$kendo-color-warning-darker: k-color-shade( $kendo-color-warning, 2 ) !default;
|
|
492
|
-
|
|
493
|
-
/// The color for error messages and states.
|
|
494
|
-
/// @group color-system
|
|
495
|
-
/// @type Color
|
|
496
|
-
$kendo-color-error: #d92800 !default;
|
|
497
|
-
$kendo-color-error-lighter: k-color-tint( $kendo-color-error, 2 ) !default;
|
|
498
|
-
$kendo-color-error-darker: k-color-shade( $kendo-color-error, 2 ) !default;
|
|
499
|
-
|
|
500
|
-
/// The dark color of the theme.
|
|
501
|
-
/// @group color-system
|
|
502
|
-
/// @type Color
|
|
503
|
-
$kendo-color-dark: #404040 !default;
|
|
504
|
-
|
|
505
|
-
/// The light color of the theme.
|
|
506
|
-
/// @group color-system
|
|
507
|
-
/// @type Color
|
|
508
|
-
$kendo-color-light: #ebebeb !default;
|
|
509
|
-
|
|
510
|
-
/// Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark
|
|
511
|
-
/// @group color-system
|
|
512
|
-
$kendo-color-inverse: if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark ) !default;
|
|
513
|
-
|
|
514
|
-
$kendo-theme-colors: (
|
|
515
|
-
"primary": $kendo-color-primary,
|
|
516
|
-
"secondary": $kendo-color-secondary,
|
|
517
|
-
"tertiary": $kendo-color-tertiary,
|
|
518
|
-
"info": $kendo-color-info,
|
|
519
|
-
"success": $kendo-color-success,
|
|
520
|
-
"warning": $kendo-color-warning,
|
|
521
|
-
"error": $kendo-color-error,
|
|
522
|
-
"dark": $kendo-color-dark,
|
|
523
|
-
"light": $kendo-color-light,
|
|
524
|
-
"inverse": $kendo-color-inverse
|
|
525
|
-
) !default;
|
|
526
|
-
|
|
527
|
-
// Generic styles
|
|
528
|
-
|
|
529
|
-
/// Background color of the body.
|
|
530
|
-
/// @group common
|
|
531
|
-
$kendo-body-bg: $kendo-color-white !default;
|
|
532
|
-
/// Text color of the body.
|
|
533
|
-
/// @group common
|
|
534
|
-
$kendo-body-text: #272727 !default;
|
|
535
|
-
|
|
536
|
-
/// Subtle text color.
|
|
537
|
-
/// @group common
|
|
538
|
-
$kendo-subtle-text: #646464 !default;
|
|
539
|
-
|
|
540
|
-
$kendo-app-bg: $kendo-body-bg !default;
|
|
541
|
-
$kendo-app-text: $kendo-body-text !default;
|
|
542
|
-
$kendo-app-border: k-try-shade( $kendo-app-bg, 2 ) !default;
|
|
543
|
-
|
|
544
|
-
// Link
|
|
545
|
-
/// Text color of the links.
|
|
546
|
-
/// @group common
|
|
547
|
-
$kendo-link-text: $kendo-color-primary !default;
|
|
548
|
-
/// Text color of the links on hover.
|
|
549
|
-
/// @group common
|
|
550
|
-
$kendo-link-hover-text: $kendo-color-primary-darker !default;
|
|
551
|
-
|
|
552
|
-
// Components
|
|
553
|
-
|
|
554
|
-
/// The background of the components' chrome area.
|
|
555
|
-
$kendo-base-bg: #f0f0f0 !default;
|
|
556
|
-
/// The text color of the components' chrome area.
|
|
557
|
-
$kendo-base-text: $kendo-body-text !default;
|
|
558
|
-
/// The border color of the components' chrome area.
|
|
559
|
-
$kendo-base-border: k-try-shade( $kendo-base-bg, 2 ) !default;
|
|
560
|
-
/// The gradient background of the components' chrome area.
|
|
561
|
-
$kendo-base-gradient: rgba( white, .1 ), rgba( white, 0 ) !default;
|
|
562
|
-
|
|
563
|
-
/// Background color of a component.
|
|
564
|
-
/// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.
|
|
565
|
-
/// @group component
|
|
566
|
-
$kendo-component-bg: $kendo-body-bg !default;
|
|
567
|
-
/// Text color of a component.
|
|
568
|
-
/// Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.
|
|
569
|
-
/// @group component
|
|
570
|
-
$kendo-component-text: $kendo-body-text !default;
|
|
571
|
-
/// Border color of a component.
|
|
572
|
-
/// Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.
|
|
573
|
-
/// @group component
|
|
574
|
-
$kendo-component-border: $kendo-base-border !default;
|
|
575
|
-
|
|
576
|
-
/// The background of hovered items.
|
|
577
|
-
$kendo-hover-bg: k-try-shade( $kendo-base-bg, 1 ) !default;
|
|
578
|
-
/// The text color of hovered items.
|
|
579
|
-
$kendo-hover-text: $kendo-base-text !default;
|
|
580
|
-
/// The border color of hovered items.
|
|
581
|
-
$kendo-hover-border: k-try-shade( $kendo-hover-bg, 2 ) !default;
|
|
582
|
-
/// The gradient background of hovered items.
|
|
583
|
-
$kendo-hover-gradient: $kendo-base-gradient !default;
|
|
584
|
-
|
|
585
|
-
/// The background of selected items.
|
|
586
|
-
$kendo-selected-bg: $kendo-color-primary !default;
|
|
587
|
-
/// The text color of selected items.
|
|
588
|
-
$kendo-selected-text: k-contrast-legacy( $kendo-selected-bg ) !default;
|
|
589
|
-
/// The border color of selected items.
|
|
590
|
-
$kendo-selected-border: k-try-shade( $kendo-selected-bg, 2 ) !default;
|
|
591
|
-
/// The gradient background of selected items.
|
|
592
|
-
$kendo-selected-gradient: $kendo-base-gradient !default;
|
|
593
|
-
|
|
594
|
-
/// The background of selected and hovered items.
|
|
595
|
-
$kendo-selected-hover-bg: k-try-shade( $kendo-selected-bg, 1 ) !default;
|
|
596
|
-
/// The text color of selected and hovered items.
|
|
597
|
-
$kendo-selected-hover-text: k-contrast-legacy( $kendo-selected-hover-bg ) !default;
|
|
598
|
-
/// The border of selected and hovered items.
|
|
599
|
-
$kendo-selected-hover-border: $kendo-selected-border !default;
|
|
600
|
-
/// The gradient of selected and hovered items.
|
|
601
|
-
$kendo-selected-hover-gradient: $kendo-selected-gradient !default;
|
|
602
|
-
|
|
603
|
-
// Generic styles
|
|
604
|
-
|
|
605
|
-
/// Background color of the component header.
|
|
606
|
-
/// @group component
|
|
607
|
-
$kendo-component-header-bg: $kendo-base-bg !default;
|
|
608
|
-
/// Text color of the component header.
|
|
609
|
-
/// @group component
|
|
610
|
-
$kendo-component-header-text: $kendo-base-text !default;
|
|
611
|
-
/// Border color of the component header.
|
|
612
|
-
/// @group component
|
|
613
|
-
$kendo-component-header-border: $kendo-base-border !default;
|
|
614
|
-
/// Gradient of the component header.
|
|
615
|
-
/// @group component
|
|
616
|
-
$kendo-component-header-gradient: $kendo-base-gradient !default;
|
|
617
|
-
|
|
618
|
-
/// Background color of the invalid items.
|
|
619
|
-
/// @group component
|
|
620
|
-
$kendo-invalid-bg: null !default;
|
|
621
|
-
/// Text color of the invalid items.
|
|
622
|
-
/// @group component
|
|
623
|
-
$kendo-invalid-text: $kendo-color-error !default;
|
|
624
|
-
/// Border color of the invalid items.
|
|
625
|
-
/// @group component
|
|
626
|
-
$kendo-invalid-border: $kendo-color-error !default;
|
|
627
|
-
/// Shadow of the invalid items.
|
|
628
|
-
/// @group component
|
|
629
|
-
$kendo-invalid-shadow: null !default;
|
|
630
|
-
|
|
631
|
-
/// Background color of the valid items.
|
|
632
|
-
/// @group component
|
|
633
|
-
$kendo-valid-bg: null !default;
|
|
634
|
-
/// Text color of the valid items.
|
|
635
|
-
/// @group component
|
|
636
|
-
$kendo-valid-text: $kendo-color-success !default;
|
|
637
|
-
/// Border color of the valid items.
|
|
638
|
-
/// @group component
|
|
639
|
-
$kendo-valid-border: $kendo-color-success !default;
|
|
640
|
-
/// Shadow of the valid items.
|
|
641
|
-
/// @group component
|
|
642
|
-
$kendo-valid-shadow: null !default;
|
|
427
|
+
$kendo-colors: map.merge($kendo-colors, $_default-colors);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward "@progress/kendo-theme-core/scss/color-system/index.import.scss";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
|
|
3
|
+
$_default-elevation: (
|
|
4
|
+
1: (
|
|
5
|
+
0 2px 3px rgba(0, 0, 0, .04),
|
|
6
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
7
|
+
),
|
|
8
|
+
2: (
|
|
9
|
+
0 4px 6px rgba(0, 0, 0, .06),
|
|
10
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
11
|
+
),
|
|
12
|
+
3: (
|
|
13
|
+
0 6px 8px rgba(0, 0, 0, .08),
|
|
14
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
15
|
+
),
|
|
16
|
+
4: (
|
|
17
|
+
0 8px 10px rgba(0, 0, 0, .12),
|
|
18
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
19
|
+
),
|
|
20
|
+
5: (
|
|
21
|
+
0 10px 12px rgba(0, 0, 0, .16),
|
|
22
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
23
|
+
),
|
|
24
|
+
6: (
|
|
25
|
+
0 12px 14px rgba(0, 0, 0, .2),
|
|
26
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
27
|
+
),
|
|
28
|
+
7: (
|
|
29
|
+
0 14px 16px rgba(0, 0, 0, .24),
|
|
30
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
31
|
+
),
|
|
32
|
+
8: (
|
|
33
|
+
0 16px 18px rgba(0, 0, 0, .28),
|
|
34
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
35
|
+
),
|
|
36
|
+
9: (
|
|
37
|
+
0 32px 34px rgba(0, 0, 0, .32),
|
|
38
|
+
0 4px 16px rgba(0, 0, 0, .12)
|
|
39
|
+
)
|
|
40
|
+
) !default;
|
|
41
|
+
|
|
42
|
+
/// The global default Elevation map.
|
|
43
|
+
/// @group elevation
|
|
44
|
+
$kendo-elevation: $_default-elevation !default;
|
|
45
|
+
|
|
46
|
+
$kendo-elevation: map.merge($_default-elevation, $kendo-elevation);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@forward "@progress/kendo-theme-core/scss/functions/index.import.scss";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@forward "@progress/kendo-theme-core/scss/mixins/index.import.scss";
|