@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
package/package.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@progress/kendo-theme-meridian",
|
|
3
|
+
"description": "Meridian theme for Kendo UI",
|
|
4
|
+
"version": "14.0.0-dev.1",
|
|
5
|
+
"author": "Progress",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"Kendo UI",
|
|
9
|
+
"Theme"
|
|
10
|
+
],
|
|
11
|
+
"main": "dist/all.css",
|
|
12
|
+
"sass": "scss/all.scss",
|
|
13
|
+
"files": [
|
|
14
|
+
"dist/",
|
|
15
|
+
"scss/",
|
|
16
|
+
"lib/"
|
|
17
|
+
],
|
|
18
|
+
"homepage": "https://github.com/telerik/kendo-themes/tree/master/packages/meridian",
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git+https://github.com/telerik/kendo-themes.git",
|
|
22
|
+
"directory": "packages/meridian"
|
|
23
|
+
},
|
|
24
|
+
"bugs": {
|
|
25
|
+
"url": "https://github.com/telerik/kendo-themes/issues/new?labels=bug,T:Meridian&template=bug_report.md"
|
|
26
|
+
},
|
|
27
|
+
"publishConfig": {
|
|
28
|
+
"access": "public"
|
|
29
|
+
},
|
|
30
|
+
"kendo": {
|
|
31
|
+
"themebuilder": {
|
|
32
|
+
"swatches": {
|
|
33
|
+
"path": "lib/swatches",
|
|
34
|
+
"default": "meridian-main.json"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"scripts": {
|
|
39
|
+
"sass": "npm run sass:compile:all && npm run css:prefix",
|
|
40
|
+
"sass:dist": "gulp sass:dist --theme packages/meridian && npm run sass:compile:dist && npm run css:prefix",
|
|
41
|
+
"sass:compile:all": "npx sass --no-source-map --load-path=../../node_modules ./scss/all.scss ./dist/all.css",
|
|
42
|
+
"sass:compile:dist": "npx sass --style=compressed --no-source-map --load-path=../../node_modules ./dist:dist",
|
|
43
|
+
"sass:watch": "npx sass --no-source-map --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css",
|
|
44
|
+
"css:prefix": "npx postcss --replace ./dist/**/*.css",
|
|
45
|
+
"docs": "node ../../scripts/sassdoc.js",
|
|
46
|
+
"docs:check": "npm run docs && git diff --name-only --exit-code -- docs",
|
|
47
|
+
"predocs": "npm run resolve-variables",
|
|
48
|
+
"resolve-variables": "node ../../scripts/resolve-variables.js",
|
|
49
|
+
"nuget-pack": "jq '.version' package.json | xargs nuget pack package.nuspec -Version",
|
|
50
|
+
"nuget-push": "nuget push *.nupkg -ApiKey $NUGET_API_KEY -Source $NUGET_FEED -SkipDuplicate",
|
|
51
|
+
"prepublishOnly": "node ../../scripts/themes-prepublish.js",
|
|
52
|
+
"postpublish": "echo 'no postpublish for meridian theme'"
|
|
53
|
+
},
|
|
54
|
+
"dependencies": {
|
|
55
|
+
"@progress/kendo-svg-icons": "^4.8.0",
|
|
56
|
+
"@progress/kendo-theme-core": "14.0.0-dev.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "14.0.0-dev.1"
|
|
58
|
+
},
|
|
59
|
+
"directories": {
|
|
60
|
+
"doc": "docs",
|
|
61
|
+
"lib": "lib"
|
|
62
|
+
},
|
|
63
|
+
"gitHead": "780438a25511afc7e4aef75ff1fd10a259b64356"
|
|
64
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../utils/_index.scss" as *;
|
|
4
|
+
@use "../button/_index.scss" as *;
|
|
5
|
+
|
|
6
|
+
// Component
|
|
7
|
+
@forward "./_variables.scss";
|
|
8
|
+
@use "./_layout.scss" as *;
|
|
9
|
+
@use "./_theme.scss" as *;
|
|
10
|
+
// Expose
|
|
11
|
+
@mixin kendo-action-buttons--styles() {
|
|
12
|
+
@include import-once( "action-buttons" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-button--styles();
|
|
15
|
+
@include kendo-action-buttons--layout();
|
|
16
|
+
@include kendo-action-buttons--theme();
|
|
17
|
+
@include kendo-utils--flex-grid--justify-content();
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// Actions
|
|
4
|
+
|
|
5
|
+
/// The top margin of the ActionButtons.
|
|
6
|
+
/// @group action-buttons
|
|
7
|
+
$kendo-actions-margin-top: k-spacing(4) !default;
|
|
8
|
+
/// The horizontal padding of the ActionButtons.
|
|
9
|
+
/// @group action-buttons
|
|
10
|
+
$kendo-actions-padding-x: k-spacing(3) !default;
|
|
11
|
+
/// The vertical padding of the ActionButtons.
|
|
12
|
+
/// @group action-buttons
|
|
13
|
+
$kendo-actions-padding-y: k-spacing(3) !default;
|
|
14
|
+
/// The width of the border around the ActionButtons.
|
|
15
|
+
/// @group action-buttons
|
|
16
|
+
$kendo-actions-border-width: 0px !default;
|
|
17
|
+
/// The spacing between the ActionButtons buttons.
|
|
18
|
+
/// @group action-buttons
|
|
19
|
+
$kendo-actions-button-spacing: k-spacing(2) !default;
|
|
20
|
+
|
|
21
|
+
/// The background color of the ActionButtons.
|
|
22
|
+
/// @group action-buttons
|
|
23
|
+
$kendo-actions-bg: null !default;
|
|
24
|
+
/// The text color of the ActionButtons.
|
|
25
|
+
/// @group action-buttons
|
|
26
|
+
$kendo-actions-text: null !default;
|
|
27
|
+
/// The border color of the ActionButtons.
|
|
28
|
+
/// @group action-buttons
|
|
29
|
+
$kendo-actions-border: null !default;
|
|
30
|
+
/// The background gradient of the ActionButtons.
|
|
31
|
+
/// @group action-buttons
|
|
32
|
+
$kendo-actions-gradient: null !default;
|
|
33
|
+
|
|
34
|
+
@forward "@progress/kendo-theme-core/scss/components/action-buttons/_variables.scss" with (
|
|
35
|
+
$kendo-actions-margin-top: $kendo-actions-margin-top,
|
|
36
|
+
$kendo-actions-padding-x: $kendo-actions-padding-x,
|
|
37
|
+
$kendo-actions-padding-y: $kendo-actions-padding-y,
|
|
38
|
+
$kendo-actions-border-width: $kendo-actions-border-width,
|
|
39
|
+
$kendo-actions-button-spacing: $kendo-actions-button-spacing,
|
|
40
|
+
$kendo-actions-bg: $kendo-actions-bg,
|
|
41
|
+
$kendo-actions-text: $kendo-actions-text,
|
|
42
|
+
$kendo-actions-border: $kendo-actions-border,
|
|
43
|
+
$kendo-actions-gradient: $kendo-actions-gradient
|
|
44
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../listgroup/_index.scss" as *;
|
|
6
|
+
@use "../popup/_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-action-sheet--styles() {
|
|
15
|
+
@include import-once( "action-sheet" ) {
|
|
16
|
+
@include core-styles();
|
|
17
|
+
@include kendo-icon--styles();
|
|
18
|
+
@include kendo-listgroup--styles();
|
|
19
|
+
@include kendo-popup--styles();
|
|
20
|
+
@include kendo-action-sheet--layout();
|
|
21
|
+
@include kendo-action-sheet--theme();
|
|
22
|
+
@include kendo-utils--typography--text-align();
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/action-sheet/_layout.scss" as *;
|
|
2
|
+
@use "../core/index.scss" as *;
|
|
3
|
+
@use "../list/_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@mixin kendo-action-sheet--layout() {
|
|
7
|
+
@include kendo-action-sheet--layout-base();
|
|
8
|
+
|
|
9
|
+
.k-actionsheet-item {
|
|
10
|
+
transition: color k-transition(rapid), background-color k-transition(rapid), border-color k-transition(rapid), outline k-transition(rapid);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.k-actionsheet .k-list-ul {
|
|
14
|
+
padding-inline: $kendo-list-container-padding-inline;
|
|
15
|
+
padding-block: $kendo-list-container-padding-block;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// Action sheet
|
|
4
|
+
|
|
5
|
+
/// The horizontal padding of the ActionSheet.
|
|
6
|
+
/// @group action-sheet
|
|
7
|
+
$kendo-actionsheet-padding-x: null !default;
|
|
8
|
+
/// The vertical padding of the ActionSheet.
|
|
9
|
+
/// @group action-sheet
|
|
10
|
+
$kendo-actionsheet-padding-y: null !default;
|
|
11
|
+
/// The width of the ActionSheet.
|
|
12
|
+
/// @group action-sheet
|
|
13
|
+
$kendo-actionsheet-width: 360px !default;
|
|
14
|
+
/// The maximum width of the ActionSheet.
|
|
15
|
+
/// @group action-sheet
|
|
16
|
+
$kendo-actionsheet-max-width: 100% !default;
|
|
17
|
+
/// The height of the ActionSheet.
|
|
18
|
+
/// @group action-sheet
|
|
19
|
+
$kendo-actionsheet-height: 60vh !default;
|
|
20
|
+
/// The maximum height of the ActionSheet.
|
|
21
|
+
/// @group action-sheet
|
|
22
|
+
$kendo-actionsheet-max-height: 60vh !default;
|
|
23
|
+
|
|
24
|
+
/// The width of the border around the ActionSheet.
|
|
25
|
+
/// @group action-sheet
|
|
26
|
+
$kendo-actionsheet-border-width: 0px !default;
|
|
27
|
+
/// The border radius of the ActionSheet.
|
|
28
|
+
/// @group action-sheet
|
|
29
|
+
$kendo-actionsheet-border-radius: 0px !default;
|
|
30
|
+
|
|
31
|
+
/// The font size of the ActionSheet.
|
|
32
|
+
/// @group action-sheet
|
|
33
|
+
$kendo-actionsheet-font-size: var( --kendo-font-size, inherit ) !default;
|
|
34
|
+
/// The font family of the ActionSheet.
|
|
35
|
+
/// @group action-sheet
|
|
36
|
+
$kendo-actionsheet-font-family: var( --kendo-font-family, inherit ) !default;
|
|
37
|
+
/// The line height of the ActionSheet.
|
|
38
|
+
/// @group action-sheet
|
|
39
|
+
$kendo-actionsheet-line-height: var( --kendo-line-height, normal ) !default;
|
|
40
|
+
|
|
41
|
+
/// The background color of the ActionSheet.
|
|
42
|
+
/// @group action-sheet
|
|
43
|
+
$kendo-actionsheet-bg: k-elevation-bg(2, k-color(surface-alt)) !default;
|
|
44
|
+
/// The text color of the ActionSheet.
|
|
45
|
+
/// @group action-sheet
|
|
46
|
+
$kendo-actionsheet-text: k-color(on-app-surface) !default;
|
|
47
|
+
/// The border color of the ActionSheet.
|
|
48
|
+
/// @group action-sheet
|
|
49
|
+
$kendo-actionsheet-border: k-color(border) !default;
|
|
50
|
+
/// The shadow of the ActionSheet.
|
|
51
|
+
/// @group action-sheet
|
|
52
|
+
$kendo-actionsheet-shadow: k-elevation(2) !default;
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
// Actionsheet header
|
|
56
|
+
/// The horizontal padding of the ActionSheet titlebar.
|
|
57
|
+
/// @group action-sheet
|
|
58
|
+
$kendo-actionsheet-titlebar-padding-x: k-spacing(4) !default;
|
|
59
|
+
/// The vertical padding of the ActionSheet titlebar.
|
|
60
|
+
/// @group action-sheet
|
|
61
|
+
$kendo-actionsheet-titlebar-padding-y: k-spacing(4) !default;
|
|
62
|
+
/// The width of the border around the ActionSheet titlebar.
|
|
63
|
+
/// @group action-sheet
|
|
64
|
+
$kendo-actionsheet-titlebar-border-width: 1px !default;
|
|
65
|
+
/// The font size of the ActionSheet titlebar.
|
|
66
|
+
/// @group action-sheet
|
|
67
|
+
$kendo-actionsheet-titlebar-font-size: var(--kendo-h6-font-size) !default;
|
|
68
|
+
/// The font family of the ActionSheet titlebar.
|
|
69
|
+
/// @group action-sheet
|
|
70
|
+
$kendo-actionsheet-titlebar-font-family: null !default;
|
|
71
|
+
/// The font weight of the ActionSheet titlebar.
|
|
72
|
+
/// @group action-sheet
|
|
73
|
+
$kendo-actionsheet-titlebar-font-weight: var(--kendo-font-weight-medium) !default;
|
|
74
|
+
/// The line height of the ActionSheet titlebar.
|
|
75
|
+
/// @group action-sheet
|
|
76
|
+
$kendo-actionsheet-titlebar-line-height: 1.2 !default;
|
|
77
|
+
/// The gap of the ActionSheet titlebar.
|
|
78
|
+
/// @group action-sheet
|
|
79
|
+
$kendo-actionsheet-titlebar-gap: k-spacing(3) !default;
|
|
80
|
+
|
|
81
|
+
/// The background color of the ActionSheet titlebar.
|
|
82
|
+
/// @group action-sheet
|
|
83
|
+
$kendo-actionsheet-titlebar-bg: null !default;
|
|
84
|
+
/// The text color of the ActionSheet titlebar.
|
|
85
|
+
/// @group action-sheet
|
|
86
|
+
$kendo-actionsheet-titlebar-text: null !default;
|
|
87
|
+
/// The border color of the ActionSheet titlebar.
|
|
88
|
+
/// @group action-sheet
|
|
89
|
+
$kendo-actionsheet-titlebar-border: k-color(border) !default;
|
|
90
|
+
/// The background gradient of the ActionSheet titlebar.
|
|
91
|
+
/// @group action-sheet
|
|
92
|
+
$kendo-actionsheet-titlebar-gradient: null !default;
|
|
93
|
+
/// The shadow of the ActionSheet titlebar.
|
|
94
|
+
/// @group action-sheet
|
|
95
|
+
$kendo-actionsheet-titlebar-shadow: null !default;
|
|
96
|
+
|
|
97
|
+
/// The font size of the ActionSheet subtitle.
|
|
98
|
+
/// @group action-sheet
|
|
99
|
+
$kendo-actionsheet-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
100
|
+
/// The line height of the ActionSheet subtitle.
|
|
101
|
+
/// @group action-sheet
|
|
102
|
+
$kendo-actionsheet-subtitle-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
103
|
+
/// The text color of the ActionSheet subtitle.
|
|
104
|
+
/// @group action-sheet
|
|
105
|
+
$kendo-actionsheet-subtitle-text: k-color(subtle) !default;
|
|
106
|
+
|
|
107
|
+
/// The width of the border around the ActionSheet footer.
|
|
108
|
+
/// @group action-sheet
|
|
109
|
+
$kendo-actionsheet-footer-border-width: 1px !default;
|
|
110
|
+
|
|
111
|
+
/// The background color of the ActionSheet footer.
|
|
112
|
+
/// @group action-sheet
|
|
113
|
+
$kendo-actionsheet-footer-bg: null !default;
|
|
114
|
+
/// The text color of the ActionSheet footer.
|
|
115
|
+
/// @group action-sheet
|
|
116
|
+
$kendo-actionsheet-footer-text: null !default;
|
|
117
|
+
/// The border color of the ActionSheet footer.
|
|
118
|
+
/// @group action-sheet
|
|
119
|
+
$kendo-actionsheet-footer-border: k-color(border) !default;
|
|
120
|
+
/// The background gradient of the ActionSheet footer.
|
|
121
|
+
/// @group action-sheet
|
|
122
|
+
$kendo-actionsheet-footer-gradient: null !default;
|
|
123
|
+
/// The shadow of the ActionSheet footer.
|
|
124
|
+
/// @group action-sheet
|
|
125
|
+
$kendo-actionsheet-footer-shadow: null !default;
|
|
126
|
+
|
|
127
|
+
// Actionsheet item
|
|
128
|
+
/// The minimum height of the ActionSheet item.
|
|
129
|
+
/// @group action-sheet
|
|
130
|
+
$kendo-actionsheet-item-min-height: 40px !default;
|
|
131
|
+
/// The horizontal padding of the ActionSheet item.
|
|
132
|
+
/// @group action-sheet
|
|
133
|
+
$kendo-actionsheet-item-padding-x: k-spacing(4) !default;
|
|
134
|
+
/// The vertical padding of the ActionSheet item.
|
|
135
|
+
/// @group action-sheet
|
|
136
|
+
$kendo-actionsheet-item-padding-y: k-spacing(2) !default;
|
|
137
|
+
/// The width of the border around the ActionSheet item.
|
|
138
|
+
/// @group action-sheet
|
|
139
|
+
$kendo-actionsheet-item-border-width: 1px !default;
|
|
140
|
+
/// The spacing between the ActionSheet items.
|
|
141
|
+
/// @group action-sheet
|
|
142
|
+
$kendo-actionsheet-item-spacing: k-spacing(2) !default;
|
|
143
|
+
/// The border radius of the ActionSheet item.
|
|
144
|
+
/// @group action-sheet
|
|
145
|
+
$kendo-actionsheet-item-border-radius: k-border-radius(sm) !default;
|
|
146
|
+
|
|
147
|
+
/// The font weight of the ActionSheet item title.
|
|
148
|
+
/// @group action-sheet
|
|
149
|
+
$kendo-actionsheet-item-title-font-weight: null !default;
|
|
150
|
+
/// The text transform of the ActionSheet item title.
|
|
151
|
+
/// @group action-sheet
|
|
152
|
+
$kendo-actionsheet-item-title-text-transform: null !default;
|
|
153
|
+
|
|
154
|
+
/// The font size of the ActionSheet item description.
|
|
155
|
+
/// @group action-sheet
|
|
156
|
+
$kendo-actionsheet-item-description-font-size: var(--kendo-font-size-sm) !default;
|
|
157
|
+
/// The text color of the ActionSheet item description.
|
|
158
|
+
/// @group action-sheet
|
|
159
|
+
$kendo-actionsheet-item-description-text: k-color(subtle) !default;
|
|
160
|
+
/// The line height of the ActionSheet item description.
|
|
161
|
+
/// @group action-sheet
|
|
162
|
+
$kendo-actionsheet-item-description-line-height: null !default;
|
|
163
|
+
/// The background color of the hovered ActionSheet item.
|
|
164
|
+
/// @group action-sheet
|
|
165
|
+
$kendo-actionsheet-item-hover-bg: k-color(primary-subtle-hover) !default;
|
|
166
|
+
/// The text color of the hovered ActionSheet item.
|
|
167
|
+
/// @group action-sheet
|
|
168
|
+
$kendo-actionsheet-item-hover-text: k-color(primary-on-subtle) !default;
|
|
169
|
+
/// The border color of the hovered ActionSheet item.
|
|
170
|
+
/// @group action-sheet
|
|
171
|
+
$kendo-actionsheet-item-hover-border: null !default;
|
|
172
|
+
/// The background gradient of the hovered ActionSheet item.
|
|
173
|
+
/// @group action-sheet
|
|
174
|
+
$kendo-actionsheet-item-hover-gradient: null !default;
|
|
175
|
+
/// The shadow of the hovered ActionSheet item.
|
|
176
|
+
/// @group action-sheet
|
|
177
|
+
$kendo-actionsheet-item-hover-shadow: null !default;
|
|
178
|
+
|
|
179
|
+
/// The background color of the focused ActionSheet item.
|
|
180
|
+
/// @group action-sheet
|
|
181
|
+
$kendo-actionsheet-item-focus-bg: null !default;
|
|
182
|
+
/// The text color of the focused ActionSheet item.
|
|
183
|
+
/// @group action-sheet
|
|
184
|
+
$kendo-actionsheet-item-focus-text: null !default;
|
|
185
|
+
/// The border color of the focused ActionSheet item.
|
|
186
|
+
/// @group action-sheet
|
|
187
|
+
$kendo-actionsheet-item-focus-border: null !default;
|
|
188
|
+
/// The background gradient of the focused ActionSheet item.
|
|
189
|
+
/// @group action-sheet
|
|
190
|
+
$kendo-actionsheet-item-focus-gradient: null !default;
|
|
191
|
+
/// The shadow of the focused ActionSheet item.
|
|
192
|
+
/// @group action-sheet
|
|
193
|
+
$kendo-actionsheet-item-focus-shadow: $kendo-focus-shadow !default;
|
|
194
|
+
|
|
195
|
+
/// The background color of the disabled ActionSheet item.
|
|
196
|
+
/// @group action-sheet
|
|
197
|
+
$kendo-actionsheet-item-disabled-bg: null !default;
|
|
198
|
+
/// The text color of the disabled ActionSheet item.
|
|
199
|
+
/// @group action-sheet
|
|
200
|
+
$kendo-actionsheet-item-disabled-text: null !default;
|
|
201
|
+
/// The border color of the disabled ActionSheet item.
|
|
202
|
+
/// @group action-sheet
|
|
203
|
+
$kendo-actionsheet-item-disabled-border: null !default;
|
|
204
|
+
/// The background gradient of the disabled ActionSheet item.
|
|
205
|
+
/// @group action-sheet
|
|
206
|
+
$kendo-actionsheet-item-disabled-gradient: null !default;
|
|
207
|
+
/// The shadow of the disabled ActionSheet item.
|
|
208
|
+
/// @group action-sheet
|
|
209
|
+
$kendo-actionsheet-item-disabled-shadow: null !default;
|
|
210
|
+
|
|
211
|
+
/// The hover background of the ActionSheet item.
|
|
212
|
+
/// @group action-sheet
|
|
213
|
+
$kendo-actionsheet-item-hover-background: null !default;
|
|
214
|
+
/// The focus background of the ActionSheet item.
|
|
215
|
+
/// @group action-sheet
|
|
216
|
+
$kendo-actionsheet-item-focus-background: null !default;
|
|
217
|
+
/// The opacity of the disabled ActionSheet item.
|
|
218
|
+
/// @group action-sheet
|
|
219
|
+
$kendo-actionsheet-item-disabled-opacity: 0.6 !default;
|
|
220
|
+
|
|
221
|
+
// Adaptive Actionsheet
|
|
222
|
+
/// The font size of the adaptive ActionSheet.
|
|
223
|
+
/// @group action-sheet
|
|
224
|
+
$kendo-adaptive-actionsheet-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
225
|
+
/// The line height of the adaptive ActionSheet.
|
|
226
|
+
/// @group action-sheet
|
|
227
|
+
$kendo-adaptive-actionsheet-line-height: var( --kendo-line-height, inherit ) !default;
|
|
228
|
+
/// The vertical padding of the adaptive ActionSheet titlebar.
|
|
229
|
+
/// @group action-sheet
|
|
230
|
+
$kendo-adaptive-actionsheet-titlebar-padding-y: k-spacing(4) !default;
|
|
231
|
+
/// The horizontal padding of the adaptive ActionSheet titlebar.
|
|
232
|
+
/// @group action-sheet
|
|
233
|
+
$kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
|
|
234
|
+
/// The border color of the adaptive ActionSheet titlebar.
|
|
235
|
+
/// @group action-sheet
|
|
236
|
+
$kendo-adaptive-actionsheet-titlebar-border: k-color(border) !default;
|
|
237
|
+
|
|
238
|
+
/// The vertical padding of the adaptive ActionSheet content.
|
|
239
|
+
/// @group action-sheet
|
|
240
|
+
$kendo-adaptive-actionsheet-content-padding-y: k-spacing(2) !default;
|
|
241
|
+
/// The horizontal padding of the adaptive ActionSheet content.
|
|
242
|
+
/// @group action-sheet
|
|
243
|
+
$kendo-adaptive-actionsheet-content-padding-x: k-spacing(4) !default;
|
|
244
|
+
|
|
245
|
+
/// The vertical padding of the adaptive ActionSheet footer.
|
|
246
|
+
/// @group action-sheet
|
|
247
|
+
$kendo-adaptive-actionsheet-footer-padding-y: k-spacing(2) !default;
|
|
248
|
+
/// The horizontal padding of the adaptive ActionSheet footer.
|
|
249
|
+
/// @group action-sheet
|
|
250
|
+
$kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
251
|
+
|
|
252
|
+
@forward "@progress/kendo-theme-core/scss/components/action-sheet/_variables.scss" with (
|
|
253
|
+
$kendo-actionsheet-padding-x: $kendo-actionsheet-padding-x,
|
|
254
|
+
$kendo-actionsheet-padding-y: $kendo-actionsheet-padding-y,
|
|
255
|
+
$kendo-actionsheet-width: $kendo-actionsheet-width,
|
|
256
|
+
$kendo-actionsheet-max-width: $kendo-actionsheet-max-width,
|
|
257
|
+
$kendo-actionsheet-height: $kendo-actionsheet-height,
|
|
258
|
+
$kendo-actionsheet-max-height: $kendo-actionsheet-max-height,
|
|
259
|
+
$kendo-actionsheet-border-width: $kendo-actionsheet-border-width,
|
|
260
|
+
$kendo-actionsheet-border-radius: $kendo-actionsheet-border-radius,
|
|
261
|
+
$kendo-actionsheet-font-size: $kendo-actionsheet-font-size,
|
|
262
|
+
$kendo-actionsheet-font-family: $kendo-actionsheet-font-family,
|
|
263
|
+
$kendo-actionsheet-line-height: $kendo-actionsheet-line-height,
|
|
264
|
+
$kendo-actionsheet-bg: $kendo-actionsheet-bg,
|
|
265
|
+
$kendo-actionsheet-text: $kendo-actionsheet-text,
|
|
266
|
+
$kendo-actionsheet-border: $kendo-actionsheet-border,
|
|
267
|
+
$kendo-actionsheet-shadow: $kendo-actionsheet-shadow,
|
|
268
|
+
$kendo-actionsheet-titlebar-padding-x: $kendo-actionsheet-titlebar-padding-x,
|
|
269
|
+
$kendo-actionsheet-titlebar-padding-y: $kendo-actionsheet-titlebar-padding-y,
|
|
270
|
+
$kendo-actionsheet-titlebar-border-width: $kendo-actionsheet-titlebar-border-width,
|
|
271
|
+
$kendo-actionsheet-titlebar-font-size: $kendo-actionsheet-titlebar-font-size,
|
|
272
|
+
$kendo-actionsheet-titlebar-font-family: $kendo-actionsheet-titlebar-font-family,
|
|
273
|
+
$kendo-actionsheet-titlebar-font-weight: $kendo-actionsheet-titlebar-font-weight,
|
|
274
|
+
$kendo-actionsheet-titlebar-line-height: $kendo-actionsheet-titlebar-line-height,
|
|
275
|
+
$kendo-actionsheet-titlebar-gap: $kendo-actionsheet-titlebar-gap,
|
|
276
|
+
$kendo-actionsheet-titlebar-bg: $kendo-actionsheet-titlebar-bg,
|
|
277
|
+
$kendo-actionsheet-titlebar-text: $kendo-actionsheet-titlebar-text,
|
|
278
|
+
$kendo-actionsheet-titlebar-border: $kendo-actionsheet-titlebar-border,
|
|
279
|
+
$kendo-actionsheet-titlebar-gradient: $kendo-actionsheet-titlebar-gradient,
|
|
280
|
+
$kendo-actionsheet-titlebar-shadow: $kendo-actionsheet-titlebar-shadow,
|
|
281
|
+
$kendo-actionsheet-subtitle-font-size: $kendo-actionsheet-subtitle-font-size,
|
|
282
|
+
$kendo-actionsheet-subtitle-line-height: $kendo-actionsheet-subtitle-line-height,
|
|
283
|
+
$kendo-actionsheet-footer-border-width: $kendo-actionsheet-footer-border-width,
|
|
284
|
+
$kendo-actionsheet-footer-bg: $kendo-actionsheet-footer-bg,
|
|
285
|
+
$kendo-actionsheet-footer-text: $kendo-actionsheet-footer-text,
|
|
286
|
+
$kendo-actionsheet-footer-border: $kendo-actionsheet-footer-border,
|
|
287
|
+
$kendo-actionsheet-footer-gradient: $kendo-actionsheet-footer-gradient,
|
|
288
|
+
$kendo-actionsheet-footer-shadow: $kendo-actionsheet-footer-shadow,
|
|
289
|
+
$kendo-actionsheet-subtitle-text: $kendo-actionsheet-subtitle-text,
|
|
290
|
+
$kendo-actionsheet-item-min-height: $kendo-actionsheet-item-min-height,
|
|
291
|
+
$kendo-actionsheet-item-padding-x: $kendo-actionsheet-item-padding-x,
|
|
292
|
+
$kendo-actionsheet-item-padding-y: $kendo-actionsheet-item-padding-y,
|
|
293
|
+
$kendo-actionsheet-item-border-width: $kendo-actionsheet-item-border-width,
|
|
294
|
+
$kendo-actionsheet-item-spacing: $kendo-actionsheet-item-spacing,
|
|
295
|
+
$kendo-actionsheet-item-border-radius: $kendo-actionsheet-item-border-radius,
|
|
296
|
+
$kendo-actionsheet-item-title-font-weight: $kendo-actionsheet-item-title-font-weight,
|
|
297
|
+
$kendo-actionsheet-item-title-text-transform: $kendo-actionsheet-item-title-text-transform,
|
|
298
|
+
$kendo-actionsheet-item-description-font-size: $kendo-actionsheet-item-description-font-size,
|
|
299
|
+
$kendo-actionsheet-item-description-line-height: $kendo-actionsheet-item-description-line-height,
|
|
300
|
+
$kendo-actionsheet-item-description-text: $kendo-actionsheet-item-description-text,
|
|
301
|
+
$kendo-actionsheet-item-hover-bg: $kendo-actionsheet-item-hover-bg,
|
|
302
|
+
$kendo-actionsheet-item-hover-text: $kendo-actionsheet-item-hover-text,
|
|
303
|
+
$kendo-actionsheet-item-hover-border: $kendo-actionsheet-item-hover-border,
|
|
304
|
+
$kendo-actionsheet-item-hover-gradient: $kendo-actionsheet-item-hover-gradient,
|
|
305
|
+
$kendo-actionsheet-item-hover-shadow: $kendo-actionsheet-item-hover-shadow,
|
|
306
|
+
$kendo-actionsheet-item-focus-bg: $kendo-actionsheet-item-focus-bg,
|
|
307
|
+
$kendo-actionsheet-item-focus-text: $kendo-actionsheet-item-focus-text,
|
|
308
|
+
$kendo-actionsheet-item-focus-border: $kendo-actionsheet-item-focus-border,
|
|
309
|
+
$kendo-actionsheet-item-focus-gradient: $kendo-actionsheet-item-focus-gradient,
|
|
310
|
+
$kendo-actionsheet-item-focus-shadow: $kendo-actionsheet-item-focus-shadow,
|
|
311
|
+
$kendo-actionsheet-item-disabled-bg: $kendo-actionsheet-item-disabled-bg,
|
|
312
|
+
$kendo-actionsheet-item-disabled-text: $kendo-actionsheet-item-disabled-text,
|
|
313
|
+
$kendo-actionsheet-item-disabled-border: $kendo-actionsheet-item-disabled-border,
|
|
314
|
+
$kendo-actionsheet-item-disabled-gradient: $kendo-actionsheet-item-disabled-gradient,
|
|
315
|
+
$kendo-actionsheet-item-disabled-shadow: $kendo-actionsheet-item-disabled-shadow,
|
|
316
|
+
$kendo-actionsheet-item-hover-background: $kendo-actionsheet-item-hover-background,
|
|
317
|
+
$kendo-actionsheet-item-focus-background: $kendo-actionsheet-item-focus-background,
|
|
318
|
+
$kendo-actionsheet-item-disabled-opacity: $kendo-actionsheet-item-disabled-opacity,
|
|
319
|
+
$kendo-adaptive-actionsheet-font-size: $kendo-adaptive-actionsheet-font-size,
|
|
320
|
+
$kendo-adaptive-actionsheet-line-height: $kendo-adaptive-actionsheet-line-height,
|
|
321
|
+
$kendo-adaptive-actionsheet-titlebar-padding-y: $kendo-adaptive-actionsheet-titlebar-padding-y,
|
|
322
|
+
$kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-x,
|
|
323
|
+
$kendo-adaptive-actionsheet-content-padding-y: $kendo-adaptive-actionsheet-content-padding-y,
|
|
324
|
+
$kendo-adaptive-actionsheet-content-padding-x: $kendo-adaptive-actionsheet-content-padding-x,
|
|
325
|
+
$kendo-adaptive-actionsheet-footer-padding-y: $kendo-adaptive-actionsheet-footer-padding-y,
|
|
326
|
+
$kendo-adaptive-actionsheet-footer-padding-x: $kendo-adaptive-actionsheet-footer-padding-x
|
|
327
|
+
);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Dependencies (TODO: extract variables)
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../listgroup/_index.scss" as *;
|
|
4
|
+
@use "../checkbox/_index.scss" as *;
|
|
5
|
+
@use "../radio/_index.scss" as *;
|
|
6
|
+
@use "../switch/_index.scss" as *;
|
|
7
|
+
@use "../toolbar/_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-adaptive--styles() {
|
|
16
|
+
@include import-once( "adaptive" ) {
|
|
17
|
+
@include core-styles();
|
|
18
|
+
@include kendo-listgroup--styles();
|
|
19
|
+
@include kendo-checkbox--styles();
|
|
20
|
+
@include kendo-radio--styles();
|
|
21
|
+
@include kendo-switch--styles();
|
|
22
|
+
@include kendo-toolbar--styles();
|
|
23
|
+
@include kendo-adaptive--layout();
|
|
24
|
+
@include kendo-adaptive--theme();
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Adaptive
|
|
5
|
+
/// The background color of the Adaptive component.
|
|
6
|
+
/// @group adaptive
|
|
7
|
+
$kendo-adaptive-bg: k-color(surface-alt) !default;
|
|
8
|
+
/// The text color of the Adaptive component.
|
|
9
|
+
/// @group adaptive
|
|
10
|
+
$kendo-adaptive-text: k-color(on-app-surface) !default;
|
|
11
|
+
/// The border color of the Adaptive component.
|
|
12
|
+
/// @group adaptive
|
|
13
|
+
$kendo-adaptive-border: k-color(border) !default;
|
|
14
|
+
|
|
15
|
+
/// The background color of the Adaptive content.
|
|
16
|
+
/// @group adaptive
|
|
17
|
+
$kendo-adaptive-content-bg: k-color(surface) !default;
|
|
18
|
+
/// The text color of the Adaptive content.
|
|
19
|
+
/// @group adaptive
|
|
20
|
+
$kendo-adaptive-content-text: k-color(on-app-surface) !default;
|
|
21
|
+
|
|
22
|
+
/// The background color of the Adaptive menu.
|
|
23
|
+
/// @group adaptive
|
|
24
|
+
$kendo-adaptive-menu-bg: k-color(primary) !default;
|
|
25
|
+
/// The text color of the Adaptive menu.
|
|
26
|
+
/// @group adaptive
|
|
27
|
+
$kendo-adaptive-menu-text: k-color(on-primary) !default;
|
|
28
|
+
|
|
29
|
+
/// The text color of the Adaptive menu clear button.
|
|
30
|
+
/// @group adaptive
|
|
31
|
+
$kendo-adaptive-menu-clear-text: k-color(primary) !default;
|
|
32
|
+
|
|
33
|
+
/// The border color of the Adaptive menu item.
|
|
34
|
+
/// @group adaptive
|
|
35
|
+
$kendo-adaptive-menu-item-border: k-color(border) !default;
|
|
36
|
+
/// The text color of the Adaptive menu title.
|
|
37
|
+
/// @group adaptive
|
|
38
|
+
$kendo-adaptive-menu-title-text: k-color(on-app-surface) !default;
|
|
39
|
+
|
|
40
|
+
/// The width of the border around the Adaptive component.
|
|
41
|
+
/// @group adaptive
|
|
42
|
+
$kendo-adaptive-border-width: 1px !default;
|
|
43
|
+
/// The font family of the Adaptive component.
|
|
44
|
+
/// @group adaptive
|
|
45
|
+
$kendo-adaptive-font-family: var( --kendo-font-family, inherit ) !default;
|
|
46
|
+
/// The font size of the Adaptive component.
|
|
47
|
+
/// @group adaptive
|
|
48
|
+
$kendo-adaptive-font-size: var( --kendo-font-size, inherit ) !default;
|
|
49
|
+
/// The line height of the Adaptive component.
|
|
50
|
+
/// @group adaptive
|
|
51
|
+
$kendo-adaptive-line-height: var( --kendo-line-height, normal ) !default;
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
// Adaptive Grid
|
|
55
|
+
/// The text color of the Adaptive Grid sort indicator.
|
|
56
|
+
/// @group adaptive
|
|
57
|
+
$kendo-adaptive-grid-sort-text: k-color(primary) !default;
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
// Adaptive Scheduler
|
|
61
|
+
/// The text color of the current date in the Adaptive Scheduler.
|
|
62
|
+
/// @group adaptive
|
|
63
|
+
$kendo-adaptive-scheduler-current-text: k-color(primary) !default;
|
|
64
|
+
/// The base text color of the Adaptive Scheduler.
|
|
65
|
+
/// @group adaptive
|
|
66
|
+
$kendo-adaptive-scheduler-base-text: inherit !default;
|
|
67
|
+
/// The subtle text color of the Adaptive Scheduler.
|
|
68
|
+
/// @group adaptive
|
|
69
|
+
$kendo-adaptive-scheduler-subtle-text: k-color(on-app-surface) !default;
|
|
70
|
+
|
|
71
|
+
@forward "@progress/kendo-theme-core/scss/components/adaptive/_variables.scss" with (
|
|
72
|
+
$kendo-adaptive-bg: $kendo-adaptive-bg,
|
|
73
|
+
$kendo-adaptive-text: $kendo-adaptive-text,
|
|
74
|
+
$kendo-adaptive-border: $kendo-adaptive-border,
|
|
75
|
+
$kendo-adaptive-content-bg: $kendo-adaptive-content-bg,
|
|
76
|
+
$kendo-adaptive-content-text: $kendo-adaptive-content-text,
|
|
77
|
+
$kendo-adaptive-menu-bg: $kendo-adaptive-menu-bg,
|
|
78
|
+
$kendo-adaptive-menu-text: $kendo-adaptive-menu-text,
|
|
79
|
+
$kendo-adaptive-menu-clear-text: $kendo-adaptive-menu-clear-text,
|
|
80
|
+
$kendo-adaptive-menu-item-border: $kendo-adaptive-menu-item-border,
|
|
81
|
+
$kendo-adaptive-menu-title-text: $kendo-adaptive-menu-title-text,
|
|
82
|
+
$kendo-adaptive-border-width: $kendo-adaptive-border-width,
|
|
83
|
+
$kendo-adaptive-font-family: $kendo-adaptive-font-family,
|
|
84
|
+
$kendo-adaptive-font-size: $kendo-adaptive-font-size,
|
|
85
|
+
$kendo-adaptive-line-height: $kendo-adaptive-line-height,
|
|
86
|
+
$kendo-adaptive-grid-sort-text: $kendo-adaptive-grid-sort-text,
|
|
87
|
+
$kendo-adaptive-scheduler-current-text: $kendo-adaptive-scheduler-current-text,
|
|
88
|
+
$kendo-adaptive-scheduler-base-text: $kendo-adaptive-scheduler-base-text,
|
|
89
|
+
$kendo-adaptive-scheduler-subtle-text: $kendo-adaptive-scheduler-subtle-text
|
|
90
|
+
);
|