@progress/kendo-theme-meridian 14.0.0-dev.1
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/LICENSE.md +17 -0
- package/README.md +120 -0
- package/dist/all.css +1 -0
- package/dist/all.scss +1 -0
- package/dist/meridian-main-dark.css +1 -0
- package/dist/meridian-main-dark.scss +137 -0
- package/dist/meridian-main.css +1 -0
- package/dist/meridian-main.scss +4 -0
- package/dist/meta/_variables.scss +11 -0
- package/dist/meta/sassdoc-data.json +206364 -0
- package/dist/meta/sassdoc-raw-data.json +94235 -0
- package/dist/meta/variables.json +16743 -0
- package/lib/swatches/index.js +2 -0
- package/lib/swatches/meridian-main-dark.json +657 -0
- package/lib/swatches/meridian-main.json +16 -0
- package/package.json +64 -0
- package/scss/_layout.scss +0 -0
- package/scss/_variables.scss +6 -0
- package/scss/action-buttons/_index.scss +19 -0
- package/scss/action-buttons/_layout.scss +6 -0
- package/scss/action-buttons/_theme.scss +6 -0
- package/scss/action-buttons/_variables.scss +44 -0
- package/scss/action-sheet/_index.scss +24 -0
- package/scss/action-sheet/_layout.scss +17 -0
- package/scss/action-sheet/_theme.scss +6 -0
- package/scss/action-sheet/_variables.scss +327 -0
- package/scss/adaptive/_index.scss +26 -0
- package/scss/adaptive/_layout.scss +6 -0
- package/scss/adaptive/_theme.scss +6 -0
- package/scss/adaptive/_variables.scss +90 -0
- package/scss/all.scss +4 -0
- package/scss/appbar/_index.scss +16 -0
- package/scss/appbar/_layout.scss +6 -0
- package/scss/appbar/_theme.scss +22 -0
- package/scss/appbar/_variables.scss +69 -0
- package/scss/autocomplete/_index.scss +26 -0
- package/scss/autocomplete/_layout.scss +6 -0
- package/scss/autocomplete/_theme.scss +6 -0
- package/scss/autocomplete/_variables.scss +1 -0
- package/scss/avatar/_index.scss +16 -0
- package/scss/avatar/_layout.scss +6 -0
- package/scss/avatar/_theme.scss +6 -0
- package/scss/avatar/_variables.scss +62 -0
- package/scss/badge/_index.scss +18 -0
- package/scss/badge/_layout.scss +6 -0
- package/scss/badge/_theme.scss +6 -0
- package/scss/badge/_variables.scss +110 -0
- package/scss/bottom-navigation/_index.scss +20 -0
- package/scss/bottom-navigation/_layout.scss +11 -0
- package/scss/bottom-navigation/_theme.scss +70 -0
- package/scss/bottom-navigation/_variables.scss +109 -0
- package/scss/breadcrumb/_index.scss +23 -0
- package/scss/breadcrumb/_layout.scss +12 -0
- package/scss/breadcrumb/_theme.scss +15 -0
- package/scss/breadcrumb/_variables.scss +263 -0
- package/scss/bubble/_index.scss +16 -0
- package/scss/bubble/_layout.scss +11 -0
- package/scss/bubble/_theme.scss +21 -0
- package/scss/bubble/_variables.scss +103 -0
- package/scss/button/_index.scss +20 -0
- package/scss/button/_layout.scss +14 -0
- package/scss/button/_theme.scss +188 -0
- package/scss/button/_variables.scss +364 -0
- package/scss/calendar/_index.scss +26 -0
- package/scss/calendar/_layout.scss +36 -0
- package/scss/calendar/_theme.scss +83 -0
- package/scss/calendar/_variables.scss +444 -0
- package/scss/captcha/_index.scss +29 -0
- package/scss/captcha/_layout.scss +12 -0
- package/scss/captcha/_theme.scss +6 -0
- package/scss/captcha/_variables.scss +66 -0
- package/scss/card/_index.scss +26 -0
- package/scss/card/_layout.scss +73 -0
- package/scss/card/_theme.scss +11 -0
- package/scss/card/_variables.scss +240 -0
- package/scss/chart-wizard/_index.scss +37 -0
- package/scss/chart-wizard/_layout.scss +12 -0
- package/scss/chart-wizard/_theme.scss +23 -0
- package/scss/chart-wizard/_variables.scss +81 -0
- package/scss/chat/_index.scss +44 -0
- package/scss/chat/_layout.scss +46 -0
- package/scss/chat/_theme.scss +32 -0
- package/scss/chat/_variables.scss +315 -0
- package/scss/checkbox/_index.scss +16 -0
- package/scss/checkbox/_layout.scss +11 -0
- package/scss/checkbox/_theme.scss +30 -0
- package/scss/checkbox/_variables.scss +256 -0
- package/scss/chip/_index.scss +20 -0
- package/scss/chip/_layout.scss +11 -0
- package/scss/chip/_theme.scss +110 -0
- package/scss/chip/_variables.scss +215 -0
- package/scss/color-preview/_index.scss +16 -0
- package/scss/color-preview/_layout.scss +6 -0
- package/scss/color-preview/_theme.scss +6 -0
- package/scss/color-preview/_variables.scss +49 -0
- package/scss/coloreditor/_index.scss +24 -0
- package/scss/coloreditor/_layout.scss +6 -0
- package/scss/coloreditor/_theme.scss +6 -0
- package/scss/coloreditor/_variables.scss +198 -0
- package/scss/colorgradient/_index.scss +30 -0
- package/scss/colorgradient/_layout.scss +36 -0
- package/scss/colorgradient/_theme.scss +37 -0
- package/scss/colorgradient/_variables.scss +318 -0
- package/scss/colorpalette/_index.scss +16 -0
- package/scss/colorpalette/_layout.scss +11 -0
- package/scss/colorpalette/_theme.scss +6 -0
- package/scss/colorpalette/_variables.scss +71 -0
- package/scss/colorpicker/_index.scss +26 -0
- package/scss/colorpicker/_layout.scss +5 -0
- package/scss/colorpicker/_theme.scss +6 -0
- package/scss/colorpicker/_variables.scss +1 -0
- package/scss/column-menu/_index.scss +16 -0
- package/scss/column-menu/_layout.scss +5 -0
- package/scss/column-menu/_theme.scss +5 -0
- package/scss/column-menu/_variables.scss +105 -0
- package/scss/combobox/_index.scss +26 -0
- package/scss/combobox/_layout.scss +45 -0
- package/scss/combobox/_theme.scss +16 -0
- package/scss/combobox/_variables.scss +1 -0
- package/scss/core/_index.scss +76 -0
- package/scss/core/border-radii/index.scss +52 -0
- package/scss/core/color-system/_swatch.scss +377 -0
- package/scss/core/elevation/index.scss +34 -0
- package/scss/core/functions/index.scss +1 -0
- package/scss/core/mixins/index.scss +1 -0
- package/scss/core/motion/index.scss +175 -0
- package/scss/core/spacing/index.scss +48 -0
- package/scss/core/styles/index.scss +1 -0
- package/scss/core/typography/index.scss +185 -0
- package/scss/core/z-index/index.scss +1 -0
- package/scss/dataviz/_index.scss +20 -0
- package/scss/dataviz/_layout.scss +6 -0
- package/scss/dataviz/_theme.scss +6 -0
- package/scss/dataviz/_variables.scss +496 -0
- package/scss/dateinput/_index.scss +18 -0
- package/scss/dateinput/_layout.scss +6 -0
- package/scss/dateinput/_theme.scss +6 -0
- package/scss/dateinput/_variables.scss +1 -0
- package/scss/datepicker/_index.scss +22 -0
- package/scss/datepicker/_layout.scss +6 -0
- package/scss/datepicker/_theme.scss +11 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/daterangepicker/_index.scss +24 -0
- package/scss/daterangepicker/_layout.scss +6 -0
- package/scss/daterangepicker/_theme.scss +11 -0
- package/scss/daterangepicker/_variables.scss +8 -0
- package/scss/datetimepicker/_index.scss +30 -0
- package/scss/datetimepicker/_layout.scss +14 -0
- package/scss/datetimepicker/_theme.scss +15 -0
- package/scss/datetimepicker/_variables.scss +30 -0
- package/scss/dialog/_index.scss +18 -0
- package/scss/dialog/_layout.scss +6 -0
- package/scss/dialog/_theme.scss +6 -0
- package/scss/dialog/_variables.scss +43 -0
- package/scss/dock-manager/_index.scss +22 -0
- package/scss/dock-manager/_layout.scss +10 -0
- package/scss/dock-manager/_theme.scss +6 -0
- package/scss/dock-manager/_variables.scss +157 -0
- package/scss/draggable/_index.scss +16 -0
- package/scss/draggable/_layout.scss +6 -0
- package/scss/draggable/_theme.scss +6 -0
- package/scss/draggable/_variables.scss +93 -0
- package/scss/drawer/_index.scss +22 -0
- package/scss/drawer/_layout.scss +21 -0
- package/scss/drawer/_theme.scss +19 -0
- package/scss/drawer/_variables.scss +175 -0
- package/scss/dropdowngrid/_index.scss +26 -0
- package/scss/dropdowngrid/_layout.scss +6 -0
- package/scss/dropdowngrid/_theme.scss +6 -0
- package/scss/dropdowngrid/_variables.scss +1 -0
- package/scss/dropdownlist/_index.scss +24 -0
- package/scss/dropdownlist/_layout.scss +6 -0
- package/scss/dropdownlist/_theme.scss +6 -0
- package/scss/dropdownlist/_variables.scss +1 -0
- package/scss/dropdowntree/_index.scss +30 -0
- package/scss/dropdowntree/_layout.scss +6 -0
- package/scss/dropdowntree/_theme.scss +6 -0
- package/scss/dropdowntree/_variables.scss +24 -0
- package/scss/dropzone/_index.scss +16 -0
- package/scss/dropzone/_layout.scss +6 -0
- package/scss/dropzone/_theme.scss +6 -0
- package/scss/dropzone/_variables.scss +93 -0
- package/scss/editor/_index.scss +32 -0
- package/scss/editor/_layout.scss +16 -0
- package/scss/editor/_theme.scss +15 -0
- package/scss/editor/_variables.scss +119 -0
- package/scss/expansion-panel/_index.scss +22 -0
- package/scss/expansion-panel/_layout.scss +27 -0
- package/scss/expansion-panel/_theme.scss +24 -0
- package/scss/expansion-panel/_variables.scss +127 -0
- package/scss/fab/_index.scss +26 -0
- package/scss/fab/_layout.scss +22 -0
- package/scss/fab/_theme.scss +71 -0
- package/scss/fab/_variables.scss +217 -0
- package/scss/file-box/_index.scss +16 -0
- package/scss/file-box/_layout.scss +10 -0
- package/scss/file-box/_theme.scss +6 -0
- package/scss/file-box/_variables.scss +82 -0
- package/scss/filemanager/_index.scss +38 -0
- package/scss/filemanager/_layout.scss +15 -0
- package/scss/filemanager/_theme.scss +15 -0
- package/scss/filemanager/_variables.scss +240 -0
- package/scss/filter/_index.scss +30 -0
- package/scss/filter/_layout.scss +11 -0
- package/scss/filter/_theme.scss +5 -0
- package/scss/filter/_variables.scss +48 -0
- package/scss/floating-label/_index.scss +16 -0
- package/scss/floating-label/_layout.scss +6 -0
- package/scss/floating-label/_theme.scss +6 -0
- package/scss/floating-label/_variables.scss +72 -0
- package/scss/forms/_index.scss +24 -0
- package/scss/forms/_layout.scss +6 -0
- package/scss/forms/_theme.scss +10 -0
- package/scss/forms/_variables.scss +215 -0
- package/scss/gantt/_index.scss +37 -0
- package/scss/gantt/_layout.scss +16 -0
- package/scss/gantt/_theme.scss +15 -0
- package/scss/gantt/_variables.scss +325 -0
- package/scss/grid/_index.scss +68 -0
- package/scss/grid/_layout.scss +52 -0
- package/scss/grid/_theme.scss +63 -0
- package/scss/grid/_variables.scss +669 -0
- package/scss/gridlayout/_index.scss +19 -0
- package/scss/gridlayout/_layout.scss +5 -0
- package/scss/gridlayout/_theme.scss +5 -0
- package/scss/gridlayout/_variables.scss +1 -0
- package/scss/icons/_index.scss +20 -0
- package/scss/icons/_layout.scss +6 -0
- package/scss/icons/_theme.scss +6 -0
- package/scss/icons/_variables.scss +55 -0
- package/scss/imageeditor/_index.scss +26 -0
- package/scss/imageeditor/_layout.scss +15 -0
- package/scss/imageeditor/_theme.scss +6 -0
- package/scss/imageeditor/_variables.scss +144 -0
- package/scss/index.scss +486 -0
- package/scss/input/_index.scss +18 -0
- package/scss/input/_layout.scss +93 -0
- package/scss/input/_theme.scss +81 -0
- package/scss/input/_variables.scss +585 -0
- package/scss/list/_index.scss +16 -0
- package/scss/list/_layout.scss +12 -0
- package/scss/list/_theme.scss +16 -0
- package/scss/list/_variables.scss +475 -0
- package/scss/listbox/_index.scss +24 -0
- package/scss/listbox/_layout.scss +13 -0
- package/scss/listbox/_theme.scss +10 -0
- package/scss/listbox/_variables.scss +70 -0
- package/scss/listgroup/_index.scss +18 -0
- package/scss/listgroup/_layout.scss +6 -0
- package/scss/listgroup/_theme.scss +6 -0
- package/scss/listgroup/_variables.scss +49 -0
- package/scss/listview/_index.scss +25 -0
- package/scss/listview/_layout.scss +6 -0
- package/scss/listview/_theme.scss +20 -0
- package/scss/listview/_variables.scss +98 -0
- package/scss/loader/_index.scss +20 -0
- package/scss/loader/_layout.scss +7 -0
- package/scss/loader/_theme.scss +6 -0
- package/scss/loader/_variables.scss +179 -0
- package/scss/map/_index.scss +22 -0
- package/scss/map/_layout.scss +6 -0
- package/scss/map/_theme.scss +13 -0
- package/scss/map/_variables.scss +83 -0
- package/scss/marquee/_index.scss +16 -0
- package/scss/marquee/_layout.scss +6 -0
- package/scss/marquee/_theme.scss +6 -0
- package/scss/marquee/_variables.scss +17 -0
- package/scss/maskedtextbox/_index.scss +22 -0
- package/scss/maskedtextbox/_layout.scss +6 -0
- package/scss/maskedtextbox/_theme.scss +6 -0
- package/scss/maskedtextbox/_variables.scss +1 -0
- package/scss/mediaplayer/_index.scss +22 -0
- package/scss/mediaplayer/_layout.scss +24 -0
- package/scss/mediaplayer/_theme.scss +6 -0
- package/scss/mediaplayer/_variables.scss +70 -0
- package/scss/menu/_index.scss +24 -0
- package/scss/menu/_layout.scss +29 -0
- package/scss/menu/_theme.scss +20 -0
- package/scss/menu/_variables.scss +404 -0
- package/scss/menu-button/_index.scss +20 -0
- package/scss/menu-button/_layout.scss +6 -0
- package/scss/menu-button/_theme.scss +6 -0
- package/scss/menu-button/_variables.scss +11 -0
- package/scss/messagebox/_index.scss +18 -0
- package/scss/messagebox/_layout.scss +6 -0
- package/scss/messagebox/_theme.scss +6 -0
- package/scss/messagebox/_variables.scss +64 -0
- package/scss/multiselect/_index.scss +30 -0
- package/scss/multiselect/_layout.scss +29 -0
- package/scss/multiselect/_theme.scss +6 -0
- package/scss/multiselect/_variables.scss +1 -0
- package/scss/no-data/_index.scss +16 -0
- package/scss/no-data/_layout.scss +5 -0
- package/scss/no-data/_theme.scss +5 -0
- package/scss/no-data/_variables.scss +14 -0
- package/scss/notification/_functions.scss +17 -0
- package/scss/notification/_index.scss +20 -0
- package/scss/notification/_layout.scss +4 -0
- package/scss/notification/_theme.scss +6 -0
- package/scss/notification/_variables.scss +88 -0
- package/scss/numerictextbox/_index.scss +22 -0
- package/scss/numerictextbox/_layout.scss +6 -0
- package/scss/numerictextbox/_theme.scss +6 -0
- package/scss/numerictextbox/_variables.scss +1 -0
- package/scss/orgchart/_index.scss +37 -0
- package/scss/orgchart/_layout.scss +6 -0
- package/scss/orgchart/_theme.scss +6 -0
- package/scss/orgchart/_variables.scss +185 -0
- package/scss/otp/_index.scss +18 -0
- package/scss/otp/_layout.scss +5 -0
- package/scss/otp/_theme.scss +5 -0
- package/scss/otp/_variables.scss +46 -0
- package/scss/overlay/_index.scss +16 -0
- package/scss/overlay/_layout.scss +6 -0
- package/scss/overlay/_theme.scss +6 -0
- package/scss/overlay/_variables.scss +14 -0
- package/scss/pager/_index.scss +22 -0
- package/scss/pager/_layout.scss +16 -0
- package/scss/pager/_theme.scss +11 -0
- package/scss/pager/_variables.scss +126 -0
- package/scss/panel/_index.scss +17 -0
- package/scss/panel/_layout.scss +5 -0
- package/scss/panel/_theme.scss +5 -0
- package/scss/panel/_variables.scss +48 -0
- package/scss/panelbar/_index.scss +20 -0
- package/scss/panelbar/_layout.scss +31 -0
- package/scss/panelbar/_theme.scss +38 -0
- package/scss/panelbar/_variables.scss +388 -0
- package/scss/pdf-viewer/_index.scss +33 -0
- package/scss/pdf-viewer/_layout.scss +12 -0
- package/scss/pdf-viewer/_theme.scss +6 -0
- package/scss/pdf-viewer/_variables.scss +186 -0
- package/scss/pivotgrid/_index.scss +30 -0
- package/scss/pivotgrid/_layout.scss +11 -0
- package/scss/pivotgrid/_theme.scss +6 -0
- package/scss/pivotgrid/_variables.scss +344 -0
- package/scss/popover/_index.scss +20 -0
- package/scss/popover/_layout.scss +39 -0
- package/scss/popover/_theme.scss +11 -0
- package/scss/popover/_variables.scss +120 -0
- package/scss/popup/_index.scss +16 -0
- package/scss/popup/_layout.scss +6 -0
- package/scss/popup/_theme.scss +11 -0
- package/scss/popup/_variables.scss +53 -0
- package/scss/progressbar/_index.scss +16 -0
- package/scss/progressbar/_layout.scss +6 -0
- package/scss/progressbar/_theme.scss +6 -0
- package/scss/progressbar/_variables.scss +99 -0
- package/scss/prompt/_index.scss +20 -0
- package/scss/prompt/_layout.scss +10 -0
- package/scss/prompt/_theme.scss +6 -0
- package/scss/prompt/_variables.scss +105 -0
- package/scss/prompt-box/_index.scss +24 -0
- package/scss/prompt-box/_layout.scss +6 -0
- package/scss/prompt-box/_theme.scss +12 -0
- package/scss/prompt-box/_variables.scss +34 -0
- package/scss/radio/_index.scss +16 -0
- package/scss/radio/_layout.scss +11 -0
- package/scss/radio/_theme.scss +30 -0
- package/scss/radio/_variables.scss +239 -0
- package/scss/rating/_index.scss +18 -0
- package/scss/rating/_layout.scss +6 -0
- package/scss/rating/_theme.scss +20 -0
- package/scss/rating/_variables.scss +84 -0
- package/scss/responsivepanel/_index.scss +18 -0
- package/scss/responsivepanel/_layout.scss +6 -0
- package/scss/responsivepanel/_theme.scss +6 -0
- package/scss/responsivepanel/_variables.scss +1 -0
- package/scss/ripple/_index.scss +16 -0
- package/scss/ripple/_layout.scss +6 -0
- package/scss/ripple/_theme.scss +6 -0
- package/scss/ripple/_variables.scss +1 -0
- package/scss/scheduler/_index.scss +34 -0
- package/scss/scheduler/_layout.scss +22 -0
- package/scss/scheduler/_theme.scss +21 -0
- package/scss/scheduler/_variables.scss +351 -0
- package/scss/scroller/_index.scss +18 -0
- package/scss/scroller/_layout.scss +6 -0
- package/scss/scroller/_theme.scss +6 -0
- package/scss/scroller/_variables.scss +1 -0
- package/scss/scrollview/_index.scss +20 -0
- package/scss/scrollview/_layout.scss +11 -0
- package/scss/scrollview/_theme.scss +6 -0
- package/scss/scrollview/_variables.scss +126 -0
- package/scss/searchbox/_index.scss +22 -0
- package/scss/searchbox/_layout.scss +6 -0
- package/scss/searchbox/_theme.scss +6 -0
- package/scss/searchbox/_variables.scss +1 -0
- package/scss/segmented-control/_index.scss +16 -0
- package/scss/segmented-control/_layout.scss +6 -0
- package/scss/segmented-control/_theme.scss +22 -0
- package/scss/segmented-control/_variables.scss +143 -0
- package/scss/signature/_index.scss +20 -0
- package/scss/signature/_layout.scss +6 -0
- package/scss/signature/_theme.scss +6 -0
- package/scss/signature/_variables.scss +93 -0
- package/scss/skeleton/_index.scss +16 -0
- package/scss/skeleton/_layout.scss +6 -0
- package/scss/skeleton/_theme.scss +6 -0
- package/scss/skeleton/_variables.scss +34 -0
- package/scss/slider/_index.scss +22 -0
- package/scss/slider/_layout.scss +21 -0
- package/scss/slider/_theme.scss +33 -0
- package/scss/slider/_variables.scss +163 -0
- package/scss/smart-box/_index.scss +25 -0
- package/scss/smart-box/_layout.scss +6 -0
- package/scss/smart-box/_theme.scss +6 -0
- package/scss/smart-box/_variables.scss +70 -0
- package/scss/speech-to-text-button/_index.scss +18 -0
- package/scss/speech-to-text-button/_layout.scss +5 -0
- package/scss/speech-to-text-button/_theme.scss +5 -0
- package/scss/speech-to-text-button/_variables.scss +1 -0
- package/scss/split-button/_index.scss +24 -0
- package/scss/split-button/_layout.scss +27 -0
- package/scss/split-button/_theme.scss +6 -0
- package/scss/split-button/_variables.scss +46 -0
- package/scss/splitter/_index.scss +22 -0
- package/scss/splitter/_layout.scss +6 -0
- package/scss/splitter/_theme.scss +6 -0
- package/scss/splitter/_variables.scss +89 -0
- package/scss/spreadsheet/_index.scss +48 -0
- package/scss/spreadsheet/_layout.scss +15 -0
- package/scss/spreadsheet/_theme.scss +26 -0
- package/scss/spreadsheet/_variables.scss +371 -0
- package/scss/spreadsheet/images/image-default.png +0 -0
- package/scss/stacklayout/_index.scss +19 -0
- package/scss/stacklayout/_layout.scss +6 -0
- package/scss/stacklayout/_theme.scss +6 -0
- package/scss/stacklayout/_variables.scss +1 -0
- package/scss/stepper/_index.scss +20 -0
- package/scss/stepper/_layout.scss +6 -0
- package/scss/stepper/_theme.scss +6 -0
- package/scss/stepper/_variables.scss +307 -0
- package/scss/suggestion/_index.scss +16 -0
- package/scss/suggestion/_layout.scss +11 -0
- package/scss/suggestion/_theme.scss +52 -0
- package/scss/suggestion/_variables.scss +78 -0
- package/scss/switch/_index.scss +16 -0
- package/scss/switch/_layout.scss +6 -0
- package/scss/switch/_theme.scss +45 -0
- package/scss/switch/_variables.scss +398 -0
- package/scss/table/_index.scss +16 -0
- package/scss/table/_layout.scss +6 -0
- package/scss/table/_theme.scss +6 -0
- package/scss/table/_variables.scss +229 -0
- package/scss/tabstrip/_index.scss +25 -0
- package/scss/tabstrip/_layout.scss +43 -0
- package/scss/tabstrip/_theme.scss +27 -0
- package/scss/tabstrip/_variables.scss +273 -0
- package/scss/taskboard/_index.scss +32 -0
- package/scss/taskboard/_layout.scss +6 -0
- package/scss/taskboard/_theme.scss +20 -0
- package/scss/taskboard/_variables.scss +336 -0
- package/scss/textarea/_index.scss +27 -0
- package/scss/textarea/_layout.scss +6 -0
- package/scss/textarea/_theme.scss +6 -0
- package/scss/textarea/_variables.scss +1 -0
- package/scss/textbox/_index.scss +20 -0
- package/scss/textbox/_layout.scss +6 -0
- package/scss/textbox/_theme.scss +6 -0
- package/scss/textbox/_variables.scss +1 -0
- package/scss/tilelayout/_index.scss +24 -0
- package/scss/tilelayout/_layout.scss +12 -0
- package/scss/tilelayout/_theme.scss +6 -0
- package/scss/tilelayout/_variables.scss +58 -0
- package/scss/time-marker/_index.scss +16 -0
- package/scss/time-marker/_layout.scss +5 -0
- package/scss/time-marker/_theme.scss +6 -0
- package/scss/time-marker/_variables.scss +13 -0
- package/scss/timedurationpicker/_index.scss +28 -0
- package/scss/timedurationpicker/_layout.scss +14 -0
- package/scss/timedurationpicker/_theme.scss +13 -0
- package/scss/timedurationpicker/_variables.scss +1 -0
- package/scss/timeline/_index.scss +22 -0
- package/scss/timeline/_layout.scss +6 -0
- package/scss/timeline/_theme.scss +11 -0
- package/scss/timeline/_variables.scss +223 -0
- package/scss/timepicker/_index.scss +26 -0
- package/scss/timepicker/_layout.scss +10 -0
- package/scss/timepicker/_theme.scss +6 -0
- package/scss/timepicker/_variables.scss +1 -0
- package/scss/timeselector/_index.scss +22 -0
- package/scss/timeselector/_layout.scss +23 -0
- package/scss/timeselector/_theme.scss +16 -0
- package/scss/timeselector/_variables.scss +197 -0
- package/scss/toolbar/_index.scss +27 -0
- package/scss/toolbar/_layout.scss +6 -0
- package/scss/toolbar/_theme.scss +11 -0
- package/scss/toolbar/_variables.scss +196 -0
- package/scss/tooltip/_functions.scss +17 -0
- package/scss/tooltip/_index.scss +22 -0
- package/scss/tooltip/_layout.scss +10 -0
- package/scss/tooltip/_theme.scss +11 -0
- package/scss/tooltip/_variables.scss +81 -0
- package/scss/treelist/_index.scss +20 -0
- package/scss/treelist/_layout.scss +10 -0
- package/scss/treelist/_theme.scss +11 -0
- package/scss/treelist/_variables.scss +15 -0
- package/scss/treeview/_index.scss +20 -0
- package/scss/treeview/_layout.scss +15 -0
- package/scss/treeview/_theme.scss +22 -0
- package/scss/treeview/_variables.scss +227 -0
- package/scss/typography/_index.scss +18 -0
- package/scss/typography/_layout.scss +6 -0
- package/scss/typography/_theme.scss +6 -0
- package/scss/typography/_variables.scss +419 -0
- package/scss/upload/_index.scss +28 -0
- package/scss/upload/_layout.scss +15 -0
- package/scss/upload/_theme.scss +6 -0
- package/scss/upload/_variables.scss +152 -0
- package/scss/utils/_index.scss +1 -0
- package/scss/validator/_index.scss +24 -0
- package/scss/validator/_layout.scss +6 -0
- package/scss/validator/_theme.scss +6 -0
- package/scss/validator/_variables.scss +0 -0
- package/scss/virtual-scroller/_index.scss +20 -0
- package/scss/virtual-scroller/_layout.scss +6 -0
- package/scss/virtual-scroller/_theme.scss +6 -0
- package/scss/virtual-scroller/_variables.scss +1 -0
- package/scss/window/_index.scss +26 -0
- package/scss/window/_layout.scss +25 -0
- package/scss/window/_theme.scss +20 -0
- package/scss/window/_variables.scss +134 -0
- package/scss/wizard/_index.scss +24 -0
- package/scss/wizard/_layout.scss +6 -0
- package/scss/wizard/_theme.scss +6 -0
- package/scss/wizard/_variables.scss +49 -0
|
@@ -0,0 +1,475 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// List
|
|
4
|
+
|
|
5
|
+
/// The default size of the List.
|
|
6
|
+
/// @group list
|
|
7
|
+
/// @role default
|
|
8
|
+
$kendo-list-default-size: "md" !default;
|
|
9
|
+
|
|
10
|
+
/// The font family of the List components.
|
|
11
|
+
/// @group list
|
|
12
|
+
$kendo-list-font-family: var( --kendo-font-family, inherit ) !default;
|
|
13
|
+
|
|
14
|
+
/// The horizontal padding of the List container.
|
|
15
|
+
/// @group list
|
|
16
|
+
$kendo-list-container-padding-inline: k-spacing(2) !default;
|
|
17
|
+
/// The vertical padding of the List container.
|
|
18
|
+
/// @group list
|
|
19
|
+
$kendo-list-container-padding-block: k-spacing(2) !default;
|
|
20
|
+
|
|
21
|
+
/// The font size of the List component, if no size is set.
|
|
22
|
+
/// @group list
|
|
23
|
+
$kendo-list-font-size: null !default;
|
|
24
|
+
/// The font size of the small List.
|
|
25
|
+
/// @group list
|
|
26
|
+
$kendo-list-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
27
|
+
/// The font size of the medium List.
|
|
28
|
+
/// @group list
|
|
29
|
+
$kendo-list-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
30
|
+
/// The font size of the large List.
|
|
31
|
+
/// @group list
|
|
32
|
+
$kendo-list-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
33
|
+
|
|
34
|
+
/// The line height of the List component, if no size is set.
|
|
35
|
+
/// @group list
|
|
36
|
+
$kendo-list-line-height: null !default;
|
|
37
|
+
/// The line height of the small List.
|
|
38
|
+
/// @group list
|
|
39
|
+
$kendo-list-sm-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
40
|
+
/// The line height of the medium List.
|
|
41
|
+
/// @group list
|
|
42
|
+
$kendo-list-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
43
|
+
/// The line height of the large List.
|
|
44
|
+
/// @group list
|
|
45
|
+
$kendo-list-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
46
|
+
|
|
47
|
+
/// The horizontal padding of the small List header.
|
|
48
|
+
/// @group list
|
|
49
|
+
$kendo-list-sm-header-padding-x: k-spacing(2) !default;
|
|
50
|
+
/// The horizontal padding of the medium List header.
|
|
51
|
+
/// @group list
|
|
52
|
+
$kendo-list-md-header-padding-x: k-spacing(2) !default;
|
|
53
|
+
/// The horizontal padding of the large List header.
|
|
54
|
+
/// @group list
|
|
55
|
+
$kendo-list-lg-header-padding-x: k-spacing(2) !default;
|
|
56
|
+
|
|
57
|
+
/// The vertical padding of the small List header.
|
|
58
|
+
/// @group list
|
|
59
|
+
$kendo-list-sm-header-padding-y: k-spacing(0.5) !default;
|
|
60
|
+
/// The vertical padding of the medium List header.
|
|
61
|
+
/// @group list
|
|
62
|
+
$kendo-list-md-header-padding-y: k-spacing(1) !default;
|
|
63
|
+
/// The vertical padding of the large List header.
|
|
64
|
+
/// @group list
|
|
65
|
+
$kendo-list-lg-header-padding-y: k-spacing(1.5) !default;
|
|
66
|
+
|
|
67
|
+
/// The border width of the List header.
|
|
68
|
+
/// @group list
|
|
69
|
+
$kendo-list-header-border-width: 0 0 1px !default;
|
|
70
|
+
|
|
71
|
+
/// The font size of the List header, if no size is set.
|
|
72
|
+
/// @group list
|
|
73
|
+
$kendo-list-header-font-size: null !default;
|
|
74
|
+
/// The font size of the small List header.
|
|
75
|
+
/// @group list
|
|
76
|
+
$kendo-list-sm-header-font-size: null !default;
|
|
77
|
+
/// The font size of the medium List header.
|
|
78
|
+
/// @group list
|
|
79
|
+
$kendo-list-md-header-font-size: null !default;
|
|
80
|
+
/// The font size of the large List header.
|
|
81
|
+
/// @group list
|
|
82
|
+
$kendo-list-lg-header-font-size: null !default;
|
|
83
|
+
|
|
84
|
+
/// The line height of the List header, if no size is set.
|
|
85
|
+
/// @group list
|
|
86
|
+
$kendo-list-header-line-height: null !default;
|
|
87
|
+
/// The line height of the small List header.
|
|
88
|
+
/// @group list
|
|
89
|
+
$kendo-list-sm-header-line-height: null !default;
|
|
90
|
+
/// The line height of the medium List header.
|
|
91
|
+
/// @group list
|
|
92
|
+
$kendo-list-md-header-line-height: null !default;
|
|
93
|
+
/// The line height of the large List header.
|
|
94
|
+
/// @group list
|
|
95
|
+
$kendo-list-lg-header-line-height: null !default;
|
|
96
|
+
|
|
97
|
+
/// The font weight of the List header.
|
|
98
|
+
/// @group list
|
|
99
|
+
$kendo-list-header-font-weight: var( --kendo-font-weight-semibold, normal ) !default;
|
|
100
|
+
|
|
101
|
+
/// The horizontal padding of the small List filter.
|
|
102
|
+
/// @group list
|
|
103
|
+
$kendo-list-sm-filter-padding-x: k-spacing(2) !default;
|
|
104
|
+
/// The horizontal padding of the medium List filter.
|
|
105
|
+
/// @group list
|
|
106
|
+
$kendo-list-md-filter-padding-x: k-spacing(2) !default;
|
|
107
|
+
/// The horizontal padding of the large List filter.
|
|
108
|
+
/// @group list
|
|
109
|
+
$kendo-list-lg-filter-padding-x: k-spacing(2) !default;
|
|
110
|
+
|
|
111
|
+
/// The vertical padding of the small List filter.
|
|
112
|
+
/// @group list
|
|
113
|
+
$kendo-list-sm-filter-padding-y: k-spacing(2) !default;
|
|
114
|
+
/// The vertical padding of the medium List filter.
|
|
115
|
+
/// @group list
|
|
116
|
+
$kendo-list-md-filter-padding-y: k-spacing(2) !default;
|
|
117
|
+
/// The vertical padding of the large List filter.
|
|
118
|
+
/// @group list
|
|
119
|
+
$kendo-list-lg-filter-padding-y: k-spacing(2) !default;
|
|
120
|
+
|
|
121
|
+
/// The horizontal padding of the small List item.
|
|
122
|
+
/// @group list
|
|
123
|
+
$kendo-list-sm-item-padding-x: k-spacing(2) !default;
|
|
124
|
+
/// The horizontal padding of the medium List item.
|
|
125
|
+
/// @group list
|
|
126
|
+
$kendo-list-md-item-padding-x: k-spacing(2) !default;
|
|
127
|
+
/// The horizontal padding of the large List item.
|
|
128
|
+
/// @group list
|
|
129
|
+
$kendo-list-lg-item-padding-x: k-spacing(2) !default;
|
|
130
|
+
|
|
131
|
+
/// The vertical padding of the small List item.
|
|
132
|
+
/// @group list
|
|
133
|
+
$kendo-list-sm-item-padding-y: k-spacing(1) !default;
|
|
134
|
+
/// The vertical padding of the medium List item.
|
|
135
|
+
/// @group list
|
|
136
|
+
$kendo-list-md-item-padding-y: k-spacing(1.5) !default;
|
|
137
|
+
/// The vertical padding of the large List item.
|
|
138
|
+
/// @group list
|
|
139
|
+
$kendo-list-lg-item-padding-y: k-spacing(2) !default;
|
|
140
|
+
|
|
141
|
+
/// The font size of the List items, if no size is set.
|
|
142
|
+
/// @group list
|
|
143
|
+
$kendo-list-item-font-size: null !default;
|
|
144
|
+
/// The font size of the small List item.
|
|
145
|
+
/// @group list
|
|
146
|
+
$kendo-list-sm-item-font-size: null !default;
|
|
147
|
+
/// The font size of the medium List item.
|
|
148
|
+
/// @group list
|
|
149
|
+
$kendo-list-md-item-font-size: null !default;
|
|
150
|
+
/// The font size of the large List item.
|
|
151
|
+
/// @group list
|
|
152
|
+
$kendo-list-lg-item-font-size: null !default;
|
|
153
|
+
|
|
154
|
+
/// The line height of the List items, if no size is set.
|
|
155
|
+
/// @group list
|
|
156
|
+
$kendo-list-item-line-height: null !default;
|
|
157
|
+
/// The line height of the small List item.
|
|
158
|
+
/// @group list
|
|
159
|
+
$kendo-list-sm-item-line-height: null !default;
|
|
160
|
+
/// The line height of the medium List item.
|
|
161
|
+
/// @group list
|
|
162
|
+
$kendo-list-md-item-line-height: null !default;
|
|
163
|
+
/// The line height of the large List item.
|
|
164
|
+
/// @group list
|
|
165
|
+
$kendo-list-lg-item-line-height: null !default;
|
|
166
|
+
|
|
167
|
+
/// The gap of the List item components.
|
|
168
|
+
/// @group list
|
|
169
|
+
$kendo-list-item-gap: k-spacing(2) !default;
|
|
170
|
+
|
|
171
|
+
/// The spacing between the List items.
|
|
172
|
+
/// @group list
|
|
173
|
+
$kendo-list-item-spacing: k-spacing(0.5) !default;
|
|
174
|
+
|
|
175
|
+
/// The horizontal padding of the small List group item.
|
|
176
|
+
/// @group list
|
|
177
|
+
$kendo-list-sm-group-item-padding-x: k-spacing(2) !default;
|
|
178
|
+
/// The horizontal padding of the medium List group item.
|
|
179
|
+
/// @group list
|
|
180
|
+
$kendo-list-md-group-item-padding-x: k-spacing(2) !default;
|
|
181
|
+
/// The horizontal padding of the large List group item.
|
|
182
|
+
/// @group list
|
|
183
|
+
$kendo-list-lg-group-item-padding-x: k-spacing(2) !default;
|
|
184
|
+
|
|
185
|
+
/// The vertical padding of the small List group item.
|
|
186
|
+
/// @group list
|
|
187
|
+
$kendo-list-sm-group-item-padding-y: k-spacing(1.5) !default;
|
|
188
|
+
/// The vertical padding of the medium List group item.
|
|
189
|
+
/// @group list
|
|
190
|
+
$kendo-list-md-group-item-padding-y: k-spacing(2) !default;
|
|
191
|
+
/// The vertical padding of the large List group item.
|
|
192
|
+
/// @group list
|
|
193
|
+
$kendo-list-lg-group-item-padding-y: k-spacing(2) !default;
|
|
194
|
+
|
|
195
|
+
/// The border width of the List group items.
|
|
196
|
+
/// @group list
|
|
197
|
+
$kendo-list-group-item-border-width: 0 !default;
|
|
198
|
+
|
|
199
|
+
/// The font size of the List group items, if no size is set.
|
|
200
|
+
/// @group list
|
|
201
|
+
$kendo-list-group-item-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
202
|
+
/// The font size of the small List group item.
|
|
203
|
+
/// @group list
|
|
204
|
+
$kendo-list-sm-group-item-font-size: var( --kendo-font-size-xs, inherit ) !default;
|
|
205
|
+
/// The font size of the medium List group item.
|
|
206
|
+
/// @group list
|
|
207
|
+
$kendo-list-md-group-item-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
208
|
+
/// The font size of the large List group item.
|
|
209
|
+
/// @group list
|
|
210
|
+
$kendo-list-lg-group-item-font-size: var( --kendo-font-size, inherit ) !default;
|
|
211
|
+
|
|
212
|
+
/// The line height of the List group items, if no size is set.
|
|
213
|
+
/// @group list
|
|
214
|
+
$kendo-list-group-item-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
215
|
+
/// The line height of the small List group item.
|
|
216
|
+
/// @group list
|
|
217
|
+
$kendo-list-sm-group-item-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
218
|
+
/// The line height of the medium List group item.
|
|
219
|
+
/// @group list
|
|
220
|
+
$kendo-list-md-group-item-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
221
|
+
/// The line height of the large List group item.
|
|
222
|
+
/// @group list
|
|
223
|
+
$kendo-list-lg-group-item-line-height: var( --kendo-line-height, normal ) !default;
|
|
224
|
+
|
|
225
|
+
/// The font weight of a List group item.
|
|
226
|
+
/// @group list
|
|
227
|
+
$kendo-list-group-item-font-weight: var( --kendo-font-weight-semibold, normal ) !default;
|
|
228
|
+
|
|
229
|
+
/// The font size of the small List item group label.
|
|
230
|
+
/// @group list
|
|
231
|
+
$kendo-list-item-group-label-sm-font-size: .75em !default;
|
|
232
|
+
/// The font size of the medium List item group label.
|
|
233
|
+
/// @group list
|
|
234
|
+
$kendo-list-item-group-label-md-font-size: .75em !default;
|
|
235
|
+
/// The font size of the large List item group label.
|
|
236
|
+
/// @group list
|
|
237
|
+
$kendo-list-item-group-label-lg-font-size: .75em !default;
|
|
238
|
+
|
|
239
|
+
/// The line height of the small List item group label.
|
|
240
|
+
/// @group list
|
|
241
|
+
$kendo-list-item-group-label-sm-line-height: inherit !default;
|
|
242
|
+
/// The line height of the medium List item group label.
|
|
243
|
+
/// @group list
|
|
244
|
+
$kendo-list-item-group-label-md-line-height: inherit !default;
|
|
245
|
+
/// The line height of the large List item group label.
|
|
246
|
+
/// @group list
|
|
247
|
+
$kendo-list-item-group-label-lg-line-height: inherit !default;
|
|
248
|
+
|
|
249
|
+
/// The horizontal padding of the small List item group label.
|
|
250
|
+
/// @group list
|
|
251
|
+
$kendo-list-item-group-label-sm-padding-x: .5em !default;
|
|
252
|
+
/// The horizontal padding of the medium List item group label.
|
|
253
|
+
/// @group list
|
|
254
|
+
$kendo-list-item-group-label-md-padding-x: .5em !default;
|
|
255
|
+
/// The horizontal padding of the large List item group label.
|
|
256
|
+
/// @group list
|
|
257
|
+
$kendo-list-item-group-label-lg-padding-x: .5em !default;
|
|
258
|
+
|
|
259
|
+
/// The vertical padding of the small List item group label.
|
|
260
|
+
/// @group list
|
|
261
|
+
$kendo-list-item-group-label-sm-padding-y: 0 !default;
|
|
262
|
+
/// The vertical padding of the medium List item group label.
|
|
263
|
+
/// @group list
|
|
264
|
+
$kendo-list-item-group-label-md-padding-y: 0 !default;
|
|
265
|
+
/// The vertical padding of the large List item group label.
|
|
266
|
+
/// @group list
|
|
267
|
+
$kendo-list-item-group-label-lg-padding-y: 0 !default;
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
/// The background color of the List component.
|
|
271
|
+
/// @group list
|
|
272
|
+
$kendo-list-bg: null !default;
|
|
273
|
+
/// The text color of the List component.
|
|
274
|
+
/// @group list
|
|
275
|
+
$kendo-list-text: k-color(on-app-surface) !default;
|
|
276
|
+
/// The border color of the List component.
|
|
277
|
+
/// @group list
|
|
278
|
+
$kendo-list-border: k-color(border) !default;
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
/// The background color of the List header.
|
|
282
|
+
/// @group list
|
|
283
|
+
$kendo-list-header-bg: null !default;
|
|
284
|
+
/// The text color of the List header.
|
|
285
|
+
/// @group list
|
|
286
|
+
$kendo-list-header-text: null !default;
|
|
287
|
+
/// The border color of the List header.
|
|
288
|
+
/// @group list
|
|
289
|
+
$kendo-list-header-border: inherit !default;
|
|
290
|
+
/// The box shadow of the List header.
|
|
291
|
+
/// @group list
|
|
292
|
+
$kendo-list-header-shadow: k-elevation(2) !default;
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
/// The background color of the List items.
|
|
296
|
+
/// @group list
|
|
297
|
+
$kendo-list-item-bg: null !default;
|
|
298
|
+
/// The text color of the List items.
|
|
299
|
+
/// @group list
|
|
300
|
+
$kendo-list-item-text: null !default;
|
|
301
|
+
/// The border-radius of the List items.
|
|
302
|
+
/// @group list
|
|
303
|
+
$kendo-list-item-border-radius: k-border-radius(sm) !default;
|
|
304
|
+
|
|
305
|
+
/// The background color of the hovered List items.
|
|
306
|
+
/// @group list
|
|
307
|
+
$kendo-list-item-hover-bg: k-color(primary-subtle-hover) !default;
|
|
308
|
+
/// The text color of the hovered List items.
|
|
309
|
+
/// @group list
|
|
310
|
+
$kendo-list-item-hover-text: k-color(primary-on-subtle) !default;
|
|
311
|
+
|
|
312
|
+
/// The background color of the focused List items.
|
|
313
|
+
/// @group list
|
|
314
|
+
$kendo-list-item-focus-bg: null !default;
|
|
315
|
+
/// The text color of the focused List items.
|
|
316
|
+
/// @group list
|
|
317
|
+
$kendo-list-item-focus-text: null !default;
|
|
318
|
+
/// The box shadow of the focused List items.
|
|
319
|
+
/// @group list
|
|
320
|
+
$kendo-list-item-focus-shadow: null !default;
|
|
321
|
+
/// The outline color of the focused List items.
|
|
322
|
+
/// @group list
|
|
323
|
+
$kendo-list-item-focus-outline-color: k-color(subtle) !default;
|
|
324
|
+
/// The outline offset of the focused List items.
|
|
325
|
+
/// @group list
|
|
326
|
+
$kendo-list-item-focus-outline-offset: 1px !default;
|
|
327
|
+
|
|
328
|
+
/// The background color of the selected List items.
|
|
329
|
+
/// @group list
|
|
330
|
+
$kendo-list-item-selected-bg: k-color(primary-subtle-active) !default;
|
|
331
|
+
/// The text color of the selected List items.
|
|
332
|
+
/// @group list
|
|
333
|
+
$kendo-list-item-selected-text: k-color(primary-on-subtle) !default;
|
|
334
|
+
|
|
335
|
+
/// The background color of the selected hovered List items.
|
|
336
|
+
/// @group list
|
|
337
|
+
$kendo-list-item-selected-hover-bg: null !default;
|
|
338
|
+
/// The text color of the selected hovered List items.
|
|
339
|
+
/// @group list
|
|
340
|
+
$kendo-list-item-selected-hover-text: null !default;
|
|
341
|
+
|
|
342
|
+
/// The background color of the List group items.
|
|
343
|
+
/// @group list
|
|
344
|
+
$kendo-list-group-item-bg: null !default;
|
|
345
|
+
/// The text color of the List group items.
|
|
346
|
+
/// @group list
|
|
347
|
+
$kendo-list-group-item-text: k-color(subtle) !default;
|
|
348
|
+
/// The border color of the List group items.
|
|
349
|
+
/// @group list
|
|
350
|
+
$kendo-list-group-item-border: inherit !default;
|
|
351
|
+
/// The base shadow of the List group items.
|
|
352
|
+
/// @group list
|
|
353
|
+
$kendo-list-group-item-shadow: inset 0 1px 0 k-color(border) !default;
|
|
354
|
+
|
|
355
|
+
/// The color of the 'Option Label' text.
|
|
356
|
+
/// @group list
|
|
357
|
+
$kendo-list-option-label-text: k-color(subtle) !default;
|
|
358
|
+
|
|
359
|
+
/// The font size of the List item description.
|
|
360
|
+
/// @group list
|
|
361
|
+
$kendo-list-item-description-font-size: var( --kendo-font-size-xs, inherit ) !default;
|
|
362
|
+
/// The line of the list item description.
|
|
363
|
+
/// @group list
|
|
364
|
+
$kendo-list-item-description-line-height: var( --kendo-line-height, normal ) !default;
|
|
365
|
+
/// The text color of the list item description.
|
|
366
|
+
/// @group list
|
|
367
|
+
$kendo-list-item-description-text: k-color(subtle) !default;
|
|
368
|
+
|
|
369
|
+
@forward "@progress/kendo-theme-core/scss/components/list/_variables.scss" with (
|
|
370
|
+
$kendo-list-default-size: $kendo-list-default-size,
|
|
371
|
+
$kendo-list-font-family: $kendo-list-font-family,
|
|
372
|
+
$kendo-list-container-padding-inline: $kendo-list-container-padding-inline,
|
|
373
|
+
$kendo-list-container-padding-block: $kendo-list-container-padding-block,
|
|
374
|
+
$kendo-list-font-size: $kendo-list-font-size,
|
|
375
|
+
$kendo-list-sm-font-size: $kendo-list-sm-font-size,
|
|
376
|
+
$kendo-list-md-font-size: $kendo-list-md-font-size,
|
|
377
|
+
$kendo-list-lg-font-size: $kendo-list-lg-font-size,
|
|
378
|
+
$kendo-list-line-height: $kendo-list-line-height,
|
|
379
|
+
$kendo-list-sm-line-height: $kendo-list-sm-line-height,
|
|
380
|
+
$kendo-list-md-line-height: $kendo-list-md-line-height,
|
|
381
|
+
$kendo-list-lg-line-height: $kendo-list-lg-line-height,
|
|
382
|
+
$kendo-list-sm-header-padding-x: $kendo-list-sm-header-padding-x,
|
|
383
|
+
$kendo-list-md-header-padding-x: $kendo-list-md-header-padding-x,
|
|
384
|
+
$kendo-list-lg-header-padding-x: $kendo-list-lg-header-padding-x,
|
|
385
|
+
$kendo-list-sm-header-padding-y: $kendo-list-sm-header-padding-y,
|
|
386
|
+
$kendo-list-md-header-padding-y: $kendo-list-md-header-padding-y,
|
|
387
|
+
$kendo-list-lg-header-padding-y: $kendo-list-lg-header-padding-y,
|
|
388
|
+
$kendo-list-header-border-width: $kendo-list-header-border-width,
|
|
389
|
+
$kendo-list-header-font-size: $kendo-list-header-font-size,
|
|
390
|
+
$kendo-list-sm-header-font-size: $kendo-list-sm-header-font-size,
|
|
391
|
+
$kendo-list-md-header-font-size: $kendo-list-md-header-font-size,
|
|
392
|
+
$kendo-list-lg-header-font-size: $kendo-list-lg-header-font-size,
|
|
393
|
+
$kendo-list-header-line-height: $kendo-list-header-line-height,
|
|
394
|
+
$kendo-list-sm-header-line-height: $kendo-list-sm-header-line-height,
|
|
395
|
+
$kendo-list-md-header-line-height: $kendo-list-md-header-line-height,
|
|
396
|
+
$kendo-list-lg-header-line-height: $kendo-list-lg-header-line-height,
|
|
397
|
+
$kendo-list-header-font-weight: $kendo-list-header-font-weight,
|
|
398
|
+
$kendo-list-sm-item-padding-x: $kendo-list-sm-item-padding-x,
|
|
399
|
+
$kendo-list-md-item-padding-x: $kendo-list-md-item-padding-x,
|
|
400
|
+
$kendo-list-lg-item-padding-x: $kendo-list-lg-item-padding-x,
|
|
401
|
+
$kendo-list-sm-item-padding-y: $kendo-list-sm-item-padding-y,
|
|
402
|
+
$kendo-list-md-item-padding-y: $kendo-list-md-item-padding-y,
|
|
403
|
+
$kendo-list-lg-item-padding-y: $kendo-list-lg-item-padding-y,
|
|
404
|
+
$kendo-list-item-font-size: $kendo-list-item-font-size,
|
|
405
|
+
$kendo-list-sm-item-font-size: $kendo-list-sm-item-font-size,
|
|
406
|
+
$kendo-list-md-item-font-size: $kendo-list-md-item-font-size,
|
|
407
|
+
$kendo-list-lg-item-font-size: $kendo-list-lg-item-font-size,
|
|
408
|
+
$kendo-list-item-line-height: $kendo-list-item-line-height,
|
|
409
|
+
$kendo-list-sm-item-line-height: $kendo-list-sm-item-line-height,
|
|
410
|
+
$kendo-list-md-item-line-height: $kendo-list-md-item-line-height,
|
|
411
|
+
$kendo-list-lg-item-line-height: $kendo-list-lg-item-line-height,
|
|
412
|
+
$kendo-list-item-gap: $kendo-list-item-gap,
|
|
413
|
+
$kendo-list-item-spacing: $kendo-list-item-spacing,
|
|
414
|
+
$kendo-list-sm-group-item-padding-x: $kendo-list-sm-group-item-padding-x,
|
|
415
|
+
$kendo-list-md-group-item-padding-x: $kendo-list-md-group-item-padding-x,
|
|
416
|
+
$kendo-list-lg-group-item-padding-x: $kendo-list-lg-group-item-padding-x,
|
|
417
|
+
$kendo-list-sm-group-item-padding-y: $kendo-list-sm-group-item-padding-y,
|
|
418
|
+
$kendo-list-md-group-item-padding-y: $kendo-list-md-group-item-padding-y,
|
|
419
|
+
$kendo-list-lg-group-item-padding-y: $kendo-list-lg-group-item-padding-y,
|
|
420
|
+
$kendo-list-item-group-label-sm-padding-x: $kendo-list-item-group-label-sm-padding-x,
|
|
421
|
+
$kendo-list-item-group-label-md-padding-x: $kendo-list-item-group-label-md-padding-x,
|
|
422
|
+
$kendo-list-item-group-label-lg-padding-x: $kendo-list-item-group-label-lg-padding-x,
|
|
423
|
+
$kendo-list-item-group-label-sm-padding-y: $kendo-list-item-group-label-sm-padding-y,
|
|
424
|
+
$kendo-list-item-group-label-md-padding-y: $kendo-list-item-group-label-md-padding-y,
|
|
425
|
+
$kendo-list-item-group-label-lg-padding-y: $kendo-list-item-group-label-lg-padding-y,
|
|
426
|
+
$kendo-list-item-group-label-sm-font-size: $kendo-list-item-group-label-sm-font-size,
|
|
427
|
+
$kendo-list-item-group-label-md-font-size: $kendo-list-item-group-label-md-font-size,
|
|
428
|
+
$kendo-list-item-group-label-lg-font-size: $kendo-list-item-group-label-lg-font-size,
|
|
429
|
+
$kendo-list-item-group-label-sm-line-height: $kendo-list-item-group-label-sm-line-height,
|
|
430
|
+
$kendo-list-item-group-label-md-line-height: $kendo-list-item-group-label-md-line-height,
|
|
431
|
+
$kendo-list-item-group-label-lg-line-height: $kendo-list-item-group-label-lg-line-height,
|
|
432
|
+
$kendo-list-group-item-border-width: $kendo-list-group-item-border-width,
|
|
433
|
+
$kendo-list-group-item-font-size: $kendo-list-group-item-font-size,
|
|
434
|
+
$kendo-list-sm-group-item-font-size: $kendo-list-sm-group-item-font-size,
|
|
435
|
+
$kendo-list-md-group-item-font-size: $kendo-list-md-group-item-font-size,
|
|
436
|
+
$kendo-list-lg-group-item-font-size: $kendo-list-lg-group-item-font-size,
|
|
437
|
+
$kendo-list-group-item-line-height: $kendo-list-group-item-line-height,
|
|
438
|
+
$kendo-list-sm-group-item-line-height: $kendo-list-sm-group-item-line-height,
|
|
439
|
+
$kendo-list-md-group-item-line-height: $kendo-list-md-group-item-line-height,
|
|
440
|
+
$kendo-list-lg-group-item-line-height: $kendo-list-lg-group-item-line-height,
|
|
441
|
+
$kendo-list-sm-filter-padding-x: $kendo-list-sm-filter-padding-x,
|
|
442
|
+
$kendo-list-sm-filter-padding-y: $kendo-list-sm-filter-padding-y,
|
|
443
|
+
$kendo-list-md-filter-padding-x: $kendo-list-md-filter-padding-x,
|
|
444
|
+
$kendo-list-md-filter-padding-y: $kendo-list-md-filter-padding-y,
|
|
445
|
+
$kendo-list-lg-filter-padding-x: $kendo-list-lg-filter-padding-x,
|
|
446
|
+
$kendo-list-lg-filter-padding-y: $kendo-list-lg-filter-padding-y,
|
|
447
|
+
$kendo-list-group-item-font-weight: $kendo-list-group-item-font-weight,
|
|
448
|
+
$kendo-list-bg: $kendo-list-bg,
|
|
449
|
+
$kendo-list-text: $kendo-list-text,
|
|
450
|
+
$kendo-list-border: $kendo-list-border,
|
|
451
|
+
$kendo-list-header-bg: $kendo-list-header-bg,
|
|
452
|
+
$kendo-list-header-text: $kendo-list-header-text,
|
|
453
|
+
$kendo-list-header-border: $kendo-list-header-border,
|
|
454
|
+
$kendo-list-header-shadow: $kendo-list-header-shadow,
|
|
455
|
+
$kendo-list-item-bg: $kendo-list-item-bg,
|
|
456
|
+
$kendo-list-item-text: $kendo-list-item-text,
|
|
457
|
+
$kendo-list-item-border-radius: $kendo-list-item-border-radius,
|
|
458
|
+
$kendo-list-item-hover-bg: $kendo-list-item-hover-bg,
|
|
459
|
+
$kendo-list-item-hover-text: $kendo-list-item-hover-text,
|
|
460
|
+
$kendo-list-item-focus-bg: $kendo-list-item-focus-bg,
|
|
461
|
+
$kendo-list-item-focus-text: $kendo-list-item-focus-text,
|
|
462
|
+
$kendo-list-item-focus-shadow: $kendo-list-item-focus-shadow,
|
|
463
|
+
$kendo-list-item-selected-bg: $kendo-list-item-selected-bg,
|
|
464
|
+
$kendo-list-item-selected-text: $kendo-list-item-selected-text,
|
|
465
|
+
$kendo-list-item-selected-hover-bg: $kendo-list-item-selected-hover-bg,
|
|
466
|
+
$kendo-list-item-selected-hover-text: $kendo-list-item-selected-hover-text,
|
|
467
|
+
$kendo-list-group-item-bg: $kendo-list-group-item-bg,
|
|
468
|
+
$kendo-list-group-item-text: $kendo-list-group-item-text,
|
|
469
|
+
$kendo-list-group-item-border: $kendo-list-group-item-border,
|
|
470
|
+
$kendo-list-group-item-shadow: $kendo-list-group-item-shadow,
|
|
471
|
+
$kendo-list-option-label-text: $kendo-list-option-label-text,
|
|
472
|
+
$kendo-list-item-description-text: $kendo-list-item-description-text,
|
|
473
|
+
$kendo-list-item-description-font-size: $kendo-list-item-description-font-size,
|
|
474
|
+
$kendo-list-item-description-line-height: $kendo-list-item-description-line-height
|
|
475
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../button/_index.scss" as *;
|
|
5
|
+
@use "../popup/_index.scss" as *;
|
|
6
|
+
@use "../list/_index.scss" as *;
|
|
7
|
+
|
|
8
|
+
// Component
|
|
9
|
+
@forward "./_variables.scss";
|
|
10
|
+
@use "./_layout.scss" as *;
|
|
11
|
+
@use "./_theme.scss" as *;
|
|
12
|
+
|
|
13
|
+
// Expose
|
|
14
|
+
@mixin kendo-listbox--styles() {
|
|
15
|
+
@include import-once( "listbox" ) {
|
|
16
|
+
@include core-styles();
|
|
17
|
+
@include kendo-button--styles();
|
|
18
|
+
@include kendo-popup--styles();
|
|
19
|
+
@include kendo-list--styles();
|
|
20
|
+
@include kendo-icon--styles();
|
|
21
|
+
@include kendo-listbox--layout();
|
|
22
|
+
@include kendo-listbox--theme();
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/listbox/_layout.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "./variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
@mixin kendo-listbox--layout() {
|
|
6
|
+
@include kendo-listbox--layout-base();
|
|
7
|
+
|
|
8
|
+
.k-listbox {
|
|
9
|
+
.k-list-scroller {
|
|
10
|
+
@include concentric-radius($kendo-listbox-border-radius, $kendo-listbox-scroller-padding-y, "> .k-list");
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/listbox/_theme.scss" as *;
|
|
2
|
+
@use "../core/functions/index.scss" as *;
|
|
3
|
+
|
|
4
|
+
@mixin kendo-listbox--theme() {
|
|
5
|
+
@include kendo-listbox--theme-base();
|
|
6
|
+
|
|
7
|
+
.k-list-scroller {
|
|
8
|
+
backdrop-filter: k-translucency-blur(1);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// ListBox
|
|
4
|
+
|
|
5
|
+
/// The spacing between the ListBox elements.
|
|
6
|
+
/// @group listbox
|
|
7
|
+
$kendo-listbox-spacing: k-spacing(2) !default;
|
|
8
|
+
/// The spacing between the ListBox buttons.
|
|
9
|
+
/// @group listbox
|
|
10
|
+
$kendo-listbox-button-spacing: k-spacing(2) !default;
|
|
11
|
+
/// The width of the ListBox.
|
|
12
|
+
/// @group listbox
|
|
13
|
+
$kendo-listbox-width: 10em !default;
|
|
14
|
+
/// The height of the ListBox.
|
|
15
|
+
/// @group listbox
|
|
16
|
+
$kendo-listbox-default-height: 200px !default;
|
|
17
|
+
/// The width of the border around the ListBox.
|
|
18
|
+
/// @group listbox
|
|
19
|
+
$kendo-listbox-border-width: 1px !default;
|
|
20
|
+
/// The font family of the ListBox.
|
|
21
|
+
/// @group listbox
|
|
22
|
+
$kendo-listbox-font-family: var( --kendo-font-family, inherit ) !default;
|
|
23
|
+
/// The font size of the ListBox.
|
|
24
|
+
/// @group listbox
|
|
25
|
+
$kendo-listbox-font-size: var( --kendo-font-size, inherit ) !default;
|
|
26
|
+
/// The line height of the ListBox.
|
|
27
|
+
/// @group listbox
|
|
28
|
+
$kendo-listbox-line-height: var( --kendo-line-height, normal ) !default;
|
|
29
|
+
|
|
30
|
+
/// The text color of the ListBox.
|
|
31
|
+
/// @group listbox
|
|
32
|
+
$kendo-listbox-text: k-color(on-app-surface) !default;
|
|
33
|
+
/// The background color of the ListBox.
|
|
34
|
+
/// @group listbox
|
|
35
|
+
$kendo-listbox-bg: k-translucency-bg(k-color(surface-alt)) !default;
|
|
36
|
+
/// The border color of the ListBox.
|
|
37
|
+
/// @group listbox
|
|
38
|
+
$kendo-listbox-border: k-color(border) !default;
|
|
39
|
+
|
|
40
|
+
/// The width of the ListBox drop hint.
|
|
41
|
+
/// @group listbox
|
|
42
|
+
$kendo-listbox-drop-hint-width: 1px !default;
|
|
43
|
+
|
|
44
|
+
/// The horizontal padding of the ListBox scroller element.
|
|
45
|
+
/// @group listbox
|
|
46
|
+
$kendo-listbox-scroller-padding-x: k-spacing(2) !default;
|
|
47
|
+
/// The vertical padding of the ListBox scroller element.
|
|
48
|
+
/// @group listbox
|
|
49
|
+
$kendo-listbox-scroller-padding-y: k-spacing(2) !default;
|
|
50
|
+
/// The border radius of the ListBox element.
|
|
51
|
+
/// @group listbox
|
|
52
|
+
$kendo-listbox-border-radius: k-border-radius(xl) !default;
|
|
53
|
+
|
|
54
|
+
@forward "@progress/kendo-theme-core/scss/components/listbox/_variables.scss" with (
|
|
55
|
+
$kendo-listbox-spacing: $kendo-listbox-spacing,
|
|
56
|
+
$kendo-listbox-button-spacing: $kendo-listbox-button-spacing,
|
|
57
|
+
$kendo-listbox-width: $kendo-listbox-width,
|
|
58
|
+
$kendo-listbox-default-height: $kendo-listbox-default-height,
|
|
59
|
+
$kendo-listbox-border-width: $kendo-listbox-border-width,
|
|
60
|
+
$kendo-listbox-font-family: $kendo-listbox-font-family,
|
|
61
|
+
$kendo-listbox-font-size: $kendo-listbox-font-size,
|
|
62
|
+
$kendo-listbox-line-height: $kendo-listbox-line-height,
|
|
63
|
+
$kendo-listbox-text: $kendo-listbox-text,
|
|
64
|
+
$kendo-listbox-bg: $kendo-listbox-bg,
|
|
65
|
+
$kendo-listbox-border: $kendo-listbox-border,
|
|
66
|
+
$kendo-listbox-drop-hint-width: $kendo-listbox-drop-hint-width,
|
|
67
|
+
$kendo-listbox-scroller-padding-x: $kendo-listbox-scroller-padding-x,
|
|
68
|
+
$kendo-listbox-scroller-padding-y: $kendo-listbox-scroller-padding-y,
|
|
69
|
+
$kendo-listbox-border-radius: $kendo-listbox-border-radius
|
|
70
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Component
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
9
|
+
|
|
10
|
+
// Expose
|
|
11
|
+
@mixin kendo-listgroup--styles() {
|
|
12
|
+
@include import-once( "listgroup" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-icon--styles();
|
|
15
|
+
@include kendo-listgroup--layout();
|
|
16
|
+
@include kendo-listgroup--theme();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// Listgroup
|
|
4
|
+
/// The width of the border around the ListGroup.
|
|
5
|
+
/// @group listgroup
|
|
6
|
+
$kendo-listgroup-border-width: 1px !default;
|
|
7
|
+
/// The border radius of the ListGroup.
|
|
8
|
+
/// @group listgroup
|
|
9
|
+
$kendo-listgroup-border-radius: k-border-radius(md) !default;
|
|
10
|
+
|
|
11
|
+
/// The font size of the ListGroup.
|
|
12
|
+
/// @group listgroup
|
|
13
|
+
$kendo-listgroup-font-size: var( --kendo-font-size, inherit ) !default;
|
|
14
|
+
/// The line height of the ListGroup.
|
|
15
|
+
/// @group listgroup
|
|
16
|
+
$kendo-listgroup-line-height: var( --kendo-line-height, normal ) !default;
|
|
17
|
+
|
|
18
|
+
/// The background color of the ListGroup.
|
|
19
|
+
/// @group listgroup
|
|
20
|
+
$kendo-listgroup-bg: k-color(surface-alt) !default;
|
|
21
|
+
/// The text color of the ListGroup.
|
|
22
|
+
/// @group listgroup
|
|
23
|
+
$kendo-listgroup-text: k-color(on-app-surface) !default;
|
|
24
|
+
/// The border color of the ListGroup.
|
|
25
|
+
/// @group listgroup
|
|
26
|
+
$kendo-listgroup-border: k-color(border) !default;
|
|
27
|
+
|
|
28
|
+
/// The horizontal padding of the ListGroup item.
|
|
29
|
+
/// @group listgroup
|
|
30
|
+
$kendo-listgroup-item-padding-x: k-spacing(2) !default;
|
|
31
|
+
/// The vertical padding of the ListGroup item.
|
|
32
|
+
/// @group listgroup
|
|
33
|
+
$kendo-listgroup-item-padding-y: k-spacing(2) !default;
|
|
34
|
+
/// The width of the border around the ListGroup item.
|
|
35
|
+
/// @group listgroup
|
|
36
|
+
$kendo-listgroup-item-border-width: 1px !default;
|
|
37
|
+
|
|
38
|
+
@forward "@progress/kendo-theme-core/scss/components/listgroup/_variables.scss" with (
|
|
39
|
+
$kendo-listgroup-border-width: $kendo-listgroup-border-width,
|
|
40
|
+
$kendo-listgroup-border-radius: $kendo-listgroup-border-radius,
|
|
41
|
+
$kendo-listgroup-font-size: $kendo-listgroup-font-size,
|
|
42
|
+
$kendo-listgroup-line-height: $kendo-listgroup-line-height,
|
|
43
|
+
$kendo-listgroup-bg: $kendo-listgroup-bg,
|
|
44
|
+
$kendo-listgroup-text: $kendo-listgroup-text,
|
|
45
|
+
$kendo-listgroup-border: $kendo-listgroup-border,
|
|
46
|
+
$kendo-listgroup-item-padding-x: $kendo-listgroup-item-padding-x,
|
|
47
|
+
$kendo-listgroup-item-padding-y: $kendo-listgroup-item-padding-y,
|
|
48
|
+
$kendo-listgroup-item-border-width: $kendo-listgroup-item-border-width
|
|
49
|
+
);
|