@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,196 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../button/_variables.scss" as *;
|
|
3
|
+
@use "../menu/_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Toolbar
|
|
6
|
+
|
|
7
|
+
/// The default fill mode of the Toolbar.
|
|
8
|
+
/// @group toolbar
|
|
9
|
+
/// @role default
|
|
10
|
+
$kendo-toolbar-default-fill-mode: "solid" !default;
|
|
11
|
+
/// The default size of the Toolbar.
|
|
12
|
+
/// @group toolbar
|
|
13
|
+
/// @role default
|
|
14
|
+
$kendo-toolbar-default-size: "md" !default;
|
|
15
|
+
|
|
16
|
+
/// The horizontal padding of the small Toolbar.
|
|
17
|
+
/// @group toolbar
|
|
18
|
+
$kendo-toolbar-sm-padding-x: k-spacing(2) !default;
|
|
19
|
+
/// The horizontal padding of the medium Toolbar.
|
|
20
|
+
/// @group toolbar
|
|
21
|
+
$kendo-toolbar-md-padding-x: k-spacing(2.5) !default;
|
|
22
|
+
/// The horizontal padding of the large Toolbar.
|
|
23
|
+
/// @group toolbar
|
|
24
|
+
$kendo-toolbar-lg-padding-x: k-spacing(3) !default;
|
|
25
|
+
|
|
26
|
+
/// The vertical padding of the small Toolbar.
|
|
27
|
+
/// @group toolbar
|
|
28
|
+
$kendo-toolbar-sm-padding-y: k-spacing(2) !default;
|
|
29
|
+
/// The vertical padding of the medium Toolbar.
|
|
30
|
+
/// @group toolbar
|
|
31
|
+
$kendo-toolbar-md-padding-y: k-spacing(2.5) !default;
|
|
32
|
+
/// The vertical padding of the large Toolbar.
|
|
33
|
+
/// @group toolbar
|
|
34
|
+
$kendo-toolbar-lg-padding-y: k-spacing(3) !default;
|
|
35
|
+
|
|
36
|
+
/// The spacing between the tools of the small Toolbar.
|
|
37
|
+
/// @group toolbar
|
|
38
|
+
$kendo-toolbar-sm-spacing: k-spacing(2) !default;
|
|
39
|
+
/// The spacing between the tools of the medium Toolbar.
|
|
40
|
+
/// @group toolbar
|
|
41
|
+
$kendo-toolbar-md-spacing: k-spacing(2) !default;
|
|
42
|
+
/// The spacing between the tools of the large Toolbar.
|
|
43
|
+
/// @group toolbar
|
|
44
|
+
$kendo-toolbar-lg-spacing: k-spacing(2) !default;
|
|
45
|
+
|
|
46
|
+
/// The height of the Toolbar button separator.
|
|
47
|
+
/// @group toolbar
|
|
48
|
+
$kendo-toolbar-separator-height: $kendo-button-md-calc-size !default;
|
|
49
|
+
/// The height of the small Toolbar button separator.
|
|
50
|
+
/// @group toolbar
|
|
51
|
+
$kendo-toolbar-sm-separator-height: $kendo-button-sm-calc-size !default;
|
|
52
|
+
/// The height of the medium Toolbar button separator.
|
|
53
|
+
/// @group toolbar
|
|
54
|
+
$kendo-toolbar-md-separator-height: $kendo-toolbar-separator-height !default;
|
|
55
|
+
/// The height of the large Toolbar button separator.
|
|
56
|
+
/// @group toolbar
|
|
57
|
+
$kendo-toolbar-lg-separator-height: $kendo-button-lg-calc-size !default;
|
|
58
|
+
|
|
59
|
+
/// The width of the border around the Toolbar.
|
|
60
|
+
/// @group toolbar
|
|
61
|
+
$kendo-toolbar-border-width: 1px !default;
|
|
62
|
+
/// The border radius of the Toolbar.
|
|
63
|
+
/// @group toolbar
|
|
64
|
+
$kendo-toolbar-border-radius: k-border-radius(xl) !default;
|
|
65
|
+
|
|
66
|
+
/// The font family of the Toolbar.
|
|
67
|
+
/// @group toolbar
|
|
68
|
+
$kendo-toolbar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
69
|
+
/// The font size of the Toolbar.
|
|
70
|
+
/// @group toolbar
|
|
71
|
+
$kendo-toolbar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
72
|
+
/// The line height of the Toolbar.
|
|
73
|
+
/// @group toolbar
|
|
74
|
+
$kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
|
|
75
|
+
|
|
76
|
+
/// The background color of the Toolbar.
|
|
77
|
+
/// @group toolbar
|
|
78
|
+
$kendo-toolbar-bg: k-translucency-bg(k-color(surface-alt)) !default;
|
|
79
|
+
/// The text color of the Toolbar.
|
|
80
|
+
/// @group toolbar
|
|
81
|
+
$kendo-toolbar-text: k-color(on-app-surface) !default;
|
|
82
|
+
/// The color of the border around the Toolbar.
|
|
83
|
+
/// @group toolbar
|
|
84
|
+
$kendo-toolbar-border: k-color(border) !default;
|
|
85
|
+
/// The gradient of the Toolbar.
|
|
86
|
+
/// @group toolbar
|
|
87
|
+
$kendo-toolbar-gradient: null !default;
|
|
88
|
+
/// The box shadow of the Toolbar.
|
|
89
|
+
/// @group toolbar
|
|
90
|
+
$kendo-toolbar-shadow: null !default;
|
|
91
|
+
/// The left and right scroll overlay of the Toolbar.
|
|
92
|
+
/// @group toolbar
|
|
93
|
+
$kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
|
|
94
|
+
|
|
95
|
+
/// The text color of the outline Toolbar.
|
|
96
|
+
/// @group toolbar
|
|
97
|
+
$kendo-toolbar-outline-text: $kendo-button-text !default;
|
|
98
|
+
/// The color of the border around the outline Toolbar.
|
|
99
|
+
/// @group toolbar
|
|
100
|
+
$kendo-toolbar-outline-border: color-mix(in srgb, k-color(base-emphasis) 80%, transparent) !default;
|
|
101
|
+
/// The box shadow of the outline Toolbar.
|
|
102
|
+
/// @group toolbar
|
|
103
|
+
$kendo-toolbar-outline-shadow: null !default;
|
|
104
|
+
/// The width of the border around the outline Toolbar.
|
|
105
|
+
/// @group toolbar
|
|
106
|
+
$kendo-toolbar-outline-border-width: $kendo-toolbar-border-width !default;
|
|
107
|
+
/// The left and right scroll overlay of the outline Toolbar.
|
|
108
|
+
/// @group toolbar
|
|
109
|
+
$kendo-toolbar-outline-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
|
|
110
|
+
|
|
111
|
+
/// The text color of the flat Toolbar.
|
|
112
|
+
/// @group toolbar
|
|
113
|
+
$kendo-toolbar-flat-text: null !default;
|
|
114
|
+
/// The color of the border around the flat Toolbar.
|
|
115
|
+
/// @group toolbar
|
|
116
|
+
$kendo-toolbar-flat-border: $kendo-toolbar-border !default;
|
|
117
|
+
/// The box shadow of the flat Toolbar.
|
|
118
|
+
/// @group toolbar
|
|
119
|
+
$kendo-toolbar-flat-shadow: null !default;
|
|
120
|
+
/// The left and right scroll overlay of the flat Toolbar.
|
|
121
|
+
/// @group toolbar
|
|
122
|
+
$kendo-toolbar-flat-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
|
|
123
|
+
|
|
124
|
+
/// The color of the separator border of the Toolbar.
|
|
125
|
+
/// @group toolbar
|
|
126
|
+
$kendo-toolbar-separator-border: inherit !default;
|
|
127
|
+
|
|
128
|
+
/// The width of the input in the Toolbar.
|
|
129
|
+
/// @group toolbar
|
|
130
|
+
$kendo-toolbar-input-width: 10em !default;
|
|
131
|
+
/// The minimum width of the Smart ToolBox in the Toolbar.
|
|
132
|
+
/// @group toolbar
|
|
133
|
+
$kendo-toolbar-smart-box-min-width: 350px !default;
|
|
134
|
+
|
|
135
|
+
/// The box shadow of the focused Toolbar item.
|
|
136
|
+
/// @group toolbar
|
|
137
|
+
$kendo-toolbar-item-shadow: $kendo-button-focus-shadow !default;
|
|
138
|
+
|
|
139
|
+
/// The font size of the Toolbar overflow container.
|
|
140
|
+
/// @group toolbar
|
|
141
|
+
$kendo-toolbar-overflow-container-font-size: $kendo-menu-popup-md-font-size !default;
|
|
142
|
+
/// The line-height of the Toolbar overflow container.
|
|
143
|
+
/// @group toolbar
|
|
144
|
+
$kendo-toolbar-overflow-container-line-height: $kendo-menu-popup-md-line-height !default;
|
|
145
|
+
/// The vertical padding of the Toolbar overflow button.
|
|
146
|
+
/// @group toolbar
|
|
147
|
+
$kendo-toolbar-overflow-button-padding-y: $kendo-menu-popup-md-item-padding-y !default;
|
|
148
|
+
/// The horizontal padding of the Toolbar overflow button.
|
|
149
|
+
/// @group toolbar
|
|
150
|
+
$kendo-toolbar-overflow-button-padding-x: $kendo-menu-popup-md-item-padding-x !default;
|
|
151
|
+
|
|
152
|
+
@forward "@progress/kendo-theme-core/scss/components/toolbar/_variables.scss" with (
|
|
153
|
+
$kendo-toolbar-default-fill-mode: $kendo-toolbar-default-fill-mode,
|
|
154
|
+
$kendo-toolbar-default-size: $kendo-toolbar-default-size,
|
|
155
|
+
$kendo-toolbar-sm-padding-x: $kendo-toolbar-sm-padding-x,
|
|
156
|
+
$kendo-toolbar-md-padding-x: $kendo-toolbar-md-padding-x,
|
|
157
|
+
$kendo-toolbar-lg-padding-x: $kendo-toolbar-lg-padding-x,
|
|
158
|
+
$kendo-toolbar-sm-padding-y: $kendo-toolbar-sm-padding-y,
|
|
159
|
+
$kendo-toolbar-md-padding-y: $kendo-toolbar-md-padding-y,
|
|
160
|
+
$kendo-toolbar-lg-padding-y: $kendo-toolbar-lg-padding-y,
|
|
161
|
+
$kendo-toolbar-sm-spacing: $kendo-toolbar-sm-spacing,
|
|
162
|
+
$kendo-toolbar-md-spacing: $kendo-toolbar-md-spacing,
|
|
163
|
+
$kendo-toolbar-lg-spacing: $kendo-toolbar-lg-spacing,
|
|
164
|
+
$kendo-toolbar-separator-height: $kendo-toolbar-separator-height,
|
|
165
|
+
$kendo-toolbar-sm-separator-height: $kendo-toolbar-sm-separator-height,
|
|
166
|
+
$kendo-toolbar-md-separator-height: $kendo-toolbar-md-separator-height,
|
|
167
|
+
$kendo-toolbar-lg-separator-height: $kendo-toolbar-lg-separator-height,
|
|
168
|
+
$kendo-toolbar-border-width: $kendo-toolbar-border-width,
|
|
169
|
+
$kendo-toolbar-border-radius: $kendo-toolbar-border-radius,
|
|
170
|
+
$kendo-toolbar-font-family: $kendo-toolbar-font-family,
|
|
171
|
+
$kendo-toolbar-font-size: $kendo-toolbar-font-size,
|
|
172
|
+
$kendo-toolbar-line-height: $kendo-toolbar-line-height,
|
|
173
|
+
$kendo-toolbar-bg: $kendo-toolbar-bg,
|
|
174
|
+
$kendo-toolbar-text: $kendo-toolbar-text,
|
|
175
|
+
$kendo-toolbar-border: $kendo-toolbar-border,
|
|
176
|
+
$kendo-toolbar-gradient: $kendo-toolbar-gradient,
|
|
177
|
+
$kendo-toolbar-shadow: $kendo-toolbar-shadow,
|
|
178
|
+
$kendo-toolbar-scroll-overlay: $kendo-toolbar-scroll-overlay,
|
|
179
|
+
$kendo-toolbar-outline-text: $kendo-toolbar-outline-text,
|
|
180
|
+
$kendo-toolbar-outline-border: $kendo-toolbar-outline-border,
|
|
181
|
+
$kendo-toolbar-outline-shadow: $kendo-toolbar-outline-shadow,
|
|
182
|
+
$kendo-toolbar-outline-border-width: $kendo-toolbar-outline-border-width,
|
|
183
|
+
$kendo-toolbar-outline-scroll-overlay: $kendo-toolbar-outline-scroll-overlay,
|
|
184
|
+
$kendo-toolbar-flat-text: $kendo-toolbar-flat-text,
|
|
185
|
+
$kendo-toolbar-flat-border: $kendo-toolbar-flat-border,
|
|
186
|
+
$kendo-toolbar-flat-shadow: $kendo-toolbar-flat-shadow,
|
|
187
|
+
$kendo-toolbar-flat-scroll-overlay: $kendo-toolbar-flat-scroll-overlay,
|
|
188
|
+
$kendo-toolbar-separator-border: $kendo-toolbar-separator-border,
|
|
189
|
+
$kendo-toolbar-input-width: $kendo-toolbar-input-width,
|
|
190
|
+
$kendo-toolbar-smart-box-min-width: $kendo-toolbar-smart-box-min-width,
|
|
191
|
+
$kendo-toolbar-item-shadow: $kendo-toolbar-item-shadow,
|
|
192
|
+
$kendo-toolbar-overflow-container-font-size: $kendo-toolbar-overflow-container-font-size,
|
|
193
|
+
$kendo-toolbar-overflow-container-line-height: $kendo-toolbar-overflow-container-line-height,
|
|
194
|
+
$kendo-toolbar-overflow-button-padding-y: $kendo-toolbar-overflow-button-padding-y,
|
|
195
|
+
$kendo-toolbar-overflow-button-padding-x: $kendo-toolbar-overflow-button-padding-x
|
|
196
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@function tooltip-theme( $colors ) {
|
|
6
|
+
$_theme: ();
|
|
7
|
+
|
|
8
|
+
@each $name in $colors {
|
|
9
|
+
$_theme: map.merge(( $name: (
|
|
10
|
+
color: k-color(on-#{$name}),
|
|
11
|
+
background-color: k-color(#{$name}),
|
|
12
|
+
border: k-color(#{$name}),
|
|
13
|
+
)), $_theme );
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@return $_theme;
|
|
17
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../popup/_index.scss" as *;
|
|
6
|
+
|
|
7
|
+
// Component
|
|
8
|
+
@forward "./_variables.scss";
|
|
9
|
+
@use "./_layout.scss" as *;
|
|
10
|
+
@use "./_theme.scss" as *;
|
|
11
|
+
|
|
12
|
+
// Expose
|
|
13
|
+
@mixin kendo-tooltip--styles() {
|
|
14
|
+
@include import-once( "tooltip" ) {
|
|
15
|
+
@include core-styles();
|
|
16
|
+
@include kendo-popup--styles();
|
|
17
|
+
@include kendo-icon--styles();
|
|
18
|
+
@include kendo-tooltip--layout();
|
|
19
|
+
@include kendo-tooltip--theme();
|
|
20
|
+
@include kendo-utils--typography--text-color();
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "./_functions.scss" as *;
|
|
3
|
+
@use "../core/_index.scss" as *;
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
// Tooltip
|
|
7
|
+
|
|
8
|
+
/// The vertical padding of the Tooltip.
|
|
9
|
+
/// @group tooltip
|
|
10
|
+
$kendo-tooltip-padding-y: k-spacing(1.5) !default;
|
|
11
|
+
/// The horizontal padding of the Tooltip.
|
|
12
|
+
/// @group tooltip
|
|
13
|
+
$kendo-tooltip-padding-x: k-spacing(2.5) !default;
|
|
14
|
+
/// The width of the border around the Tooltip.
|
|
15
|
+
/// @group tooltip
|
|
16
|
+
$kendo-tooltip-border-width: 0px !default;
|
|
17
|
+
/// The border radius of the Tooltip.
|
|
18
|
+
/// @group tooltip
|
|
19
|
+
$kendo-tooltip-border-radius: k-border-radius(md) !default;
|
|
20
|
+
|
|
21
|
+
/// The font family of the Tooltip.
|
|
22
|
+
/// @group tooltip
|
|
23
|
+
$kendo-tooltip-font-family: var( --kendo-font-family ) !default;
|
|
24
|
+
/// The font size of the Tooltip.
|
|
25
|
+
/// @group tooltip
|
|
26
|
+
$kendo-tooltip-font-size: var( --kendo-font-size-md ) !default;
|
|
27
|
+
/// The line height of the Tooltip.
|
|
28
|
+
/// @group tooltip
|
|
29
|
+
$kendo-tooltip-line-height: calc( var( --kendo-line-height-xs ) * 1.25 ) !default;
|
|
30
|
+
|
|
31
|
+
/// The font size of the Tooltip title.
|
|
32
|
+
/// @group tooltip
|
|
33
|
+
$kendo-tooltip-title-font-size: calc( ( var( --kendo-font-size, .875rem ) * 1.25 ) ) !default;
|
|
34
|
+
/// The line height of the Tooltip title.
|
|
35
|
+
/// @group tooltip
|
|
36
|
+
$kendo-tooltip-title-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
37
|
+
|
|
38
|
+
/// The size of the Tooltip callout.
|
|
39
|
+
/// @group tooltip
|
|
40
|
+
$kendo-tooltip-callout-size: 6px !default;
|
|
41
|
+
|
|
42
|
+
/// The default background of the Tooltip.
|
|
43
|
+
/// @group tooltip
|
|
44
|
+
$kendo-tooltip-bg: k-translucency-bg(k-elevation-bg(2, k-color(inverse))) !default;
|
|
45
|
+
/// The default text color of the Tooltip.
|
|
46
|
+
/// @group tooltip
|
|
47
|
+
$kendo-tooltip-text: k-color(on-inverse) !default;
|
|
48
|
+
/// The default border color of the Tooltip.
|
|
49
|
+
/// @group tooltip
|
|
50
|
+
$kendo-tooltip-border: k-color(border) !default;
|
|
51
|
+
|
|
52
|
+
/// The box-shadow of the Tooltip.
|
|
53
|
+
/// @group tooltip
|
|
54
|
+
$kendo-tooltip-shadow: k-elevation(2) !default;
|
|
55
|
+
|
|
56
|
+
/// The theme colors map for the Tooltip.
|
|
57
|
+
/// @group tooltip
|
|
58
|
+
$kendo-tooltip-theme-colors: ("base", "info", "success", "warning", "error", "inverse") !default;
|
|
59
|
+
|
|
60
|
+
/// The generated theme colors map for the Tooltip.
|
|
61
|
+
/// @group tooltip
|
|
62
|
+
$kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
|
|
63
|
+
|
|
64
|
+
@forward "@progress/kendo-theme-core/scss/components/tooltip/_variables.scss" with (
|
|
65
|
+
$kendo-tooltip-padding-y: $kendo-tooltip-padding-y,
|
|
66
|
+
$kendo-tooltip-padding-x: $kendo-tooltip-padding-x,
|
|
67
|
+
$kendo-tooltip-border-width: $kendo-tooltip-border-width,
|
|
68
|
+
$kendo-tooltip-border-radius: $kendo-tooltip-border-radius,
|
|
69
|
+
$kendo-tooltip-font-family: $kendo-tooltip-font-family,
|
|
70
|
+
$kendo-tooltip-font-size: $kendo-tooltip-font-size,
|
|
71
|
+
$kendo-tooltip-line-height: $kendo-tooltip-line-height,
|
|
72
|
+
$kendo-tooltip-title-font-size: $kendo-tooltip-title-font-size,
|
|
73
|
+
$kendo-tooltip-title-line-height: $kendo-tooltip-title-line-height,
|
|
74
|
+
$kendo-tooltip-callout-size: $kendo-tooltip-callout-size,
|
|
75
|
+
$kendo-tooltip-bg: $kendo-tooltip-bg,
|
|
76
|
+
$kendo-tooltip-text: $kendo-tooltip-text,
|
|
77
|
+
$kendo-tooltip-border: $kendo-tooltip-border,
|
|
78
|
+
$kendo-tooltip-shadow: $kendo-tooltip-shadow,
|
|
79
|
+
$kendo-tooltip-theme-colors: $kendo-tooltip-theme-colors,
|
|
80
|
+
$kendo-tooltip-theme: $kendo-tooltip-theme
|
|
81
|
+
);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../grid/_index.scss" as *;
|
|
5
|
+
|
|
6
|
+
// Component
|
|
7
|
+
@forward "./_variables.scss";
|
|
8
|
+
@use "./_layout.scss" as *;
|
|
9
|
+
@use "./_theme.scss" as *;
|
|
10
|
+
|
|
11
|
+
// Expose
|
|
12
|
+
@mixin kendo-treelist--styles() {
|
|
13
|
+
@include import-once( "treelist" ) {
|
|
14
|
+
@include core-styles();
|
|
15
|
+
@include kendo-grid--styles();
|
|
16
|
+
@include kendo-icon--styles();
|
|
17
|
+
@include kendo-treelist--layout();
|
|
18
|
+
@include kendo-treelist--theme();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@use "../grid/_variables.scss" as *;
|
|
2
|
+
@use "@progress/kendo-theme-core/scss/components/treelist/_theme.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@mixin kendo-treelist--theme() {
|
|
6
|
+
@include kendo-treelist--theme-base();
|
|
7
|
+
|
|
8
|
+
.k-treelist-scrollable > .k-table {
|
|
9
|
+
background-color: $kendo-grid-bg;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@use "../grid/_variables.scss" as *;
|
|
2
|
+
|
|
3
|
+
// Treelist
|
|
4
|
+
|
|
5
|
+
/// The background color of the TreeList footer row.
|
|
6
|
+
/// @group treelist
|
|
7
|
+
$kendo-treelist-footer-row-bg: $kendo-grid-hover-bg !default;
|
|
8
|
+
/// The border width of the TreeList footer row.
|
|
9
|
+
/// @group treelist
|
|
10
|
+
$kendo-treelist-footer-row-border-width: 1px !default;
|
|
11
|
+
|
|
12
|
+
@forward "@progress/kendo-theme-core/scss/components/treelist/_variables.scss" with (
|
|
13
|
+
$kendo-treelist-footer-row-bg: $kendo-treelist-footer-row-bg,
|
|
14
|
+
$kendo-treelist-footer-row-border-width: $kendo-treelist-footer-row-border-width
|
|
15
|
+
);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../checkbox/_index.scss" as *;
|
|
5
|
+
|
|
6
|
+
// Component
|
|
7
|
+
@forward "./_variables.scss";
|
|
8
|
+
@use "./_layout.scss" as *;
|
|
9
|
+
@use "./_theme.scss" as *;
|
|
10
|
+
|
|
11
|
+
// Expose
|
|
12
|
+
@mixin kendo-treeview--styles() {
|
|
13
|
+
@include import-once( "treeview" ) {
|
|
14
|
+
@include core-styles();
|
|
15
|
+
@include kendo-checkbox--styles();
|
|
16
|
+
@include kendo-icon--styles();
|
|
17
|
+
@include kendo-treeview--layout();
|
|
18
|
+
@include kendo-treeview--theme();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/treeview/_layout.scss" as *;
|
|
2
|
+
@use "../core/index.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@mixin kendo-treeview--layout() {
|
|
6
|
+
@include kendo-treeview--layout-base();
|
|
7
|
+
|
|
8
|
+
.k-treeview-leaf {
|
|
9
|
+
transition: color k-transition(rapid), background-color k-transition(rapid), border-color k-transition(rapid), outline k-transition(rapid);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.k-treeview-item-content {
|
|
13
|
+
margin-bottom: k-spacing(.5);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/treeview/_theme.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../core/functions/index.scss" as *;
|
|
4
|
+
@use "./_variables.scss" as *;
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
@mixin kendo-treeview--theme() {
|
|
8
|
+
@include kendo-treeview--theme-base();
|
|
9
|
+
|
|
10
|
+
.k-treeview-item-content {
|
|
11
|
+
// Focus state
|
|
12
|
+
&:focus,
|
|
13
|
+
&.k-focus {
|
|
14
|
+
@include focus-indicator(
|
|
15
|
+
$indicator: $kendo-treeview-item-focus-outline-color,
|
|
16
|
+
$inset: true,
|
|
17
|
+
$type: "outline",
|
|
18
|
+
$outline-offset: $kendo-treeview-item-focus-outline-offset
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|