@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
package/scss/popup/_index.scss
CHANGED
|
@@ -1,35 +1,16 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "popup",
|
|
7
|
-
dependencies: ()
|
|
8
|
-
);
|
|
9
|
-
|
|
10
|
-
|
|
11
1
|
// Dependencies
|
|
12
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
13
3
|
|
|
14
4
|
// Component
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
// Register
|
|
21
|
-
@import "../core/module-system/index.import.scss";
|
|
22
|
-
@include module-register( $_kendo-module-meta... );
|
|
23
|
-
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
24
8
|
|
|
25
9
|
// Expose
|
|
26
10
|
@mixin kendo-popup--styles() {
|
|
27
|
-
@include
|
|
11
|
+
@include import-once( "popup" ) {
|
|
12
|
+
@include core-styles();
|
|
28
13
|
@include kendo-popup--layout();
|
|
29
14
|
@include kendo-popup--theme();
|
|
30
15
|
}
|
|
31
16
|
}
|
|
32
|
-
|
|
33
|
-
@if $kendo-auto-bootstrap {
|
|
34
|
-
@include kendo-popup--styles();
|
|
35
|
-
}
|
package/scss/popup/_layout.scss
CHANGED
package/scss/popup/_theme.scss
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
1
3
|
/// Horizontal padding of the popup.
|
|
2
4
|
/// @group popup
|
|
3
5
|
$kendo-popup-padding-x: null !default;
|
|
@@ -37,3 +39,19 @@ $kendo-popup-border: $kendo-component-border !default;
|
|
|
37
39
|
/// Box shadow of the popup.
|
|
38
40
|
/// @group popup
|
|
39
41
|
$kendo-popup-shadow: k-elevation(4) !default;
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
@forward "@progress/kendo-theme-default/scss/popup/_variables.scss" with (
|
|
45
|
+
$kendo-popup-padding-x: $kendo-popup-padding-x,
|
|
46
|
+
$kendo-popup-padding-y: $kendo-popup-padding-y,
|
|
47
|
+
$kendo-popup-border-width: $kendo-popup-border-width,
|
|
48
|
+
$kendo-popup-border-radius: $kendo-popup-border-radius,
|
|
49
|
+
$kendo-popup-font-size: $kendo-popup-font-size,
|
|
50
|
+
$kendo-popup-line-height: $kendo-popup-line-height,
|
|
51
|
+
$kendo-popup-content-padding-x: $kendo-popup-content-padding-x,
|
|
52
|
+
$kendo-popup-content-padding-y: $kendo-popup-content-padding-y,
|
|
53
|
+
$kendo-popup-bg: $kendo-popup-bg,
|
|
54
|
+
$kendo-popup-text: $kendo-popup-text,
|
|
55
|
+
$kendo-popup-border: $kendo-popup-border,
|
|
56
|
+
$kendo-popup-shadow: $kendo-popup-shadow
|
|
57
|
+
);
|
|
@@ -1,35 +1,16 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "progressbar",
|
|
7
|
-
dependencies: ()
|
|
8
|
-
);
|
|
9
|
-
|
|
10
|
-
|
|
11
1
|
// Dependencies
|
|
12
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
13
3
|
|
|
14
4
|
// Component
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
// Register
|
|
21
|
-
@import "../core/module-system/index.import.scss";
|
|
22
|
-
@include module-register( $_kendo-module-meta... );
|
|
23
|
-
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
24
8
|
|
|
25
9
|
// Expose
|
|
26
10
|
@mixin kendo-progressbar--styles() {
|
|
27
|
-
@include
|
|
11
|
+
@include import-once( "progressbar" ) {
|
|
12
|
+
@include core-styles();
|
|
28
13
|
@include kendo-progressbar--layout();
|
|
29
14
|
@include kendo-progressbar--theme();
|
|
30
15
|
}
|
|
31
16
|
}
|
|
32
|
-
|
|
33
|
-
@if $kendo-auto-bootstrap {
|
|
34
|
-
@include kendo-progressbar--styles();
|
|
35
|
-
}
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../core/functions/index.import.scss" as *;
|
|
3
|
+
|
|
1
4
|
// ProgressBar
|
|
2
5
|
|
|
3
6
|
/// The height of the ProgressBar.
|
|
4
7
|
/// @group progressbar
|
|
5
|
-
$kendo-progressbar-height:
|
|
8
|
+
$kendo-progressbar-height: k-spacing(4) !default;
|
|
6
9
|
/// The horizontal width of the ProgressBar.
|
|
7
10
|
/// @group progressbar
|
|
8
11
|
$kendo-progressbar-horizontal-width: 100% !default;
|
|
9
12
|
/// The animation timing of the ProgressBar.
|
|
10
13
|
/// @group progressbar
|
|
11
|
-
$kendo-progressbar-animation-timing:
|
|
14
|
+
$kendo-progressbar-animation-timing: 1s linear infinite !default;
|
|
12
15
|
/// The width of the border around the ProgressBar.
|
|
13
16
|
/// @group progressbar
|
|
14
17
|
$kendo-progressbar-border-width: 0px !default;
|
|
@@ -17,20 +20,20 @@ $kendo-progressbar-border-width: 0px !default;
|
|
|
17
20
|
$kendo-progressbar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
18
21
|
/// The font size of the ProgressBar.
|
|
19
22
|
/// @group progressbar
|
|
20
|
-
$kendo-progressbar-font-size: $
|
|
23
|
+
$kendo-progressbar-font-size: $kendo-font-size * .75 !default;
|
|
21
24
|
/// The line height of the ProgressBar.
|
|
22
25
|
/// @group progressbar
|
|
23
26
|
$kendo-progressbar-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
24
27
|
|
|
25
28
|
/// The background color of the ProgressBar.
|
|
26
29
|
/// @group progressbar
|
|
27
|
-
$kendo-progressbar-bg: if($kendo-enable-color-system, k-color( base-subtle ),
|
|
30
|
+
$kendo-progressbar-bg: if($kendo-enable-color-system, k-color( base-subtle ), #e9ecef) !default;
|
|
28
31
|
/// The text color of the ProgressBar.
|
|
29
32
|
/// @group progressbar
|
|
30
|
-
$kendo-progressbar-text: if($kendo-enable-color-system, k-color( base-on-subtle ), k-contrast-color(
|
|
33
|
+
$kendo-progressbar-text: if($kendo-enable-color-system, k-color( base-on-subtle ), k-contrast-color( #e9ecef )) !default;
|
|
31
34
|
/// The border color of the ProgressBar.
|
|
32
35
|
/// @group progressbar
|
|
33
|
-
$kendo-progressbar-border:
|
|
36
|
+
$kendo-progressbar-border: inherit !default;
|
|
34
37
|
/// The background gradient of the ProgressBar.
|
|
35
38
|
/// @group progressbar
|
|
36
39
|
$kendo-progressbar-gradient: null !default;
|
|
@@ -43,7 +46,7 @@ $kendo-progressbar-value-bg: $kendo-selected-bg !default;
|
|
|
43
46
|
$kendo-progressbar-value-text: $kendo-selected-text !default;
|
|
44
47
|
/// The progress border color of the ProgressBar.
|
|
45
48
|
/// @group progressbar
|
|
46
|
-
$kendo-progressbar-value-border:
|
|
49
|
+
$kendo-progressbar-value-border: unset !default;
|
|
47
50
|
/// The progress background gradient of the ProgressBar.
|
|
48
51
|
/// @group progressbar
|
|
49
52
|
$kendo-progressbar-value-gradient: null !default;
|
|
@@ -72,3 +75,29 @@ $kendo-circular-progressbar-arc-stroke: $kendo-color-primary !default;
|
|
|
72
75
|
/// The scale stroke background color of the circular ProgressBar.
|
|
73
76
|
/// @group progressbar
|
|
74
77
|
$kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
@forward "@progress/kendo-theme-default/scss/progressbar/_variables.scss" with (
|
|
81
|
+
$kendo-progressbar-height: $kendo-progressbar-height,
|
|
82
|
+
$kendo-progressbar-horizontal-width: $kendo-progressbar-horizontal-width,
|
|
83
|
+
$kendo-progressbar-animation-timing: $kendo-progressbar-animation-timing,
|
|
84
|
+
$kendo-progressbar-border-width: $kendo-progressbar-border-width,
|
|
85
|
+
$kendo-progressbar-font-family: $kendo-progressbar-font-family,
|
|
86
|
+
$kendo-progressbar-font-size: $kendo-progressbar-font-size,
|
|
87
|
+
$kendo-progressbar-line-height: $kendo-progressbar-line-height,
|
|
88
|
+
$kendo-progressbar-bg: $kendo-progressbar-bg,
|
|
89
|
+
$kendo-progressbar-text: $kendo-progressbar-text,
|
|
90
|
+
$kendo-progressbar-border: $kendo-progressbar-border,
|
|
91
|
+
$kendo-progressbar-gradient: $kendo-progressbar-gradient,
|
|
92
|
+
$kendo-progressbar-value-bg: $kendo-progressbar-value-bg,
|
|
93
|
+
$kendo-progressbar-value-text: $kendo-progressbar-value-text,
|
|
94
|
+
$kendo-progressbar-value-border: $kendo-progressbar-value-border,
|
|
95
|
+
$kendo-progressbar-value-gradient: $kendo-progressbar-value-gradient,
|
|
96
|
+
$kendo-progressbar-indeterminate-bg: $kendo-progressbar-indeterminate-bg,
|
|
97
|
+
$kendo-progressbar-indeterminate-text: $kendo-progressbar-indeterminate-text,
|
|
98
|
+
$kendo-progressbar-indeterminate-border: $kendo-progressbar-indeterminate-border,
|
|
99
|
+
$kendo-progressbar-indeterminate-gradient: $kendo-progressbar-indeterminate-gradient,
|
|
100
|
+
$kendo-progressbar-chunk-border: $kendo-progressbar-chunk-border,
|
|
101
|
+
$kendo-circular-progressbar-arc-stroke: $kendo-circular-progressbar-arc-stroke,
|
|
102
|
+
$kendo-circular-progressbar-scale-stroke: $kendo-circular-progressbar-scale-stroke
|
|
103
|
+
);
|
package/scss/prompt/_index.scss
CHANGED
|
@@ -1,34 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
@
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
// Module meta
|
|
6
|
-
$_kendo-module-meta: (
|
|
7
|
-
name: "prompt",
|
|
8
|
-
dependencies: ()
|
|
9
|
-
);
|
|
10
|
-
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../utils/_index.scss" as *;
|
|
11
4
|
|
|
12
5
|
// Component
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
// Register
|
|
19
|
-
@import "../core/module-system/index.import.scss";
|
|
20
|
-
@include module-register( $_kendo-module-meta... );
|
|
21
|
-
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
22
9
|
|
|
23
10
|
// Expose
|
|
24
11
|
@mixin kendo-prompt--styles() {
|
|
25
|
-
@include
|
|
12
|
+
@include import-once( "prompt" ) {
|
|
13
|
+
@include core-styles();
|
|
26
14
|
@include kendo-prompt--layout();
|
|
27
15
|
@include kendo-prompt--theme();
|
|
28
16
|
@include kendo-utils--flex-grid--flex-direction();
|
|
29
17
|
}
|
|
30
18
|
}
|
|
31
|
-
|
|
32
|
-
@if $kendo-auto-bootstrap {
|
|
33
|
-
@include kendo-prompt--styles();
|
|
34
|
-
}
|
package/scss/prompt/_layout.scss
CHANGED
package/scss/prompt/_theme.scss
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
1
3
|
// AIPrompt
|
|
2
4
|
|
|
3
5
|
/// The text color of the AIPrompt.
|
|
@@ -64,3 +66,27 @@ $kendo-prompt-suggestion-border: $kendo-component-border !default;
|
|
|
64
66
|
/// The elevation of the AIPrompt suggestion container.
|
|
65
67
|
/// @group prompt
|
|
66
68
|
$kendo-prompt-suggestion-shadow: k-elevation(1) !default;
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
@forward "@progress/kendo-theme-default/scss/prompt/_variables.scss" with (
|
|
72
|
+
$kendo-prompt-text: $kendo-prompt-text,
|
|
73
|
+
$kendo-prompt-bg: $kendo-prompt-bg,
|
|
74
|
+
$kendo-prompt-border: $kendo-prompt-border,
|
|
75
|
+
$kendo-prompt-header-text: $kendo-prompt-header-text,
|
|
76
|
+
$kendo-prompt-header-bg: $kendo-prompt-header-bg,
|
|
77
|
+
$kendo-prompt-header-border: $kendo-prompt-header-border,
|
|
78
|
+
$kendo-prompt-content-padding-y: $kendo-prompt-content-padding-y,
|
|
79
|
+
$kendo-prompt-content-padding-x: $kendo-prompt-content-padding-x,
|
|
80
|
+
$kendo-prompt-content-spacing: $kendo-prompt-content-spacing,
|
|
81
|
+
$kendo-prompt-content-text: $kendo-prompt-content-text,
|
|
82
|
+
$kendo-prompt-content-bg: $kendo-prompt-content-bg,
|
|
83
|
+
$kendo-prompt-content-border: $kendo-prompt-content-border,
|
|
84
|
+
$kendo-prompt-expander-spacing: $kendo-prompt-expander-spacing,
|
|
85
|
+
$kendo-prompt-suggestion-padding-y: $kendo-prompt-suggestion-padding-y,
|
|
86
|
+
$kendo-prompt-suggestion-padding-x: $kendo-prompt-suggestion-padding-x,
|
|
87
|
+
$kendo-prompt-suggestion-border-radius: $kendo-prompt-suggestion-border-radius,
|
|
88
|
+
$kendo-prompt-suggestion-text: $kendo-prompt-suggestion-text,
|
|
89
|
+
$kendo-prompt-suggestion-bg: $kendo-prompt-suggestion-bg,
|
|
90
|
+
$kendo-prompt-suggestion-border: $kendo-prompt-suggestion-border,
|
|
91
|
+
$kendo-prompt-suggestion-shadow: $kendo-prompt-suggestion-shadow
|
|
92
|
+
);
|
package/scss/radio/_index.scss
CHANGED
|
@@ -1,35 +1,16 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "radio",
|
|
7
|
-
dependencies: ()
|
|
8
|
-
);
|
|
9
|
-
|
|
10
|
-
|
|
11
1
|
// Dependencies
|
|
12
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
13
3
|
|
|
14
4
|
// Component
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
// Register
|
|
21
|
-
@import "../core/module-system/index.import.scss";
|
|
22
|
-
@include module-register( $_kendo-module-meta... );
|
|
23
|
-
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
24
8
|
|
|
25
9
|
// Expose
|
|
26
10
|
@mixin kendo-radio--styles() {
|
|
27
|
-
@include
|
|
11
|
+
@include import-once( "radio" ) {
|
|
12
|
+
@include core-styles();
|
|
28
13
|
@include kendo-radio--layout();
|
|
29
14
|
@include kendo-radio--theme();
|
|
30
15
|
}
|
|
31
16
|
}
|
|
32
|
-
|
|
33
|
-
@if $kendo-auto-bootstrap {
|
|
34
|
-
@include kendo-radio--styles();
|
|
35
|
-
}
|
package/scss/radio/_layout.scss
CHANGED
package/scss/radio/_theme.scss
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../list/_variables.scss" as *;
|
|
3
|
+
@use "../checkbox/_variables.scss" as *;
|
|
4
|
+
@use "../core/functions/index.import.scss" as *;
|
|
4
5
|
|
|
5
6
|
// Radio button
|
|
6
7
|
|
|
@@ -184,3 +185,52 @@ $kendo-radio-ripple-bg: $kendo-radio-checked-bg !default;
|
|
|
184
185
|
/// The opacity of the RadioButton ripple.
|
|
185
186
|
/// @group radio
|
|
186
187
|
$kendo-radio-ripple-opacity: .25 !default;
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
@forward "@progress/kendo-theme-default/scss/radio/_variables.scss" with (
|
|
191
|
+
$kendo-radio-radius: $kendo-radio-radius,
|
|
192
|
+
$kendo-radio-border-width: $kendo-radio-border-width,
|
|
193
|
+
$kendo-radio-sm-size: $kendo-radio-sm-size,
|
|
194
|
+
$kendo-radio-md-size: $kendo-radio-md-size,
|
|
195
|
+
$kendo-radio-lg-size: $kendo-radio-lg-size,
|
|
196
|
+
$kendo-radio-sm-glyph-size: $kendo-radio-sm-glyph-size,
|
|
197
|
+
$kendo-radio-md-glyph-size: $kendo-radio-md-glyph-size,
|
|
198
|
+
$kendo-radio-lg-glyph-size: $kendo-radio-lg-glyph-size,
|
|
199
|
+
$kendo-radio-sm-ripple-size: $kendo-radio-sm-ripple-size,
|
|
200
|
+
$kendo-radio-md-ripple-size: $kendo-radio-md-ripple-size,
|
|
201
|
+
$kendo-radio-lg-ripple-size: $kendo-radio-lg-ripple-size,
|
|
202
|
+
$kendo-radio-sizes: $kendo-radio-sizes,
|
|
203
|
+
$kendo-radio-bg: $kendo-radio-bg,
|
|
204
|
+
$kendo-radio-text: $kendo-radio-text,
|
|
205
|
+
$kendo-radio-border: $kendo-radio-border,
|
|
206
|
+
$kendo-radio-hover-bg: $kendo-radio-hover-bg,
|
|
207
|
+
$kendo-radio-hover-text: $kendo-radio-hover-text,
|
|
208
|
+
$kendo-radio-hover-border: $kendo-radio-hover-border,
|
|
209
|
+
$kendo-radio-checked-bg: $kendo-radio-checked-bg,
|
|
210
|
+
$kendo-radio-checked-text: $kendo-radio-checked-text,
|
|
211
|
+
$kendo-radio-checked-border: $kendo-radio-checked-border,
|
|
212
|
+
$kendo-radio-focus-border: $kendo-radio-focus-border,
|
|
213
|
+
$kendo-radio-focus-shadow: $kendo-radio-focus-shadow,
|
|
214
|
+
$kendo-radio-focus-checked-border: $kendo-radio-focus-checked-border,
|
|
215
|
+
$kendo-radio-focus-checked-shadow: $kendo-radio-focus-checked-shadow,
|
|
216
|
+
$kendo-radio-disabled-bg: $kendo-radio-disabled-bg,
|
|
217
|
+
$kendo-radio-disabled-text: $kendo-radio-disabled-text,
|
|
218
|
+
$kendo-radio-disabled-border: $kendo-radio-disabled-border,
|
|
219
|
+
$kendo-radio-disabled-checked-bg: $kendo-radio-disabled-checked-bg,
|
|
220
|
+
$kendo-radio-disabled-checked-text: $kendo-radio-disabled-checked-text,
|
|
221
|
+
$kendo-radio-disabled-checked-border: $kendo-radio-disabled-checked-border,
|
|
222
|
+
$kendo-radio-invalid-bg: $kendo-radio-invalid-bg,
|
|
223
|
+
$kendo-radio-invalid-text: $kendo-radio-invalid-text,
|
|
224
|
+
$kendo-radio-invalid-border: $kendo-radio-invalid-border,
|
|
225
|
+
$kendo-radio-indicator-type: $kendo-radio-indicator-type,
|
|
226
|
+
$kendo-radio-glyph-font-family: $kendo-radio-glyph-font-family,
|
|
227
|
+
$kendo-radio-checked-glyph: $kendo-radio-checked-glyph,
|
|
228
|
+
$kendo-radio-checked-image: $kendo-radio-checked-image,
|
|
229
|
+
$kendo-radio-disabled-checked-image: $kendo-radio-disabled-checked-image,
|
|
230
|
+
$kendo-radio-label-margin-x: $kendo-radio-label-margin-x,
|
|
231
|
+
$kendo-radio-list-spacing: $kendo-radio-list-spacing,
|
|
232
|
+
$kendo-radio-list-item-padding-x: $kendo-radio-list-item-padding-x,
|
|
233
|
+
$kendo-radio-list-item-padding-y: $kendo-radio-list-item-padding-y,
|
|
234
|
+
$kendo-radio-ripple-bg: $kendo-radio-ripple-bg,
|
|
235
|
+
$kendo-radio-ripple-opacity: $kendo-radio-ripple-opacity
|
|
236
|
+
);
|
package/scss/rating/_index.scss
CHANGED
|
@@ -1,38 +1,18 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "rating",
|
|
7
|
-
dependencies: (
|
|
8
|
-
"icon"
|
|
9
|
-
)
|
|
10
|
-
);
|
|
11
|
-
|
|
12
|
-
|
|
13
1
|
// Dependencies
|
|
14
|
-
@
|
|
15
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
16
4
|
|
|
17
5
|
// Component
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
// Register
|
|
24
|
-
@import "../core/module-system/index.import.scss";
|
|
25
|
-
@include module-register( $_kendo-module-meta... );
|
|
26
|
-
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
27
9
|
|
|
28
10
|
// Expose
|
|
29
11
|
@mixin kendo-rating--styles() {
|
|
30
|
-
@include
|
|
12
|
+
@include import-once( "rating" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-icon--styles();
|
|
31
15
|
@include kendo-rating--layout();
|
|
32
16
|
@include kendo-rating--theme();
|
|
33
17
|
}
|
|
34
18
|
}
|
|
35
|
-
|
|
36
|
-
@if $kendo-auto-bootstrap {
|
|
37
|
-
@include kendo-rating--styles();
|
|
38
|
-
}
|
package/scss/rating/_layout.scss
CHANGED
package/scss/rating/_theme.scss
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
1
3
|
// Rating
|
|
2
4
|
|
|
3
5
|
/// The font family of the Rating.
|
|
@@ -12,28 +14,28 @@ $kendo-rating-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
12
14
|
|
|
13
15
|
/// The horizontal margin of the Rating container.
|
|
14
16
|
/// @group rating
|
|
15
|
-
$kendo-rating-container-margin-x:
|
|
17
|
+
$kendo-rating-container-margin-x: k-spacing(2) !default;
|
|
16
18
|
|
|
17
19
|
/// The horizontal padding of the Rating item.
|
|
18
20
|
/// @group rating
|
|
19
|
-
$kendo-rating-item-padding-x:
|
|
21
|
+
$kendo-rating-item-padding-x: k-spacing(2) !default;
|
|
20
22
|
/// The vertical padding of the Rating item.
|
|
21
23
|
/// @group rating
|
|
22
|
-
$kendo-rating-item-padding-y:
|
|
24
|
+
$kendo-rating-item-padding-y: k-spacing(2) !default;
|
|
23
25
|
|
|
24
26
|
/// The horizontal margin of the Rating label.
|
|
25
27
|
/// @group rating
|
|
26
|
-
$kendo-rating-label-margin-x:
|
|
28
|
+
$kendo-rating-label-margin-x: k-spacing(4) !default;
|
|
27
29
|
/// The vertical margin of the Rating label.
|
|
28
30
|
/// @group rating
|
|
29
|
-
$kendo-rating-label-margin-y:
|
|
31
|
+
$kendo-rating-label-margin-y: k-spacing(2) !default;
|
|
30
32
|
/// The line height of the Rating label.
|
|
31
33
|
/// @group rating
|
|
32
|
-
$kendo-rating-label-line-height:
|
|
34
|
+
$kendo-rating-label-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
33
35
|
|
|
34
36
|
/// The text color of the Rating icon.
|
|
35
37
|
/// @group rating
|
|
36
|
-
$kendo-rating-icon-text: $kendo-subtle-text !default;
|
|
38
|
+
$kendo-rating-icon-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
|
|
37
39
|
/// The text color of the selected Rating icon.
|
|
38
40
|
/// @group rating
|
|
39
41
|
$kendo-rating-icon-selected-text: $kendo-selected-bg !default;
|
|
@@ -50,3 +52,22 @@ $kendo-rating-icon-focus-shadow: 0 2px 4px rgba( black, .1 ) !default;
|
|
|
50
52
|
/// The shadow of the focused and selected Rating icon.
|
|
51
53
|
/// @group rating
|
|
52
54
|
$kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( black, .1) !default;
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
@forward "@progress/kendo-theme-default/scss/rating/_variables.scss" with (
|
|
58
|
+
$kendo-rating-font-family: $kendo-rating-font-family,
|
|
59
|
+
$kendo-rating-font-size: $kendo-rating-font-size,
|
|
60
|
+
$kendo-rating-line-height: $kendo-rating-line-height,
|
|
61
|
+
$kendo-rating-container-margin-x: $kendo-rating-container-margin-x,
|
|
62
|
+
$kendo-rating-item-padding-x: $kendo-rating-item-padding-x,
|
|
63
|
+
$kendo-rating-item-padding-y: $kendo-rating-item-padding-y,
|
|
64
|
+
$kendo-rating-label-margin-x: $kendo-rating-label-margin-x,
|
|
65
|
+
$kendo-rating-label-margin-y: $kendo-rating-label-margin-y,
|
|
66
|
+
$kendo-rating-label-line-height: $kendo-rating-label-line-height,
|
|
67
|
+
$kendo-rating-icon-text: $kendo-rating-icon-text,
|
|
68
|
+
$kendo-rating-icon-selected-text: $kendo-rating-icon-selected-text,
|
|
69
|
+
$kendo-rating-icon-hover-text: $kendo-rating-icon-hover-text,
|
|
70
|
+
$kendo-rating-icon-focus-text: $kendo-rating-icon-focus-text,
|
|
71
|
+
$kendo-rating-icon-focus-shadow: $kendo-rating-icon-focus-shadow,
|
|
72
|
+
$kendo-rating-icon-focus-selected-shadow: $kendo-rating-icon-focus-selected-shadow
|
|
73
|
+
);
|
|
@@ -1,38 +1,18 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "responsive-panel",
|
|
7
|
-
dependencies: (
|
|
8
|
-
"icon"
|
|
9
|
-
)
|
|
10
|
-
);
|
|
11
|
-
|
|
12
|
-
|
|
13
1
|
// Dependencies
|
|
14
|
-
@
|
|
15
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
16
4
|
|
|
17
5
|
// Component
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
// Register
|
|
24
|
-
@import "../core/module-system/index.import.scss";
|
|
25
|
-
@include module-register( $_kendo-module-meta... );
|
|
26
|
-
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
27
9
|
|
|
28
10
|
// Expose
|
|
29
11
|
@mixin kendo-responsive-panel--styles() {
|
|
30
|
-
@include
|
|
12
|
+
@include import-once( "responsive-panel" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-icon--styles();
|
|
31
15
|
@include kendo-responsive-panel--layout();
|
|
32
16
|
@include kendo-responsive-panel--theme();
|
|
33
17
|
}
|
|
34
18
|
}
|
|
35
|
-
|
|
36
|
-
@if $kendo-auto-bootstrap {
|
|
37
|
-
@include kendo-responsive-panel--styles();
|
|
38
|
-
}
|