@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,585 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../button/_variables.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Input
|
|
5
|
+
|
|
6
|
+
/// The default fill mode of the Input.
|
|
7
|
+
/// @group input
|
|
8
|
+
/// @role default
|
|
9
|
+
$kendo-input-default-fill-mode: "solid" !default;
|
|
10
|
+
/// The default roundness of the Input.
|
|
11
|
+
/// @group input
|
|
12
|
+
/// @role default
|
|
13
|
+
$kendo-input-default-roundness: "md" !default;
|
|
14
|
+
/// The default size of the Input.
|
|
15
|
+
/// @group input
|
|
16
|
+
/// @role default
|
|
17
|
+
$kendo-input-default-size: "md" !default;
|
|
18
|
+
|
|
19
|
+
/// The default width of the Input components.
|
|
20
|
+
/// @group input
|
|
21
|
+
$kendo-input-default-width: 100% !default;
|
|
22
|
+
|
|
23
|
+
/// The border width of the Input components.
|
|
24
|
+
/// @group input
|
|
25
|
+
$kendo-input-border-width: 1px !default;
|
|
26
|
+
/// The border radius of the Input components.
|
|
27
|
+
/// @group input
|
|
28
|
+
$kendo-input-border-radius: null !default;
|
|
29
|
+
|
|
30
|
+
/// The horizontal padding of the small Input components.
|
|
31
|
+
/// @group input
|
|
32
|
+
$kendo-input-sm-padding-x: k-spacing(2) !default;
|
|
33
|
+
/// The horizontal padding of the medium Input components.
|
|
34
|
+
/// @group input
|
|
35
|
+
$kendo-input-md-padding-x: k-spacing(2.5) !default;
|
|
36
|
+
/// The horizontal padding of the large Input components.
|
|
37
|
+
/// @group input
|
|
38
|
+
$kendo-input-lg-padding-x: k-spacing(3) !default;
|
|
39
|
+
|
|
40
|
+
/// The vertical padding of the small Input components.
|
|
41
|
+
/// @group input
|
|
42
|
+
$kendo-input-sm-padding-y: k-spacing(1) !default;
|
|
43
|
+
/// The vertical padding of the medium Input components.
|
|
44
|
+
/// @group input
|
|
45
|
+
$kendo-input-md-padding-y: k-spacing(1.5) !default;
|
|
46
|
+
/// The vertical padding of the large Input components.
|
|
47
|
+
/// @group input
|
|
48
|
+
$kendo-input-lg-padding-y: k-spacing(2) !default;
|
|
49
|
+
|
|
50
|
+
/// The font family of the Input components.
|
|
51
|
+
/// @group input
|
|
52
|
+
$kendo-input-font-family: var( --kendo-font-family, inherit ) !default;
|
|
53
|
+
|
|
54
|
+
/// The font size of the Input components.
|
|
55
|
+
/// @group input
|
|
56
|
+
$kendo-input-font-size: null !default;
|
|
57
|
+
/// The font size of the small Input components.
|
|
58
|
+
/// @group input
|
|
59
|
+
$kendo-input-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
60
|
+
/// The font size of the medium Input components.
|
|
61
|
+
/// @group input
|
|
62
|
+
$kendo-input-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
63
|
+
/// The font size of the large Input components.
|
|
64
|
+
/// @group input
|
|
65
|
+
$kendo-input-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
66
|
+
|
|
67
|
+
/// The line height of the Input components.
|
|
68
|
+
/// @group input
|
|
69
|
+
$kendo-input-line-height: null !default;
|
|
70
|
+
/// The line height of the small Input components.
|
|
71
|
+
/// @group input
|
|
72
|
+
$kendo-input-sm-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
73
|
+
/// The line height of the medium Input components.
|
|
74
|
+
/// @group input
|
|
75
|
+
$kendo-input-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
76
|
+
/// The line height of the large Input components.
|
|
77
|
+
/// @group input
|
|
78
|
+
$kendo-input-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
79
|
+
|
|
80
|
+
$kendo-input-sm-calc-size: calc( ( #{$kendo-input-sm-line-height} * 1em ) + ( #{$kendo-input-sm-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
|
|
81
|
+
$kendo-input-md-calc-size: calc( ( #{$kendo-input-md-line-height} * 1em ) + ( #{$kendo-input-md-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
|
|
82
|
+
$kendo-input-lg-calc-size: calc( ( #{$kendo-input-lg-line-height} * 1em ) + ( #{$kendo-input-lg-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
|
|
83
|
+
|
|
84
|
+
/// The background color of the Input components.
|
|
85
|
+
/// @group input
|
|
86
|
+
$kendo-input-bg: k-color(surface-alt) !default;
|
|
87
|
+
/// The text color of the Input components.
|
|
88
|
+
/// @group input
|
|
89
|
+
$kendo-input-text: k-color(on-app-surface) !default;
|
|
90
|
+
/// The border color of the Input components.
|
|
91
|
+
/// @group input
|
|
92
|
+
$kendo-input-border: k-color(border) !default;
|
|
93
|
+
/// The shadow of the Input components.
|
|
94
|
+
/// @group input
|
|
95
|
+
$kendo-input-shadow: null !default;
|
|
96
|
+
|
|
97
|
+
/// The background color of the hovered Input components.
|
|
98
|
+
/// @group input
|
|
99
|
+
$kendo-input-hover-bg: null !default;
|
|
100
|
+
/// The text color of the hovered Input components.
|
|
101
|
+
/// @group input
|
|
102
|
+
$kendo-input-hover-text: null !default;
|
|
103
|
+
/// The border color of the hovered Input components.
|
|
104
|
+
/// @group input
|
|
105
|
+
$kendo-input-hover-border: k-color(border-alt) !default;
|
|
106
|
+
/// The shadow of the hovered Input components.
|
|
107
|
+
/// @group input
|
|
108
|
+
$kendo-input-hover-shadow: null !default;
|
|
109
|
+
|
|
110
|
+
/// The background color of the focused Input components.
|
|
111
|
+
/// @group input
|
|
112
|
+
$kendo-input-focus-bg: null !default;
|
|
113
|
+
/// The text color of the focused Input components.
|
|
114
|
+
/// @group input
|
|
115
|
+
$kendo-input-focus-text: null !default;
|
|
116
|
+
/// The border color of the focused Input components.
|
|
117
|
+
/// @group input
|
|
118
|
+
$kendo-input-focus-border: $kendo-input-hover-border !default;
|
|
119
|
+
/// The shadow of the focused Input components.
|
|
120
|
+
/// @group input
|
|
121
|
+
$kendo-input-focus-shadow: null !default;
|
|
122
|
+
/// The outline color of the focused Input components.
|
|
123
|
+
/// @group input
|
|
124
|
+
$kendo-input-focus-outline-color: k-color(subtle) !default;
|
|
125
|
+
/// The outline width of the focused Input components.
|
|
126
|
+
/// @group input
|
|
127
|
+
$kendo-input-focus-outline-width: 1px !default;
|
|
128
|
+
/// The outline offset of the focused Input components.
|
|
129
|
+
/// @group input
|
|
130
|
+
$kendo-input-focus-outline-offset: 1px !default;
|
|
131
|
+
|
|
132
|
+
/// The background color of the disabled Input components.
|
|
133
|
+
/// @group input
|
|
134
|
+
$kendo-input-disabled-bg: null !default;
|
|
135
|
+
/// The text color of the disabled Input components.
|
|
136
|
+
/// @group input
|
|
137
|
+
$kendo-input-disabled-text: null !default;
|
|
138
|
+
/// The border color of the disabled Input components.
|
|
139
|
+
/// @group input
|
|
140
|
+
$kendo-input-disabled-border: null !default;
|
|
141
|
+
/// The gradient of the disabled Input components.
|
|
142
|
+
/// @group input
|
|
143
|
+
$kendo-input-disabled-gradient: null !default;
|
|
144
|
+
/// The shadow of the disabled Input components.
|
|
145
|
+
/// @group input
|
|
146
|
+
$kendo-input-disabled-shadow: null !default;
|
|
147
|
+
|
|
148
|
+
/// The background color of the outline Input components.
|
|
149
|
+
/// @group input
|
|
150
|
+
$kendo-input-outline-bg: null !default;
|
|
151
|
+
/// The text color of the outline Input components.
|
|
152
|
+
/// @group input
|
|
153
|
+
$kendo-input-outline-text: $kendo-input-text !default;
|
|
154
|
+
/// The border color of the outline Input components.
|
|
155
|
+
/// @group input
|
|
156
|
+
$kendo-input-outline-border: color-mix(in srgb, k-color(base-emphasis) 80%, transparent) !default;
|
|
157
|
+
|
|
158
|
+
/// The background color of the outline hovered Input components.
|
|
159
|
+
/// @group input
|
|
160
|
+
$kendo-input-outline-hover-bg: null !default;
|
|
161
|
+
/// The text color of the outline hovered Input components.
|
|
162
|
+
/// @group input
|
|
163
|
+
$kendo-input-outline-hover-text: null !default;
|
|
164
|
+
/// The border color of the outline hovered Input components.
|
|
165
|
+
/// @group input
|
|
166
|
+
$kendo-input-outline-hover-border: color-mix(in srgb, k-color(base-emphasis) 90%, transparent) !default;
|
|
167
|
+
|
|
168
|
+
/// The background color of the outline focused Input components.
|
|
169
|
+
/// @group input
|
|
170
|
+
$kendo-input-outline-focus-bg: null !default;
|
|
171
|
+
/// The text color of the outline focused Input components.
|
|
172
|
+
/// @group input
|
|
173
|
+
$kendo-input-outline-focus-text: null !default;
|
|
174
|
+
/// The border color of the outline focused Input components.
|
|
175
|
+
/// @group input
|
|
176
|
+
$kendo-input-outline-focus-border: null !default;
|
|
177
|
+
/// The shadow of the outline focused Input components.
|
|
178
|
+
/// @group input
|
|
179
|
+
$kendo-input-outline-focus-shadow: $kendo-input-focus-shadow !default;
|
|
180
|
+
|
|
181
|
+
/// The background color of the flat Input components.
|
|
182
|
+
/// @group input
|
|
183
|
+
$kendo-input-flat-bg: transparent !default;
|
|
184
|
+
/// The text color of the flat Input components.
|
|
185
|
+
/// @group input
|
|
186
|
+
$kendo-input-flat-text: $kendo-input-text !default;
|
|
187
|
+
/// The border color of the flat Input components.
|
|
188
|
+
/// @group input
|
|
189
|
+
$kendo-input-flat-border: $kendo-input-border !default;
|
|
190
|
+
|
|
191
|
+
/// The background color of the flat hovered Input components.
|
|
192
|
+
/// @group input
|
|
193
|
+
$kendo-input-flat-hover-bg: null !default;
|
|
194
|
+
/// The text color of the flat hovered Input components.
|
|
195
|
+
/// @group input
|
|
196
|
+
$kendo-input-flat-hover-text: null !default;
|
|
197
|
+
/// The border color of the flat hovered Input components.
|
|
198
|
+
/// @group input
|
|
199
|
+
$kendo-input-flat-hover-border: $kendo-input-hover-border !default;
|
|
200
|
+
|
|
201
|
+
/// The background color of the flat focused Input components.
|
|
202
|
+
/// @group input
|
|
203
|
+
$kendo-input-flat-focus-bg: null !default;
|
|
204
|
+
/// The text color of the flat focused Input components.
|
|
205
|
+
/// @group input
|
|
206
|
+
$kendo-input-flat-focus-text: null !default;
|
|
207
|
+
/// The border color of the flat focused Input components.
|
|
208
|
+
/// @group input
|
|
209
|
+
$kendo-input-flat-focus-border: null !default;
|
|
210
|
+
/// The shadow of the flat focused Input components.
|
|
211
|
+
/// @group input
|
|
212
|
+
$kendo-input-flat-focus-shadow: $kendo-input-focus-shadow !default;
|
|
213
|
+
|
|
214
|
+
/// The text color of the Input placeholder.
|
|
215
|
+
/// @group input
|
|
216
|
+
$kendo-input-placeholder-text: k-color(subtle) !default;
|
|
217
|
+
/// The opacity of the Input placeholder.
|
|
218
|
+
/// @group input
|
|
219
|
+
$kendo-input-placeholder-opacity: 1 !default;
|
|
220
|
+
|
|
221
|
+
/// The color of the Input clear value icon.
|
|
222
|
+
/// @group input
|
|
223
|
+
$kendo-input-clear-value-text: null !default;
|
|
224
|
+
/// The opacity of the Input clear value icon.
|
|
225
|
+
/// @group input
|
|
226
|
+
$kendo-input-clear-value-opacity: .5 !default;
|
|
227
|
+
/// The color of the hovered Input clear value icon.
|
|
228
|
+
/// @group input
|
|
229
|
+
$kendo-input-clear-value-hover-text: null !default;
|
|
230
|
+
/// The opacity of the hovered Input clear value icon.
|
|
231
|
+
/// @group input
|
|
232
|
+
$kendo-input-clear-value-hover-opacity: 1 !default;
|
|
233
|
+
|
|
234
|
+
/// The width of the Input button.
|
|
235
|
+
/// @group input
|
|
236
|
+
$kendo-input-button-width: $kendo-button-inner-calc-size !default;
|
|
237
|
+
/// The border width of the Input button.
|
|
238
|
+
/// @group input
|
|
239
|
+
$kendo-input-button-border-width: 0 !default;
|
|
240
|
+
/// The width of the Input spinner button.
|
|
241
|
+
/// @group input
|
|
242
|
+
$kendo-input-spinner-width: $kendo-button-inner-calc-size !default;
|
|
243
|
+
/// The icon offset of the Input spinner button.
|
|
244
|
+
/// @group input
|
|
245
|
+
$kendo-input-spinner-icon-offset: null !default;
|
|
246
|
+
|
|
247
|
+
/// The color of the Input separator.
|
|
248
|
+
/// @group input
|
|
249
|
+
$kendo-input-separator-text: $kendo-input-border !default;
|
|
250
|
+
|
|
251
|
+
/// The text color of the Input prefix.
|
|
252
|
+
/// @group input
|
|
253
|
+
$kendo-input-prefix-text: k-color(subtle) !default;
|
|
254
|
+
/// The background color of the Input prefix.
|
|
255
|
+
/// @group input
|
|
256
|
+
$kendo-input-prefix-bg: null !default;
|
|
257
|
+
/// The text color of the Input suffix.
|
|
258
|
+
/// @group input
|
|
259
|
+
$kendo-input-suffix-text: k-color(subtle) !default;
|
|
260
|
+
/// The background color of the Input suffix.
|
|
261
|
+
/// @group input
|
|
262
|
+
$kendo-input-suffix-bg: null !default;
|
|
263
|
+
|
|
264
|
+
/// The border color of the invalid Input components.
|
|
265
|
+
/// @group input
|
|
266
|
+
$kendo-input-invalid-border: k-color(error-on-surface) !default;
|
|
267
|
+
/// The shadow of the invalid Input components.
|
|
268
|
+
/// @group input
|
|
269
|
+
$kendo-input-invalid-shadow: null !default;
|
|
270
|
+
/// The outline color of the focused invalid Input components.
|
|
271
|
+
/// @group input
|
|
272
|
+
$kendo-input-invalid-focus-outline: k-color(error-on-surface) !default;
|
|
273
|
+
|
|
274
|
+
/// The default fill mode of the Picker.
|
|
275
|
+
/// @group picker
|
|
276
|
+
/// @role default
|
|
277
|
+
$kendo-picker-default-fill-mode: "solid" !default;
|
|
278
|
+
/// The default roundness of the Picker.
|
|
279
|
+
/// @group picker
|
|
280
|
+
/// @role default
|
|
281
|
+
$kendo-picker-default-roundness: "md" !default;
|
|
282
|
+
/// The default size of the Picker.
|
|
283
|
+
/// @group picker
|
|
284
|
+
/// @role default
|
|
285
|
+
$kendo-picker-default-size: "md" !default;
|
|
286
|
+
|
|
287
|
+
/// The background color of the Picker components.
|
|
288
|
+
/// @group picker
|
|
289
|
+
$kendo-picker-bg: $kendo-input-bg !default;
|
|
290
|
+
/// The text color of the Picker components.
|
|
291
|
+
/// @group picker
|
|
292
|
+
$kendo-picker-text: $kendo-input-text !default;
|
|
293
|
+
/// The border color of the Picker components.
|
|
294
|
+
/// @group picker
|
|
295
|
+
$kendo-picker-border: $kendo-input-border !default;
|
|
296
|
+
/// The gradient of the Picker components.
|
|
297
|
+
/// @group picker
|
|
298
|
+
$kendo-picker-gradient: null !default;
|
|
299
|
+
/// The shadow of the Picker components.
|
|
300
|
+
/// @group picker
|
|
301
|
+
$kendo-picker-shadow: null !default;
|
|
302
|
+
|
|
303
|
+
/// The background color of the hovered Picker components.
|
|
304
|
+
/// @group picker
|
|
305
|
+
$kendo-picker-hover-bg: null !default;
|
|
306
|
+
/// The text color of the hovered Picker components.
|
|
307
|
+
/// @group picker
|
|
308
|
+
$kendo-picker-hover-text: null !default;
|
|
309
|
+
/// The border color of the hovered Picker components.
|
|
310
|
+
/// @group picker
|
|
311
|
+
$kendo-picker-hover-border: $kendo-input-hover-border !default;
|
|
312
|
+
/// The gradient of the hovered Picker components.
|
|
313
|
+
/// @group picker
|
|
314
|
+
$kendo-picker-hover-gradient: null !default;
|
|
315
|
+
/// The shadow of the hovered Picker components.
|
|
316
|
+
/// @group picker
|
|
317
|
+
$kendo-picker-hover-shadow: null !default;
|
|
318
|
+
|
|
319
|
+
/// The background color of the focused Picker components.
|
|
320
|
+
/// @group picker
|
|
321
|
+
$kendo-picker-focus-bg: null !default;
|
|
322
|
+
/// The text color of the focused Picker components.
|
|
323
|
+
/// @group picker
|
|
324
|
+
$kendo-picker-focus-text: null !default;
|
|
325
|
+
/// The border color of the focused Picker components.
|
|
326
|
+
/// @group picker
|
|
327
|
+
$kendo-picker-focus-border: null !default;
|
|
328
|
+
/// The gradient of the focused Picker components.
|
|
329
|
+
/// @group picker
|
|
330
|
+
$kendo-picker-focus-gradient: null !default;
|
|
331
|
+
/// The shadow of the focused Picker components.
|
|
332
|
+
/// @group picker
|
|
333
|
+
$kendo-picker-focus-shadow: none !default;
|
|
334
|
+
|
|
335
|
+
/// The outline color of the focused Picker components.
|
|
336
|
+
/// @group picker
|
|
337
|
+
$kendo-picker-focus-outline-color: $kendo-input-focus-outline-color !default;
|
|
338
|
+
/// The outline width of the focused Picker components.
|
|
339
|
+
/// @group picker
|
|
340
|
+
$kendo-picker-focus-outline-width: $kendo-input-focus-outline-width !default;
|
|
341
|
+
/// The outline offset of the focused Picker components.
|
|
342
|
+
/// @group picker
|
|
343
|
+
$kendo-picker-focus-outline-offset: $kendo-input-focus-outline-offset !default;
|
|
344
|
+
/// The outline color of the focused invalid Picker components.
|
|
345
|
+
/// @group picker
|
|
346
|
+
$kendo-picker-invalid-focus-outline: $kendo-input-invalid-focus-outline !default;
|
|
347
|
+
|
|
348
|
+
/// The background color of the disabled Picker components.
|
|
349
|
+
/// @group picker
|
|
350
|
+
$kendo-picker-disabled-bg: null !default;
|
|
351
|
+
/// The text color of the disabled Picker components.
|
|
352
|
+
/// @group picker
|
|
353
|
+
$kendo-picker-disabled-text: null !default;
|
|
354
|
+
/// The border color of the disabled Picker components.
|
|
355
|
+
/// @group picker
|
|
356
|
+
$kendo-picker-disabled-border: null !default;
|
|
357
|
+
/// The gradient of the disabled Picker components.
|
|
358
|
+
/// @group picker
|
|
359
|
+
$kendo-picker-disabled-gradient: null !default;
|
|
360
|
+
/// The shadow of the disabled Picker components.
|
|
361
|
+
/// @group picker
|
|
362
|
+
$kendo-picker-disabled-shadow: null !default;
|
|
363
|
+
|
|
364
|
+
/// The background color of the outline Picker components.
|
|
365
|
+
/// @group picker
|
|
366
|
+
$kendo-picker-outline-bg: transparent !default;
|
|
367
|
+
/// The text color of the outline Picker components.
|
|
368
|
+
/// @group picker
|
|
369
|
+
$kendo-picker-outline-text: k-color(on-app-surface) !default;
|
|
370
|
+
/// The border color of the outline Picker components.
|
|
371
|
+
/// @group picker
|
|
372
|
+
$kendo-picker-outline-border: $kendo-input-outline-border !default;
|
|
373
|
+
|
|
374
|
+
/// The background color of the outline hovered Picker components.
|
|
375
|
+
/// @group picker
|
|
376
|
+
$kendo-picker-outline-hover-bg: transparent !default;
|
|
377
|
+
/// The text color of the outline hovered Picker components.
|
|
378
|
+
/// @group picker
|
|
379
|
+
$kendo-picker-outline-hover-text: $kendo-picker-outline-text !default;
|
|
380
|
+
/// The border color of the outline hovered Picker components.
|
|
381
|
+
/// @group picker
|
|
382
|
+
$kendo-picker-outline-hover-border: $kendo-input-outline-hover-border !default;
|
|
383
|
+
|
|
384
|
+
/// The background color of the outline focused Picker components.
|
|
385
|
+
/// @group picker
|
|
386
|
+
$kendo-picker-outline-focus-bg: null !default;
|
|
387
|
+
/// The text color of the outline focused Picker components.
|
|
388
|
+
/// @group picker
|
|
389
|
+
$kendo-picker-outline-focus-text: null !default;
|
|
390
|
+
/// The border color of the outline focused Picker components.
|
|
391
|
+
/// @group picker
|
|
392
|
+
$kendo-picker-outline-focus-border: null !default;
|
|
393
|
+
/// The shadow of the outline focused Picker components.
|
|
394
|
+
/// @group picker
|
|
395
|
+
$kendo-picker-outline-focus-shadow: $kendo-picker-focus-shadow !default;
|
|
396
|
+
|
|
397
|
+
/// The background color of the outline hovered and focused Picker components.
|
|
398
|
+
/// @group picker
|
|
399
|
+
$kendo-picker-outline-hover-focus-bg: null !default;
|
|
400
|
+
/// The text color of the outline hovered and focused Picker components.
|
|
401
|
+
/// @group picker
|
|
402
|
+
$kendo-picker-outline-hover-focus-text: null !default;
|
|
403
|
+
/// The border color of the outline hovered and focused Picker components.
|
|
404
|
+
/// @group picker
|
|
405
|
+
$kendo-picker-outline-hover-focus-border: null !default;
|
|
406
|
+
|
|
407
|
+
/// The background color of the flat Picker components.
|
|
408
|
+
/// @group picker
|
|
409
|
+
$kendo-picker-flat-bg: transparent !default;
|
|
410
|
+
/// The text color of the flat Picker components.
|
|
411
|
+
/// @group picker
|
|
412
|
+
$kendo-picker-flat-text: k-color(on-app-surface) !default;
|
|
413
|
+
/// The border color of the flat Picker components.
|
|
414
|
+
/// @group picker
|
|
415
|
+
$kendo-picker-flat-border: $kendo-input-flat-border !default;
|
|
416
|
+
|
|
417
|
+
/// The background color of the flat hovered Picker components.
|
|
418
|
+
/// @group picker
|
|
419
|
+
$kendo-picker-flat-hover-bg: null !default;
|
|
420
|
+
/// The text color of the flat hovered Picker components.
|
|
421
|
+
/// @group picker
|
|
422
|
+
$kendo-picker-flat-hover-text: null !default;
|
|
423
|
+
/// The border color of the flat hovered Picker components.
|
|
424
|
+
/// @group picker
|
|
425
|
+
$kendo-picker-flat-hover-border: $kendo-input-flat-hover-border !default;
|
|
426
|
+
|
|
427
|
+
/// The background color of the flat focused Picker components.
|
|
428
|
+
/// @group picker
|
|
429
|
+
$kendo-picker-flat-focus-bg: null !default;
|
|
430
|
+
/// The text color of the flat focused Picker components.
|
|
431
|
+
/// @group picker
|
|
432
|
+
$kendo-picker-flat-focus-text: null !default;
|
|
433
|
+
/// The border color of the flat focused Picker components.
|
|
434
|
+
/// @group picker
|
|
435
|
+
$kendo-picker-flat-focus-border: null !default;
|
|
436
|
+
/// The shadow of the flat focused Picker components.
|
|
437
|
+
/// @group picker
|
|
438
|
+
$kendo-picker-flat-focus-shadow: $kendo-picker-focus-shadow !default;
|
|
439
|
+
|
|
440
|
+
/// The background color of the flat hovered and focused Picker components.
|
|
441
|
+
/// @group picker
|
|
442
|
+
$kendo-picker-flat-hover-focus-bg: null !default;
|
|
443
|
+
/// The text color of the flat hovered and focused Picker components.
|
|
444
|
+
/// @group picker
|
|
445
|
+
$kendo-picker-flat-hover-focus-text: null !default;
|
|
446
|
+
/// The border color of the flat hovered and focused Picker components.
|
|
447
|
+
/// @group picker
|
|
448
|
+
$kendo-picker-flat-hover-focus-border: null !default;
|
|
449
|
+
|
|
450
|
+
$kendo-use-input-button-width: true !default;
|
|
451
|
+
$kendo-use-input-spinner-width: true !default;
|
|
452
|
+
$kendo-use-input-spinner-icon-offset: false !default;
|
|
453
|
+
|
|
454
|
+
@forward "@progress/kendo-theme-core/scss/components/input/_variables.scss" with (
|
|
455
|
+
$kendo-input-default-fill-mode: $kendo-input-default-fill-mode,
|
|
456
|
+
$kendo-input-default-roundness: $kendo-input-default-roundness,
|
|
457
|
+
$kendo-input-default-size: $kendo-input-default-size,
|
|
458
|
+
$kendo-input-default-width: $kendo-input-default-width,
|
|
459
|
+
$kendo-input-border-width: $kendo-input-border-width,
|
|
460
|
+
$kendo-input-border-radius: $kendo-input-border-radius,
|
|
461
|
+
$kendo-input-sm-padding-x: $kendo-input-sm-padding-x,
|
|
462
|
+
$kendo-input-md-padding-x: $kendo-input-md-padding-x,
|
|
463
|
+
$kendo-input-lg-padding-x: $kendo-input-lg-padding-x,
|
|
464
|
+
$kendo-input-sm-padding-y: $kendo-input-sm-padding-y,
|
|
465
|
+
$kendo-input-md-padding-y: $kendo-input-md-padding-y,
|
|
466
|
+
$kendo-input-lg-padding-y: $kendo-input-lg-padding-y,
|
|
467
|
+
$kendo-input-font-family: $kendo-input-font-family,
|
|
468
|
+
$kendo-input-font-size: $kendo-input-font-size,
|
|
469
|
+
$kendo-input-sm-font-size: $kendo-input-sm-font-size,
|
|
470
|
+
$kendo-input-md-font-size: $kendo-input-md-font-size,
|
|
471
|
+
$kendo-input-lg-font-size: $kendo-input-lg-font-size,
|
|
472
|
+
$kendo-input-line-height: $kendo-input-line-height,
|
|
473
|
+
$kendo-input-sm-line-height: $kendo-input-sm-line-height,
|
|
474
|
+
$kendo-input-md-line-height: $kendo-input-md-line-height,
|
|
475
|
+
$kendo-input-lg-line-height: $kendo-input-lg-line-height,
|
|
476
|
+
$kendo-input-sm-calc-size: $kendo-input-sm-calc-size,
|
|
477
|
+
$kendo-input-md-calc-size: $kendo-input-md-calc-size,
|
|
478
|
+
$kendo-input-lg-calc-size: $kendo-input-lg-calc-size,
|
|
479
|
+
$kendo-input-bg: $kendo-input-bg,
|
|
480
|
+
$kendo-input-text: $kendo-input-text,
|
|
481
|
+
$kendo-input-border: $kendo-input-border,
|
|
482
|
+
$kendo-input-shadow: $kendo-input-shadow,
|
|
483
|
+
$kendo-input-hover-bg: $kendo-input-hover-bg,
|
|
484
|
+
$kendo-input-hover-text: $kendo-input-hover-text,
|
|
485
|
+
$kendo-input-hover-border: $kendo-input-hover-border,
|
|
486
|
+
$kendo-input-hover-shadow: $kendo-input-hover-shadow,
|
|
487
|
+
$kendo-input-focus-bg: $kendo-input-focus-bg,
|
|
488
|
+
$kendo-input-focus-text: $kendo-input-focus-text,
|
|
489
|
+
$kendo-input-focus-border: $kendo-input-focus-border,
|
|
490
|
+
$kendo-input-focus-shadow: $kendo-input-focus-shadow,
|
|
491
|
+
$kendo-input-disabled-bg: $kendo-input-disabled-bg,
|
|
492
|
+
$kendo-input-disabled-text: $kendo-input-disabled-text,
|
|
493
|
+
$kendo-input-disabled-border: $kendo-input-disabled-border,
|
|
494
|
+
$kendo-input-disabled-gradient: $kendo-input-disabled-gradient,
|
|
495
|
+
$kendo-input-disabled-shadow: $kendo-input-disabled-shadow,
|
|
496
|
+
$kendo-input-outline-bg: $kendo-input-outline-bg,
|
|
497
|
+
$kendo-input-outline-text: $kendo-input-outline-text,
|
|
498
|
+
$kendo-input-outline-border: $kendo-input-outline-border,
|
|
499
|
+
$kendo-input-outline-hover-bg: $kendo-input-outline-hover-bg,
|
|
500
|
+
$kendo-input-outline-hover-text: $kendo-input-outline-hover-text,
|
|
501
|
+
$kendo-input-outline-hover-border: $kendo-input-outline-hover-border,
|
|
502
|
+
$kendo-input-outline-focus-bg: $kendo-input-outline-focus-bg,
|
|
503
|
+
$kendo-input-outline-focus-text: $kendo-input-outline-focus-text,
|
|
504
|
+
$kendo-input-outline-focus-border: $kendo-input-outline-focus-border,
|
|
505
|
+
$kendo-input-outline-focus-shadow: $kendo-input-outline-focus-shadow,
|
|
506
|
+
$kendo-input-flat-bg: $kendo-input-flat-bg,
|
|
507
|
+
$kendo-input-flat-text: $kendo-input-flat-text,
|
|
508
|
+
$kendo-input-flat-border: $kendo-input-flat-border,
|
|
509
|
+
$kendo-input-flat-hover-bg: $kendo-input-flat-hover-bg,
|
|
510
|
+
$kendo-input-flat-hover-text: $kendo-input-flat-hover-text,
|
|
511
|
+
$kendo-input-flat-hover-border: $kendo-input-flat-hover-border,
|
|
512
|
+
$kendo-input-flat-focus-bg: $kendo-input-flat-focus-bg,
|
|
513
|
+
$kendo-input-flat-focus-text: $kendo-input-flat-focus-text,
|
|
514
|
+
$kendo-input-flat-focus-border: $kendo-input-flat-focus-border,
|
|
515
|
+
$kendo-input-flat-focus-shadow: $kendo-input-flat-focus-shadow,
|
|
516
|
+
$kendo-input-placeholder-text: $kendo-input-placeholder-text,
|
|
517
|
+
$kendo-input-placeholder-opacity: $kendo-input-placeholder-opacity,
|
|
518
|
+
$kendo-input-clear-value-text: $kendo-input-clear-value-text,
|
|
519
|
+
$kendo-input-clear-value-opacity: $kendo-input-clear-value-opacity,
|
|
520
|
+
$kendo-input-clear-value-hover-text: $kendo-input-clear-value-hover-text,
|
|
521
|
+
$kendo-input-clear-value-hover-opacity: $kendo-input-clear-value-hover-opacity,
|
|
522
|
+
$kendo-input-button-width: $kendo-input-button-width,
|
|
523
|
+
$kendo-input-button-border-width: $kendo-input-button-border-width,
|
|
524
|
+
$kendo-input-spinner-width: $kendo-input-spinner-width,
|
|
525
|
+
$kendo-input-spinner-icon-offset: $kendo-input-spinner-icon-offset,
|
|
526
|
+
$kendo-input-separator-text: $kendo-input-separator-text,
|
|
527
|
+
$kendo-input-prefix-text: $kendo-input-prefix-text,
|
|
528
|
+
$kendo-input-prefix-bg: $kendo-input-prefix-bg,
|
|
529
|
+
$kendo-input-suffix-text: $kendo-input-suffix-text,
|
|
530
|
+
$kendo-input-suffix-bg: $kendo-input-suffix-bg,
|
|
531
|
+
$kendo-input-invalid-border: $kendo-input-invalid-border,
|
|
532
|
+
$kendo-input-invalid-shadow: $kendo-input-invalid-shadow,
|
|
533
|
+
$kendo-picker-default-fill-mode: $kendo-picker-default-fill-mode,
|
|
534
|
+
$kendo-picker-default-roundness: $kendo-picker-default-roundness,
|
|
535
|
+
$kendo-picker-default-size: $kendo-picker-default-size,
|
|
536
|
+
$kendo-picker-bg: $kendo-picker-bg,
|
|
537
|
+
$kendo-picker-text: $kendo-picker-text,
|
|
538
|
+
$kendo-picker-border: $kendo-picker-border,
|
|
539
|
+
$kendo-picker-gradient: $kendo-picker-gradient,
|
|
540
|
+
$kendo-picker-shadow: $kendo-picker-shadow,
|
|
541
|
+
$kendo-picker-hover-bg: $kendo-picker-hover-bg,
|
|
542
|
+
$kendo-picker-hover-text: $kendo-picker-hover-text,
|
|
543
|
+
$kendo-picker-hover-border: $kendo-picker-hover-border,
|
|
544
|
+
$kendo-picker-hover-gradient: $kendo-picker-hover-gradient,
|
|
545
|
+
$kendo-picker-hover-shadow: $kendo-picker-hover-shadow,
|
|
546
|
+
$kendo-picker-focus-bg: $kendo-picker-focus-bg,
|
|
547
|
+
$kendo-picker-focus-text: $kendo-picker-focus-text,
|
|
548
|
+
$kendo-picker-focus-border: $kendo-picker-focus-border,
|
|
549
|
+
$kendo-picker-focus-gradient: $kendo-picker-focus-gradient,
|
|
550
|
+
$kendo-picker-focus-shadow: $kendo-picker-focus-shadow,
|
|
551
|
+
$kendo-picker-disabled-bg: $kendo-picker-disabled-bg,
|
|
552
|
+
$kendo-picker-disabled-text: $kendo-picker-disabled-text,
|
|
553
|
+
$kendo-picker-disabled-border: $kendo-picker-disabled-border,
|
|
554
|
+
$kendo-picker-disabled-gradient: $kendo-picker-disabled-gradient,
|
|
555
|
+
$kendo-picker-disabled-shadow: $kendo-picker-disabled-shadow,
|
|
556
|
+
$kendo-picker-outline-bg: $kendo-picker-outline-bg,
|
|
557
|
+
$kendo-picker-outline-text: $kendo-picker-outline-text,
|
|
558
|
+
$kendo-picker-outline-border: $kendo-picker-outline-border,
|
|
559
|
+
$kendo-picker-outline-hover-bg: $kendo-picker-outline-hover-bg,
|
|
560
|
+
$kendo-picker-outline-hover-text: $kendo-picker-outline-hover-text,
|
|
561
|
+
$kendo-picker-outline-hover-border: $kendo-picker-outline-hover-border,
|
|
562
|
+
$kendo-picker-outline-focus-bg: $kendo-picker-outline-focus-bg,
|
|
563
|
+
$kendo-picker-outline-focus-text: $kendo-picker-outline-focus-text,
|
|
564
|
+
$kendo-picker-outline-focus-border: $kendo-picker-outline-focus-border,
|
|
565
|
+
$kendo-picker-outline-focus-shadow: $kendo-picker-outline-focus-shadow,
|
|
566
|
+
$kendo-picker-outline-hover-focus-bg: $kendo-picker-outline-hover-focus-bg,
|
|
567
|
+
$kendo-picker-outline-hover-focus-text: $kendo-picker-outline-hover-focus-text,
|
|
568
|
+
$kendo-picker-outline-hover-focus-border: $kendo-picker-outline-hover-focus-border,
|
|
569
|
+
$kendo-picker-flat-bg: $kendo-picker-flat-bg,
|
|
570
|
+
$kendo-picker-flat-text: $kendo-picker-flat-text,
|
|
571
|
+
$kendo-picker-flat-border: $kendo-picker-flat-border,
|
|
572
|
+
$kendo-picker-flat-hover-bg: $kendo-picker-flat-hover-bg,
|
|
573
|
+
$kendo-picker-flat-hover-text: $kendo-picker-flat-hover-text,
|
|
574
|
+
$kendo-picker-flat-hover-border: $kendo-picker-flat-hover-border,
|
|
575
|
+
$kendo-picker-flat-focus-bg: $kendo-picker-flat-focus-bg,
|
|
576
|
+
$kendo-picker-flat-focus-text: $kendo-picker-flat-focus-text,
|
|
577
|
+
$kendo-picker-flat-focus-border: $kendo-picker-flat-focus-border,
|
|
578
|
+
$kendo-picker-flat-focus-shadow: $kendo-picker-flat-focus-shadow,
|
|
579
|
+
$kendo-picker-flat-hover-focus-bg: $kendo-picker-flat-hover-focus-bg,
|
|
580
|
+
$kendo-picker-flat-hover-focus-text: $kendo-picker-flat-hover-focus-text,
|
|
581
|
+
$kendo-picker-flat-hover-focus-border: $kendo-picker-flat-hover-focus-border,
|
|
582
|
+
$kendo-use-input-button-width: $kendo-use-input-button-width,
|
|
583
|
+
$kendo-use-input-spinner-width: $kendo-use-input-spinner-width,
|
|
584
|
+
$kendo-use-input-spinner-icon-offset: $kendo-use-input-spinner-icon-offset
|
|
585
|
+
);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-list--styles() {
|
|
11
|
+
@include import-once( "list" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-list--layout();
|
|
14
|
+
@include kendo-list--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/list/_layout.scss" as *;
|
|
2
|
+
@use "../core/index.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@mixin kendo-list--layout() {
|
|
6
|
+
@include kendo-list--layout-base();
|
|
7
|
+
|
|
8
|
+
.k-list-item,
|
|
9
|
+
.k-list-custom-value {
|
|
10
|
+
transition: color k-transition(snappy), background-color k-transition(snappy), outline-color k-transition(snappy), outline k-transition(snappy);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/list/_theme.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "./_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
@mixin kendo-list--theme() {
|
|
6
|
+
@include kendo-list--theme-base();
|
|
7
|
+
|
|
8
|
+
.k-list-item,
|
|
9
|
+
.k-list-custom-value {
|
|
10
|
+
// Focus
|
|
11
|
+
&:focus,
|
|
12
|
+
&.k-focus {
|
|
13
|
+
@include focus-indicator( $kendo-list-item-focus-outline-color, $inset: true, $type: "outline", $outline-offset: $kendo-list-item-focus-outline-offset );
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|