@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,163 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Slider
|
|
5
|
+
/// The default size of the Slider.
|
|
6
|
+
/// @group slider
|
|
7
|
+
$kendo-slider-size: 200px !default;
|
|
8
|
+
/// The default size of the Slider's track wrap.
|
|
9
|
+
/// @group slider
|
|
10
|
+
$kendo-slider-alt-size: 30px !default;
|
|
11
|
+
|
|
12
|
+
/// The font family of the Slider.
|
|
13
|
+
/// @group slider
|
|
14
|
+
$kendo-slider-font-family: var( --kendo-font-family, inherit ) !default;
|
|
15
|
+
/// The font size of the Slider.
|
|
16
|
+
/// @group slider
|
|
17
|
+
$kendo-slider-font-size: var( --kendo-font-size, inherit ) !default;
|
|
18
|
+
/// The line height of the Slider.
|
|
19
|
+
/// @group slider
|
|
20
|
+
$kendo-slider-line-height: var( --kendo-line-height, normal ) !default;
|
|
21
|
+
|
|
22
|
+
/// The offset of the Slider Buttons.
|
|
23
|
+
/// @group slider
|
|
24
|
+
$kendo-slider-button-offset: 10px !default;
|
|
25
|
+
/// The size of the Slider Buttons.
|
|
26
|
+
/// @group slider
|
|
27
|
+
$kendo-slider-button-size: ($kendo-slider-alt-size - 2) !default;
|
|
28
|
+
|
|
29
|
+
/// The thickness of the Slider track.
|
|
30
|
+
/// @group slider
|
|
31
|
+
$kendo-slider-track-thickness: 4px !default;
|
|
32
|
+
/// The size of the Slider drag handle.
|
|
33
|
+
/// @group slider
|
|
34
|
+
$kendo-slider-draghandle-size: 16px !default;
|
|
35
|
+
/// The border width of the Slider drag handle.
|
|
36
|
+
/// @group slider
|
|
37
|
+
$kendo-slider-draghandle-border-width: 1px !default;
|
|
38
|
+
/// The transition scale of the active Slider drag handle.
|
|
39
|
+
/// @group slider
|
|
40
|
+
$kendo-slider-draghandle-active-scale: 1 !default;
|
|
41
|
+
|
|
42
|
+
/// The background color of the Slider drag handle.
|
|
43
|
+
/// @group slider
|
|
44
|
+
$kendo-slider-draghandle-bg: k-color(secondary) !default;
|
|
45
|
+
/// The text color of the Slider drag handle.
|
|
46
|
+
/// @group slider
|
|
47
|
+
$kendo-slider-draghandle-text: k-color(on-secondary) !default;
|
|
48
|
+
/// The border color of the Slider drag handle.
|
|
49
|
+
/// @group slider
|
|
50
|
+
$kendo-slider-draghandle-border: k-color(secondary) !default;
|
|
51
|
+
/// The gradient of the Slider drag handle.
|
|
52
|
+
/// @group slider
|
|
53
|
+
$kendo-slider-draghandle-gradient: null !default;
|
|
54
|
+
|
|
55
|
+
/// The background color of the hovered Slider drag handle.
|
|
56
|
+
/// @group slider
|
|
57
|
+
$kendo-slider-draghandle-hover-bg: k-color(secondary-hover) !default;
|
|
58
|
+
/// The text color of the hovered Slider drag handle.
|
|
59
|
+
/// @group slider
|
|
60
|
+
$kendo-slider-draghandle-hover-text: null !default;
|
|
61
|
+
/// The border color of the hovered Slider drag handle.
|
|
62
|
+
/// @group slider
|
|
63
|
+
$kendo-slider-draghandle-hover-border: k-color(secondary) !default;
|
|
64
|
+
/// The gradient of the hovered Slider drag handle.
|
|
65
|
+
/// @group slider
|
|
66
|
+
$kendo-slider-draghandle-hover-gradient: null !default;
|
|
67
|
+
/// The shadow of the hovered Slider drag handle.
|
|
68
|
+
/// @group slider
|
|
69
|
+
$kendo-slider-draghandle-hover-shadow: null !default;
|
|
70
|
+
|
|
71
|
+
/// The background color of the active Slider drag handle.
|
|
72
|
+
/// @group slider
|
|
73
|
+
$kendo-slider-draghandle-pressed-bg: k-color(secondary-active) !default;
|
|
74
|
+
/// The text color of the active Slider drag handle.
|
|
75
|
+
/// @group slider
|
|
76
|
+
$kendo-slider-draghandle-pressed-text: null !default;
|
|
77
|
+
/// The border color of the active Slider drag handle.
|
|
78
|
+
/// @group slider
|
|
79
|
+
$kendo-slider-draghandle-pressed-border: k-color(secondary-active) !default;
|
|
80
|
+
/// The gradient of the active Slider drag handle.
|
|
81
|
+
/// @group slider
|
|
82
|
+
$kendo-slider-draghandle-pressed-gradient: null !default;
|
|
83
|
+
|
|
84
|
+
/// The shadow of the focused Slider drag handle.
|
|
85
|
+
/// @group slider
|
|
86
|
+
$kendo-slider-draghandle-focus-shadow: none !default;
|
|
87
|
+
|
|
88
|
+
/// The outline color of the focused Slider drag handle.
|
|
89
|
+
/// @group slider
|
|
90
|
+
$kendo-slider-draghandle-focus-outline-color: k-color(subtle) !default;
|
|
91
|
+
/// The outline width of the focused Slider drag handle.
|
|
92
|
+
/// @group slider
|
|
93
|
+
$kendo-slider-draghandle-focus-outline-width: 1px !default;
|
|
94
|
+
/// The outline offset of the focused Slider drag handle.
|
|
95
|
+
/// @group slider
|
|
96
|
+
$kendo-slider-draghandle-focus-outline-offset: 1px !default;
|
|
97
|
+
|
|
98
|
+
/// The transition speed of the Slider.
|
|
99
|
+
/// @group slider
|
|
100
|
+
$kendo-slider-transition-speed: k-duration(brisk) !default;
|
|
101
|
+
/// The transition function of the Slider.
|
|
102
|
+
/// @group slider
|
|
103
|
+
$kendo-slider-transition-function: k-easing(standard) !default;
|
|
104
|
+
/// The transition speed of the Slider drag handle.
|
|
105
|
+
/// @group slider
|
|
106
|
+
$kendo-slider-draghandle-transition-speed: k-duration(quick) !default;
|
|
107
|
+
/// The transition function of the Slider drag handle.
|
|
108
|
+
/// @group slider
|
|
109
|
+
$kendo-slider-draghandle-transition-function: k-easing(decelerate) !default;
|
|
110
|
+
|
|
111
|
+
/// The background color of the Slider track.
|
|
112
|
+
/// @group slider
|
|
113
|
+
$kendo-slider-track-bg: k-color(base-subtle) !default;
|
|
114
|
+
/// The background color of the Slider's track selection.
|
|
115
|
+
/// @group slider
|
|
116
|
+
$kendo-slider-selection-bg: k-color(secondary) !default;
|
|
117
|
+
/// @group slider
|
|
118
|
+
/// The opacity of the disabled Slider.
|
|
119
|
+
$kendo-slider-disabled-opacity: null !default;
|
|
120
|
+
|
|
121
|
+
/// The background image of the horizontal Slider tick.
|
|
122
|
+
/// @group slider
|
|
123
|
+
$kendo-slider-tick-horizontal-image: "data:image/gif;base64,R0lGODlhAQC0AIABALi4uAAAACH5BAEAAAEALAAAAAABALQAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7" !default;
|
|
124
|
+
/// The background image of the vertical Slider tick.
|
|
125
|
+
/// @group slider
|
|
126
|
+
$kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7" !default;
|
|
127
|
+
|
|
128
|
+
@forward "@progress/kendo-theme-core/scss/components/slider/_variables.scss" with (
|
|
129
|
+
$kendo-slider-size: $kendo-slider-size,
|
|
130
|
+
$kendo-slider-alt-size: $kendo-slider-alt-size,
|
|
131
|
+
$kendo-slider-font-family: $kendo-slider-font-family,
|
|
132
|
+
$kendo-slider-font-size: $kendo-slider-font-size,
|
|
133
|
+
$kendo-slider-line-height: $kendo-slider-line-height,
|
|
134
|
+
$kendo-slider-button-offset: $kendo-slider-button-offset,
|
|
135
|
+
$kendo-slider-button-size: $kendo-slider-button-size,
|
|
136
|
+
$kendo-slider-track-thickness: $kendo-slider-track-thickness,
|
|
137
|
+
$kendo-slider-draghandle-size: $kendo-slider-draghandle-size,
|
|
138
|
+
$kendo-slider-draghandle-border-width: $kendo-slider-draghandle-border-width,
|
|
139
|
+
$kendo-slider-draghandle-active-scale: $kendo-slider-draghandle-active-scale,
|
|
140
|
+
$kendo-slider-draghandle-bg: $kendo-slider-draghandle-bg,
|
|
141
|
+
$kendo-slider-draghandle-text: $kendo-slider-draghandle-text,
|
|
142
|
+
$kendo-slider-draghandle-border: $kendo-slider-draghandle-border,
|
|
143
|
+
$kendo-slider-draghandle-gradient: $kendo-slider-draghandle-gradient,
|
|
144
|
+
$kendo-slider-draghandle-hover-bg: $kendo-slider-draghandle-hover-bg,
|
|
145
|
+
$kendo-slider-draghandle-hover-text: $kendo-slider-draghandle-hover-text,
|
|
146
|
+
$kendo-slider-draghandle-hover-border: $kendo-slider-draghandle-hover-border,
|
|
147
|
+
$kendo-slider-draghandle-hover-gradient: $kendo-slider-draghandle-hover-gradient,
|
|
148
|
+
$kendo-slider-draghandle-hover-shadow: $kendo-slider-draghandle-hover-shadow,
|
|
149
|
+
$kendo-slider-draghandle-pressed-bg: $kendo-slider-draghandle-pressed-bg,
|
|
150
|
+
$kendo-slider-draghandle-pressed-text: $kendo-slider-draghandle-pressed-text,
|
|
151
|
+
$kendo-slider-draghandle-pressed-border: $kendo-slider-draghandle-pressed-border,
|
|
152
|
+
$kendo-slider-draghandle-pressed-gradient: $kendo-slider-draghandle-pressed-gradient,
|
|
153
|
+
$kendo-slider-draghandle-focus-shadow: $kendo-slider-draghandle-focus-shadow,
|
|
154
|
+
$kendo-slider-transition-speed: $kendo-slider-transition-speed,
|
|
155
|
+
$kendo-slider-transition-function: $kendo-slider-transition-function,
|
|
156
|
+
$kendo-slider-draghandle-transition-speed: $kendo-slider-draghandle-transition-speed,
|
|
157
|
+
$kendo-slider-draghandle-transition-function: $kendo-slider-draghandle-transition-function,
|
|
158
|
+
$kendo-slider-track-bg: $kendo-slider-track-bg,
|
|
159
|
+
$kendo-slider-selection-bg: $kendo-slider-selection-bg,
|
|
160
|
+
$kendo-slider-disabled-opacity: $kendo-slider-disabled-opacity,
|
|
161
|
+
$kendo-slider-tick-horizontal-image: $kendo-slider-tick-horizontal-image,
|
|
162
|
+
$kendo-slider-tick-vertical-image: $kendo-slider-tick-vertical-image
|
|
163
|
+
);
|
|
@@ -0,0 +1,25 @@
|
|
|
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 "../segmented-control/_index.scss" as *;
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
// Component
|
|
10
|
+
@forward "./_variables.scss";
|
|
11
|
+
@use "./_layout.scss" as *;
|
|
12
|
+
@use "./_theme.scss" as *;
|
|
13
|
+
|
|
14
|
+
// Expose
|
|
15
|
+
@mixin kendo-smart-box--styles() {
|
|
16
|
+
@include import-once( "smart-box" ) {
|
|
17
|
+
@include core-styles();
|
|
18
|
+
@include kendo-input--styles();
|
|
19
|
+
@include kendo-popup--styles();
|
|
20
|
+
@include kendo-list--styles();
|
|
21
|
+
@include kendo-segmented-control--styles();
|
|
22
|
+
@include kendo-smart-box--layout();
|
|
23
|
+
@include kendo-smart-box--theme();
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Smart box
|
|
5
|
+
|
|
6
|
+
/// The default size of the SmartBox.
|
|
7
|
+
/// @group smart-box
|
|
8
|
+
/// @role default
|
|
9
|
+
$kendo-smart-box-default-size: "md" !default;
|
|
10
|
+
/// The default roundness of the SmartBox.
|
|
11
|
+
/// @group smart-box
|
|
12
|
+
/// @role default
|
|
13
|
+
$kendo-smart-box-default-roundness: "full" !default;
|
|
14
|
+
|
|
15
|
+
/// The spacing between elements in the suffix of the Smart box.
|
|
16
|
+
/// @group smart-box
|
|
17
|
+
$kendo-smart-box-suffix-spacing: k-spacing(1) !default;
|
|
18
|
+
|
|
19
|
+
/// The horizontal padding of the small Smart box.
|
|
20
|
+
/// @group smart-box
|
|
21
|
+
$kendo-smart-box-sm-padding-x: 0 !default;
|
|
22
|
+
/// The horizontal padding of the medium Smart box.
|
|
23
|
+
/// @group smart-box
|
|
24
|
+
$kendo-smart-box-md-padding-x: k-spacing(1) !default;
|
|
25
|
+
/// The horizontal padding of the large Smart box.
|
|
26
|
+
/// @group smart-box
|
|
27
|
+
$kendo-smart-box-lg-padding-x: k-spacing(2) !default;
|
|
28
|
+
|
|
29
|
+
/// The horizontal margin of the prefix icon in the small Smart box.
|
|
30
|
+
/// @group smart-box
|
|
31
|
+
$kendo-smart-box-sm-prefix-margin-x: k-spacing(1) !default;
|
|
32
|
+
/// The horizontal margin of the prefix icon in the medium Smart box.
|
|
33
|
+
/// @group smart-box
|
|
34
|
+
$kendo-smart-box-md-prefix-margin-x: k-spacing(1) !default;
|
|
35
|
+
/// The horizontal margin of the prefix icon in the large Smart box.
|
|
36
|
+
/// @group smart-box
|
|
37
|
+
$kendo-smart-box-lg-prefix-margin-x: 0 !default;
|
|
38
|
+
|
|
39
|
+
/// The inline padding of the popup of the Smart box.
|
|
40
|
+
/// @group smart-box
|
|
41
|
+
$kendo-smart-box-popup-padding-inline: k-spacing(2) !default;
|
|
42
|
+
/// The block padding of the popup of the Smart box.
|
|
43
|
+
/// @group smart-box
|
|
44
|
+
$kendo-smart-box-popup-padding-block: k-spacing(2) !default;
|
|
45
|
+
/// The border radius of the popup of the Smart box.
|
|
46
|
+
/// @group smart-box
|
|
47
|
+
$kendo-smart-box-popup-border-radius: k-border-radius(xxl) !default;
|
|
48
|
+
/// The spacing of the popup of the Smart box.
|
|
49
|
+
/// @group smart-box
|
|
50
|
+
$kendo-smart-box-popup-spacing: k-spacing(2) !default;
|
|
51
|
+
/// The margin of the segmented control in the popup of the Smart box.
|
|
52
|
+
/// @group smart-box
|
|
53
|
+
$kendo-smart-box-popup-segmented-control-margin: k-spacing(2) !default;
|
|
54
|
+
|
|
55
|
+
@forward "@progress/kendo-theme-core/scss/components/smart-box/_variables.scss" with (
|
|
56
|
+
$kendo-smart-box-default-size: $kendo-smart-box-default-size,
|
|
57
|
+
$kendo-smart-box-default-roundness: $kendo-smart-box-default-roundness,
|
|
58
|
+
$kendo-smart-box-suffix-spacing: $kendo-smart-box-suffix-spacing,
|
|
59
|
+
$kendo-smart-box-sm-padding-x: $kendo-smart-box-sm-padding-x,
|
|
60
|
+
$kendo-smart-box-md-padding-x: $kendo-smart-box-md-padding-x,
|
|
61
|
+
$kendo-smart-box-lg-padding-x: $kendo-smart-box-lg-padding-x,
|
|
62
|
+
$kendo-smart-box-sm-prefix-margin-x: $kendo-smart-box-sm-prefix-margin-x,
|
|
63
|
+
$kendo-smart-box-md-prefix-margin-x: $kendo-smart-box-md-prefix-margin-x,
|
|
64
|
+
$kendo-smart-box-lg-prefix-margin-x: $kendo-smart-box-lg-prefix-margin-x,
|
|
65
|
+
$kendo-smart-box-popup-padding-inline: $kendo-smart-box-popup-padding-inline,
|
|
66
|
+
$kendo-smart-box-popup-padding-block: $kendo-smart-box-popup-padding-block,
|
|
67
|
+
$kendo-smart-box-popup-border-radius: $kendo-smart-box-popup-border-radius,
|
|
68
|
+
$kendo-smart-box-popup-spacing: $kendo-smart-box-popup-spacing,
|
|
69
|
+
$kendo-smart-box-popup-segmented-control-margin: $kendo-smart-box-popup-segmented-control-margin,
|
|
70
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../button/_index.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Component
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "_layout.scss" as *;
|
|
8
|
+
@use "_theme.scss" as *;
|
|
9
|
+
|
|
10
|
+
// Expose
|
|
11
|
+
@mixin kendo-speech-to-text-button--styles() {
|
|
12
|
+
@include import-once( "speech-to-text-button" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-button--styles();
|
|
15
|
+
@include kendo-speech-to-text-button--layout();
|
|
16
|
+
@include kendo-speech-to-text-button--theme();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Speech-to-text button
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../button/_index.scss" as *;
|
|
4
|
+
@use "../menu/_index.scss" as *;
|
|
5
|
+
|
|
6
|
+
// Component
|
|
7
|
+
@forward "./_variables.scss";
|
|
8
|
+
@use "./_layout.scss" as *;
|
|
9
|
+
@use "./_theme.scss" as *;
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
// Dependencies
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
// Expose
|
|
16
|
+
@mixin kendo-split-button--styles() {
|
|
17
|
+
@include import-once( "split-button" ) {
|
|
18
|
+
@include core-styles();
|
|
19
|
+
@include kendo-button--styles();
|
|
20
|
+
@include kendo-menu--styles();
|
|
21
|
+
@include kendo-split-button--layout();
|
|
22
|
+
@include kendo-split-button--theme();
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "@progress/kendo-theme-core/scss/components/split-button/_layout.scss" as *;
|
|
3
|
+
@use "../core/functions/index.scss" as *;
|
|
4
|
+
@use "../button/_variables.scss" as *;
|
|
5
|
+
|
|
6
|
+
@mixin kendo-split-button--layout() {
|
|
7
|
+
@include kendo-split-button--layout-base();
|
|
8
|
+
|
|
9
|
+
.k-split-button {
|
|
10
|
+
@each $size, $size-props in $kendo-button-sizes {
|
|
11
|
+
$_font-size: map.get( $size-props, font-size );
|
|
12
|
+
$_line-height: map.get( $size-props, line-height );
|
|
13
|
+
|
|
14
|
+
#{k-when-default($kendo-button-default-size, $size)}
|
|
15
|
+
&.k-button-#{$size} {
|
|
16
|
+
font-size: $_font-size;
|
|
17
|
+
line-height: $_line-height;
|
|
18
|
+
|
|
19
|
+
&.k-icon-button {
|
|
20
|
+
.k-button-icon {
|
|
21
|
+
min-width: calc( #{$_font-size} * #{$_line-height} );
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
@use "../button/_variables.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Split-button
|
|
5
|
+
|
|
6
|
+
/// The focus shadow of the SplitButton.
|
|
7
|
+
/// @group split-button
|
|
8
|
+
$kendo-split-button-focus-shadow: $kendo-button-focus-shadow !default;
|
|
9
|
+
|
|
10
|
+
/// The horizontal padding of the arrow Button.
|
|
11
|
+
/// @group split-button
|
|
12
|
+
$kendo-split-button-arrow-padding-x: null !default;
|
|
13
|
+
/// The horizontal padding of the small arrow Button.
|
|
14
|
+
/// @group split-button
|
|
15
|
+
$kendo-split-button-sm-arrow-padding-x: k-spacing(1.5) !default;
|
|
16
|
+
/// The horizontal padding of the medium arrow Button.
|
|
17
|
+
/// @group split-button
|
|
18
|
+
$kendo-split-button-md-arrow-padding-x: k-spacing(2) !default;
|
|
19
|
+
/// The horizontal padding of the large arrow Button.
|
|
20
|
+
/// @group split-button
|
|
21
|
+
$kendo-split-button-lg-arrow-padding-x: k-spacing(3) !default;
|
|
22
|
+
|
|
23
|
+
/// The vertical padding of the arrow Button.
|
|
24
|
+
/// @group split-button
|
|
25
|
+
$kendo-split-button-arrow-padding-y: null !default;
|
|
26
|
+
/// The vertical padding of the small arrow Button.
|
|
27
|
+
/// @group split-button
|
|
28
|
+
$kendo-split-button-sm-arrow-padding-y: $kendo-button-sm-padding-y !default;
|
|
29
|
+
/// The vertical padding of the medium arrow Button.
|
|
30
|
+
/// @group split-button
|
|
31
|
+
$kendo-split-button-md-arrow-padding-y: $kendo-button-md-padding-y !default;
|
|
32
|
+
/// The vertical padding of the large arrow Button.
|
|
33
|
+
/// @group split-button
|
|
34
|
+
$kendo-split-button-lg-arrow-padding-y: $kendo-button-lg-padding-y !default;
|
|
35
|
+
|
|
36
|
+
@forward "@progress/kendo-theme-core/scss/components/split-button/_variables.scss" with (
|
|
37
|
+
$kendo-split-button-focus-shadow: $kendo-split-button-focus-shadow,
|
|
38
|
+
$kendo-split-button-arrow-padding-x: $kendo-split-button-arrow-padding-x,
|
|
39
|
+
$kendo-split-button-sm-arrow-padding-x: $kendo-split-button-sm-arrow-padding-x,
|
|
40
|
+
$kendo-split-button-md-arrow-padding-x: $kendo-split-button-md-arrow-padding-x,
|
|
41
|
+
$kendo-split-button-lg-arrow-padding-x: $kendo-split-button-lg-arrow-padding-x,
|
|
42
|
+
$kendo-split-button-arrow-padding-y: $kendo-split-button-arrow-padding-y,
|
|
43
|
+
$kendo-split-button-sm-arrow-padding-y: $kendo-split-button-sm-arrow-padding-y,
|
|
44
|
+
$kendo-split-button-md-arrow-padding-y: $kendo-split-button-md-arrow-padding-y,
|
|
45
|
+
$kendo-split-button-lg-arrow-padding-y: $kendo-split-button-lg-arrow-padding-y
|
|
46
|
+
);
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Component
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
// Dependencies
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
// Expose
|
|
15
|
+
@mixin kendo-splitter--styles() {
|
|
16
|
+
@include import-once( "splitter" ) {
|
|
17
|
+
@include core-styles();
|
|
18
|
+
@include kendo-icon--styles();
|
|
19
|
+
@include kendo-splitter--layout();
|
|
20
|
+
@include kendo-splitter--theme();
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Splitter
|
|
5
|
+
|
|
6
|
+
/// The width of the border around the Splitter.
|
|
7
|
+
/// @group splitter
|
|
8
|
+
$kendo-splitter-border-width: 1px !default;
|
|
9
|
+
/// The font family of the Splitter.
|
|
10
|
+
/// @group splitter
|
|
11
|
+
$kendo-splitter-font-family: var( --kendo-font-family, inherit ) !default;
|
|
12
|
+
/// The font size of the Splitter.
|
|
13
|
+
/// @group splitter
|
|
14
|
+
$kendo-splitter-font-size: var( --kendo-font-size, inherit ) !default;
|
|
15
|
+
/// The line height of the Splitter.
|
|
16
|
+
/// @group splitter
|
|
17
|
+
$kendo-splitter-line-height: var( --kendo-line-height, normal ) !default;
|
|
18
|
+
|
|
19
|
+
/// The background color of the Splitter.
|
|
20
|
+
/// @group splitter
|
|
21
|
+
$kendo-splitter-bg: k-color(surface-alt) !default;
|
|
22
|
+
/// The text color of the Splitter.
|
|
23
|
+
/// @group splitter
|
|
24
|
+
$kendo-splitter-text: k-color(on-app-surface) !default;
|
|
25
|
+
/// The border color of the Splitter.
|
|
26
|
+
/// @group splitter
|
|
27
|
+
$kendo-splitter-border: k-color(border) !default;
|
|
28
|
+
|
|
29
|
+
/// The size of the Splitter split bar.
|
|
30
|
+
/// @group splitter
|
|
31
|
+
$kendo-splitter-splitbar-size: k-spacing(3) !default;
|
|
32
|
+
/// The length of the Splitter drag handle.
|
|
33
|
+
/// @group splitter
|
|
34
|
+
$kendo-splitter-drag-handle-length: 20px !default;
|
|
35
|
+
/// The thickness of the Splitter drag handle.
|
|
36
|
+
/// @group splitter
|
|
37
|
+
$kendo-splitter-drag-handle-thickness: 2px !default;
|
|
38
|
+
/// The margin of the Splitter drag handle icon.
|
|
39
|
+
/// @group splitter
|
|
40
|
+
$kendo-splitter-drag-icon-margin: k-spacing(2) !default;
|
|
41
|
+
/// The horizontal padding of the collapse icon in the Splitter.
|
|
42
|
+
/// @group splitter
|
|
43
|
+
$kendo-splitter-collapse-icon-padding-x: null !default;
|
|
44
|
+
/// The vertical padding of the collapse icon in the Splitter.
|
|
45
|
+
/// @group splitter
|
|
46
|
+
$kendo-splitter-collapse-icon-padding-y: k-spacing(0.5) !default;
|
|
47
|
+
|
|
48
|
+
/// The background color of the Splitter split bar.
|
|
49
|
+
/// @group splitter
|
|
50
|
+
$kendo-splitbar-bg: k-color(surface) !default;
|
|
51
|
+
/// The text color of the Splitter split bar.
|
|
52
|
+
/// @group splitter
|
|
53
|
+
$kendo-splitbar-text: k-color(on-app-surface) !default;
|
|
54
|
+
|
|
55
|
+
/// The hover background color of the Splitter split bar.
|
|
56
|
+
/// @group splitter
|
|
57
|
+
$kendo-splitbar-hover-bg: k-color(base-hover) !default;
|
|
58
|
+
/// The hover text color of the Splitter split bar.
|
|
59
|
+
/// @group splitter
|
|
60
|
+
$kendo-splitbar-hover-text: $kendo-splitbar-text !default;
|
|
61
|
+
|
|
62
|
+
/// The selected background color of the Splitter split bar.
|
|
63
|
+
/// @group splitter
|
|
64
|
+
$kendo-splitbar-selected-bg: k-color(primary) !default;
|
|
65
|
+
/// The selected text color of the Splitter split bar.
|
|
66
|
+
/// @group splitter
|
|
67
|
+
$kendo-splitbar-selected-text: k-color(on-primary) !default;
|
|
68
|
+
|
|
69
|
+
@forward "@progress/kendo-theme-core/scss/components/splitter/_variables.scss" with (
|
|
70
|
+
$kendo-splitter-border-width: $kendo-splitter-border-width,
|
|
71
|
+
$kendo-splitter-font-family: $kendo-splitter-font-family,
|
|
72
|
+
$kendo-splitter-font-size: $kendo-splitter-font-size,
|
|
73
|
+
$kendo-splitter-line-height: $kendo-splitter-line-height,
|
|
74
|
+
$kendo-splitter-bg: $kendo-splitter-bg,
|
|
75
|
+
$kendo-splitter-text: $kendo-splitter-text,
|
|
76
|
+
$kendo-splitter-border: $kendo-splitter-border,
|
|
77
|
+
$kendo-splitter-splitbar-size: $kendo-splitter-splitbar-size,
|
|
78
|
+
$kendo-splitter-drag-handle-length: $kendo-splitter-drag-handle-length,
|
|
79
|
+
$kendo-splitter-drag-handle-thickness: $kendo-splitter-drag-handle-thickness,
|
|
80
|
+
$kendo-splitter-drag-icon-margin: $kendo-splitter-drag-icon-margin,
|
|
81
|
+
$kendo-splitter-collapse-icon-padding-x: $kendo-splitter-collapse-icon-padding-x,
|
|
82
|
+
$kendo-splitter-collapse-icon-padding-y: $kendo-splitter-collapse-icon-padding-y,
|
|
83
|
+
$kendo-splitbar-bg: $kendo-splitbar-bg,
|
|
84
|
+
$kendo-splitbar-text: $kendo-splitbar-text,
|
|
85
|
+
$kendo-splitbar-hover-bg: $kendo-splitbar-hover-bg,
|
|
86
|
+
$kendo-splitbar-hover-text: $kendo-splitbar-hover-text,
|
|
87
|
+
$kendo-splitbar-selected-bg: $kendo-splitbar-selected-bg,
|
|
88
|
+
$kendo-splitbar-selected-text: $kendo-splitbar-selected-text
|
|
89
|
+
);
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../button/_index.scss" as *;
|
|
6
|
+
@use "../checkbox/_index.scss" as *;
|
|
7
|
+
@use "../radio/_index.scss" as *;
|
|
8
|
+
@use "../colorpicker/_index.scss" as *;
|
|
9
|
+
@use "../combobox/_index.scss" as *;
|
|
10
|
+
@use "../datetimepicker/_index.scss" as *;
|
|
11
|
+
@use "../dropdownlist/_index.scss" as *;
|
|
12
|
+
@use "../toolbar/_index.scss" as *;
|
|
13
|
+
@use "../upload/_index.scss" as *;
|
|
14
|
+
@use "../menu/_index.scss" as *;
|
|
15
|
+
@use "../window/_index.scss" as *;
|
|
16
|
+
@use "../tabstrip/_index.scss" as *;
|
|
17
|
+
@use "../treeview/_index.scss" as *;
|
|
18
|
+
@use "../list/_index.scss" as *;
|
|
19
|
+
|
|
20
|
+
// Component
|
|
21
|
+
@forward "./_variables.scss";
|
|
22
|
+
@use "./_layout.scss" as *;
|
|
23
|
+
@use "./_theme.scss" as *;
|
|
24
|
+
|
|
25
|
+
// Expose
|
|
26
|
+
@mixin kendo-spreadsheet--styles() {
|
|
27
|
+
@include import-once( "spreadsheet" ) {
|
|
28
|
+
@include core-styles();
|
|
29
|
+
@include kendo-button--styles();
|
|
30
|
+
@include kendo-checkbox--styles();
|
|
31
|
+
@include kendo-radio--styles();
|
|
32
|
+
@include kendo-color-picker--styles();
|
|
33
|
+
@include kendo-combobox--styles();
|
|
34
|
+
@include kendo-date-time-picker--styles();
|
|
35
|
+
@include kendo-dropdown-list--styles();
|
|
36
|
+
@include kendo-toolbar--styles();
|
|
37
|
+
@include kendo-upload--styles();
|
|
38
|
+
@include kendo-menu--styles();
|
|
39
|
+
@include kendo-window--styles();
|
|
40
|
+
@include kendo-tabstrip--styles();
|
|
41
|
+
@include kendo-treeview--styles();
|
|
42
|
+
@include kendo-icon--styles();
|
|
43
|
+
@include kendo-list--styles();
|
|
44
|
+
@include kendo-spreadsheet--layout();
|
|
45
|
+
@include kendo-spreadsheet--theme();
|
|
46
|
+
@include kendo-utils--flex-grid--order();
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/spreadsheet/_layout.scss" as *;
|
|
2
|
+
@use "../core/index.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@mixin kendo-spreadsheet--layout() {
|
|
6
|
+
@include kendo-spreadsheet--layout-base();
|
|
7
|
+
|
|
8
|
+
.k-spreadsheet-active-cell {
|
|
9
|
+
transition: outline k-transition(snappy);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.k-spreadsheet-toolbar {
|
|
13
|
+
border-radius: 0;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "variables.scss" as *;
|
|
3
|
+
@use "@progress/kendo-theme-core/scss/components/spreadsheet/_theme.scss" as *;
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@mixin kendo-spreadsheet--theme() {
|
|
7
|
+
@include kendo-spreadsheet--theme-base();
|
|
8
|
+
|
|
9
|
+
.k-spreadsheet-header {
|
|
10
|
+
backdrop-filter: k-translucency-blur(1);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.k-spreadsheet {
|
|
14
|
+
background-color: unset;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.k-spreadsheet-action-bar,
|
|
18
|
+
.k-spreadsheet-view,
|
|
19
|
+
.k-spreadsheet-sheets-bar {
|
|
20
|
+
background-color: $kendo-spreadsheet-bg;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.k-spreadsheet-toolbar {
|
|
24
|
+
background-color: $kendo-spreadsheet-bg !important; // stylelint-disable-line declaration-no-important
|
|
25
|
+
}
|
|
26
|
+
}
|