@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,175 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../icons/_variables.scss" as *;
|
|
3
|
+
@use "../list/_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Drawer
|
|
6
|
+
|
|
7
|
+
/// The background color of the Drawer.
|
|
8
|
+
/// @group drawer
|
|
9
|
+
$kendo-drawer-bg: k-translucency-bg(k-elevation-bg(1, k-color(surface-alt))) !default;
|
|
10
|
+
/// The text color of the Drawer.
|
|
11
|
+
/// @group drawer
|
|
12
|
+
$kendo-drawer-text: k-color(on-app-surface) !default;
|
|
13
|
+
/// The border color of the Drawer.
|
|
14
|
+
/// @group drawer
|
|
15
|
+
$kendo-drawer-border: k-color(border) !default;
|
|
16
|
+
/// The border width of the Drawer.
|
|
17
|
+
/// @group drawer
|
|
18
|
+
$kendo-drawer-border-width: 1px !default;
|
|
19
|
+
|
|
20
|
+
/// The font family of the Drawer.
|
|
21
|
+
/// @group drawer
|
|
22
|
+
$kendo-drawer-font-family: var( --kendo-font-family, inherit ) !default;
|
|
23
|
+
/// The font size of the Drawer.
|
|
24
|
+
/// @group drawer
|
|
25
|
+
$kendo-drawer-font-size: var( --kendo-font-size, inherit ) !default;
|
|
26
|
+
/// The line height of the Drawer.
|
|
27
|
+
/// @group drawer
|
|
28
|
+
$kendo-drawer-line-height: var( --kendo-line-height, normal ) !default;
|
|
29
|
+
|
|
30
|
+
/// The horizontal padding of the Drawer content.
|
|
31
|
+
/// @group drawer
|
|
32
|
+
$kendo-drawer-content-padding-x: null !default;
|
|
33
|
+
|
|
34
|
+
/// The vertical padding of the Drawer content.
|
|
35
|
+
/// @group drawer
|
|
36
|
+
$kendo-drawer-content-padding-y: null !default;
|
|
37
|
+
|
|
38
|
+
/// The width of the Drawer scrollbar.
|
|
39
|
+
/// @group drawer
|
|
40
|
+
$kendo-drawer-scrollbar-width: 7px !default;
|
|
41
|
+
/// The color of the Drawer scrollbar track.
|
|
42
|
+
/// @group drawer
|
|
43
|
+
$kendo-drawer-scrollbar-color: k-color(inverse-subtle) !default;
|
|
44
|
+
/// The background color of the Drawer scrollbar thumb.
|
|
45
|
+
/// @group drawer
|
|
46
|
+
$kendo-drawer-scrollbar-bg: color-mix(in srgb, k-color(inverse-subtle), k-color(on-inverse)) !default;
|
|
47
|
+
/// The border radius of the Drawer scrollbar.
|
|
48
|
+
/// @group drawer
|
|
49
|
+
$kendo-drawer-scrollbar-radius: 20px !default;
|
|
50
|
+
/// The hover color of the Drawer scrollbar track.
|
|
51
|
+
/// @group drawer
|
|
52
|
+
$kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-color !default;
|
|
53
|
+
|
|
54
|
+
/// The horizontal padding of the Drawer items.
|
|
55
|
+
/// @group drawer
|
|
56
|
+
$kendo-drawer-items-padding-x: k-spacing(2) !default;
|
|
57
|
+
/// The vertical padding of the Drawer items.
|
|
58
|
+
/// @group drawer
|
|
59
|
+
$kendo-drawer-items-padding-y: k-spacing(2) !default;
|
|
60
|
+
/// The horizontal padding of the Drawer item.
|
|
61
|
+
/// @group drawer
|
|
62
|
+
$kendo-drawer-item-padding-x: k-spacing(4) !default;
|
|
63
|
+
/// The vertical padding of the Drawer item.
|
|
64
|
+
/// @group drawer
|
|
65
|
+
$kendo-drawer-item-padding-y: k-spacing(2) !default;
|
|
66
|
+
/// The spacing between the items in the Drawer item.
|
|
67
|
+
/// @group drawer
|
|
68
|
+
$kendo-drawer-item-spacing: k-spacing(2) !default;
|
|
69
|
+
/// The font size of the Drawer item.
|
|
70
|
+
/// @group drawer
|
|
71
|
+
$kendo-drawer-item-font-size: var( --kendo-font-size, inherit ) !default;
|
|
72
|
+
/// The line height of the Drawer item.
|
|
73
|
+
/// @group drawer
|
|
74
|
+
$kendo-drawer-item-line-height: var( --kendo-line-height, normal ) !default;
|
|
75
|
+
/// The font weight of the Drawer item.
|
|
76
|
+
/// @group drawer
|
|
77
|
+
$kendo-drawer-item-font-weight: var( --kendo-font-weight, normal ) !default;
|
|
78
|
+
|
|
79
|
+
/// The horizontal padding of the Drawer item in each level.
|
|
80
|
+
/// @group drawer
|
|
81
|
+
$kendo-drawer-item-level-padding-x: $kendo-drawer-item-padding-x !default;
|
|
82
|
+
/// The count of the Drawer item levels.
|
|
83
|
+
/// @group drawer
|
|
84
|
+
$kendo-drawer-item-level-count: 5 !default;
|
|
85
|
+
/// The border radius of the Drawer item.
|
|
86
|
+
/// @group drawer
|
|
87
|
+
$kendo-drawer-item-border-radius: k-border-radius(sm) !default;
|
|
88
|
+
|
|
89
|
+
/// The horizontal padding of the Drawer icon.
|
|
90
|
+
/// @group drawer
|
|
91
|
+
$kendo-drawer-icon-padding-x: k-spacing(0) !default;
|
|
92
|
+
|
|
93
|
+
/// The vertical padding of the Drawer icon.
|
|
94
|
+
/// @group drawer
|
|
95
|
+
$kendo-drawer-icon-padding-y: k-spacing(1) !default;
|
|
96
|
+
|
|
97
|
+
/// The initial width of the mini Drawer.
|
|
98
|
+
/// @group drawer
|
|
99
|
+
$kendo-drawer-mini-initial-width: calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size} + 2 * #{$kendo-drawer-items-padding-x}) !default;
|
|
100
|
+
|
|
101
|
+
/// The background color of the hovered Drawer item.
|
|
102
|
+
/// @group drawer
|
|
103
|
+
$kendo-drawer-hover-bg: k-color(primary-subtle-hover) !default;
|
|
104
|
+
/// The text color of the hovered Drawer item.
|
|
105
|
+
/// @group drawer
|
|
106
|
+
$kendo-drawer-hover-text: k-color(primary-on-subtle) !default;
|
|
107
|
+
|
|
108
|
+
/// The background color of the focused Drawer item.
|
|
109
|
+
/// @group drawer
|
|
110
|
+
$kendo-drawer-focus-bg: $kendo-drawer-bg !default;
|
|
111
|
+
/// The box shadow of the focused Drawer item.
|
|
112
|
+
/// @group drawer
|
|
113
|
+
$kendo-drawer-focus-shadow: null !default;
|
|
114
|
+
|
|
115
|
+
/// The outline color of the focused Drawer item.
|
|
116
|
+
/// @group drawer
|
|
117
|
+
$kendo-drawer-focus-outline-color: k-color(subtle) !default;
|
|
118
|
+
|
|
119
|
+
/// The background color of the selected Drawer item.
|
|
120
|
+
/// @group drawer
|
|
121
|
+
$kendo-drawer-selected-bg: k-color(primary-subtle-active) !default;
|
|
122
|
+
/// The text color of the selected Drawer item.
|
|
123
|
+
/// @group drawer
|
|
124
|
+
$kendo-drawer-selected-text: k-color(primary-on-subtle) !default;
|
|
125
|
+
|
|
126
|
+
/// The background color of the selected and hovered Drawer item.
|
|
127
|
+
/// @group drawer
|
|
128
|
+
$kendo-drawer-selected-hover-bg: k-color(primary-subtle-active) !default;
|
|
129
|
+
/// The text color of the selected and hovered Drawer item.
|
|
130
|
+
/// @group drawer
|
|
131
|
+
$kendo-drawer-selected-hover-text: k-color(primary-on-subtle) !default;
|
|
132
|
+
|
|
133
|
+
/// The background color of the selected and focused Drawer item.
|
|
134
|
+
/// @group drawer
|
|
135
|
+
$kendo-drawer-selected-focus-bg: null !default;
|
|
136
|
+
|
|
137
|
+
@forward "@progress/kendo-theme-core/scss/components/drawer/_variables.scss" with (
|
|
138
|
+
$kendo-drawer-bg: $kendo-drawer-bg,
|
|
139
|
+
$kendo-drawer-text: $kendo-drawer-text,
|
|
140
|
+
$kendo-drawer-border: $kendo-drawer-border,
|
|
141
|
+
$kendo-drawer-border-width: $kendo-drawer-border-width,
|
|
142
|
+
$kendo-drawer-font-family: $kendo-drawer-font-family,
|
|
143
|
+
$kendo-drawer-font-size: $kendo-drawer-font-size,
|
|
144
|
+
$kendo-drawer-line-height: $kendo-drawer-line-height,
|
|
145
|
+
$kendo-drawer-content-padding-x: $kendo-drawer-content-padding-x,
|
|
146
|
+
$kendo-drawer-content-padding-y: $kendo-drawer-content-padding-y,
|
|
147
|
+
$kendo-drawer-scrollbar-width: $kendo-drawer-scrollbar-width,
|
|
148
|
+
$kendo-drawer-scrollbar-color: $kendo-drawer-scrollbar-color,
|
|
149
|
+
$kendo-drawer-scrollbar-bg: $kendo-drawer-scrollbar-bg,
|
|
150
|
+
$kendo-drawer-scrollbar-radius: $kendo-drawer-scrollbar-radius,
|
|
151
|
+
$kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-hover-color,
|
|
152
|
+
$kendo-drawer-items-padding-x: $kendo-drawer-items-padding-x,
|
|
153
|
+
$kendo-drawer-items-padding-y: $kendo-drawer-items-padding-y,
|
|
154
|
+
$kendo-drawer-item-padding-x: $kendo-drawer-item-padding-x,
|
|
155
|
+
$kendo-drawer-item-padding-y: $kendo-drawer-item-padding-y,
|
|
156
|
+
$kendo-drawer-item-spacing: $kendo-drawer-item-spacing,
|
|
157
|
+
$kendo-drawer-item-font-size: $kendo-drawer-item-font-size,
|
|
158
|
+
$kendo-drawer-item-line-height: $kendo-drawer-item-line-height,
|
|
159
|
+
$kendo-drawer-item-font-weight: $kendo-drawer-item-font-weight,
|
|
160
|
+
$kendo-drawer-item-level-padding-x: $kendo-drawer-item-level-padding-x,
|
|
161
|
+
$kendo-drawer-item-level-count: $kendo-drawer-item-level-count,
|
|
162
|
+
$kendo-drawer-item-border-radius: $kendo-drawer-item-border-radius,
|
|
163
|
+
$kendo-drawer-icon-padding-x: $kendo-drawer-icon-padding-x,
|
|
164
|
+
$kendo-drawer-icon-padding-y: $kendo-drawer-icon-padding-y,
|
|
165
|
+
$kendo-drawer-mini-initial-width: $kendo-drawer-mini-initial-width,
|
|
166
|
+
$kendo-drawer-hover-bg: $kendo-drawer-hover-bg,
|
|
167
|
+
$kendo-drawer-hover-text: $kendo-drawer-hover-text,
|
|
168
|
+
$kendo-drawer-focus-bg: $kendo-drawer-focus-bg,
|
|
169
|
+
$kendo-drawer-focus-shadow: $kendo-drawer-focus-shadow,
|
|
170
|
+
$kendo-drawer-selected-bg: $kendo-drawer-selected-bg,
|
|
171
|
+
$kendo-drawer-selected-text: $kendo-drawer-selected-text,
|
|
172
|
+
$kendo-drawer-selected-hover-bg: $kendo-drawer-selected-hover-bg,
|
|
173
|
+
$kendo-drawer-selected-hover-text: $kendo-drawer-selected-hover-text,
|
|
174
|
+
$kendo-drawer-selected-focus-bg: $kendo-drawer-selected-focus-bg
|
|
175
|
+
);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../input/_index.scss" as *;
|
|
5
|
+
@use "../floating-label/_index.scss" as *;
|
|
6
|
+
@use "../popup/_index.scss" as *;
|
|
7
|
+
@use "../table/_index.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Component
|
|
10
|
+
@forward "./_variables.scss";
|
|
11
|
+
@use "./_layout.scss" as *;
|
|
12
|
+
@use "./_theme.scss" as *;
|
|
13
|
+
|
|
14
|
+
// Expose
|
|
15
|
+
@mixin kendo-dropdown-grid--styles() {
|
|
16
|
+
@include import-once( "dropdown-grid" ) {
|
|
17
|
+
@include core-styles();
|
|
18
|
+
@include kendo-icon--styles();
|
|
19
|
+
@include kendo-input--styles();
|
|
20
|
+
@include kendo-floating-label--styles();
|
|
21
|
+
@include kendo-popup--styles();
|
|
22
|
+
@include kendo-table--styles();
|
|
23
|
+
@include kendo-dropdown-grid--layout();
|
|
24
|
+
@include kendo-dropdown-grid--theme();
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Dropdown grid
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../input/_index.scss" as *;
|
|
4
|
+
@use "../popup/_index.scss" as *;
|
|
5
|
+
@use "../list/_index.scss" as *;
|
|
6
|
+
@use "../floating-label/_index.scss" as *;
|
|
7
|
+
|
|
8
|
+
// Component
|
|
9
|
+
@forward "./_variables.scss";
|
|
10
|
+
@use "./_layout.scss" as *;
|
|
11
|
+
@use "./_theme.scss" as *;
|
|
12
|
+
|
|
13
|
+
// Expose
|
|
14
|
+
@mixin kendo-dropdown-list--styles() {
|
|
15
|
+
@include import-once( "dropdown-list" ) {
|
|
16
|
+
@include core-styles();
|
|
17
|
+
@include kendo-input--styles();
|
|
18
|
+
@include kendo-popup--styles();
|
|
19
|
+
@include kendo-list--styles();
|
|
20
|
+
@include kendo-floating-label--styles();
|
|
21
|
+
@include kendo-dropdown-list--layout();
|
|
22
|
+
@include kendo-dropdown-list--theme();
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Dropdownlist
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../utils/_index.scss" as *;
|
|
4
|
+
@use "../input/_index.scss" as *;
|
|
5
|
+
@use "../popup/_index.scss" as *;
|
|
6
|
+
@use "../floating-label/_index.scss" as *;
|
|
7
|
+
@use "../dropdownlist/_index.scss" as *;
|
|
8
|
+
@use "../multiselect/_index.scss" as *;
|
|
9
|
+
@use "../treeview/_index.scss" as *;
|
|
10
|
+
|
|
11
|
+
// Component
|
|
12
|
+
@forward "./_variables.scss";
|
|
13
|
+
@use "./_layout.scss" as *;
|
|
14
|
+
@use "./_theme.scss" as *;
|
|
15
|
+
|
|
16
|
+
// Expose
|
|
17
|
+
@mixin kendo-dropdown-tree--styles() {
|
|
18
|
+
@include import-once( "dropdown-tree" ) {
|
|
19
|
+
@include core-styles();
|
|
20
|
+
@include kendo-input--styles();
|
|
21
|
+
@include kendo-popup--styles();
|
|
22
|
+
@include kendo-floating-label--styles();
|
|
23
|
+
@include kendo-dropdown-list--styles();
|
|
24
|
+
@include kendo-multiselect--styles();
|
|
25
|
+
@include kendo-treeview--styles();
|
|
26
|
+
@include kendo-dropdown-tree--layout();
|
|
27
|
+
@include kendo-dropdown-tree--theme();
|
|
28
|
+
@include kendo-utils--typography--text-align();
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// Dropdowntree
|
|
4
|
+
|
|
5
|
+
/// The horizontal padding of the DropdownTree popup
|
|
6
|
+
/// @group dropdowntree
|
|
7
|
+
$kendo-dropdowntree-popup-padding-x: k-spacing(2) !default;
|
|
8
|
+
/// The vertical padding of the DropdownTree popup
|
|
9
|
+
/// @group dropdowntree
|
|
10
|
+
$kendo-dropdowntree-popup-padding-y: k-spacing(2) !default;
|
|
11
|
+
|
|
12
|
+
/// The horizontal padding of the DropdownTree check all
|
|
13
|
+
/// @group dropdowntree
|
|
14
|
+
$kendo-dropdowntree-check-all-padding-x: k-spacing(2.5) !default;
|
|
15
|
+
/// The vertical padding of the DropdownTree check all
|
|
16
|
+
/// @group dropdowntree
|
|
17
|
+
$kendo-dropdowntree-check-all-padding-y: k-spacing(1.5) !default;
|
|
18
|
+
|
|
19
|
+
@forward "@progress/kendo-theme-core/scss/components/dropdowntree/_variables.scss" with (
|
|
20
|
+
$kendo-dropdowntree-popup-padding-x: $kendo-dropdowntree-popup-padding-x,
|
|
21
|
+
$kendo-dropdowntree-popup-padding-y: $kendo-dropdowntree-popup-padding-y,
|
|
22
|
+
$kendo-dropdowntree-check-all-padding-x: $kendo-dropdowntree-check-all-padding-x,
|
|
23
|
+
$kendo-dropdowntree-check-all-padding-y: $kendo-dropdowntree-check-all-padding-y
|
|
24
|
+
);
|
|
@@ -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-dropzone--styles() {
|
|
11
|
+
@include import-once( "dropzone" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-dropzone--layout();
|
|
14
|
+
@include kendo-dropzone--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// DropZone
|
|
5
|
+
|
|
6
|
+
/// The horizontal padding of the DropZone.
|
|
7
|
+
/// @group dropzone
|
|
8
|
+
$kendo-dropzone-padding-x: k-spacing(2) !default;
|
|
9
|
+
/// The vertical padding of the DropZone.
|
|
10
|
+
/// @group dropzone
|
|
11
|
+
$kendo-dropzone-padding-y: k-spacing(2) !default;
|
|
12
|
+
/// The border width of the DropZone.
|
|
13
|
+
/// @group dropzone
|
|
14
|
+
$kendo-dropzone-border-width: 1px !default;
|
|
15
|
+
/// The border radius of the DropZone.
|
|
16
|
+
/// @group dropzone
|
|
17
|
+
$kendo-dropzone-border-radius: k-border-radius(xxl) !default;
|
|
18
|
+
/// The minimum height of the DropZone.
|
|
19
|
+
/// @group dropzone
|
|
20
|
+
$kendo-dropzone-min-height: 220px !default;
|
|
21
|
+
|
|
22
|
+
/// The font family of the DropZone.
|
|
23
|
+
/// @group dropzone
|
|
24
|
+
$kendo-dropzone-font-family: var( --kendo-font-family, inherit ) !default;
|
|
25
|
+
/// The font size of the DropZone.
|
|
26
|
+
/// @group dropzone
|
|
27
|
+
$kendo-dropzone-font-size: var( --kendo-font-size, inherit ) !default;
|
|
28
|
+
/// The line height of the DropZone.
|
|
29
|
+
/// @group dropzone
|
|
30
|
+
$kendo-dropzone-line-height: var( --kendo-line-height, normal ) !default;
|
|
31
|
+
|
|
32
|
+
/// The background color of the DropZone.
|
|
33
|
+
/// @group dropzone
|
|
34
|
+
$kendo-dropzone-bg: k-color(surface-alt) !default;
|
|
35
|
+
/// The text color of the DropZone.
|
|
36
|
+
/// @group dropzone
|
|
37
|
+
$kendo-dropzone-text: k-color(on-app-surface) !default;
|
|
38
|
+
/// The border color of the DropZone.
|
|
39
|
+
/// @group dropzone
|
|
40
|
+
$kendo-dropzone-border: k-color(border) !default;
|
|
41
|
+
|
|
42
|
+
/// The spacing below the DropZone icon.
|
|
43
|
+
/// @group dropzone
|
|
44
|
+
$kendo-dropzone-icon-spacing: k-spacing(6) !default;
|
|
45
|
+
/// The text color of the DropZone icon.
|
|
46
|
+
/// @group dropzone
|
|
47
|
+
$kendo-dropzone-icon-text: k-color(subtle) !default;
|
|
48
|
+
/// The text color of the hovered DropZone icon.
|
|
49
|
+
/// @group dropzone
|
|
50
|
+
$kendo-dropzone-icon-hover-text: k-color(primary) !default;
|
|
51
|
+
|
|
52
|
+
/// The font size of the DropZone hint.
|
|
53
|
+
/// @group dropzone
|
|
54
|
+
$kendo-dropzone-hint-font-size: null !default;
|
|
55
|
+
/// The spacing below the DropZone hint.
|
|
56
|
+
/// @group dropzone
|
|
57
|
+
$kendo-dropzone-hint-spacing: k-spacing(2) !default;
|
|
58
|
+
/// The text color of the DropZone hint.
|
|
59
|
+
/// @group dropzone
|
|
60
|
+
$kendo-dropzone-hint-text: null !default;
|
|
61
|
+
|
|
62
|
+
/// The font size of the DropZone note.
|
|
63
|
+
/// @group dropzone
|
|
64
|
+
$kendo-dropzone-note-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
65
|
+
/// The spacing below the DropZone note.
|
|
66
|
+
/// @group dropzone
|
|
67
|
+
$kendo-dropzone-note-spacing: null !default;
|
|
68
|
+
/// The text color of the DropZone note.
|
|
69
|
+
/// @group dropzone
|
|
70
|
+
$kendo-dropzone-note-text: k-color(subtle) !default;
|
|
71
|
+
|
|
72
|
+
@forward "@progress/kendo-theme-core/scss/components/dropzone/_variables.scss" with (
|
|
73
|
+
$kendo-dropzone-padding-x: $kendo-dropzone-padding-x,
|
|
74
|
+
$kendo-dropzone-padding-y: $kendo-dropzone-padding-y,
|
|
75
|
+
$kendo-dropzone-border-width: $kendo-dropzone-border-width,
|
|
76
|
+
$kendo-dropzone-border-radius: $kendo-dropzone-border-radius,
|
|
77
|
+
$kendo-dropzone-min-height: $kendo-dropzone-min-height,
|
|
78
|
+
$kendo-dropzone-font-family: $kendo-dropzone-font-family,
|
|
79
|
+
$kendo-dropzone-font-size: $kendo-dropzone-font-size,
|
|
80
|
+
$kendo-dropzone-line-height: $kendo-dropzone-line-height,
|
|
81
|
+
$kendo-dropzone-bg: $kendo-dropzone-bg,
|
|
82
|
+
$kendo-dropzone-text: $kendo-dropzone-text,
|
|
83
|
+
$kendo-dropzone-border: $kendo-dropzone-border,
|
|
84
|
+
$kendo-dropzone-icon-spacing: $kendo-dropzone-icon-spacing,
|
|
85
|
+
$kendo-dropzone-icon-text: $kendo-dropzone-icon-text,
|
|
86
|
+
$kendo-dropzone-icon-hover-text: $kendo-dropzone-icon-hover-text,
|
|
87
|
+
$kendo-dropzone-hint-font-size: $kendo-dropzone-hint-font-size,
|
|
88
|
+
$kendo-dropzone-hint-spacing: $kendo-dropzone-hint-spacing,
|
|
89
|
+
$kendo-dropzone-hint-text: $kendo-dropzone-hint-text,
|
|
90
|
+
$kendo-dropzone-note-font-size: $kendo-dropzone-note-font-size,
|
|
91
|
+
$kendo-dropzone-note-spacing: $kendo-dropzone-note-spacing,
|
|
92
|
+
$kendo-dropzone-note-text: $kendo-dropzone-note-text
|
|
93
|
+
);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../button/_index.scss" as *;
|
|
4
|
+
@use "../checkbox/_index.scss" as *;
|
|
5
|
+
@use "../colorpicker/_index.scss" as *;
|
|
6
|
+
@use "../combobox/_index.scss" as *;
|
|
7
|
+
@use "../dropdownlist/_index.scss" as *;
|
|
8
|
+
@use "../toolbar/_index.scss" as *;
|
|
9
|
+
@use "../upload/_index.scss" as *;
|
|
10
|
+
@use "../window/_index.scss" as *;
|
|
11
|
+
|
|
12
|
+
// Component
|
|
13
|
+
@forward "./_variables.scss";
|
|
14
|
+
@use "./_layout.scss" as *;
|
|
15
|
+
@use "./_theme.scss" as *;
|
|
16
|
+
|
|
17
|
+
// Expose
|
|
18
|
+
@mixin kendo-editor--styles() {
|
|
19
|
+
@include import-once( "editor" ) {
|
|
20
|
+
@include core-styles();
|
|
21
|
+
@include kendo-button--styles();
|
|
22
|
+
@include kendo-checkbox--styles();
|
|
23
|
+
@include kendo-color-picker--styles();
|
|
24
|
+
@include kendo-combobox--styles();
|
|
25
|
+
@include kendo-dropdown-list--styles();
|
|
26
|
+
@include kendo-toolbar--styles();
|
|
27
|
+
@include kendo-upload--styles();
|
|
28
|
+
@include kendo-window--styles();
|
|
29
|
+
@include kendo-editor--layout();
|
|
30
|
+
@include kendo-editor--theme();
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/editor/_layout.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
@mixin kendo-editor--layout() {
|
|
5
|
+
@include kendo-editor--layout-base();
|
|
6
|
+
|
|
7
|
+
.k-editor-toolbar {
|
|
8
|
+
@include border-top-radius(inherit);
|
|
9
|
+
@include border-bottom-radius(0);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.k-editor-content {
|
|
13
|
+
@include border-bottom-radius(inherit);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "@progress/kendo-theme-core/scss/components/editor/_theme.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@mixin kendo-editor--theme() {
|
|
6
|
+
@include kendo-editor--theme-base();
|
|
7
|
+
|
|
8
|
+
.k-editor {
|
|
9
|
+
background-color: unset;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.k-editor-content {
|
|
13
|
+
background-color: k-color(surface-alt);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
@use "sass:color";
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../input/_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Editor
|
|
6
|
+
|
|
7
|
+
/// The width of the border around the Еditor.
|
|
8
|
+
/// @group editor
|
|
9
|
+
$kendo-editor-border-width: 1px !default;
|
|
10
|
+
/// The border radius of the Еditor.
|
|
11
|
+
/// @group editor
|
|
12
|
+
$kendo-editor-border-radius: k-border-radius(xxl) !default;
|
|
13
|
+
/// The font family of the Еditor.
|
|
14
|
+
/// @group editor
|
|
15
|
+
$kendo-editor-font-family: var( --kendo-font-family ) !default;
|
|
16
|
+
/// The font size of the Еditor.
|
|
17
|
+
/// @group editor
|
|
18
|
+
$kendo-editor-font-size: var( --kendo-font-size ) !default;
|
|
19
|
+
/// The line height of the Еditor.
|
|
20
|
+
/// @group editor
|
|
21
|
+
$kendo-editor-line-height: var( --kendo-line-height ) !default;
|
|
22
|
+
|
|
23
|
+
/// The text color of the Еditor placeholder.
|
|
24
|
+
/// @group editor
|
|
25
|
+
$kendo-editor-placeholder-text: $kendo-input-placeholder-text !default;
|
|
26
|
+
/// The opacity of the Editor placeholder.
|
|
27
|
+
/// @group editor
|
|
28
|
+
$kendo-editor-placeholder-opacity: $kendo-input-placeholder-opacity !default;
|
|
29
|
+
|
|
30
|
+
/// The selected text color of the Editor.
|
|
31
|
+
/// @group editor
|
|
32
|
+
$kendo-editor-selected-text: k-color(on-primary) !default;
|
|
33
|
+
/// The selected background color of the Editor.
|
|
34
|
+
/// @group editor
|
|
35
|
+
$kendo-editor-selected-bg: k-color(primary) !default;
|
|
36
|
+
|
|
37
|
+
/// The highlighted background color of the Editor.
|
|
38
|
+
/// @group editor
|
|
39
|
+
$kendo-editor-highlighted-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
|
|
40
|
+
|
|
41
|
+
/// The horizontal margin of the Editor's export tool icon.
|
|
42
|
+
/// @group editor
|
|
43
|
+
$kendo-editor-export-tool-icon-margin-x: .25em !default;
|
|
44
|
+
|
|
45
|
+
/// The size of the Editor's resize handle.
|
|
46
|
+
/// @group editor
|
|
47
|
+
$kendo-editor-resize-handle-size: 8px !default;
|
|
48
|
+
/// The border width of the Editor's resize handle.
|
|
49
|
+
/// @group editor
|
|
50
|
+
$kendo-editor-resize-handle-border-width: 1px !default;
|
|
51
|
+
/// The border color of the Editor's resize handle.
|
|
52
|
+
/// @group editor
|
|
53
|
+
$kendo-editor-resize-handle-border: #000000 !default;
|
|
54
|
+
/// The background color of the Editor's resize handle.
|
|
55
|
+
/// @group editor
|
|
56
|
+
$kendo-editor-resize-handle-bg: #ffffff !default;
|
|
57
|
+
|
|
58
|
+
/// The outline width of the Editor's selected node.
|
|
59
|
+
/// @group editor
|
|
60
|
+
$kendo-editor-selectednode-outline-width: 2px !default;
|
|
61
|
+
/// The outline color of the Editor's selected node.
|
|
62
|
+
/// @group editor
|
|
63
|
+
$kendo-editor-selectednode-outline-color: #88ccff !default;
|
|
64
|
+
|
|
65
|
+
/// The horizontal padding of the inline Editor.
|
|
66
|
+
/// @group editor
|
|
67
|
+
$kendo-editor-inline-padding-x: k-spacing(1) !default;
|
|
68
|
+
/// The vertical padding of the inline Editor.
|
|
69
|
+
/// @group editor
|
|
70
|
+
$kendo-editor-inline-padding-y: k-spacing(0.5) !default;
|
|
71
|
+
|
|
72
|
+
/// The horizontal padding of the Editor file browser tiles.
|
|
73
|
+
/// @group editor
|
|
74
|
+
$kendo-editor-filebrowser-tiles-padding-x: k-spacing(2) !default;
|
|
75
|
+
/// The vertical padding of the Editor file browser tiles.
|
|
76
|
+
/// @group editor
|
|
77
|
+
$kendo-editor-filebrowser-tiles-padding-y: k-spacing(1) !default;
|
|
78
|
+
|
|
79
|
+
/// The padding of the Editor content.
|
|
80
|
+
/// @group editor
|
|
81
|
+
$kendo-editor-content-padding: k-spacing(2.5) !default;
|
|
82
|
+
|
|
83
|
+
/// The text color of the Editor cell.
|
|
84
|
+
/// @group editor
|
|
85
|
+
$kendo-editor-ct-cell-text: k-color(on-primary) !default;
|
|
86
|
+
/// The background color of the Editor cell.
|
|
87
|
+
/// @group editor
|
|
88
|
+
$kendo-editor-ct-cell-bg: k-color(primary) !default;
|
|
89
|
+
/// The border color of the Editor cell.
|
|
90
|
+
/// @group editor
|
|
91
|
+
$kendo-editor-ct-cell-border: k-color(border) !default;
|
|
92
|
+
|
|
93
|
+
@forward "@progress/kendo-theme-core/scss/components/editor/_variables.scss" with (
|
|
94
|
+
$kendo-editor-border-width: $kendo-editor-border-width,
|
|
95
|
+
$kendo-editor-border-radius: $kendo-editor-border-radius,
|
|
96
|
+
$kendo-editor-font-family: $kendo-editor-font-family,
|
|
97
|
+
$kendo-editor-font-size: $kendo-editor-font-size,
|
|
98
|
+
$kendo-editor-line-height: $kendo-editor-line-height,
|
|
99
|
+
$kendo-editor-placeholder-text: $kendo-editor-placeholder-text,
|
|
100
|
+
$kendo-editor-placeholder-opacity: $kendo-editor-placeholder-opacity,
|
|
101
|
+
$kendo-editor-selected-text: $kendo-editor-selected-text,
|
|
102
|
+
$kendo-editor-selected-bg: $kendo-editor-selected-bg,
|
|
103
|
+
$kendo-editor-highlighted-bg: $kendo-editor-highlighted-bg,
|
|
104
|
+
$kendo-editor-export-tool-icon-margin-x: $kendo-editor-export-tool-icon-margin-x,
|
|
105
|
+
$kendo-editor-resize-handle-size: $kendo-editor-resize-handle-size,
|
|
106
|
+
$kendo-editor-resize-handle-border-width: $kendo-editor-resize-handle-border-width,
|
|
107
|
+
$kendo-editor-resize-handle-border: $kendo-editor-resize-handle-border,
|
|
108
|
+
$kendo-editor-resize-handle-bg: $kendo-editor-resize-handle-bg,
|
|
109
|
+
$kendo-editor-selectednode-outline-width: $kendo-editor-selectednode-outline-width,
|
|
110
|
+
$kendo-editor-selectednode-outline-color: $kendo-editor-selectednode-outline-color,
|
|
111
|
+
$kendo-editor-inline-padding-x: $kendo-editor-inline-padding-x,
|
|
112
|
+
$kendo-editor-inline-padding-y: $kendo-editor-inline-padding-y,
|
|
113
|
+
$kendo-editor-filebrowser-tiles-padding-x: $kendo-editor-filebrowser-tiles-padding-x,
|
|
114
|
+
$kendo-editor-filebrowser-tiles-padding-y: $kendo-editor-filebrowser-tiles-padding-y,
|
|
115
|
+
$kendo-editor-content-padding: $kendo-editor-content-padding,
|
|
116
|
+
$kendo-editor-ct-cell-text: $kendo-editor-ct-cell-text,
|
|
117
|
+
$kendo-editor-ct-cell-bg: $kendo-editor-ct-cell-bg,
|
|
118
|
+
$kendo-editor-ct-cell-border: $kendo-editor-ct-cell-border
|
|
119
|
+
);
|