@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,398 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Switch
|
|
5
|
+
|
|
6
|
+
/// The default size of the Switch.
|
|
7
|
+
/// @group switch
|
|
8
|
+
/// @role default
|
|
9
|
+
$kendo-switch-default-size: "md" !default;
|
|
10
|
+
/// The default border radius of the Switch track.
|
|
11
|
+
/// @group switch
|
|
12
|
+
/// @role default
|
|
13
|
+
$kendo-switch-default-track-roundness: "full" !default;
|
|
14
|
+
/// The default border radius of the Switch thumb.
|
|
15
|
+
/// @group switch
|
|
16
|
+
/// @role default
|
|
17
|
+
$kendo-switch-default-thumb-roundness: "full" !default;
|
|
18
|
+
|
|
19
|
+
/// The font family of the Switch.
|
|
20
|
+
/// @group switch
|
|
21
|
+
$kendo-switch-font-family: null !default;
|
|
22
|
+
|
|
23
|
+
/// The border width of the Switch track.
|
|
24
|
+
/// @group switch
|
|
25
|
+
$kendo-switch-track-border-width: 0 !default;
|
|
26
|
+
|
|
27
|
+
/// The border width of the Switch thumb.
|
|
28
|
+
/// @group switch
|
|
29
|
+
$kendo-switch-thumb-border-width: 0 !default;
|
|
30
|
+
|
|
31
|
+
/// The text transform of the Switch label.
|
|
32
|
+
/// @group switch
|
|
33
|
+
$kendo-switch-label-text-transform: uppercase !default;
|
|
34
|
+
|
|
35
|
+
/// The display of the Switch label.
|
|
36
|
+
/// @group switch
|
|
37
|
+
$kendo-switch-label-display: inline !default;
|
|
38
|
+
|
|
39
|
+
/// The font size of the small Switch.
|
|
40
|
+
/// @group switch
|
|
41
|
+
$kendo-switch-sm-font-size: var( --kendo-font-size-xs, inherit ) !default;
|
|
42
|
+
/// The track width of the small Switch.
|
|
43
|
+
/// @group switch
|
|
44
|
+
$kendo-switch-sm-track-width: 52px !default;
|
|
45
|
+
/// The track height of the small Switch.
|
|
46
|
+
/// @group switch
|
|
47
|
+
$kendo-switch-sm-track-height: 26px !default;
|
|
48
|
+
/// The thumb width of the small Switch.
|
|
49
|
+
/// @group switch
|
|
50
|
+
$kendo-switch-sm-thumb-width: 22px !default;
|
|
51
|
+
/// The thumb height of the small Switch.
|
|
52
|
+
/// @group switch
|
|
53
|
+
$kendo-switch-sm-thumb-height: 22px !default;
|
|
54
|
+
/// The thumb offset of the small Switch.
|
|
55
|
+
/// @group switch
|
|
56
|
+
$kendo-switch-sm-thumb-offset: 2px !default;
|
|
57
|
+
/// The label offset of the small Switch.
|
|
58
|
+
/// @group switch
|
|
59
|
+
$kendo-switch-sm-label-offset: 6px !default;
|
|
60
|
+
|
|
61
|
+
/// The font size of the medium Switch.
|
|
62
|
+
/// @group switch
|
|
63
|
+
$kendo-switch-md-font-size: var( --kendo-font-size-xs, inherit ) !default;
|
|
64
|
+
/// The track width of the medium Switch.
|
|
65
|
+
/// @group switch
|
|
66
|
+
$kendo-switch-md-track-width: 60px !default;
|
|
67
|
+
/// The track height of the medium Switch.
|
|
68
|
+
/// @group switch
|
|
69
|
+
$kendo-switch-md-track-height: 30px !default;
|
|
70
|
+
/// The thumb width of the medium Switch.
|
|
71
|
+
/// @group switch
|
|
72
|
+
$kendo-switch-md-thumb-width: 26px !default;
|
|
73
|
+
/// The thumb height of the medium Switch.
|
|
74
|
+
/// @group switch
|
|
75
|
+
$kendo-switch-md-thumb-height: 26px !default;
|
|
76
|
+
/// The thumb offset of the medium Switch.
|
|
77
|
+
/// @group switch
|
|
78
|
+
$kendo-switch-md-thumb-offset: 2px !default;
|
|
79
|
+
/// The label offset of the medium Switch.
|
|
80
|
+
/// @group switch
|
|
81
|
+
$kendo-switch-md-label-offset: 8px !default;
|
|
82
|
+
|
|
83
|
+
/// The font size of the large Switch.
|
|
84
|
+
/// @group switch
|
|
85
|
+
$kendo-switch-lg-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
86
|
+
/// The track width of the large Switch.
|
|
87
|
+
/// @group switch
|
|
88
|
+
$kendo-switch-lg-track-width: 72px !default;
|
|
89
|
+
/// The track height of the large Switch.
|
|
90
|
+
/// @group switch
|
|
91
|
+
$kendo-switch-lg-track-height: 36px !default;
|
|
92
|
+
/// The thumb width of the large Switch.
|
|
93
|
+
/// @group switch
|
|
94
|
+
$kendo-switch-lg-thumb-width: 32px !default;
|
|
95
|
+
/// The thumb height of the large Switch.
|
|
96
|
+
/// @group switch
|
|
97
|
+
$kendo-switch-lg-thumb-height: 32px !default;
|
|
98
|
+
/// The thumb offset of the large Switch.
|
|
99
|
+
/// @group switch
|
|
100
|
+
$kendo-switch-lg-thumb-offset: 2px !default;
|
|
101
|
+
/// The label offset of the large Switch.
|
|
102
|
+
/// @group switch
|
|
103
|
+
$kendo-switch-lg-label-offset: 8px !default;
|
|
104
|
+
|
|
105
|
+
/// The background of the track when the Switch is not checked.
|
|
106
|
+
/// @group switch
|
|
107
|
+
$kendo-switch-off-track-bg: k-color(base) !default;
|
|
108
|
+
/// The text color of the track when the Switch is not checked.
|
|
109
|
+
/// @group switch
|
|
110
|
+
$kendo-switch-off-track-text: k-color(on-app-surface) !default;
|
|
111
|
+
/// The border color of the track when the Switch is not checked.
|
|
112
|
+
/// @group switch
|
|
113
|
+
$kendo-switch-off-track-border: k-color(border) !default;
|
|
114
|
+
/// The background gradient of the track when the Switch is not checked.
|
|
115
|
+
/// @group switch
|
|
116
|
+
$kendo-switch-off-track-gradient: null !default;
|
|
117
|
+
|
|
118
|
+
/// The background of the track when the hovered Switch is not checked.
|
|
119
|
+
/// @group switch
|
|
120
|
+
$kendo-switch-off-track-hover-bg: k-color(base-hover) !default;
|
|
121
|
+
/// The text color of the track when the hovered Switch is not checked.
|
|
122
|
+
/// @group switch
|
|
123
|
+
$kendo-switch-off-track-hover-text: null !default;
|
|
124
|
+
/// The border color of the track when the hovered Switch is not checked.
|
|
125
|
+
/// @group switch
|
|
126
|
+
$kendo-switch-off-track-hover-border: null !default;
|
|
127
|
+
/// The background gradient of the track when the hovered Switch is not checked.
|
|
128
|
+
/// @group switch
|
|
129
|
+
$kendo-switch-off-track-hover-gradient: null !default;
|
|
130
|
+
|
|
131
|
+
/// The background of the track when the focused Switch is not checked.
|
|
132
|
+
/// @group switch
|
|
133
|
+
$kendo-switch-off-track-focus-bg: null !default;
|
|
134
|
+
/// The text color of the track when the focused Switch is not checked.
|
|
135
|
+
/// @group switch
|
|
136
|
+
$kendo-switch-off-track-focus-text: null !default;
|
|
137
|
+
/// The border color of the track when the focused Switch is not checked.
|
|
138
|
+
/// @group switch
|
|
139
|
+
$kendo-switch-off-track-focus-border: null !default;
|
|
140
|
+
/// The background gradient of the track when the focused Switch is not checked.
|
|
141
|
+
/// @group switch
|
|
142
|
+
$kendo-switch-off-track-focus-gradient: null !default;
|
|
143
|
+
/// The ring around the track when the focused Switch is not checked.
|
|
144
|
+
/// @group switch
|
|
145
|
+
$kendo-switch-off-track-focus-ring: none !default;
|
|
146
|
+
|
|
147
|
+
/// The background of the track when the disabled Switch is not checked.
|
|
148
|
+
/// @group switch
|
|
149
|
+
$kendo-switch-off-track-disabled-bg: null !default;
|
|
150
|
+
/// The text color of the track when the disabled Switch is not checked.
|
|
151
|
+
/// @group switch
|
|
152
|
+
$kendo-switch-off-track-disabled-text: null !default;
|
|
153
|
+
/// The border color of the track when the disabled Switch is not checked.
|
|
154
|
+
/// @group switch
|
|
155
|
+
$kendo-switch-off-track-disabled-border: null !default;
|
|
156
|
+
/// The background gradient of the track when the disabled Switch is not checked.
|
|
157
|
+
/// @group switch
|
|
158
|
+
$kendo-switch-off-track-disabled-gradient: null !default;
|
|
159
|
+
|
|
160
|
+
/// The background of the thumb when the Switch is not checked.
|
|
161
|
+
/// @group switch
|
|
162
|
+
$kendo-switch-off-thumb-bg: k-color(surface-alt) !default;
|
|
163
|
+
/// The text color of the thumb when the Switch is not checked.
|
|
164
|
+
/// @group switch
|
|
165
|
+
$kendo-switch-off-thumb-text: k-color(on-app-surface) !default;
|
|
166
|
+
/// The border color of the thumb when the Switch is not checked.
|
|
167
|
+
/// @group switch
|
|
168
|
+
$kendo-switch-off-thumb-border: null !default;
|
|
169
|
+
/// The background gradient of the thumb when the Switch is not checked.
|
|
170
|
+
/// @group switch
|
|
171
|
+
$kendo-switch-off-thumb-gradient: null !default;
|
|
172
|
+
/// The box-shadow of the thumb when the Switch is not checked.
|
|
173
|
+
/// @group switch
|
|
174
|
+
$kendo-switch-off-thumb-shadow: 0 0 2px rgba(0, 0, 0, 0.16) !default;
|
|
175
|
+
|
|
176
|
+
/// The background of the thumb when the hovered Switch is not checked.
|
|
177
|
+
/// @group switch
|
|
178
|
+
$kendo-switch-off-thumb-hover-bg: null !default;
|
|
179
|
+
/// The text color of the thumb when the hovered Switch is not checked.
|
|
180
|
+
/// @group switch
|
|
181
|
+
$kendo-switch-off-thumb-hover-text: null !default;
|
|
182
|
+
/// The border color of the thumb when the hovered Switch is not checked.
|
|
183
|
+
/// @group switch
|
|
184
|
+
$kendo-switch-off-thumb-hover-border: null !default;
|
|
185
|
+
/// The background gradient of the thumb when the hovered Switch is not checked.
|
|
186
|
+
/// @group switch
|
|
187
|
+
$kendo-switch-off-thumb-hover-gradient: null !default;
|
|
188
|
+
|
|
189
|
+
/// The background of the thumb when the disabled Switch is not checked.
|
|
190
|
+
/// @group switch
|
|
191
|
+
$kendo-switch-off-thumb-disabled-bg: null !default;
|
|
192
|
+
/// The text color of the thumb when the disabled Switch is not checked.
|
|
193
|
+
/// @group switch
|
|
194
|
+
$kendo-switch-off-thumb-disabled-text: null !default;
|
|
195
|
+
/// The border color of the thumb when the disabled Switch is not checked.
|
|
196
|
+
/// @group switch
|
|
197
|
+
$kendo-switch-off-thumb-disabled-border: null !default;
|
|
198
|
+
/// The background gradient of the thumb when the disabled Switch is not checked.
|
|
199
|
+
/// @group switch
|
|
200
|
+
$kendo-switch-off-thumb-disabled-gradient: null !default;
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
/// The background of the track when the Switch is checked.
|
|
204
|
+
/// @group switch
|
|
205
|
+
$kendo-switch-on-track-bg: k-color(secondary) !default;
|
|
206
|
+
/// The text color of the track when the Switch is checked.
|
|
207
|
+
/// @group switch
|
|
208
|
+
$kendo-switch-on-track-text: k-color(on-secondary) !default;
|
|
209
|
+
/// The border color of the track when the Switch is checked.
|
|
210
|
+
/// @group switch
|
|
211
|
+
$kendo-switch-on-track-border: $kendo-switch-on-track-bg !default;
|
|
212
|
+
/// The background gradient of the track when the Switch is checked.
|
|
213
|
+
/// @group switch
|
|
214
|
+
$kendo-switch-on-track-gradient: null !default;
|
|
215
|
+
|
|
216
|
+
/// The background of the track when the hovered Switch is checked.
|
|
217
|
+
/// @group switch
|
|
218
|
+
$kendo-switch-on-track-hover-bg: k-color(secondary-hover) !default;
|
|
219
|
+
/// The text color of the track when the hovered Switch is checked.
|
|
220
|
+
/// @group switch
|
|
221
|
+
$kendo-switch-on-track-hover-text: null !default;
|
|
222
|
+
/// The border color of the track when the hovered Switch is checked.
|
|
223
|
+
/// @group switch
|
|
224
|
+
$kendo-switch-on-track-hover-border: null !default;
|
|
225
|
+
/// The background gradient of the track when the hovered Switch is checked.
|
|
226
|
+
/// @group switch
|
|
227
|
+
$kendo-switch-on-track-hover-gradient: null !default;
|
|
228
|
+
|
|
229
|
+
/// The background of the track when the focused Switch is checked.
|
|
230
|
+
/// @group switch
|
|
231
|
+
$kendo-switch-on-track-focus-bg: null !default;
|
|
232
|
+
/// The text color of the track when the focused Switch is checked.
|
|
233
|
+
/// @group switch
|
|
234
|
+
$kendo-switch-on-track-focus-text: null !default;
|
|
235
|
+
/// The border color of the track when the focused Switch is checked.
|
|
236
|
+
/// @group switch
|
|
237
|
+
$kendo-switch-on-track-focus-border: null !default;
|
|
238
|
+
/// The background gradient of the track when the focused Switch is checked.
|
|
239
|
+
/// @group switch
|
|
240
|
+
$kendo-switch-on-track-focus-gradient: null !default;
|
|
241
|
+
/// The ring around the track when the focused Switch is checked.
|
|
242
|
+
/// @group switch
|
|
243
|
+
$kendo-switch-on-track-focus-ring: none !default;
|
|
244
|
+
|
|
245
|
+
/// The background of the track when the disabled Switch is checked.
|
|
246
|
+
/// @group switch
|
|
247
|
+
$kendo-switch-on-track-disabled-bg: null !default;
|
|
248
|
+
/// The text color of the track when the disabled Switch is checked.
|
|
249
|
+
/// @group switch
|
|
250
|
+
$kendo-switch-on-track-disabled-text: null !default;
|
|
251
|
+
/// The border color of the track when the disabled Switch is checked.
|
|
252
|
+
/// @group switch
|
|
253
|
+
$kendo-switch-on-track-disabled-border: null !default;
|
|
254
|
+
/// The background gradient of the track when the disabled Switch is checked.
|
|
255
|
+
/// @group switch
|
|
256
|
+
$kendo-switch-on-track-disabled-gradient: null !default;
|
|
257
|
+
|
|
258
|
+
/// The background of the thumb when the Switch is checked.
|
|
259
|
+
/// @group switch
|
|
260
|
+
$kendo-switch-on-thumb-bg: k-color(surface-alt) !default;
|
|
261
|
+
/// The text color of the thumb when the Switch is checked.
|
|
262
|
+
/// @group switch
|
|
263
|
+
$kendo-switch-on-thumb-text: k-color(on-app-surface) !default;
|
|
264
|
+
/// The border color of the thumb when the Switch is checked.
|
|
265
|
+
/// @group switch
|
|
266
|
+
$kendo-switch-on-thumb-border: null !default;
|
|
267
|
+
/// The background gradient of the thumb when the Switch is checked.
|
|
268
|
+
/// @group switch
|
|
269
|
+
$kendo-switch-on-thumb-gradient: null !default;
|
|
270
|
+
/// The box-shadow of the thumb when the Switch is checked.
|
|
271
|
+
/// @group switch
|
|
272
|
+
$kendo-switch-on-thumb-shadow: 0 0 2px rgba(0, 0, 0, 0.16) !default;
|
|
273
|
+
|
|
274
|
+
/// The background of the thumb when the hovered Switch is checked.
|
|
275
|
+
/// @group switch
|
|
276
|
+
$kendo-switch-on-thumb-hover-bg: null !default;
|
|
277
|
+
/// The text color of the thumb when the hovered Switch is checked.
|
|
278
|
+
/// @group switch
|
|
279
|
+
$kendo-switch-on-thumb-hover-text: null !default;
|
|
280
|
+
/// The border color of the thumb when the hovered Switch is checked.
|
|
281
|
+
/// @group switch
|
|
282
|
+
$kendo-switch-on-thumb-hover-border: null !default;
|
|
283
|
+
/// The background gradient of the thumb when the hovered Switch is checked.
|
|
284
|
+
/// @group switch
|
|
285
|
+
$kendo-switch-on-thumb-hover-gradient: null !default;
|
|
286
|
+
|
|
287
|
+
/// The background of the thumb when the disabled Switch is checked.
|
|
288
|
+
/// @group switch
|
|
289
|
+
$kendo-switch-on-thumb-disabled-bg: null !default;
|
|
290
|
+
/// The text color of the thumb when the disabled Switch is checked.
|
|
291
|
+
/// @group switch
|
|
292
|
+
$kendo-switch-on-thumb-disabled-text: null !default;
|
|
293
|
+
/// The border color of the thumb when the disabled Switch is checked.
|
|
294
|
+
/// @group switch
|
|
295
|
+
$kendo-switch-on-thumb-disabled-border: null !default;
|
|
296
|
+
/// The background gradient of the thumb when the disabled Switch is checked.
|
|
297
|
+
/// @group switch
|
|
298
|
+
$kendo-switch-on-thumb-disabled-gradient: null !default;
|
|
299
|
+
|
|
300
|
+
/// The outline color of the focused Switch track.
|
|
301
|
+
/// @group switch
|
|
302
|
+
$kendo-switch-focus-outline-color: k-color(subtle) !default;
|
|
303
|
+
/// The outline width of the focused Switch track.
|
|
304
|
+
/// @group switch
|
|
305
|
+
$kendo-switch-focus-outline-width: 1px !default;
|
|
306
|
+
/// The outline offset of the focused Switch track.
|
|
307
|
+
/// @group switch
|
|
308
|
+
$kendo-switch-focus-outline-offset: 1px !default;
|
|
309
|
+
|
|
310
|
+
@forward "@progress/kendo-theme-core/scss/components/switch/_variables.scss" with (
|
|
311
|
+
$kendo-switch-default-size: $kendo-switch-default-size,
|
|
312
|
+
$kendo-switch-default-track-roundness: $kendo-switch-default-track-roundness,
|
|
313
|
+
$kendo-switch-default-thumb-roundness: $kendo-switch-default-thumb-roundness,
|
|
314
|
+
$kendo-switch-font-family: $kendo-switch-font-family,
|
|
315
|
+
$kendo-switch-track-border-width: $kendo-switch-track-border-width,
|
|
316
|
+
$kendo-switch-thumb-border-width: $kendo-switch-thumb-border-width,
|
|
317
|
+
$kendo-switch-label-text-transform: $kendo-switch-label-text-transform,
|
|
318
|
+
$kendo-switch-label-display: $kendo-switch-label-display,
|
|
319
|
+
$kendo-switch-sm-font-size: $kendo-switch-sm-font-size,
|
|
320
|
+
$kendo-switch-sm-track-width: $kendo-switch-sm-track-width,
|
|
321
|
+
$kendo-switch-sm-track-height: $kendo-switch-sm-track-height,
|
|
322
|
+
$kendo-switch-sm-thumb-width: $kendo-switch-sm-thumb-width,
|
|
323
|
+
$kendo-switch-sm-thumb-height: $kendo-switch-sm-thumb-height,
|
|
324
|
+
$kendo-switch-sm-thumb-offset: $kendo-switch-sm-thumb-offset,
|
|
325
|
+
$kendo-switch-sm-label-offset: $kendo-switch-sm-label-offset,
|
|
326
|
+
$kendo-switch-md-font-size: $kendo-switch-md-font-size,
|
|
327
|
+
$kendo-switch-md-track-width: $kendo-switch-md-track-width,
|
|
328
|
+
$kendo-switch-md-track-height: $kendo-switch-md-track-height,
|
|
329
|
+
$kendo-switch-md-thumb-width: $kendo-switch-md-thumb-width,
|
|
330
|
+
$kendo-switch-md-thumb-height: $kendo-switch-md-thumb-height,
|
|
331
|
+
$kendo-switch-md-thumb-offset: $kendo-switch-md-thumb-offset,
|
|
332
|
+
$kendo-switch-md-label-offset: $kendo-switch-md-label-offset,
|
|
333
|
+
$kendo-switch-lg-font-size: $kendo-switch-lg-font-size,
|
|
334
|
+
$kendo-switch-lg-track-width: $kendo-switch-lg-track-width,
|
|
335
|
+
$kendo-switch-lg-track-height: $kendo-switch-lg-track-height,
|
|
336
|
+
$kendo-switch-lg-thumb-width: $kendo-switch-lg-thumb-width,
|
|
337
|
+
$kendo-switch-lg-thumb-height: $kendo-switch-lg-thumb-height,
|
|
338
|
+
$kendo-switch-lg-thumb-offset: $kendo-switch-lg-thumb-offset,
|
|
339
|
+
$kendo-switch-lg-label-offset: $kendo-switch-lg-label-offset,
|
|
340
|
+
$kendo-switch-off-track-bg: $kendo-switch-off-track-bg,
|
|
341
|
+
$kendo-switch-off-track-text: $kendo-switch-off-track-text,
|
|
342
|
+
$kendo-switch-off-track-border: $kendo-switch-off-track-border,
|
|
343
|
+
$kendo-switch-off-track-gradient: $kendo-switch-off-track-gradient,
|
|
344
|
+
$kendo-switch-off-track-hover-bg: $kendo-switch-off-track-hover-bg,
|
|
345
|
+
$kendo-switch-off-track-hover-text: $kendo-switch-off-track-hover-text,
|
|
346
|
+
$kendo-switch-off-track-hover-border: $kendo-switch-off-track-hover-border,
|
|
347
|
+
$kendo-switch-off-track-hover-gradient: $kendo-switch-off-track-hover-gradient,
|
|
348
|
+
$kendo-switch-off-track-focus-bg: $kendo-switch-off-track-focus-bg,
|
|
349
|
+
$kendo-switch-off-track-focus-text: $kendo-switch-off-track-focus-text,
|
|
350
|
+
$kendo-switch-off-track-focus-border: $kendo-switch-off-track-focus-border,
|
|
351
|
+
$kendo-switch-off-track-focus-gradient: $kendo-switch-off-track-focus-gradient,
|
|
352
|
+
$kendo-switch-off-track-focus-ring: $kendo-switch-off-track-focus-ring,
|
|
353
|
+
$kendo-switch-off-track-disabled-bg: $kendo-switch-off-track-disabled-bg,
|
|
354
|
+
$kendo-switch-off-track-disabled-text: $kendo-switch-off-track-disabled-text,
|
|
355
|
+
$kendo-switch-off-track-disabled-border: $kendo-switch-off-track-disabled-border,
|
|
356
|
+
$kendo-switch-off-track-disabled-gradient: $kendo-switch-off-track-disabled-gradient,
|
|
357
|
+
$kendo-switch-off-thumb-bg: $kendo-switch-off-thumb-bg,
|
|
358
|
+
$kendo-switch-off-thumb-text: $kendo-switch-off-thumb-text,
|
|
359
|
+
$kendo-switch-off-thumb-border: $kendo-switch-off-thumb-border,
|
|
360
|
+
$kendo-switch-off-thumb-gradient: $kendo-switch-off-thumb-gradient,
|
|
361
|
+
$kendo-switch-off-thumb-hover-bg: $kendo-switch-off-thumb-hover-bg,
|
|
362
|
+
$kendo-switch-off-thumb-hover-text: $kendo-switch-off-thumb-hover-text,
|
|
363
|
+
$kendo-switch-off-thumb-hover-border: $kendo-switch-off-thumb-hover-border,
|
|
364
|
+
$kendo-switch-off-thumb-hover-gradient: $kendo-switch-off-thumb-hover-gradient,
|
|
365
|
+
$kendo-switch-off-thumb-disabled-bg: $kendo-switch-off-thumb-disabled-bg,
|
|
366
|
+
$kendo-switch-off-thumb-disabled-text: $kendo-switch-off-thumb-disabled-text,
|
|
367
|
+
$kendo-switch-off-thumb-disabled-border: $kendo-switch-off-thumb-disabled-border,
|
|
368
|
+
$kendo-switch-off-thumb-disabled-gradient: $kendo-switch-off-thumb-disabled-gradient,
|
|
369
|
+
$kendo-switch-on-track-bg: $kendo-switch-on-track-bg,
|
|
370
|
+
$kendo-switch-on-track-text: $kendo-switch-on-track-text,
|
|
371
|
+
$kendo-switch-on-track-border: $kendo-switch-on-track-border,
|
|
372
|
+
$kendo-switch-on-track-gradient: $kendo-switch-on-track-gradient,
|
|
373
|
+
$kendo-switch-on-track-hover-bg: $kendo-switch-on-track-hover-bg,
|
|
374
|
+
$kendo-switch-on-track-hover-text: $kendo-switch-on-track-hover-text,
|
|
375
|
+
$kendo-switch-on-track-hover-border: $kendo-switch-on-track-hover-border,
|
|
376
|
+
$kendo-switch-on-track-hover-gradient: $kendo-switch-on-track-hover-gradient,
|
|
377
|
+
$kendo-switch-on-track-focus-bg: $kendo-switch-on-track-focus-bg,
|
|
378
|
+
$kendo-switch-on-track-focus-text: $kendo-switch-on-track-focus-text,
|
|
379
|
+
$kendo-switch-on-track-focus-border: $kendo-switch-on-track-focus-border,
|
|
380
|
+
$kendo-switch-on-track-focus-gradient: $kendo-switch-on-track-focus-gradient,
|
|
381
|
+
$kendo-switch-on-track-focus-ring: $kendo-switch-on-track-focus-ring,
|
|
382
|
+
$kendo-switch-on-track-disabled-bg: $kendo-switch-on-track-disabled-bg,
|
|
383
|
+
$kendo-switch-on-track-disabled-text: $kendo-switch-on-track-disabled-text,
|
|
384
|
+
$kendo-switch-on-track-disabled-border: $kendo-switch-on-track-disabled-border,
|
|
385
|
+
$kendo-switch-on-track-disabled-gradient: $kendo-switch-on-track-disabled-gradient,
|
|
386
|
+
$kendo-switch-on-thumb-bg: $kendo-switch-on-thumb-bg,
|
|
387
|
+
$kendo-switch-on-thumb-text: $kendo-switch-on-thumb-text,
|
|
388
|
+
$kendo-switch-on-thumb-border: $kendo-switch-on-thumb-border,
|
|
389
|
+
$kendo-switch-on-thumb-gradient: $kendo-switch-on-thumb-gradient,
|
|
390
|
+
$kendo-switch-on-thumb-hover-bg: $kendo-switch-on-thumb-hover-bg,
|
|
391
|
+
$kendo-switch-on-thumb-hover-text: $kendo-switch-on-thumb-hover-text,
|
|
392
|
+
$kendo-switch-on-thumb-hover-border: $kendo-switch-on-thumb-hover-border,
|
|
393
|
+
$kendo-switch-on-thumb-hover-gradient: $kendo-switch-on-thumb-hover-gradient,
|
|
394
|
+
$kendo-switch-on-thumb-disabled-bg: $kendo-switch-on-thumb-disabled-bg,
|
|
395
|
+
$kendo-switch-on-thumb-disabled-text: $kendo-switch-on-thumb-disabled-text,
|
|
396
|
+
$kendo-switch-on-thumb-disabled-border: $kendo-switch-on-thumb-disabled-border,
|
|
397
|
+
$kendo-switch-on-thumb-disabled-gradient: $kendo-switch-on-thumb-disabled-gradient,
|
|
398
|
+
);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-table--styles() {
|
|
11
|
+
@include import-once( "table" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-table--layout();
|
|
14
|
+
@include kendo-table--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
@use "../list/_variables.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
// Table
|
|
6
|
+
|
|
7
|
+
/// The default size of the Table.
|
|
8
|
+
/// @group table
|
|
9
|
+
/// @role default
|
|
10
|
+
$kendo-table-default-size: "md" !default;
|
|
11
|
+
|
|
12
|
+
/// The width of the table border.
|
|
13
|
+
/// @group table
|
|
14
|
+
$kendo-table-border-width: 1px !default;
|
|
15
|
+
/// The width of vertical border of table cells.
|
|
16
|
+
/// @group table
|
|
17
|
+
$kendo-table-cell-vertical-border-width: 0px !default;
|
|
18
|
+
/// The width of horizontal border of table cells.
|
|
19
|
+
/// @group table
|
|
20
|
+
$kendo-table-cell-horizontal-border-width: 1px !default;
|
|
21
|
+
|
|
22
|
+
/// The font size of the table if no size is specified.
|
|
23
|
+
/// @group table
|
|
24
|
+
$kendo-table-font-size: null !default;
|
|
25
|
+
|
|
26
|
+
/// The line-height of the table if no size is specified.
|
|
27
|
+
/// @group table
|
|
28
|
+
$kendo-table-line-height: null !default;
|
|
29
|
+
|
|
30
|
+
/// The horizontal padding of the Table cell.
|
|
31
|
+
/// @group table
|
|
32
|
+
$kendo-table-sm-cell-padding-x: k-spacing(2) !default;
|
|
33
|
+
/// The vertical padding of the Table cell.
|
|
34
|
+
/// @group table
|
|
35
|
+
$kendo-table-sm-cell-padding-y: k-spacing(2) !default;
|
|
36
|
+
|
|
37
|
+
/// The horizontal padding of the Table cell.
|
|
38
|
+
/// @group table
|
|
39
|
+
$kendo-table-md-cell-padding-x: k-spacing(2.5) !default;
|
|
40
|
+
/// The vertical padding of the Table cell.
|
|
41
|
+
/// @group table
|
|
42
|
+
$kendo-table-md-cell-padding-y: calc( #{k-spacing(2.5)} + 1px ) !default;
|
|
43
|
+
|
|
44
|
+
/// The horizontal padding of the Table cell.
|
|
45
|
+
/// @group table
|
|
46
|
+
$kendo-table-lg-cell-padding-x: k-spacing(2) !default;
|
|
47
|
+
/// The vertical padding of the Table cell.
|
|
48
|
+
/// @group table
|
|
49
|
+
$kendo-table-lg-cell-padding-y: k-spacing(2.5) !default;
|
|
50
|
+
|
|
51
|
+
/// The font size of the Table for small size.
|
|
52
|
+
/// @group table
|
|
53
|
+
$kendo-table-sm-font-size: var(--kendo-font-size-sm) !default;
|
|
54
|
+
/// The line height of the Table for small size.
|
|
55
|
+
/// @group table
|
|
56
|
+
$kendo-table-sm-line-height: var(--kendo-line-height-sm) !default;
|
|
57
|
+
|
|
58
|
+
/// The font size of the Table for medium size.
|
|
59
|
+
/// @group table
|
|
60
|
+
$kendo-table-md-font-size: var(--kendo-font-size) !default;
|
|
61
|
+
/// The line height of the Table for medium size.
|
|
62
|
+
/// @group table
|
|
63
|
+
$kendo-table-md-line-height: var(--kendo-line-height) !default;
|
|
64
|
+
|
|
65
|
+
/// The font size of the Table for large size.
|
|
66
|
+
/// @group table
|
|
67
|
+
$kendo-table-lg-font-size: var(--kendo-font-size) !default;
|
|
68
|
+
/// The line height of the Table for large size.
|
|
69
|
+
/// @group table
|
|
70
|
+
$kendo-table-lg-line-height: var(--kendo-line-height) !default;
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
/// Background color of tables.
|
|
74
|
+
/// @group table
|
|
75
|
+
$kendo-table-bg: k-color(surface-alt) !default;
|
|
76
|
+
/// Text color of tables.
|
|
77
|
+
/// @group table
|
|
78
|
+
$kendo-table-text: k-color(on-app-surface) !default;
|
|
79
|
+
/// Border color of tables.
|
|
80
|
+
/// @group table
|
|
81
|
+
$kendo-table-border: k-color(border) !default;
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
/// Background color of table headers.
|
|
85
|
+
/// @group table
|
|
86
|
+
$kendo-table-header-bg: k-color(surface) !default;
|
|
87
|
+
/// Text color of table headers.
|
|
88
|
+
/// @group table
|
|
89
|
+
$kendo-table-header-text: k-color(on-app-surface) !default;
|
|
90
|
+
/// Border color of table headers.
|
|
91
|
+
/// @group table
|
|
92
|
+
$kendo-table-header-border: k-color(border) !default;
|
|
93
|
+
/// Gradient of table headers.
|
|
94
|
+
/// @group table
|
|
95
|
+
$kendo-table-header-gradient: null !default;
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
/// Background color of table footers.
|
|
99
|
+
/// @group table
|
|
100
|
+
$kendo-table-footer-bg: $kendo-table-header-bg !default;
|
|
101
|
+
/// Text color of table footers.
|
|
102
|
+
/// @group table
|
|
103
|
+
$kendo-table-footer-text: $kendo-table-header-text !default;
|
|
104
|
+
/// Border color of table footers.
|
|
105
|
+
/// @group table
|
|
106
|
+
$kendo-table-footer-border: $kendo-table-header-border !default;
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
/// Background color of group rows in table.
|
|
110
|
+
/// @group table
|
|
111
|
+
$kendo-table-group-row-bg: $kendo-table-header-bg !default;
|
|
112
|
+
/// Text color of group rows in table.
|
|
113
|
+
/// @group table
|
|
114
|
+
$kendo-table-group-row-text: $kendo-table-header-text !default;
|
|
115
|
+
/// Border color of group rows in table.
|
|
116
|
+
/// @group table
|
|
117
|
+
$kendo-table-group-row-border: $kendo-table-header-border !default;
|
|
118
|
+
|
|
119
|
+
/// Background color of alternating rows in table.
|
|
120
|
+
/// @group table
|
|
121
|
+
$kendo-table-alt-row-bg: null !default;
|
|
122
|
+
/// Text color of alternating rows in table.
|
|
123
|
+
/// @group table
|
|
124
|
+
$kendo-table-alt-row-text: null !default;
|
|
125
|
+
/// Border color of alternating rows in table.
|
|
126
|
+
/// @group table
|
|
127
|
+
$kendo-table-alt-row-border: null !default;
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
/// Background color of hovered rows in table.
|
|
131
|
+
/// @group table
|
|
132
|
+
$kendo-table-hover-bg: color-mix(in srgb, k-color(base) 60%, transparent) !default;
|
|
133
|
+
/// Text color of hovered rows in table.
|
|
134
|
+
/// @group table
|
|
135
|
+
$kendo-table-hover-text: null !default;
|
|
136
|
+
/// Border color of hovered rows in table.
|
|
137
|
+
/// @group table
|
|
138
|
+
$kendo-table-hover-border: null !default;
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
/// Background color of focused rows in table.
|
|
142
|
+
/// @group table
|
|
143
|
+
$kendo-table-focus-bg: null !default;
|
|
144
|
+
/// Text color of focused rows in table.
|
|
145
|
+
/// @group table
|
|
146
|
+
$kendo-table-focus-text: null !default;
|
|
147
|
+
/// Border color of focused rows in table.
|
|
148
|
+
/// @group table
|
|
149
|
+
$kendo-table-focus-border: null !default;
|
|
150
|
+
/// Box shadow of focused rows in table.
|
|
151
|
+
/// @group table
|
|
152
|
+
$kendo-table-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
/// Background color of selected rows in table.
|
|
156
|
+
/// @group table
|
|
157
|
+
$kendo-table-selected-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
|
|
158
|
+
/// Text color of selected rows in table.
|
|
159
|
+
/// @group table
|
|
160
|
+
$kendo-table-selected-text: null !default;
|
|
161
|
+
/// Border color of selected rows in table.
|
|
162
|
+
/// @group table
|
|
163
|
+
$kendo-table-selected-border: null !default;
|
|
164
|
+
|
|
165
|
+
/// Background color of highlighted rows in table.
|
|
166
|
+
/// @group table
|
|
167
|
+
$kendo-table-highlighted-bg: color-mix(in srgb, k-color(warning) 25%, transparent) !default;
|
|
168
|
+
/// The font weight of highlighted rows in table.
|
|
169
|
+
/// @group table
|
|
170
|
+
$kendo-table-highlighted-font-weight: var( --kendo-font-weight-bold, bold ) !default;
|
|
171
|
+
|
|
172
|
+
/// Background color of selected highlighted rows in table.
|
|
173
|
+
/// @group table
|
|
174
|
+
$kendo-table-selected-highlighted-bg: color-mix(in srgb, color-mix(in srgb, k-color(primary), k-color(warning)) 42%, transparent) !default;
|
|
175
|
+
|
|
176
|
+
/// The box shadow of the row spanned cells.
|
|
177
|
+
/// @group table
|
|
178
|
+
$kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
|
|
179
|
+
|
|
180
|
+
@forward "@progress/kendo-theme-core/scss/components/table/_variables.scss" with (
|
|
181
|
+
$kendo-table-default-size: $kendo-table-default-size,
|
|
182
|
+
$kendo-table-border-width: $kendo-table-border-width,
|
|
183
|
+
$kendo-table-cell-vertical-border-width: $kendo-table-cell-vertical-border-width,
|
|
184
|
+
$kendo-table-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width,
|
|
185
|
+
$kendo-table-font-size: $kendo-table-font-size,
|
|
186
|
+
$kendo-table-line-height: $kendo-table-line-height,
|
|
187
|
+
$kendo-table-sm-cell-padding-x: $kendo-table-sm-cell-padding-x,
|
|
188
|
+
$kendo-table-sm-cell-padding-y: $kendo-table-sm-cell-padding-y,
|
|
189
|
+
$kendo-table-md-cell-padding-x: $kendo-table-md-cell-padding-x,
|
|
190
|
+
$kendo-table-md-cell-padding-y: $kendo-table-md-cell-padding-y,
|
|
191
|
+
$kendo-table-lg-cell-padding-x: $kendo-table-lg-cell-padding-x,
|
|
192
|
+
$kendo-table-lg-cell-padding-y: $kendo-table-lg-cell-padding-y,
|
|
193
|
+
$kendo-table-sm-font-size: $kendo-table-sm-font-size,
|
|
194
|
+
$kendo-table-sm-line-height: $kendo-table-sm-line-height,
|
|
195
|
+
$kendo-table-md-font-size: $kendo-table-md-font-size,
|
|
196
|
+
$kendo-table-md-line-height: $kendo-table-md-line-height,
|
|
197
|
+
$kendo-table-lg-font-size: $kendo-table-lg-font-size,
|
|
198
|
+
$kendo-table-lg-line-height: $kendo-table-lg-line-height,
|
|
199
|
+
$kendo-table-bg: $kendo-table-bg,
|
|
200
|
+
$kendo-table-text: $kendo-table-text,
|
|
201
|
+
$kendo-table-border: $kendo-table-border,
|
|
202
|
+
$kendo-table-header-bg: $kendo-table-header-bg,
|
|
203
|
+
$kendo-table-header-text: $kendo-table-header-text,
|
|
204
|
+
$kendo-table-header-border: $kendo-table-header-border,
|
|
205
|
+
$kendo-table-header-gradient: $kendo-table-header-gradient,
|
|
206
|
+
$kendo-table-footer-bg: $kendo-table-footer-bg,
|
|
207
|
+
$kendo-table-footer-text: $kendo-table-footer-text,
|
|
208
|
+
$kendo-table-footer-border: $kendo-table-footer-border,
|
|
209
|
+
$kendo-table-group-row-bg: $kendo-table-group-row-bg,
|
|
210
|
+
$kendo-table-group-row-text: $kendo-table-group-row-text,
|
|
211
|
+
$kendo-table-group-row-border: $kendo-table-group-row-border,
|
|
212
|
+
$kendo-table-alt-row-bg: $kendo-table-alt-row-bg,
|
|
213
|
+
$kendo-table-alt-row-text: $kendo-table-alt-row-text,
|
|
214
|
+
$kendo-table-alt-row-border: $kendo-table-alt-row-border,
|
|
215
|
+
$kendo-table-hover-bg: $kendo-table-hover-bg,
|
|
216
|
+
$kendo-table-hover-text: $kendo-table-hover-text,
|
|
217
|
+
$kendo-table-hover-border: $kendo-table-hover-border,
|
|
218
|
+
$kendo-table-focus-bg: $kendo-table-focus-bg,
|
|
219
|
+
$kendo-table-focus-text: $kendo-table-focus-text,
|
|
220
|
+
$kendo-table-focus-border: $kendo-table-focus-border,
|
|
221
|
+
$kendo-table-focus-shadow: $kendo-table-focus-shadow,
|
|
222
|
+
$kendo-table-selected-bg: $kendo-table-selected-bg,
|
|
223
|
+
$kendo-table-selected-text: $kendo-table-selected-text,
|
|
224
|
+
$kendo-table-selected-border: $kendo-table-selected-border,
|
|
225
|
+
$kendo-table-highlighted-bg: $kendo-table-highlighted-bg,
|
|
226
|
+
$kendo-table-highlighted-font-weight: $kendo-table-highlighted-font-weight,
|
|
227
|
+
$kendo-table-selected-highlighted-bg: $kendo-table-selected-highlighted-bg,
|
|
228
|
+
$kendo-table-cell-row-span-shadow: $kendo-table-cell-row-span-shadow
|
|
229
|
+
);
|