@progress/kendo-theme-bootstrap 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 -67568
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3-dark.scss +37 -47
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-3.scss +36 -46
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4-dark.scss +37 -38
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-4.scss +36 -37
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-dataviz-v4.scss +13 -13
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main-dark.scss +36 -37
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-main.scss +35 -33
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-nordic.scss +36 -37
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise-dark.scss +36 -37
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-turquoise.scss +36 -37
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-urban.scss +36 -37
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/bootstrap-vintage.scss +36 -37
- package/dist/meta/sassdoc-data.json +26504 -24816
- package/dist/meta/sassdoc-raw-data.json +12366 -11962
- package/dist/meta/variables.json +6155 -12189
- package/lib/swatches/bootstrap-3-dark.json +4 -58
- package/lib/swatches/bootstrap-3.json +3 -57
- package/lib/swatches/bootstrap-4-dark.json +4 -13
- package/lib/swatches/bootstrap-4.json +3 -12
- package/lib/swatches/bootstrap-dataviz-v4.json +2 -1
- package/lib/swatches/bootstrap-main-dark.json +6 -15
- package/lib/swatches/bootstrap-main.json +3 -2
- package/lib/swatches/bootstrap-nordic.json +4 -13
- package/lib/swatches/bootstrap-turquoise-dark.json +4 -13
- package/lib/swatches/bootstrap-turquoise.json +4 -13
- package/lib/swatches/bootstrap-urban.json +4 -13
- package/lib/swatches/bootstrap-vintage.json +3 -12
- package/package.json +5 -7
- package/scss/_variables.scss +0 -29
- package/scss/action-buttons/_index.scss +9 -29
- 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 -32
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/action-sheet/_theme.scss +1 -1
- package/scss/action-sheet/_variables.scss +71 -2
- 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 -1
- package/scss/all.scss +3 -5
- package/scss/appbar/_index.scss +6 -23
- 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 -35
- package/scss/autocomplete/_layout.scss +1 -1
- package/scss/autocomplete/_theme.scss +1 -1
- package/scss/avatar/_index.scss +6 -25
- package/scss/avatar/_layout.scss +1 -1
- package/scss/avatar/_theme.scss +1 -2
- package/scss/avatar/_variables.scss +13 -0
- package/scss/badge/_index.scss +8 -27
- package/scss/badge/_layout.scss +1 -1
- package/scss/badge/_theme.scss +1 -1
- package/scss/badge/_variables.scss +42 -13
- 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 +3 -4
- package/scss/breadcrumb/_theme.scss +1 -1
- package/scss/breadcrumb/_variables.scss +73 -4
- 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 +115 -17
- 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 +106 -4
- package/scss/captcha/_index.scss +17 -37
- 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 +74 -12
- 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 +75 -2
- package/scss/checkbox/_index.scss +6 -25
- package/scss/checkbox/_layout.scss +2 -1
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/checkbox/_variables.scss +57 -4
- package/scss/chip/_index.scss +9 -30
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_theme.scss +3 -1
- package/scss/chip/_variables.scss +56 -7
- 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 +55 -4
- 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 +41 -26
- package/scss/core/border-radii/index.import.scss +16 -10
- package/scss/core/color-system/_palettes.scss +12 -25
- package/scss/core/color-system/_swatch-legacy.scss +274 -82
- package/scss/core/color-system/_swatch.scss +150 -339
- package/scss/core/color-system/index.import.scss +1 -1
- package/scss/core/elevation/index.import.scss +4 -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 +18 -16
- 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 +123 -8
- 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 +43 -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 +42 -3
- 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 -35
- 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 +7 -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 +29 -2
- 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 +47 -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 -1
- package/scss/fab/_index.scss +13 -34
- package/scss/fab/_layout.scss +1 -1
- package/scss/fab/_theme.scss +10 -7
- package/scss/fab/_variables.scss +56 -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 +67 -0
- package/scss/filter/_index.scss +20 -40
- package/scss/filter/_layout.scss +1 -1
- package/scss/filter/_theme.scss +1 -1
- package/scss/filter/_variables.scss +17 -3
- 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 +22 -0
- package/scss/forms/_index.scss +11 -32
- package/scss/forms/_layout.scss +10 -6
- package/scss/forms/_theme.scss +1 -1
- package/scss/forms/_variables.scss +84 -8
- 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 -5
- package/scss/grid/_index.scss +51 -74
- package/scss/grid/_layout.scss +1 -1
- package/scss/grid/_theme.scss +5 -1
- package/scss/grid/_variables.scss +161 -3
- 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 +34 -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 +284 -123
- package/scss/input/_index.scss +8 -29
- package/scss/input/_layout.scss +3 -1
- package/scss/input/_theme.scss +1 -1
- package/scss/input/_variables.scss +165 -32
- 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 +97 -3
- package/scss/listbox/_index.scss +14 -33
- 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 +2 -2
- 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 +4 -5
- package/scss/menu/_theme.scss +1 -1
- package/scss/menu/_variables.scss +104 -6
- 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 +9 -1
- 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 +28 -18
- 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 +54 -2
- package/scss/overlay/_index.scss +6 -25
- 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 +3 -1
- package/scss/pager/_theme.scss +1 -1
- package/scss/pager/_variables.scss +53 -0
- 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 +25 -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 +51 -2
- package/scss/pivotgrid/_index.scss +17 -45
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/pivotgrid/_variables.scss +93 -1
- 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 +37 -4
- 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 +36 -7
- 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 -7
- 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 +6 -5
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +120 -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 +3 -1
- package/scss/scrollview/_variables.scss +35 -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 +46 -1
- 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 +3 -2
- package/scss/spreadsheet/_theme.scss +1 -1
- package/scss/spreadsheet/_variables.scss +103 -0
- package/scss/stepper/_index.scss +10 -29
- package/scss/stepper/_layout.scss +1 -1
- package/scss/stepper/_theme.scss +1 -1
- package/scss/stepper/_variables.scss +82 -6
- 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 +78 -15
- package/scss/table/_index.scss +6 -24
- package/scss/table/_layout.scss +1 -1
- package/scss/table/_theme.scss +1 -1
- package/scss/table/_variables.scss +48 -4
- 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 +58 -3
- 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 +18 -1
- 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 -31
- package/scss/timeline/_layout.scss +2 -1
- package/scss/timeline/_theme.scss +2 -1
- package/scss/timeline/_variables.scss +64 -5
- 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 +46 -1
- package/scss/toolbar/_index.scss +15 -37
- package/scss/toolbar/_layout.scss +1 -2
- package/scss/toolbar/_theme.scss +1 -2
- package/scss/toolbar/_variables.scss +44 -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 +30 -19
- package/scss/treelist/_index.scss +10 -31
- package/scss/treelist/_layout.scss +1 -1
- package/scss/treelist/_theme.scss +2 -1
- package/scss/treelist/_variables.scss +9 -0
- package/scss/treeview/_index.scss +10 -30
- package/scss/treeview/_layout.scss +2 -1
- package/scss/treeview/_theme.scss +1 -1
- package/scss/treeview/_variables.scss +60 -2
- 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 +131 -48
- 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 +44 -1
- package/scss/utils/_index.scss +1 -1
- package/scss/validator/_index.scss +11 -26
- 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 +44 -8
- 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/_bootstrap-overrides.scss +0 -20
- package/scss/bootstrap_dist.scss +0 -1
- package/scss/core/module-system/index.import.scss +0 -1
|
@@ -1,83 +1,85 @@
|
|
|
1
|
-
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
2
3
|
|
|
4
|
+
// Typography
|
|
3
5
|
|
|
4
6
|
// Headings
|
|
5
7
|
|
|
6
8
|
/// The font size of the highest level heading.
|
|
7
9
|
/// @group typography
|
|
8
|
-
$kendo-h1-font-size: $
|
|
10
|
+
$kendo-h1-font-size: $kendo-font-size * 2.5 !default;
|
|
9
11
|
/// The font size of the second highest level heading.
|
|
10
12
|
/// @group typography
|
|
11
|
-
$kendo-h2-font-size: $
|
|
13
|
+
$kendo-h2-font-size: $kendo-font-size * 2 !default;
|
|
12
14
|
/// The font size of the third highest level heading.
|
|
13
15
|
/// @group typography
|
|
14
|
-
$kendo-h3-font-size: $
|
|
16
|
+
$kendo-h3-font-size: $kendo-font-size * 1.75 !default;
|
|
15
17
|
/// The font size of the fourth highest level heading.
|
|
16
18
|
/// @group typography
|
|
17
|
-
$kendo-h4-font-size: $
|
|
19
|
+
$kendo-h4-font-size: $kendo-font-size * 1.5 !default;
|
|
18
20
|
/// The font size of the fifth highest level heading.
|
|
19
21
|
/// @group typography
|
|
20
|
-
$kendo-h5-font-size: $
|
|
22
|
+
$kendo-h5-font-size: $kendo-font-size * 1.25 !default;
|
|
21
23
|
/// The font size of the sixth highest level heading.
|
|
22
24
|
/// @group typography
|
|
23
|
-
$kendo-h6-font-size: $
|
|
25
|
+
$kendo-h6-font-size: $kendo-font-size !default;
|
|
24
26
|
|
|
25
27
|
/// The font family of the highest level heading.
|
|
26
28
|
/// @group typography
|
|
27
|
-
$kendo-h1-font-family:
|
|
29
|
+
$kendo-h1-font-family: null !default;
|
|
28
30
|
/// The font family of the second highest level heading.
|
|
29
31
|
/// @group typography
|
|
30
|
-
$kendo-h2-font-family:
|
|
32
|
+
$kendo-h2-font-family: null !default;
|
|
31
33
|
/// The font family of the third highest level heading.
|
|
32
34
|
/// @group typography
|
|
33
|
-
$kendo-h3-font-family:
|
|
35
|
+
$kendo-h3-font-family: null !default;
|
|
34
36
|
/// The font family of the fourth highest level heading.
|
|
35
37
|
/// @group typography
|
|
36
|
-
$kendo-h4-font-family:
|
|
38
|
+
$kendo-h4-font-family: null !default;
|
|
37
39
|
/// The font family of the fifth highest level heading.
|
|
38
40
|
/// @group typography
|
|
39
|
-
$kendo-h5-font-family:
|
|
41
|
+
$kendo-h5-font-family: null !default;
|
|
40
42
|
/// The font family of the sixth highest level heading.
|
|
41
43
|
/// @group typography
|
|
42
|
-
$kendo-h6-font-family:
|
|
44
|
+
$kendo-h6-font-family: null !default;
|
|
43
45
|
|
|
44
46
|
/// The line height of the highest level heading.
|
|
45
47
|
/// @group typography
|
|
46
|
-
$kendo-h1-line-height:
|
|
48
|
+
$kendo-h1-line-height: 1.2 !default;
|
|
47
49
|
/// The line height of the second highest level heading.
|
|
48
50
|
/// @group typography
|
|
49
|
-
$kendo-h2-line-height:
|
|
51
|
+
$kendo-h2-line-height: 1.2 !default;
|
|
50
52
|
/// The line height of the third highest level heading.
|
|
51
53
|
/// @group typography
|
|
52
|
-
$kendo-h3-line-height:
|
|
54
|
+
$kendo-h3-line-height: 1.2 !default;
|
|
53
55
|
/// The line height of the fourth highest level heading.
|
|
54
56
|
/// @group typography
|
|
55
|
-
$kendo-h4-line-height:
|
|
57
|
+
$kendo-h4-line-height: 1.2 !default;
|
|
56
58
|
/// The line height of the fifth highest level heading.
|
|
57
59
|
/// @group typography
|
|
58
|
-
$kendo-h5-line-height:
|
|
60
|
+
$kendo-h5-line-height: 1.2 !default;
|
|
59
61
|
/// The line height of the sixth highest level heading.
|
|
60
62
|
/// @group typography
|
|
61
|
-
$kendo-h6-line-height:
|
|
63
|
+
$kendo-h6-line-height: 1.2 !default;
|
|
62
64
|
|
|
63
65
|
/// The font weight of the highest level heading.
|
|
64
66
|
/// @group typography
|
|
65
|
-
$kendo-h1-font-weight: $
|
|
67
|
+
$kendo-h1-font-weight: $kendo-font-weight-medium !default;
|
|
66
68
|
/// The font weight of the second highest level heading.
|
|
67
69
|
/// @group typography
|
|
68
|
-
$kendo-h2-font-weight: $
|
|
70
|
+
$kendo-h2-font-weight: $kendo-font-weight-medium !default;
|
|
69
71
|
/// The font weight of the third highest level heading.
|
|
70
72
|
/// @group typography
|
|
71
|
-
$kendo-h3-font-weight: $
|
|
73
|
+
$kendo-h3-font-weight: $kendo-font-weight-medium !default;
|
|
72
74
|
/// The font weight of the fourth highest level heading.
|
|
73
75
|
/// @group typography
|
|
74
|
-
$kendo-h4-font-weight: $
|
|
76
|
+
$kendo-h4-font-weight: $kendo-font-weight-medium !default;
|
|
75
77
|
/// The font weight of the fifth highest level heading.
|
|
76
78
|
/// @group typography
|
|
77
|
-
$kendo-h5-font-weight: $
|
|
79
|
+
$kendo-h5-font-weight: $kendo-font-weight-medium !default;
|
|
78
80
|
/// The font weight of the sixth highest level heading.
|
|
79
81
|
/// @group typography
|
|
80
|
-
$kendo-h6-font-weight: $
|
|
82
|
+
$kendo-h6-font-weight: $kendo-font-weight-medium !default;
|
|
81
83
|
|
|
82
84
|
/// The letter spacing of the highest level heading.
|
|
83
85
|
/// @group typography
|
|
@@ -100,22 +102,22 @@ $kendo-h6-letter-spacing: null !default;
|
|
|
100
102
|
|
|
101
103
|
/// The margin of the highest level heading.
|
|
102
104
|
/// @group typography
|
|
103
|
-
$kendo-h1-margin: 0 0
|
|
105
|
+
$kendo-h1-margin: 0 0 k-spacing(2) !default;
|
|
104
106
|
/// The margin of the second highest level heading.
|
|
105
107
|
/// @group typography
|
|
106
|
-
$kendo-h2-margin: 0 0
|
|
108
|
+
$kendo-h2-margin: 0 0 k-spacing(2) !default;
|
|
107
109
|
/// The margin of the third highest level heading.
|
|
108
110
|
/// @group typography
|
|
109
|
-
$kendo-h3-margin: 0 0
|
|
111
|
+
$kendo-h3-margin: 0 0 k-spacing(2) !default;
|
|
110
112
|
/// The margin of the fourth highest level heading.
|
|
111
113
|
/// @group typography
|
|
112
|
-
$kendo-h4-margin: 0 0
|
|
114
|
+
$kendo-h4-margin: 0 0 k-spacing(2) !default;
|
|
113
115
|
/// The margin of the fifth highest level heading.
|
|
114
116
|
/// @group typography
|
|
115
|
-
$kendo-h5-margin: 0 0
|
|
117
|
+
$kendo-h5-margin: 0 0 k-spacing(2) !default;
|
|
116
118
|
/// The margin of the sixth highest level heading.
|
|
117
119
|
/// @group typography
|
|
118
|
-
$kendo-h6-margin: 0 0
|
|
120
|
+
$kendo-h6-margin: 0 0 k-spacing(2) !default;
|
|
119
121
|
///
|
|
120
122
|
|
|
121
123
|
/// The headings Map.
|
|
@@ -176,7 +178,7 @@ $kendo-headings: (
|
|
|
176
178
|
|
|
177
179
|
/// The margin of the paragraph.
|
|
178
180
|
/// @group typography
|
|
179
|
-
$kendo-paragraph-margin: 0 0
|
|
181
|
+
$kendo-paragraph-margin: 0 0 k-spacing(4) !default;
|
|
180
182
|
/// The font size of the paragraph.
|
|
181
183
|
/// @group typography
|
|
182
184
|
$kendo-paragraph-font-size: var( --kendo-font-size, inherit ) !default;
|
|
@@ -243,55 +245,55 @@ $kendo-code-border: $kendo-component-border !default;
|
|
|
243
245
|
|
|
244
246
|
/// The font size of the largest display text.
|
|
245
247
|
/// @group typography
|
|
246
|
-
$kendo-display1-font-size:
|
|
248
|
+
$kendo-display1-font-size: calc( #{$kendo-font-size} * 5 ) !default;
|
|
247
249
|
/// The font size of the second largest display text.
|
|
248
250
|
/// @group typography
|
|
249
|
-
$kendo-display2-font-size:
|
|
251
|
+
$kendo-display2-font-size: calc( #{$kendo-font-size} * 4.5 ) !default;
|
|
250
252
|
/// The font size of the third largest display text.
|
|
251
253
|
/// @group typography
|
|
252
|
-
$kendo-display3-font-size:
|
|
254
|
+
$kendo-display3-font-size: calc( #{$kendo-font-size} * 4 ) !default;
|
|
253
255
|
/// The font size of the fourth largest display text.
|
|
254
256
|
/// @group typography
|
|
255
|
-
$kendo-display4-font-size:
|
|
257
|
+
$kendo-display4-font-size: calc( #{$kendo-font-size} * 3.5 ) !default;
|
|
256
258
|
|
|
257
259
|
/// The font family of the largest display text.
|
|
258
260
|
/// @group typography
|
|
259
|
-
$kendo-display1-font-family:
|
|
261
|
+
$kendo-display1-font-family: unset !default;
|
|
260
262
|
/// The font family of the second largest display text.
|
|
261
263
|
/// @group typography
|
|
262
|
-
$kendo-display2-font-family:
|
|
264
|
+
$kendo-display2-font-family: unset !default;
|
|
263
265
|
/// The font family of the third largest display text.
|
|
264
266
|
/// @group typography
|
|
265
|
-
$kendo-display3-font-family:
|
|
267
|
+
$kendo-display3-font-family: unset !default;
|
|
266
268
|
/// The font family of the fourth largest display text.
|
|
267
269
|
/// @group typography
|
|
268
|
-
$kendo-display4-font-family:
|
|
270
|
+
$kendo-display4-font-family: unset !default;
|
|
269
271
|
|
|
270
272
|
/// The line height of the largest display text.
|
|
271
273
|
/// @group typography
|
|
272
|
-
$kendo-display1-line-height:
|
|
274
|
+
$kendo-display1-line-height: 1.2 !default;
|
|
273
275
|
/// The line height of the second largest display text.
|
|
274
276
|
/// @group typography
|
|
275
|
-
$kendo-display2-line-height:
|
|
277
|
+
$kendo-display2-line-height: 1.2 !default;
|
|
276
278
|
/// The line height of the third largest display text.
|
|
277
279
|
/// @group typography
|
|
278
|
-
$kendo-display3-line-height:
|
|
280
|
+
$kendo-display3-line-height: 1.2 !default;
|
|
279
281
|
/// The line height of the fourth largest display text.
|
|
280
282
|
/// @group typography
|
|
281
|
-
$kendo-display4-line-height:
|
|
283
|
+
$kendo-display4-line-height: 1.2 !default;
|
|
282
284
|
|
|
283
285
|
/// The font weight of the largest display text.
|
|
284
286
|
/// @group typography
|
|
285
|
-
$kendo-display1-font-weight: $
|
|
287
|
+
$kendo-display1-font-weight: $kendo-font-weight-light !default;
|
|
286
288
|
/// The font weight of the second largest display text.
|
|
287
289
|
/// @group typography
|
|
288
|
-
$kendo-display2-font-weight: $
|
|
290
|
+
$kendo-display2-font-weight: $kendo-font-weight-light !default;
|
|
289
291
|
/// The font weight of the third largest display text.
|
|
290
292
|
/// @group typography
|
|
291
|
-
$kendo-display3-font-weight: $
|
|
293
|
+
$kendo-display3-font-weight: $kendo-font-weight-light !default;
|
|
292
294
|
/// The font weight of the fourth largest display text.
|
|
293
295
|
/// @group typography
|
|
294
|
-
$kendo-display4-font-weight: $
|
|
296
|
+
$kendo-display4-font-weight: $kendo-font-weight-light !default;
|
|
295
297
|
|
|
296
298
|
/// The letter spacing of the largest display text.
|
|
297
299
|
/// @group typography
|
|
@@ -337,3 +339,84 @@ $kendo-display: (
|
|
|
337
339
|
letter-spacing: $kendo-display4-letter-spacing
|
|
338
340
|
)
|
|
339
341
|
) !default;
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
@forward "@progress/kendo-theme-default/scss/typography/_variables.scss" with (
|
|
345
|
+
$kendo-h1-font-size: $kendo-h1-font-size,
|
|
346
|
+
$kendo-h2-font-size: $kendo-h2-font-size,
|
|
347
|
+
$kendo-h3-font-size: $kendo-h3-font-size,
|
|
348
|
+
$kendo-h4-font-size: $kendo-h4-font-size,
|
|
349
|
+
$kendo-h5-font-size: $kendo-h5-font-size,
|
|
350
|
+
$kendo-h6-font-size: $kendo-h6-font-size,
|
|
351
|
+
$kendo-h1-font-family: $kendo-h1-font-family,
|
|
352
|
+
$kendo-h2-font-family: $kendo-h2-font-family,
|
|
353
|
+
$kendo-h3-font-family: $kendo-h3-font-family,
|
|
354
|
+
$kendo-h4-font-family: $kendo-h4-font-family,
|
|
355
|
+
$kendo-h5-font-family: $kendo-h5-font-family,
|
|
356
|
+
$kendo-h6-font-family: $kendo-h6-font-family,
|
|
357
|
+
$kendo-h1-line-height: $kendo-h1-line-height,
|
|
358
|
+
$kendo-h2-line-height: $kendo-h2-line-height,
|
|
359
|
+
$kendo-h3-line-height: $kendo-h3-line-height,
|
|
360
|
+
$kendo-h4-line-height: $kendo-h4-line-height,
|
|
361
|
+
$kendo-h5-line-height: $kendo-h5-line-height,
|
|
362
|
+
$kendo-h6-line-height: $kendo-h6-line-height,
|
|
363
|
+
$kendo-h1-font-weight: $kendo-h1-font-weight,
|
|
364
|
+
$kendo-h2-font-weight: $kendo-h2-font-weight,
|
|
365
|
+
$kendo-h3-font-weight: $kendo-h3-font-weight,
|
|
366
|
+
$kendo-h4-font-weight: $kendo-h4-font-weight,
|
|
367
|
+
$kendo-h5-font-weight: $kendo-h5-font-weight,
|
|
368
|
+
$kendo-h6-font-weight: $kendo-h6-font-weight,
|
|
369
|
+
$kendo-h1-letter-spacing: $kendo-h1-letter-spacing,
|
|
370
|
+
$kendo-h2-letter-spacing: $kendo-h2-letter-spacing,
|
|
371
|
+
$kendo-h3-letter-spacing: $kendo-h3-letter-spacing,
|
|
372
|
+
$kendo-h4-letter-spacing: $kendo-h4-letter-spacing,
|
|
373
|
+
$kendo-h5-letter-spacing: $kendo-h5-letter-spacing,
|
|
374
|
+
$kendo-h6-letter-spacing: $kendo-h6-letter-spacing,
|
|
375
|
+
$kendo-h1-margin: $kendo-h1-margin,
|
|
376
|
+
$kendo-h2-margin: $kendo-h2-margin,
|
|
377
|
+
$kendo-h3-margin: $kendo-h3-margin,
|
|
378
|
+
$kendo-h4-margin: $kendo-h4-margin,
|
|
379
|
+
$kendo-h5-margin: $kendo-h5-margin,
|
|
380
|
+
$kendo-h6-margin: $kendo-h6-margin,
|
|
381
|
+
$kendo-headings: $kendo-headings,
|
|
382
|
+
$kendo-paragraph-margin: $kendo-paragraph-margin,
|
|
383
|
+
$kendo-paragraph-font-size: $kendo-paragraph-font-size,
|
|
384
|
+
$kendo-paragraph-font-family: $kendo-paragraph-font-family,
|
|
385
|
+
$kendo-paragraph-line-height: $kendo-paragraph-line-height,
|
|
386
|
+
$kendo-paragraph-font-weight: $kendo-paragraph-font-weight,
|
|
387
|
+
$kendo-paragraph-letter-spacing: $kendo-paragraph-letter-spacing,
|
|
388
|
+
$kendo-code-font-size: $kendo-code-font-size,
|
|
389
|
+
$kendo-code-font-family: $kendo-code-font-family,
|
|
390
|
+
$kendo-code-line-height: $kendo-code-line-height,
|
|
391
|
+
$kendo-code-font-weight: $kendo-code-font-weight,
|
|
392
|
+
$kendo-code-letter-spacing: $kendo-code-letter-spacing,
|
|
393
|
+
$kendo-code-padding-x: $kendo-code-padding-x,
|
|
394
|
+
$kendo-code-padding-y: $kendo-code-padding-y,
|
|
395
|
+
$kendo-pre-padding-x: $kendo-pre-padding-x,
|
|
396
|
+
$kendo-pre-padding-y: $kendo-pre-padding-y,
|
|
397
|
+
$kendo-code-border-width: $kendo-code-border-width,
|
|
398
|
+
$kendo-code-bg: $kendo-code-bg,
|
|
399
|
+
$kendo-code-text: $kendo-code-text,
|
|
400
|
+
$kendo-code-border: $kendo-code-border,
|
|
401
|
+
$kendo-display1-font-size: $kendo-display1-font-size,
|
|
402
|
+
$kendo-display2-font-size: $kendo-display2-font-size,
|
|
403
|
+
$kendo-display3-font-size: $kendo-display3-font-size,
|
|
404
|
+
$kendo-display4-font-size: $kendo-display4-font-size,
|
|
405
|
+
$kendo-display1-font-family: $kendo-display1-font-family,
|
|
406
|
+
$kendo-display2-font-family: $kendo-display2-font-family,
|
|
407
|
+
$kendo-display3-font-family: $kendo-display3-font-family,
|
|
408
|
+
$kendo-display4-font-family: $kendo-display4-font-family,
|
|
409
|
+
$kendo-display1-line-height: $kendo-display1-line-height,
|
|
410
|
+
$kendo-display2-line-height: $kendo-display2-line-height,
|
|
411
|
+
$kendo-display3-line-height: $kendo-display3-line-height,
|
|
412
|
+
$kendo-display4-line-height: $kendo-display4-line-height,
|
|
413
|
+
$kendo-display1-font-weight: $kendo-display1-font-weight,
|
|
414
|
+
$kendo-display2-font-weight: $kendo-display2-font-weight,
|
|
415
|
+
$kendo-display3-font-weight: $kendo-display3-font-weight,
|
|
416
|
+
$kendo-display4-font-weight: $kendo-display4-font-weight,
|
|
417
|
+
$kendo-display1-letter-spacing: $kendo-display1-letter-spacing,
|
|
418
|
+
$kendo-display2-letter-spacing: $kendo-display2-letter-spacing,
|
|
419
|
+
$kendo-display3-letter-spacing: $kendo-display3-letter-spacing,
|
|
420
|
+
$kendo-display4-letter-spacing: $kendo-display4-letter-spacing,
|
|
421
|
+
$kendo-display: $kendo-display
|
|
422
|
+
);
|
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,7 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../icons/_variables.scss" as *;
|
|
3
|
+
@use "../core/functions/index.import.scss" as *;
|
|
4
|
+
|
|
1
5
|
// Upload
|
|
2
6
|
|
|
3
7
|
/// The width of the border around the Upload.
|
|
@@ -47,7 +51,7 @@ $kendo-upload-dropzone-hover-bg: if($kendo-enable-color-system, k-color( base-su
|
|
|
47
51
|
|
|
48
52
|
/// The text color of the Upload status message.
|
|
49
53
|
/// @group upload
|
|
50
|
-
$kendo-upload-status-text: $kendo-subtle-text !default;
|
|
54
|
+
$kendo-upload-status-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
|
|
51
55
|
/// The opacity of the Upload status message.
|
|
52
56
|
/// @group upload
|
|
53
57
|
$kendo-upload-status-text-opacity: null !default;
|
|
@@ -100,3 +104,42 @@ $kendo-upload-error-bg: $kendo-color-error !default;
|
|
|
100
104
|
/// The shadow of the focused Upload button, actions and uploaded items.
|
|
101
105
|
/// @group upload
|
|
102
106
|
$kendo-upload-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
107
|
+
|
|
108
|
+
$kendo-upload-files-list-margin: calc( -1 * #{k-spacing(2)} ) !default;
|
|
109
|
+
|
|
110
|
+
$kendo-upload-file-info-margin: k-spacing(4) !default;
|
|
111
|
+
|
|
112
|
+
@forward "@progress/kendo-theme-default/scss/upload/_variables.scss" with (
|
|
113
|
+
$kendo-upload-border-width: $kendo-upload-border-width,
|
|
114
|
+
$kendo-upload-font-family: $kendo-upload-font-family,
|
|
115
|
+
$kendo-upload-font-size: $kendo-upload-font-size,
|
|
116
|
+
$kendo-upload-line-height: $kendo-upload-line-height,
|
|
117
|
+
$kendo-upload-max-height: $kendo-upload-max-height,
|
|
118
|
+
$kendo-upload-text: $kendo-upload-text,
|
|
119
|
+
$kendo-upload-bg: $kendo-upload-bg,
|
|
120
|
+
$kendo-upload-border: $kendo-upload-border,
|
|
121
|
+
$kendo-upload-dropzone-padding-x: $kendo-upload-dropzone-padding-x,
|
|
122
|
+
$kendo-upload-dropzone-padding-y: $kendo-upload-dropzone-padding-y,
|
|
123
|
+
$kendo-upload-dropzone-text: $kendo-upload-dropzone-text,
|
|
124
|
+
$kendo-upload-dropzone-bg: $kendo-upload-dropzone-bg,
|
|
125
|
+
$kendo-upload-dropzone-border: $kendo-upload-dropzone-border,
|
|
126
|
+
$kendo-upload-dropzone-hover-bg: $kendo-upload-dropzone-hover-bg,
|
|
127
|
+
$kendo-upload-status-text: $kendo-upload-status-text,
|
|
128
|
+
$kendo-upload-status-text-opacity: $kendo-upload-status-text-opacity,
|
|
129
|
+
$kendo-upload-item-padding-x: $kendo-upload-item-padding-x,
|
|
130
|
+
$kendo-upload-item-padding-y: $kendo-upload-item-padding-y,
|
|
131
|
+
$kendo-upload-multiple-items-spacing: $kendo-upload-multiple-items-spacing,
|
|
132
|
+
$kendo-upload-validation-font-size: $kendo-upload-validation-font-size,
|
|
133
|
+
$kendo-upload-validation-line-height: $kendo-upload-validation-line-height,
|
|
134
|
+
$kendo-upload-icon-spacing: $kendo-upload-icon-spacing,
|
|
135
|
+
$kendo-upload-icon-color: $kendo-upload-icon-color,
|
|
136
|
+
$kendo-upload-progress-thickness: $kendo-upload-progress-thickness,
|
|
137
|
+
$kendo-upload-progress-bg: $kendo-upload-progress-bg,
|
|
138
|
+
$kendo-upload-success-text: $kendo-upload-success-text,
|
|
139
|
+
$kendo-upload-success-bg: $kendo-upload-success-bg,
|
|
140
|
+
$kendo-upload-error-text: $kendo-upload-error-text,
|
|
141
|
+
$kendo-upload-error-bg: $kendo-upload-error-bg,
|
|
142
|
+
$kendo-upload-focus-shadow: $kendo-upload-focus-shadow,
|
|
143
|
+
$kendo-upload-files-list-margin: $kendo-upload-files-list-margin,
|
|
144
|
+
$kendo-upload-file-info-margin: $kendo-upload-file-info-margin
|
|
145
|
+
);
|
package/scss/utils/_index.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@forward "@progress/kendo-theme-utils/scss/index.import.scss";
|
|
@@ -1,39 +1,24 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
// Module meta
|
|
4
|
-
$_kendo-module-meta: (
|
|
5
|
-
name: "validator",
|
|
6
|
-
dependencies: (
|
|
7
|
-
"icon",
|
|
8
|
-
"tooltip"
|
|
9
|
-
)
|
|
10
|
-
);
|
|
11
|
-
|
|
12
|
-
|
|
13
1
|
// Dependencies
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../tooltip/_index.scss" as *;
|
|
17
5
|
|
|
18
6
|
// Component
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
@
|
|
7
|
+
@forward "./_variables.scss";
|
|
8
|
+
@use "./_layout.scss" as *;
|
|
9
|
+
@use "./_theme.scss" as *;
|
|
22
10
|
|
|
23
11
|
|
|
24
|
-
//
|
|
25
|
-
@import "../core/module-system/index.import.scss";
|
|
26
|
-
@include module-register( $_kendo-module-meta... );
|
|
12
|
+
// Dependencies
|
|
27
13
|
|
|
28
14
|
|
|
29
15
|
// Expose
|
|
30
16
|
@mixin kendo-validator--styles() {
|
|
31
|
-
@include
|
|
17
|
+
@include import-once( "validator" ) {
|
|
18
|
+
@include core-styles();
|
|
19
|
+
@include kendo-tooltip--styles();
|
|
20
|
+
@include kendo-icon--styles();
|
|
32
21
|
@include kendo-validator--layout();
|
|
33
22
|
@include kendo-validator--theme();
|
|
34
23
|
}
|
|
35
24
|
}
|
|
36
|
-
|
|
37
|
-
@if $kendo-auto-bootstrap {
|
|
38
|
-
@include kendo-validator--styles();
|
|
39
|
-
}
|
|
@@ -1,35 +1,20 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "virtual-scroller",
|
|
7
|
-
dependencies: ()
|
|
8
|
-
);
|
|
9
|
-
|
|
10
|
-
|
|
11
1
|
// Dependencies
|
|
12
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
13
3
|
|
|
14
4
|
// Component
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
18
8
|
|
|
19
9
|
|
|
20
|
-
//
|
|
21
|
-
@import "../core/module-system/index.import.scss";
|
|
22
|
-
@include module-register( $_kendo-module-meta... );
|
|
10
|
+
// Dependencies
|
|
23
11
|
|
|
24
12
|
|
|
25
13
|
// Expose
|
|
26
14
|
@mixin kendo-virtual-scroller--styles() {
|
|
27
|
-
@include
|
|
15
|
+
@include import-once( "virtual-scroller" ) {
|
|
16
|
+
@include core-styles();
|
|
28
17
|
@include kendo-virtual-scroller--layout();
|
|
29
18
|
@include kendo-virtual-scroller--theme();
|
|
30
19
|
}
|
|
31
20
|
}
|
|
32
|
-
|
|
33
|
-
@if $kendo-auto-bootstrap {
|
|
34
|
-
@include kendo-virtual-scroller--styles();
|
|
35
|
-
}
|
package/scss/window/_index.scss
CHANGED
|
@@ -1,46 +1,26 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "window",
|
|
7
|
-
dependencies: (
|
|
8
|
-
"action-buttons",
|
|
9
|
-
"button",
|
|
10
|
-
"form",
|
|
11
|
-
"icon",
|
|
12
|
-
"overlay"
|
|
13
|
-
)
|
|
14
|
-
);
|
|
15
|
-
|
|
16
|
-
|
|
17
1
|
// Dependencies
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../overlay/_index.scss" as *;
|
|
5
|
+
@use "../forms/_index.scss" as *;
|
|
6
|
+
@use "../button/_index.scss" as *;
|
|
7
|
+
@use "../action-buttons/_index.scss" as *;
|
|
24
8
|
|
|
25
9
|
// Component
|
|
26
|
-
@
|
|
27
|
-
@
|
|
28
|
-
@
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
// Register
|
|
32
|
-
@import "../core/module-system/index.import.scss";
|
|
33
|
-
@include module-register( $_kendo-module-meta... );
|
|
34
|
-
|
|
10
|
+
@forward "./_variables.scss";
|
|
11
|
+
@use "./_layout.scss" as *;
|
|
12
|
+
@use "./_theme.scss" as *;
|
|
35
13
|
|
|
36
14
|
// Expose
|
|
37
15
|
@mixin kendo-window--styles() {
|
|
38
|
-
@include
|
|
16
|
+
@include import-once( "window" ) {
|
|
17
|
+
@include core-styles();
|
|
18
|
+
@include kendo-overlay--styles();
|
|
19
|
+
@include kendo-form--styles();
|
|
20
|
+
@include kendo-button--styles();
|
|
21
|
+
@include kendo-action-buttons--styles();
|
|
22
|
+
@include kendo-icon--styles();
|
|
39
23
|
@include kendo-window--layout();
|
|
40
24
|
@include kendo-window--theme();
|
|
41
25
|
}
|
|
42
26
|
}
|
|
43
|
-
|
|
44
|
-
@if $kendo-auto-bootstrap {
|
|
45
|
-
@include kendo-window--styles();
|
|
46
|
-
}
|
package/scss/window/_layout.scss
CHANGED
package/scss/window/_theme.scss
CHANGED