@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
package/scss/tooltip/_index.scss
CHANGED
|
@@ -1,42 +1,22 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
@import "../utils/_index.scss";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
// Module meta
|
|
6
|
-
$_kendo-module-meta: (
|
|
7
|
-
name: "tooltip",
|
|
8
|
-
dependencies: (
|
|
9
|
-
"icon",
|
|
10
|
-
"popup"
|
|
11
|
-
)
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
|
|
15
1
|
// Dependencies
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../popup/_index.scss" as *;
|
|
19
6
|
|
|
20
7
|
// Component
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
// Register
|
|
27
|
-
@import "../core/module-system/index.import.scss";
|
|
28
|
-
@include module-register( $_kendo-module-meta... );
|
|
29
|
-
|
|
8
|
+
@forward "./_variables.scss";
|
|
9
|
+
@use "./_layout.scss" as *;
|
|
10
|
+
@use "./_theme.scss" as *;
|
|
30
11
|
|
|
31
12
|
// Expose
|
|
32
13
|
@mixin kendo-tooltip--styles() {
|
|
33
|
-
@include
|
|
14
|
+
@include import-once( "tooltip" ) {
|
|
15
|
+
@include core-styles();
|
|
16
|
+
@include kendo-popup--styles();
|
|
17
|
+
@include kendo-icon--styles();
|
|
34
18
|
@include kendo-tooltip--layout();
|
|
35
19
|
@include kendo-tooltip--theme();
|
|
36
20
|
@include kendo-utils--typography--text-color();
|
|
37
21
|
}
|
|
38
22
|
}
|
|
39
|
-
|
|
40
|
-
@if $kendo-auto-bootstrap {
|
|
41
|
-
@include kendo-tooltip--styles();
|
|
42
|
-
}
|
package/scss/tooltip/_theme.scss
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "./_functions.scss" as *;
|
|
3
|
+
@use "../core/functions/index.import.scss" as *;
|
|
4
|
+
|
|
1
5
|
// Tooltip
|
|
2
6
|
|
|
3
7
|
/// The vertical padding of the Tooltip.
|
|
4
8
|
/// @group tooltip
|
|
5
|
-
$kendo-tooltip-padding-y:
|
|
9
|
+
$kendo-tooltip-padding-y: k-spacing(1) !default;
|
|
6
10
|
/// The horizontal padding of the Tooltip.
|
|
7
11
|
/// @group tooltip
|
|
8
|
-
$kendo-tooltip-padding-x:
|
|
12
|
+
$kendo-tooltip-padding-x: k-spacing(2) !default;
|
|
9
13
|
/// The width of the border around the Tooltip.
|
|
10
14
|
/// @group tooltip
|
|
11
15
|
$kendo-tooltip-border-width: 0px !default;
|
|
@@ -48,23 +52,29 @@ $kendo-tooltip-border: $kendo-tooltip-bg !default;
|
|
|
48
52
|
/// @group tooltip
|
|
49
53
|
$kendo-tooltip-shadow: k-elevation(2) !default;
|
|
50
54
|
|
|
51
|
-
@function tooltip-theme( $colors ) {
|
|
52
|
-
$_theme: ();
|
|
53
|
-
|
|
54
|
-
@each $name, $color in $colors {
|
|
55
|
-
$_theme: k-map-merge(( $name: (
|
|
56
|
-
color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color )),
|
|
57
|
-
background-color: $color,
|
|
58
|
-
border: $color,
|
|
59
|
-
)), $_theme );
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
@return $_theme;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
55
|
/// The theme colors map for the Tooltip.
|
|
66
56
|
/// @group tooltip
|
|
67
57
|
$kendo-tooltip-theme-colors: $kendo-theme-colors !default;
|
|
68
58
|
/// The generated theme colors map for the Tooltip.
|
|
69
59
|
/// @group tooltip
|
|
70
60
|
$kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
@forward "@progress/kendo-theme-default/scss/tooltip/_variables.scss" with (
|
|
64
|
+
$kendo-tooltip-padding-y: $kendo-tooltip-padding-y,
|
|
65
|
+
$kendo-tooltip-padding-x: $kendo-tooltip-padding-x,
|
|
66
|
+
$kendo-tooltip-border-width: $kendo-tooltip-border-width,
|
|
67
|
+
$kendo-tooltip-border-radius: $kendo-tooltip-border-radius,
|
|
68
|
+
$kendo-tooltip-font-family: $kendo-tooltip-font-family,
|
|
69
|
+
$kendo-tooltip-font-size: $kendo-tooltip-font-size,
|
|
70
|
+
$kendo-tooltip-line-height: $kendo-tooltip-line-height,
|
|
71
|
+
$kendo-tooltip-title-font-size: $kendo-tooltip-title-font-size,
|
|
72
|
+
$kendo-tooltip-title-line-height: $kendo-tooltip-title-line-height,
|
|
73
|
+
$kendo-tooltip-callout-size: $kendo-tooltip-callout-size,
|
|
74
|
+
$kendo-tooltip-bg: $kendo-tooltip-bg,
|
|
75
|
+
$kendo-tooltip-text: $kendo-tooltip-text,
|
|
76
|
+
$kendo-tooltip-border: $kendo-tooltip-border,
|
|
77
|
+
$kendo-tooltip-shadow: $kendo-tooltip-shadow,
|
|
78
|
+
$kendo-tooltip-theme-colors: $kendo-tooltip-theme-colors,
|
|
79
|
+
$kendo-tooltip-theme: $kendo-tooltip-theme
|
|
80
|
+
);
|
|
@@ -1,40 +1,20 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
// Module meta
|
|
4
|
-
$_kendo-module-meta: (
|
|
5
|
-
name: "treelist",
|
|
6
|
-
dependencies: (
|
|
7
|
-
"grid",
|
|
8
|
-
"icon"
|
|
9
|
-
)
|
|
10
|
-
);
|
|
11
|
-
|
|
12
|
-
|
|
13
1
|
// Dependencies
|
|
14
|
-
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../grid/_index.scss" as *;
|
|
18
5
|
|
|
19
6
|
// Component
|
|
20
|
-
@
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
// Register
|
|
26
|
-
@import "../core/module-system/index.import.scss";
|
|
27
|
-
@include module-register( $_kendo-module-meta... );
|
|
28
|
-
|
|
7
|
+
@forward "./_variables.scss";
|
|
8
|
+
@use "./_layout.scss" as *;
|
|
9
|
+
@use "./_theme.scss" as *;
|
|
29
10
|
|
|
30
11
|
// Expose
|
|
31
12
|
@mixin kendo-treelist--styles() {
|
|
32
|
-
@include
|
|
13
|
+
@include import-once( "treelist" ) {
|
|
14
|
+
@include core-styles();
|
|
15
|
+
@include kendo-grid--styles();
|
|
16
|
+
@include kendo-icon--styles();
|
|
33
17
|
@include kendo-treelist--layout();
|
|
34
18
|
@include kendo-treelist--theme();
|
|
35
19
|
}
|
|
36
20
|
}
|
|
37
|
-
|
|
38
|
-
@if $kendo-auto-bootstrap {
|
|
39
|
-
@include kendo-treelist--styles();
|
|
40
|
-
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "../grid/_variables.scss" as *;
|
|
2
|
+
|
|
1
3
|
// Treelist
|
|
2
4
|
|
|
3
5
|
/// The background color of the TreeList footer row.
|
|
@@ -6,3 +8,9 @@ $kendo-treelist-footer-row-bg: $kendo-grid-hover-bg !default;
|
|
|
6
8
|
/// The border width of the TreeList footer row.
|
|
7
9
|
/// @group treelist
|
|
8
10
|
$kendo-treelist-footer-row-border-width: 1px !default;
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
@forward "@progress/kendo-theme-default/scss/treelist/_variables.scss" with (
|
|
14
|
+
$kendo-treelist-footer-row-bg: $kendo-treelist-footer-row-bg,
|
|
15
|
+
$kendo-treelist-footer-row-border-width: $kendo-treelist-footer-row-border-width
|
|
16
|
+
);
|
|
@@ -1,40 +1,20 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "treeview",
|
|
7
|
-
dependencies: (
|
|
8
|
-
"checkbox",
|
|
9
|
-
"icon"
|
|
10
|
-
)
|
|
11
|
-
);
|
|
12
|
-
|
|
13
|
-
|
|
14
1
|
// Dependencies
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../checkbox/_index.scss" as *;
|
|
18
5
|
|
|
19
6
|
// Component
|
|
20
|
-
@
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
// Register
|
|
26
|
-
@import "../core/module-system/index.import.scss";
|
|
27
|
-
@include module-register( $_kendo-module-meta... );
|
|
28
|
-
|
|
7
|
+
@forward "./_variables.scss";
|
|
8
|
+
@use "./_layout.scss" as *;
|
|
9
|
+
@use "./_theme.scss" as *;
|
|
29
10
|
|
|
30
11
|
// Expose
|
|
31
12
|
@mixin kendo-treeview--styles() {
|
|
32
|
-
@include
|
|
13
|
+
@include import-once( "treeview" ) {
|
|
14
|
+
@include core-styles();
|
|
15
|
+
@include kendo-checkbox--styles();
|
|
16
|
+
@include kendo-icon--styles();
|
|
33
17
|
@include kendo-treeview--layout();
|
|
34
18
|
@include kendo-treeview--theme();
|
|
35
19
|
}
|
|
36
20
|
}
|
|
37
|
-
|
|
38
|
-
@if $kendo-auto-bootstrap {
|
|
39
|
-
@include kendo-treeview--styles();
|
|
40
|
-
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
1
3
|
// TreeView
|
|
2
4
|
|
|
3
5
|
/// The font family of the TreeView.
|
|
@@ -185,3 +187,56 @@ $kendo-treeview-loadmore-focus-border: null !default;
|
|
|
185
187
|
/// @group treeview
|
|
186
188
|
$kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !default;
|
|
187
189
|
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
@forward "@progress/kendo-theme-default/scss/treeview/_variables.scss" with (
|
|
193
|
+
$kendo-treeview-font-family: $kendo-treeview-font-family,
|
|
194
|
+
$kendo-treeview-font-size: $kendo-treeview-font-size,
|
|
195
|
+
$kendo-treeview-sm-font-size: $kendo-treeview-sm-font-size,
|
|
196
|
+
$kendo-treeview-md-font-size: $kendo-treeview-md-font-size,
|
|
197
|
+
$kendo-treeview-lg-font-size: $kendo-treeview-lg-font-size,
|
|
198
|
+
$kendo-treeview-line-height: $kendo-treeview-line-height,
|
|
199
|
+
$kendo-treeview-sm-line-height: $kendo-treeview-sm-line-height,
|
|
200
|
+
$kendo-treeview-md-line-height: $kendo-treeview-md-line-height,
|
|
201
|
+
$kendo-treeview-lg-line-height: $kendo-treeview-lg-line-height,
|
|
202
|
+
$kendo-treeview-indent: $kendo-treeview-indent,
|
|
203
|
+
$kendo-treeview-item-padding-x: $kendo-treeview-item-padding-x,
|
|
204
|
+
$kendo-treeview-sm-item-padding-x: $kendo-treeview-sm-item-padding-x,
|
|
205
|
+
$kendo-treeview-md-item-padding-x: $kendo-treeview-md-item-padding-x,
|
|
206
|
+
$kendo-treeview-lg-item-padding-x: $kendo-treeview-lg-item-padding-x,
|
|
207
|
+
$kendo-treeview-item-padding-y: $kendo-treeview-item-padding-y,
|
|
208
|
+
$kendo-treeview-sm-item-padding-y: $kendo-treeview-sm-item-padding-y,
|
|
209
|
+
$kendo-treeview-md-item-padding-y: $kendo-treeview-md-item-padding-y,
|
|
210
|
+
$kendo-treeview-lg-item-padding-y: $kendo-treeview-lg-item-padding-y,
|
|
211
|
+
$kendo-treeview-item-border-width: $kendo-treeview-item-border-width,
|
|
212
|
+
$kendo-treeview-item-border-radius: $kendo-treeview-item-border-radius,
|
|
213
|
+
$kendo-treeview-sm-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,
|
|
214
|
+
$kendo-treeview-md-checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,
|
|
215
|
+
$kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,
|
|
216
|
+
$kendo-treeview-sm-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y,
|
|
217
|
+
$kendo-treeview-md-checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y,
|
|
218
|
+
$kendo-treeview-lg-checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y,
|
|
219
|
+
$kendo-treeview-sizes: $kendo-treeview-sizes,
|
|
220
|
+
$kendo-treeview-bg: $kendo-treeview-bg,
|
|
221
|
+
$kendo-treeview-text: $kendo-treeview-text,
|
|
222
|
+
$kendo-treeview-border: $kendo-treeview-border,
|
|
223
|
+
$kendo-treeview-item-hover-bg: $kendo-treeview-item-hover-bg,
|
|
224
|
+
$kendo-treeview-item-hover-text: $kendo-treeview-item-hover-text,
|
|
225
|
+
$kendo-treeview-item-hover-border: $kendo-treeview-item-hover-border,
|
|
226
|
+
$kendo-treeview-item-hover-gradient: $kendo-treeview-item-hover-gradient,
|
|
227
|
+
$kendo-treeview-item-selected-bg: $kendo-treeview-item-selected-bg,
|
|
228
|
+
$kendo-treeview-item-selected-text: $kendo-treeview-item-selected-text,
|
|
229
|
+
$kendo-treeview-item-selected-border: $kendo-treeview-item-selected-border,
|
|
230
|
+
$kendo-treeview-item-selected-gradient: $kendo-treeview-item-selected-gradient,
|
|
231
|
+
$kendo-treeview-item-focus-shadow: $kendo-treeview-item-focus-shadow,
|
|
232
|
+
$kendo-treeview-loadmore-bg: $kendo-treeview-loadmore-bg,
|
|
233
|
+
$kendo-treeview-loadmore-text: $kendo-treeview-loadmore-text,
|
|
234
|
+
$kendo-treeview-loadmore-border: $kendo-treeview-loadmore-border,
|
|
235
|
+
$kendo-treeview-loadmore-hover-bg: $kendo-treeview-loadmore-hover-bg,
|
|
236
|
+
$kendo-treeview-loadmore-hover-text: $kendo-treeview-loadmore-hover-text,
|
|
237
|
+
$kendo-treeview-loadmore-hover-border: $kendo-treeview-loadmore-hover-border,
|
|
238
|
+
$kendo-treeview-loadmore-focus-bg: $kendo-treeview-loadmore-focus-bg,
|
|
239
|
+
$kendo-treeview-loadmore-focus-text: $kendo-treeview-loadmore-focus-text,
|
|
240
|
+
$kendo-treeview-loadmore-focus-border: $kendo-treeview-loadmore-focus-border,
|
|
241
|
+
$kendo-treeview-loadmore-focus-shadow: $kendo-treeview-loadmore-focus-shadow
|
|
242
|
+
);
|
|
@@ -1,38 +1,19 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
@import "../utils/_index.scss";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
// Module meta
|
|
6
|
-
$_kendo-module-meta: (
|
|
7
|
-
name: "typography",
|
|
8
|
-
dependencies: ()
|
|
9
|
-
);
|
|
10
|
-
|
|
11
|
-
|
|
12
1
|
// Dependencies
|
|
13
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../utils/_index.scss" as *;
|
|
14
4
|
|
|
15
5
|
// Component
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
// Register
|
|
22
|
-
@import "../core/module-system/index.import.scss";
|
|
23
|
-
@include module-register( $_kendo-module-meta... );
|
|
24
|
-
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
25
9
|
|
|
26
10
|
// Expose
|
|
27
11
|
@mixin kendo-typography--styles() {
|
|
28
|
-
@include
|
|
12
|
+
@include import-once( "typography" ) {
|
|
13
|
+
@include core-styles();
|
|
29
14
|
@include kendo-typography--layout();
|
|
30
15
|
@include kendo-typography--theme();
|
|
31
16
|
@include kendo-utils--spacing--margin();
|
|
32
17
|
@include kendo-utils--typography();
|
|
33
18
|
}
|
|
34
19
|
}
|
|
35
|
-
|
|
36
|
-
@if $kendo-auto-bootstrap {
|
|
37
|
-
@include kendo-typography--styles();
|
|
38
|
-
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
2
|
|
|
3
|
+
// Typography
|
|
3
4
|
|
|
4
5
|
// Headings
|
|
5
6
|
|
|
@@ -333,3 +334,84 @@ $kendo-display: (
|
|
|
333
334
|
letter-spacing: $kendo-display4-letter-spacing
|
|
334
335
|
)
|
|
335
336
|
) !default;
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
@forward "@progress/kendo-theme-default/scss/typography/_variables.scss" with (
|
|
340
|
+
$kendo-h1-font-size: $kendo-h1-font-size,
|
|
341
|
+
$kendo-h2-font-size: $kendo-h2-font-size,
|
|
342
|
+
$kendo-h3-font-size: $kendo-h3-font-size,
|
|
343
|
+
$kendo-h4-font-size: $kendo-h4-font-size,
|
|
344
|
+
$kendo-h5-font-size: $kendo-h5-font-size,
|
|
345
|
+
$kendo-h6-font-size: $kendo-h6-font-size,
|
|
346
|
+
$kendo-h1-font-family: $kendo-h1-font-family,
|
|
347
|
+
$kendo-h2-font-family: $kendo-h2-font-family,
|
|
348
|
+
$kendo-h3-font-family: $kendo-h3-font-family,
|
|
349
|
+
$kendo-h4-font-family: $kendo-h4-font-family,
|
|
350
|
+
$kendo-h5-font-family: $kendo-h5-font-family,
|
|
351
|
+
$kendo-h6-font-family: $kendo-h6-font-family,
|
|
352
|
+
$kendo-h1-line-height: $kendo-h1-line-height,
|
|
353
|
+
$kendo-h2-line-height: $kendo-h2-line-height,
|
|
354
|
+
$kendo-h3-line-height: $kendo-h3-line-height,
|
|
355
|
+
$kendo-h4-line-height: $kendo-h4-line-height,
|
|
356
|
+
$kendo-h5-line-height: $kendo-h5-line-height,
|
|
357
|
+
$kendo-h6-line-height: $kendo-h6-line-height,
|
|
358
|
+
$kendo-h1-font-weight: $kendo-h1-font-weight,
|
|
359
|
+
$kendo-h2-font-weight: $kendo-h2-font-weight,
|
|
360
|
+
$kendo-h3-font-weight: $kendo-h3-font-weight,
|
|
361
|
+
$kendo-h4-font-weight: $kendo-h4-font-weight,
|
|
362
|
+
$kendo-h5-font-weight: $kendo-h5-font-weight,
|
|
363
|
+
$kendo-h6-font-weight: $kendo-h6-font-weight,
|
|
364
|
+
$kendo-h1-letter-spacing: $kendo-h1-letter-spacing,
|
|
365
|
+
$kendo-h2-letter-spacing: $kendo-h2-letter-spacing,
|
|
366
|
+
$kendo-h3-letter-spacing: $kendo-h3-letter-spacing,
|
|
367
|
+
$kendo-h4-letter-spacing: $kendo-h4-letter-spacing,
|
|
368
|
+
$kendo-h5-letter-spacing: $kendo-h5-letter-spacing,
|
|
369
|
+
$kendo-h6-letter-spacing: $kendo-h6-letter-spacing,
|
|
370
|
+
$kendo-h1-margin: $kendo-h1-margin,
|
|
371
|
+
$kendo-h2-margin: $kendo-h2-margin,
|
|
372
|
+
$kendo-h3-margin: $kendo-h3-margin,
|
|
373
|
+
$kendo-h4-margin: $kendo-h4-margin,
|
|
374
|
+
$kendo-h5-margin: $kendo-h5-margin,
|
|
375
|
+
$kendo-h6-margin: $kendo-h6-margin,
|
|
376
|
+
$kendo-headings: $kendo-headings,
|
|
377
|
+
$kendo-paragraph-margin: $kendo-paragraph-margin,
|
|
378
|
+
$kendo-paragraph-font-size: $kendo-paragraph-font-size,
|
|
379
|
+
$kendo-paragraph-font-family: $kendo-paragraph-font-family,
|
|
380
|
+
$kendo-paragraph-line-height: $kendo-paragraph-line-height,
|
|
381
|
+
$kendo-paragraph-font-weight: $kendo-paragraph-font-weight,
|
|
382
|
+
$kendo-paragraph-letter-spacing: $kendo-paragraph-letter-spacing,
|
|
383
|
+
$kendo-code-font-size: $kendo-code-font-size,
|
|
384
|
+
$kendo-code-font-family: $kendo-code-font-family,
|
|
385
|
+
$kendo-code-line-height: $kendo-code-line-height,
|
|
386
|
+
$kendo-code-font-weight: $kendo-code-font-weight,
|
|
387
|
+
$kendo-code-letter-spacing: $kendo-code-letter-spacing,
|
|
388
|
+
$kendo-code-padding-x: $kendo-code-padding-x,
|
|
389
|
+
$kendo-code-padding-y: $kendo-code-padding-y,
|
|
390
|
+
$kendo-pre-padding-x: $kendo-pre-padding-x,
|
|
391
|
+
$kendo-pre-padding-y: $kendo-pre-padding-y,
|
|
392
|
+
$kendo-code-border-width: $kendo-code-border-width,
|
|
393
|
+
$kendo-code-bg: $kendo-code-bg,
|
|
394
|
+
$kendo-code-text: $kendo-code-text,
|
|
395
|
+
$kendo-code-border: $kendo-code-border,
|
|
396
|
+
$kendo-display1-font-size: $kendo-display1-font-size,
|
|
397
|
+
$kendo-display2-font-size: $kendo-display2-font-size,
|
|
398
|
+
$kendo-display3-font-size: $kendo-display3-font-size,
|
|
399
|
+
$kendo-display4-font-size: $kendo-display4-font-size,
|
|
400
|
+
$kendo-display1-font-family: $kendo-display1-font-family,
|
|
401
|
+
$kendo-display2-font-family: $kendo-display2-font-family,
|
|
402
|
+
$kendo-display3-font-family: $kendo-display3-font-family,
|
|
403
|
+
$kendo-display4-font-family: $kendo-display4-font-family,
|
|
404
|
+
$kendo-display1-line-height: $kendo-display1-line-height,
|
|
405
|
+
$kendo-display2-line-height: $kendo-display2-line-height,
|
|
406
|
+
$kendo-display3-line-height: $kendo-display3-line-height,
|
|
407
|
+
$kendo-display4-line-height: $kendo-display4-line-height,
|
|
408
|
+
$kendo-display1-font-weight: $kendo-display1-font-weight,
|
|
409
|
+
$kendo-display2-font-weight: $kendo-display2-font-weight,
|
|
410
|
+
$kendo-display3-font-weight: $kendo-display3-font-weight,
|
|
411
|
+
$kendo-display4-font-weight: $kendo-display4-font-weight,
|
|
412
|
+
$kendo-display1-letter-spacing: $kendo-display1-letter-spacing,
|
|
413
|
+
$kendo-display2-letter-spacing: $kendo-display2-letter-spacing,
|
|
414
|
+
$kendo-display3-letter-spacing: $kendo-display3-letter-spacing,
|
|
415
|
+
$kendo-display4-letter-spacing: $kendo-display4-letter-spacing,
|
|
416
|
+
$kendo-display: $kendo-display
|
|
417
|
+
);
|
package/scss/upload/_index.scss
CHANGED
|
@@ -1,44 +1,28 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "upload",
|
|
7
|
-
dependencies: (
|
|
8
|
-
"action-buttons",
|
|
9
|
-
"button",
|
|
10
|
-
"dropzone",
|
|
11
|
-
"icon"
|
|
12
|
-
)
|
|
13
|
-
);
|
|
14
|
-
|
|
15
|
-
|
|
16
1
|
// Dependencies
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../button/_index.scss" as *;
|
|
5
|
+
@use "../action-buttons/_index.scss" as *;
|
|
6
|
+
@use "../dropzone/_index.scss" as *;
|
|
22
7
|
|
|
23
8
|
// Component
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
@
|
|
9
|
+
@forward "./_variables.scss";
|
|
10
|
+
@use "./_layout.scss" as *;
|
|
11
|
+
@use "./_theme.scss" as *;
|
|
27
12
|
|
|
28
13
|
|
|
29
|
-
//
|
|
30
|
-
@import "../core/module-system/index.import.scss";
|
|
31
|
-
@include module-register( $_kendo-module-meta... );
|
|
14
|
+
// Dependencies
|
|
32
15
|
|
|
33
16
|
|
|
34
17
|
// Expose
|
|
35
18
|
@mixin kendo-upload--styles() {
|
|
36
|
-
@include
|
|
19
|
+
@include import-once( "upload" ) {
|
|
20
|
+
@include core-styles();
|
|
21
|
+
@include kendo-button--styles();
|
|
22
|
+
@include kendo-action-buttons--styles();
|
|
23
|
+
@include kendo-icon--styles();
|
|
24
|
+
@include kendo-dropzone--styles();
|
|
37
25
|
@include kendo-upload--layout();
|
|
38
26
|
@include kendo-upload--theme();
|
|
39
27
|
}
|
|
40
28
|
}
|
|
41
|
-
|
|
42
|
-
@if $kendo-auto-bootstrap {
|
|
43
|
-
@include kendo-upload--styles();
|
|
44
|
-
}
|
package/scss/upload/_layout.scss
CHANGED
package/scss/upload/_theme.scss
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../icons/_variables.scss" as *;
|
|
3
|
+
|
|
1
4
|
// Upload
|
|
2
5
|
|
|
3
6
|
/// The width of the border around the Upload.
|
|
@@ -100,3 +103,46 @@ $kendo-upload-error-bg: $kendo-color-error !default;
|
|
|
100
103
|
/// The shadow of the focused Upload button, actions and uploaded items.
|
|
101
104
|
/// @group upload
|
|
102
105
|
$kendo-upload-focus-shadow: 0 0 0 2px rgba( black, .13 ) !default;
|
|
106
|
+
|
|
107
|
+
/// The margin of the Upload files list.
|
|
108
|
+
/// @group upload
|
|
109
|
+
$kendo-upload-files-list-margin: calc( -1 * #{k-spacing(1)} ) !default;
|
|
110
|
+
/// The margin of the Upload file info.
|
|
111
|
+
/// @group upload
|
|
112
|
+
$kendo-upload-file-info-margin: k-spacing(2) !default;
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
@forward "@progress/kendo-theme-default/scss/upload/_variables.scss" with (
|
|
116
|
+
$kendo-upload-border-width: $kendo-upload-border-width,
|
|
117
|
+
$kendo-upload-font-family: $kendo-upload-font-family,
|
|
118
|
+
$kendo-upload-font-size: $kendo-upload-font-size,
|
|
119
|
+
$kendo-upload-line-height: $kendo-upload-line-height,
|
|
120
|
+
$kendo-upload-max-height: $kendo-upload-max-height,
|
|
121
|
+
$kendo-upload-text: $kendo-upload-text,
|
|
122
|
+
$kendo-upload-bg: $kendo-upload-bg,
|
|
123
|
+
$kendo-upload-border: $kendo-upload-border,
|
|
124
|
+
$kendo-upload-dropzone-padding-x: $kendo-upload-dropzone-padding-x,
|
|
125
|
+
$kendo-upload-dropzone-padding-y: $kendo-upload-dropzone-padding-y,
|
|
126
|
+
$kendo-upload-dropzone-text: $kendo-upload-dropzone-text,
|
|
127
|
+
$kendo-upload-dropzone-bg: $kendo-upload-dropzone-bg,
|
|
128
|
+
$kendo-upload-dropzone-border: $kendo-upload-dropzone-border,
|
|
129
|
+
$kendo-upload-dropzone-hover-bg: $kendo-upload-dropzone-hover-bg,
|
|
130
|
+
$kendo-upload-status-text: $kendo-upload-status-text,
|
|
131
|
+
$kendo-upload-status-text-opacity: $kendo-upload-status-text-opacity,
|
|
132
|
+
$kendo-upload-item-padding-x: $kendo-upload-item-padding-x,
|
|
133
|
+
$kendo-upload-item-padding-y: $kendo-upload-item-padding-y,
|
|
134
|
+
$kendo-upload-multiple-items-spacing: $kendo-upload-multiple-items-spacing,
|
|
135
|
+
$kendo-upload-validation-font-size: $kendo-upload-validation-font-size,
|
|
136
|
+
$kendo-upload-validation-line-height: $kendo-upload-validation-line-height,
|
|
137
|
+
$kendo-upload-icon-spacing: $kendo-upload-icon-spacing,
|
|
138
|
+
$kendo-upload-icon-color: $kendo-upload-icon-color,
|
|
139
|
+
$kendo-upload-progress-thickness: $kendo-upload-progress-thickness,
|
|
140
|
+
$kendo-upload-progress-bg: $kendo-upload-progress-bg,
|
|
141
|
+
$kendo-upload-success-text: $kendo-upload-success-text,
|
|
142
|
+
$kendo-upload-success-bg: $kendo-upload-success-bg,
|
|
143
|
+
$kendo-upload-error-text: $kendo-upload-error-text,
|
|
144
|
+
$kendo-upload-error-bg: $kendo-upload-error-bg,
|
|
145
|
+
$kendo-upload-focus-shadow: $kendo-upload-focus-shadow,
|
|
146
|
+
$kendo-upload-files-list-margin: $kendo-upload-files-list-margin,
|
|
147
|
+
$kendo-upload-file-info-margin: $kendo-upload-file-info-margin
|
|
148
|
+
);
|
package/scss/utils/_index.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@forward "@progress/kendo-theme-utils/scss/index.import.scss";
|