@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,496 @@
|
|
|
1
|
+
@use "sass:color";
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
// Chart
|
|
6
|
+
|
|
7
|
+
/// The first base series color and its light and dark shades.
|
|
8
|
+
/// @group charts
|
|
9
|
+
$kendo-series-a: k-color(series-a) !default;
|
|
10
|
+
/// The series-a dark color of the Charts.
|
|
11
|
+
/// @group charts
|
|
12
|
+
$kendo-series-a-dark: k-color(series-a-bold) !default;
|
|
13
|
+
/// The series-a darker color of the Charts.
|
|
14
|
+
/// @group charts
|
|
15
|
+
$kendo-series-a-darker: k-color(series-a-bolder) !default;
|
|
16
|
+
/// The series-a light color of the Charts.
|
|
17
|
+
/// @group charts
|
|
18
|
+
$kendo-series-a-light: k-color(series-a-subtle) !default;
|
|
19
|
+
/// The series-a lighter color of the Charts.
|
|
20
|
+
/// @group charts
|
|
21
|
+
$kendo-series-a-lighter: k-color(series-a-subtler) !default;
|
|
22
|
+
|
|
23
|
+
/// The second base series color and its light and dark shades.
|
|
24
|
+
/// @group charts
|
|
25
|
+
$kendo-series-b: k-color(series-b) !default;
|
|
26
|
+
/// The series-b dark color of the Charts.
|
|
27
|
+
/// @group charts
|
|
28
|
+
$kendo-series-b-dark: k-color(series-b-bold) !default;
|
|
29
|
+
/// The series-b darker color of the Charts.
|
|
30
|
+
/// @group charts
|
|
31
|
+
$kendo-series-b-darker: k-color(series-b-bolder) !default;
|
|
32
|
+
/// The series-b light color of the Charts.
|
|
33
|
+
/// @group charts
|
|
34
|
+
$kendo-series-b-light: k-color(series-b-subtle) !default;
|
|
35
|
+
/// The series-b lighter color of the Charts.
|
|
36
|
+
/// @group charts
|
|
37
|
+
$kendo-series-b-lighter: k-color(series-b-subtler) !default;
|
|
38
|
+
|
|
39
|
+
/// The third base series color and its light and dark shades.
|
|
40
|
+
/// @group charts
|
|
41
|
+
$kendo-series-c: k-color(series-c) !default;
|
|
42
|
+
/// The series-c dark color of the Charts.
|
|
43
|
+
/// @group charts
|
|
44
|
+
$kendo-series-c-dark: k-color(series-c-bold) !default;
|
|
45
|
+
/// The series-c darker color of the Charts.
|
|
46
|
+
/// @group charts
|
|
47
|
+
$kendo-series-c-darker: k-color(series-c-bolder) !default;
|
|
48
|
+
/// The series-c light color of the Charts.
|
|
49
|
+
/// @group charts
|
|
50
|
+
$kendo-series-c-light: k-color(series-c-subtle) !default;
|
|
51
|
+
/// The series-c lighter color of the Charts.
|
|
52
|
+
/// @group charts
|
|
53
|
+
$kendo-series-c-lighter: k-color(series-c-subtler) !default;
|
|
54
|
+
|
|
55
|
+
/// The fourth base series color and its light and dark shades.
|
|
56
|
+
/// @group charts
|
|
57
|
+
$kendo-series-d: k-color(series-d) !default;
|
|
58
|
+
/// The series-d dark color of the Charts.
|
|
59
|
+
/// @group charts
|
|
60
|
+
$kendo-series-d-dark: k-color(series-d-bold) !default;
|
|
61
|
+
/// The series-d darker color of the Charts.
|
|
62
|
+
/// @group charts
|
|
63
|
+
$kendo-series-d-darker: k-color(series-d-bolder) !default;
|
|
64
|
+
/// The series-d light color of the Charts.
|
|
65
|
+
/// @group charts
|
|
66
|
+
$kendo-series-d-light: k-color(series-d-subtle) !default;
|
|
67
|
+
/// The series-d lighter color of the Charts.
|
|
68
|
+
/// @group charts
|
|
69
|
+
$kendo-series-d-lighter: k-color(series-d-subtler) !default;
|
|
70
|
+
|
|
71
|
+
/// The fifth base series color and its light and dark shades.
|
|
72
|
+
/// @group charts
|
|
73
|
+
$kendo-series-e: k-color(series-e) !default;
|
|
74
|
+
/// The series-e dark color of the Charts.
|
|
75
|
+
/// @group charts
|
|
76
|
+
$kendo-series-e-dark: k-color(series-e-bold) !default;
|
|
77
|
+
/// The series-e darker color of the Charts.
|
|
78
|
+
/// @group charts
|
|
79
|
+
$kendo-series-e-darker: k-color(series-e-bolder) !default;
|
|
80
|
+
/// The series-e light color of the Charts.
|
|
81
|
+
/// @group charts
|
|
82
|
+
$kendo-series-e-light: k-color(series-e-subtle) !default;
|
|
83
|
+
/// The series-e lighter color of the Charts.
|
|
84
|
+
/// @group charts
|
|
85
|
+
$kendo-series-e-lighter: k-color(series-e-subtler) !default;
|
|
86
|
+
|
|
87
|
+
/// The sixth base series color and its light and dark shades.
|
|
88
|
+
/// @group charts
|
|
89
|
+
$kendo-series-f: k-color(series-f) !default;
|
|
90
|
+
/// The series-f dark color of the Charts.
|
|
91
|
+
/// @group charts
|
|
92
|
+
$kendo-series-f-dark: k-color(series-f-bold) !default;
|
|
93
|
+
/// The series-f darker color of the Charts.
|
|
94
|
+
/// @group charts
|
|
95
|
+
$kendo-series-f-darker: k-color(series-f-bolder) !default;
|
|
96
|
+
/// The series-f light color of the Charts.
|
|
97
|
+
/// @group charts
|
|
98
|
+
$kendo-series-f-light: k-color(series-f-subtle) !default;
|
|
99
|
+
/// The series-f lighter color of the Charts.
|
|
100
|
+
/// @group charts
|
|
101
|
+
$kendo-series-f-lighter: k-color(series-f-subtler) !default;
|
|
102
|
+
|
|
103
|
+
/// The series colors in order:
|
|
104
|
+
/// base, light, dark, lighter, darker
|
|
105
|
+
/// @group charts
|
|
106
|
+
$kendo-series-1: $kendo-series-a !default;
|
|
107
|
+
/// The series-2 color of the Charts.
|
|
108
|
+
/// @group charts
|
|
109
|
+
$kendo-series-2: $kendo-series-b !default;
|
|
110
|
+
/// The series-3 color of the Charts.
|
|
111
|
+
/// @group charts
|
|
112
|
+
$kendo-series-3: $kendo-series-c !default;
|
|
113
|
+
/// The series-4 color of the Charts.
|
|
114
|
+
/// @group charts
|
|
115
|
+
$kendo-series-4: $kendo-series-d !default;
|
|
116
|
+
/// The series-5 color of the Charts.
|
|
117
|
+
/// @group charts
|
|
118
|
+
$kendo-series-5: $kendo-series-e !default;
|
|
119
|
+
/// The series-6 color of the Charts.
|
|
120
|
+
/// @group charts
|
|
121
|
+
$kendo-series-6: $kendo-series-f !default;
|
|
122
|
+
/// The series-7 color of the Charts.
|
|
123
|
+
/// @group charts
|
|
124
|
+
$kendo-series-7: $kendo-series-a-light !default;
|
|
125
|
+
/// The series-8 color of the Charts.
|
|
126
|
+
/// @group charts
|
|
127
|
+
$kendo-series-8: $kendo-series-b-light !default;
|
|
128
|
+
/// The series-9 color of the Charts.
|
|
129
|
+
/// @group charts
|
|
130
|
+
$kendo-series-9: $kendo-series-c-light !default;
|
|
131
|
+
/// The series-10 color of the Charts.
|
|
132
|
+
/// @group charts
|
|
133
|
+
$kendo-series-10: $kendo-series-d-light !default;
|
|
134
|
+
/// The series-11 color of the Charts.
|
|
135
|
+
/// @group charts
|
|
136
|
+
$kendo-series-11: $kendo-series-e-light !default;
|
|
137
|
+
/// The series-12 color of the Charts.
|
|
138
|
+
/// @group charts
|
|
139
|
+
$kendo-series-12: $kendo-series-f-light !default;
|
|
140
|
+
/// The series-13 color of the Charts.
|
|
141
|
+
/// @group charts
|
|
142
|
+
$kendo-series-13: $kendo-series-a-dark !default;
|
|
143
|
+
/// The series-14 color of the Charts.
|
|
144
|
+
/// @group charts
|
|
145
|
+
$kendo-series-14: $kendo-series-b-dark !default;
|
|
146
|
+
/// The series-15 color of the Charts.
|
|
147
|
+
/// @group charts
|
|
148
|
+
$kendo-series-15: $kendo-series-c-dark !default;
|
|
149
|
+
/// The series-16 color of the Charts.
|
|
150
|
+
/// @group charts
|
|
151
|
+
$kendo-series-16: $kendo-series-d-dark !default;
|
|
152
|
+
/// The series-17 color of the Charts.
|
|
153
|
+
/// @group charts
|
|
154
|
+
$kendo-series-17: $kendo-series-e-dark !default;
|
|
155
|
+
/// The series-18 color of the Charts.
|
|
156
|
+
/// @group charts
|
|
157
|
+
$kendo-series-18: $kendo-series-f-dark !default;
|
|
158
|
+
/// The series-19 color of the Charts.
|
|
159
|
+
/// @group charts
|
|
160
|
+
$kendo-series-19: $kendo-series-a-lighter !default;
|
|
161
|
+
/// The series-20 color of the Charts.
|
|
162
|
+
/// @group charts
|
|
163
|
+
$kendo-series-20: $kendo-series-b-lighter !default;
|
|
164
|
+
/// The series-21 color of the Charts.
|
|
165
|
+
/// @group charts
|
|
166
|
+
$kendo-series-21: $kendo-series-c-lighter !default;
|
|
167
|
+
/// The series-22 color of the Charts.
|
|
168
|
+
/// @group charts
|
|
169
|
+
$kendo-series-22: $kendo-series-d-lighter !default;
|
|
170
|
+
/// The series-23 color of the Charts.
|
|
171
|
+
/// @group charts
|
|
172
|
+
$kendo-series-23: $kendo-series-e-lighter !default;
|
|
173
|
+
/// The series-24 color of the Charts.
|
|
174
|
+
/// @group charts
|
|
175
|
+
$kendo-series-24: $kendo-series-f-lighter !default;
|
|
176
|
+
/// The series-25 color of the Charts.
|
|
177
|
+
/// @group charts
|
|
178
|
+
$kendo-series-25: $kendo-series-a-darker !default;
|
|
179
|
+
/// The series-26 color of the Charts.
|
|
180
|
+
/// @group charts
|
|
181
|
+
$kendo-series-26: $kendo-series-b-darker !default;
|
|
182
|
+
/// The series-27 color of the Charts.
|
|
183
|
+
/// @group charts
|
|
184
|
+
$kendo-series-27: $kendo-series-c-darker !default;
|
|
185
|
+
/// The series-28 color of the Charts.
|
|
186
|
+
/// @group charts
|
|
187
|
+
$kendo-series-28: $kendo-series-d-darker !default;
|
|
188
|
+
/// The series-29 color of the Charts.
|
|
189
|
+
/// @group charts
|
|
190
|
+
$kendo-series-29: $kendo-series-e-darker !default;
|
|
191
|
+
/// The series-30 color of the Charts.
|
|
192
|
+
/// @group charts
|
|
193
|
+
$kendo-series-30: $kendo-series-f-darker !default;
|
|
194
|
+
|
|
195
|
+
/// The border width of the Chart.
|
|
196
|
+
/// @group charts
|
|
197
|
+
$kendo-chart-border-width: 0px !default;
|
|
198
|
+
/// The border radius of the Chart.
|
|
199
|
+
/// @group charts
|
|
200
|
+
$kendo-chart-border-radius: k-border-radius(xxl) !default;
|
|
201
|
+
/// The font family of the Chart.
|
|
202
|
+
/// @group charts
|
|
203
|
+
$kendo-chart-font-family: var( --kendo-font-family, inherit ) !default;
|
|
204
|
+
/// The font size of the Chart.
|
|
205
|
+
/// @group charts
|
|
206
|
+
$kendo-chart-font-size: var( --kendo-font-size, inherit ) !default;
|
|
207
|
+
/// The height of the Chart.
|
|
208
|
+
/// @group charts
|
|
209
|
+
$kendo-chart-line-height: var( --kendo-line-height, normal ) !default;
|
|
210
|
+
/// The font size of the Chart.
|
|
211
|
+
/// @group charts
|
|
212
|
+
$kendo-chart-tooltip-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
213
|
+
/// The label font size of the Chart.
|
|
214
|
+
/// @group charts
|
|
215
|
+
$kendo-chart-label-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
216
|
+
/// The title font size of the Chart.
|
|
217
|
+
/// @group charts
|
|
218
|
+
$kendo-chart-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
219
|
+
/// The title font size of the Chart.
|
|
220
|
+
/// @group charts
|
|
221
|
+
$kendo-chart-pane-title-font-size: $kendo-chart-label-font-size !default;
|
|
222
|
+
/// The title font weight of the Chart.
|
|
223
|
+
/// @group charts
|
|
224
|
+
$kendo-chart-pane-title-font-weight: var( --kendo-font-weight-normal, normal ) !default;
|
|
225
|
+
|
|
226
|
+
/// The color of the Chart grid lines (major).
|
|
227
|
+
/// @group charts
|
|
228
|
+
$kendo-chart-major-lines: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
229
|
+
|
|
230
|
+
/// The color of the Chart grid lines (minor).
|
|
231
|
+
/// @group charts
|
|
232
|
+
$kendo-chart-minor-lines: color-mix(in srgb, k-color(on-app-surface) 4%, transparent) !default;
|
|
233
|
+
|
|
234
|
+
/// The inactive color of the Chart.
|
|
235
|
+
/// @group charts
|
|
236
|
+
$kendo-chart-inactive: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
237
|
+
/// The opacity of the Chart.
|
|
238
|
+
/// @group charts
|
|
239
|
+
$kendo-chart-area-opacity: .6 !default;
|
|
240
|
+
/// The opacity of the Chart.
|
|
241
|
+
/// @group charts
|
|
242
|
+
$kendo-chart-area-inactive-opacity: .1 !default;
|
|
243
|
+
/// The opacity of the Chart.
|
|
244
|
+
/// @group charts
|
|
245
|
+
$kendo-chart-line-inactive-opacity: .3 !default;
|
|
246
|
+
|
|
247
|
+
/// The horizontal padding of the Chart.
|
|
248
|
+
/// @group charts
|
|
249
|
+
$kendo-chart-tooltip-padding-x: k-spacing(2.5) !default;
|
|
250
|
+
/// The vertical padding of the Chart.
|
|
251
|
+
/// @group charts
|
|
252
|
+
$kendo-chart-tooltip-padding-y: k-spacing(1.5) !default;
|
|
253
|
+
|
|
254
|
+
/// The transition of the Chart.
|
|
255
|
+
/// @group charts
|
|
256
|
+
$kendo-chart-tooltip-transition: left k-transition(fade-in), top k-transition(fade-in) !default;
|
|
257
|
+
|
|
258
|
+
/// The text color of the chart tooltip.
|
|
259
|
+
/// @group charts
|
|
260
|
+
$kendo-chart-tooltip-color: k-color(app-surface) !default;
|
|
261
|
+
/// The inverse text color of the chart tooltip.
|
|
262
|
+
/// @group charts
|
|
263
|
+
$kendo-chart-tooltip-color-inverse: k-color(on-app-surface) !default;
|
|
264
|
+
|
|
265
|
+
/// The background color of the Chart.
|
|
266
|
+
/// @group charts
|
|
267
|
+
$kendo-chart-bg: k-color(surface-alt) !default;
|
|
268
|
+
/// The text color of the Chart.
|
|
269
|
+
/// @group charts
|
|
270
|
+
$kendo-chart-text: k-color(on-app-surface) !default;
|
|
271
|
+
/// The border color of the Chart.
|
|
272
|
+
/// @group charts
|
|
273
|
+
$kendo-chart-border: k-color(border) !default;
|
|
274
|
+
|
|
275
|
+
/// The background color of the Chart.
|
|
276
|
+
/// @group charts
|
|
277
|
+
$kendo-chart-crosshair-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
278
|
+
/// The text color of the Chart.
|
|
279
|
+
/// @group charts
|
|
280
|
+
$kendo-chart-crosshair-shared-tooltip-color: $kendo-chart-text !default;
|
|
281
|
+
/// The background color of the Chart.
|
|
282
|
+
/// @group charts
|
|
283
|
+
$kendo-chart-crosshair-shared-tooltip-background: k-color(surface) !default;
|
|
284
|
+
/// The border color of the Chart.
|
|
285
|
+
/// @group charts
|
|
286
|
+
$kendo-chart-crosshair-shared-tooltip-border: k-color(border) !default;
|
|
287
|
+
|
|
288
|
+
/// The background color of the Chart.
|
|
289
|
+
/// @group charts
|
|
290
|
+
$kendo-chart-notes-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
291
|
+
/// The border color of the Chart.
|
|
292
|
+
/// @group charts
|
|
293
|
+
$kendo-chart-notes-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
294
|
+
/// The notes lines of the Chart.
|
|
295
|
+
/// @group charts
|
|
296
|
+
$kendo-chart-notes-lines: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
297
|
+
|
|
298
|
+
/// The background color of the Chart error bars.
|
|
299
|
+
/// @group charts
|
|
300
|
+
$kendo-chart-error-bars-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
301
|
+
|
|
302
|
+
/// The size of the Chart handle.
|
|
303
|
+
/// @group charts
|
|
304
|
+
$kendo-chart-selection-handle-size: 22px !default;
|
|
305
|
+
/// The text color of the Chart.
|
|
306
|
+
/// @group charts
|
|
307
|
+
$kendo-chart-selection-border-color: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
308
|
+
/// The shadow of the Chart.
|
|
309
|
+
/// @group charts
|
|
310
|
+
$kendo-chart-selection-shadow: inset 0 1px 7px color-mix(in srgb, k-color(on-app-surface) 15%, transparent) !default;
|
|
311
|
+
|
|
312
|
+
/// The height of the Dataviz title.
|
|
313
|
+
/// @group charts
|
|
314
|
+
$kendo-chart-computed-title-height: 0px !default;
|
|
315
|
+
|
|
316
|
+
// TreeMap
|
|
317
|
+
/// The font family of the TreeMap.
|
|
318
|
+
/// @group charts
|
|
319
|
+
$kendo-treemap-font-family: var( --kendo-font-family, inherit ) !default;
|
|
320
|
+
/// The font size of the TreeMap.
|
|
321
|
+
/// @group charts
|
|
322
|
+
$kendo-treemap-font-size: var( --kendo-font-size, inherit ) !default;
|
|
323
|
+
/// The height of the TreeMap.
|
|
324
|
+
/// @group charts
|
|
325
|
+
$kendo-treemap-line-height: var( --kendo-line-height, normal ) !default;
|
|
326
|
+
|
|
327
|
+
/// The horizontal padding of the TreeMap.
|
|
328
|
+
/// @group charts
|
|
329
|
+
$kendo-treemap-padding-x: k-spacing(1) !default;
|
|
330
|
+
/// The vertical padding of the TreeMap.
|
|
331
|
+
/// @group charts
|
|
332
|
+
$kendo-treemap-padding-y: k-spacing(0.5) !default;
|
|
333
|
+
/// The border radius of the TreeMap.
|
|
334
|
+
/// @group charts
|
|
335
|
+
$kendo-treemap-border-radius: k-border-radius(xl) !default;
|
|
336
|
+
|
|
337
|
+
/// The text color of the TreeMap.
|
|
338
|
+
/// @group charts
|
|
339
|
+
$kendo-treemap-text: k-color(on-app-surface) !default;
|
|
340
|
+
/// The background color of the TreeMap.
|
|
341
|
+
/// @group charts
|
|
342
|
+
$kendo-treemap-bg: k-color(surface-alt) !default;
|
|
343
|
+
/// The border color of the TreeMap.
|
|
344
|
+
/// @group charts
|
|
345
|
+
$kendo-treemap-border: k-color(border) !default;
|
|
346
|
+
|
|
347
|
+
/// The text color of the Dataviz title.
|
|
348
|
+
/// @group charts
|
|
349
|
+
$kendo-treemap-title-text: k-color(on-app-surface) !default;
|
|
350
|
+
/// The background color of the Dataviz title.
|
|
351
|
+
/// @group charts
|
|
352
|
+
$kendo-treemap-title-bg: k-color(surface) !default;
|
|
353
|
+
/// The border color of the Dataviz title.
|
|
354
|
+
/// @group charts
|
|
355
|
+
$kendo-treemap-title-border: k-color(border) !default;
|
|
356
|
+
|
|
357
|
+
// Chart Overlay
|
|
358
|
+
/// The background color of the Dataviz overlay.
|
|
359
|
+
/// @group charts
|
|
360
|
+
$kendo-chart-overlay-bg: k-color(surface) !default;
|
|
361
|
+
|
|
362
|
+
// No Data
|
|
363
|
+
/// The font size of the Chart.
|
|
364
|
+
/// @group charts
|
|
365
|
+
$kendo-chart-no-data-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
366
|
+
/// The font weight of the Chart.
|
|
367
|
+
/// @group charts
|
|
368
|
+
$kendo-chart-no-data-font-weight: var( --kendo-font-weight, normal ) !default;
|
|
369
|
+
/// The vertical padding of the Chart.
|
|
370
|
+
/// @group charts
|
|
371
|
+
$kendo-chart-no-data-padding-y: k-spacing( 25 ) !default;
|
|
372
|
+
|
|
373
|
+
// Gauge
|
|
374
|
+
/// The background color of the Gauge.
|
|
375
|
+
/// @group charts
|
|
376
|
+
$kendo-gauge-pointer-bg: k-color(primary) !default;
|
|
377
|
+
/// The background color of the Gauge track.
|
|
378
|
+
/// @group charts
|
|
379
|
+
$kendo-gauge-track-bg: k-color(base-emphasis) !default;
|
|
380
|
+
|
|
381
|
+
@forward "@progress/kendo-theme-core/scss/components/dataviz/_variables.scss" with (
|
|
382
|
+
$kendo-series-a: $kendo-series-a,
|
|
383
|
+
$kendo-series-a-dark: $kendo-series-a-dark,
|
|
384
|
+
$kendo-series-a-darker: $kendo-series-a-darker,
|
|
385
|
+
$kendo-series-a-light: $kendo-series-a-light,
|
|
386
|
+
$kendo-series-a-lighter: $kendo-series-a-lighter,
|
|
387
|
+
$kendo-series-b: $kendo-series-b,
|
|
388
|
+
$kendo-series-b-dark: $kendo-series-b-dark,
|
|
389
|
+
$kendo-series-b-darker: $kendo-series-b-darker,
|
|
390
|
+
$kendo-series-b-light: $kendo-series-b-light,
|
|
391
|
+
$kendo-series-b-lighter: $kendo-series-b-lighter,
|
|
392
|
+
$kendo-series-c: $kendo-series-c,
|
|
393
|
+
$kendo-series-c-dark: $kendo-series-c-dark,
|
|
394
|
+
$kendo-series-c-darker: $kendo-series-c-darker,
|
|
395
|
+
$kendo-series-c-light: $kendo-series-c-light,
|
|
396
|
+
$kendo-series-c-lighter: $kendo-series-c-lighter,
|
|
397
|
+
$kendo-series-d: $kendo-series-d,
|
|
398
|
+
$kendo-series-d-dark: $kendo-series-d-dark,
|
|
399
|
+
$kendo-series-d-darker: $kendo-series-d-darker,
|
|
400
|
+
$kendo-series-d-light: $kendo-series-d-light,
|
|
401
|
+
$kendo-series-d-lighter: $kendo-series-d-lighter,
|
|
402
|
+
$kendo-series-e: $kendo-series-e,
|
|
403
|
+
$kendo-series-e-dark: $kendo-series-e-dark,
|
|
404
|
+
$kendo-series-e-darker: $kendo-series-e-darker,
|
|
405
|
+
$kendo-series-e-light: $kendo-series-e-light,
|
|
406
|
+
$kendo-series-e-lighter: $kendo-series-e-lighter,
|
|
407
|
+
$kendo-series-f: $kendo-series-f,
|
|
408
|
+
$kendo-series-f-dark: $kendo-series-f-dark,
|
|
409
|
+
$kendo-series-f-darker: $kendo-series-f-darker,
|
|
410
|
+
$kendo-series-f-light: $kendo-series-f-light,
|
|
411
|
+
$kendo-series-f-lighter: $kendo-series-f-lighter,
|
|
412
|
+
$kendo-series-1: $kendo-series-1,
|
|
413
|
+
$kendo-series-2: $kendo-series-2,
|
|
414
|
+
$kendo-series-3: $kendo-series-3,
|
|
415
|
+
$kendo-series-4: $kendo-series-4,
|
|
416
|
+
$kendo-series-5: $kendo-series-5,
|
|
417
|
+
$kendo-series-6: $kendo-series-6,
|
|
418
|
+
$kendo-series-7: $kendo-series-7,
|
|
419
|
+
$kendo-series-8: $kendo-series-8,
|
|
420
|
+
$kendo-series-9: $kendo-series-9,
|
|
421
|
+
$kendo-series-10: $kendo-series-10,
|
|
422
|
+
$kendo-series-11: $kendo-series-11,
|
|
423
|
+
$kendo-series-12: $kendo-series-12,
|
|
424
|
+
$kendo-series-13: $kendo-series-13,
|
|
425
|
+
$kendo-series-14: $kendo-series-14,
|
|
426
|
+
$kendo-series-15: $kendo-series-15,
|
|
427
|
+
$kendo-series-16: $kendo-series-16,
|
|
428
|
+
$kendo-series-17: $kendo-series-17,
|
|
429
|
+
$kendo-series-18: $kendo-series-18,
|
|
430
|
+
$kendo-series-19: $kendo-series-19,
|
|
431
|
+
$kendo-series-20: $kendo-series-20,
|
|
432
|
+
$kendo-series-21: $kendo-series-21,
|
|
433
|
+
$kendo-series-22: $kendo-series-22,
|
|
434
|
+
$kendo-series-23: $kendo-series-23,
|
|
435
|
+
$kendo-series-24: $kendo-series-24,
|
|
436
|
+
$kendo-series-25: $kendo-series-25,
|
|
437
|
+
$kendo-series-26: $kendo-series-26,
|
|
438
|
+
$kendo-series-27: $kendo-series-27,
|
|
439
|
+
$kendo-series-28: $kendo-series-28,
|
|
440
|
+
$kendo-series-29: $kendo-series-29,
|
|
441
|
+
$kendo-series-30: $kendo-series-30,
|
|
442
|
+
$kendo-chart-border-width: $kendo-chart-border-width,
|
|
443
|
+
$kendo-chart-border-radius: $kendo-chart-border-radius,
|
|
444
|
+
$kendo-chart-font-family: $kendo-chart-font-family,
|
|
445
|
+
$kendo-chart-font-size: $kendo-chart-font-size,
|
|
446
|
+
$kendo-chart-line-height: $kendo-chart-line-height,
|
|
447
|
+
$kendo-chart-tooltip-font-size: $kendo-chart-tooltip-font-size,
|
|
448
|
+
$kendo-chart-label-font-size: $kendo-chart-label-font-size,
|
|
449
|
+
$kendo-chart-title-font-size: $kendo-chart-title-font-size,
|
|
450
|
+
$kendo-chart-pane-title-font-size: $kendo-chart-pane-title-font-size,
|
|
451
|
+
$kendo-chart-pane-title-font-weight: $kendo-chart-pane-title-font-weight,
|
|
452
|
+
$kendo-chart-major-lines: $kendo-chart-major-lines,
|
|
453
|
+
$kendo-chart-minor-lines: $kendo-chart-minor-lines,
|
|
454
|
+
$kendo-chart-inactive: $kendo-chart-inactive,
|
|
455
|
+
$kendo-chart-area-opacity: $kendo-chart-area-opacity,
|
|
456
|
+
$kendo-chart-area-inactive-opacity: $kendo-chart-area-inactive-opacity,
|
|
457
|
+
$kendo-chart-line-inactive-opacity: $kendo-chart-line-inactive-opacity,
|
|
458
|
+
$kendo-chart-tooltip-padding-x: $kendo-chart-tooltip-padding-x,
|
|
459
|
+
$kendo-chart-tooltip-padding-y: $kendo-chart-tooltip-padding-y,
|
|
460
|
+
$kendo-chart-tooltip-transition: $kendo-chart-tooltip-transition,
|
|
461
|
+
$kendo-chart-tooltip-color: $kendo-chart-tooltip-color,
|
|
462
|
+
$kendo-chart-tooltip-color-inverse: $kendo-chart-tooltip-color-inverse,
|
|
463
|
+
$kendo-chart-bg: $kendo-chart-bg,
|
|
464
|
+
$kendo-chart-text: $kendo-chart-text,
|
|
465
|
+
$kendo-chart-border: $kendo-chart-border,
|
|
466
|
+
$kendo-chart-crosshair-background: $kendo-chart-crosshair-background,
|
|
467
|
+
$kendo-chart-crosshair-shared-tooltip-color: $kendo-chart-crosshair-shared-tooltip-color,
|
|
468
|
+
$kendo-chart-crosshair-shared-tooltip-background: $kendo-chart-crosshair-shared-tooltip-background,
|
|
469
|
+
$kendo-chart-crosshair-shared-tooltip-border: $kendo-chart-crosshair-shared-tooltip-border,
|
|
470
|
+
$kendo-chart-notes-background: $kendo-chart-notes-background,
|
|
471
|
+
$kendo-chart-notes-border: $kendo-chart-notes-border,
|
|
472
|
+
$kendo-chart-notes-lines: $kendo-chart-notes-lines,
|
|
473
|
+
$kendo-chart-error-bars-background: $kendo-chart-error-bars-background,
|
|
474
|
+
$kendo-chart-selection-handle-size: $kendo-chart-selection-handle-size,
|
|
475
|
+
$kendo-chart-selection-border-color: $kendo-chart-selection-border-color,
|
|
476
|
+
$kendo-chart-selection-shadow: $kendo-chart-selection-shadow,
|
|
477
|
+
$kendo-chart-computed-title-height: $kendo-chart-computed-title-height,
|
|
478
|
+
$kendo-treemap-font-family: $kendo-treemap-font-family,
|
|
479
|
+
$kendo-treemap-font-size: $kendo-treemap-font-size,
|
|
480
|
+
$kendo-treemap-line-height: $kendo-treemap-line-height,
|
|
481
|
+
$kendo-treemap-padding-x: $kendo-treemap-padding-x,
|
|
482
|
+
$kendo-treemap-padding-y: $kendo-treemap-padding-y,
|
|
483
|
+
$kendo-treemap-border-radius: $kendo-treemap-border-radius,
|
|
484
|
+
$kendo-chart-overlay-bg: $kendo-chart-overlay-bg,
|
|
485
|
+
$kendo-chart-no-data-font-size: $kendo-chart-no-data-font-size,
|
|
486
|
+
$kendo-chart-no-data-font-weight: $kendo-chart-no-data-font-weight,
|
|
487
|
+
$kendo-chart-no-data-padding-y: $kendo-chart-no-data-padding-y,
|
|
488
|
+
$kendo-treemap-text: $kendo-treemap-text,
|
|
489
|
+
$kendo-treemap-bg: $kendo-treemap-bg,
|
|
490
|
+
$kendo-treemap-border: $kendo-treemap-border,
|
|
491
|
+
$kendo-treemap-title-text: $kendo-treemap-title-text,
|
|
492
|
+
$kendo-treemap-title-bg: $kendo-treemap-title-bg,
|
|
493
|
+
$kendo-treemap-title-border: $kendo-treemap-title-border,
|
|
494
|
+
$kendo-gauge-pointer-bg: $kendo-gauge-pointer-bg,
|
|
495
|
+
$kendo-gauge-track-bg: $kendo-gauge-track-bg
|
|
496
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../input/_index.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Component
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
9
|
+
|
|
10
|
+
// Expose
|
|
11
|
+
@mixin kendo-date-input--styles() {
|
|
12
|
+
@include import-once( "date-input" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-input--styles();
|
|
15
|
+
@include kendo-date-input--layout();
|
|
16
|
+
@include kendo-date-input--theme();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Date input
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../input/_index.scss" as *;
|
|
4
|
+
@use "../popup/_index.scss" as *;
|
|
5
|
+
@use "../calendar/_index.scss" as *;
|
|
6
|
+
|
|
7
|
+
// Component
|
|
8
|
+
@forward "./_variables.scss";
|
|
9
|
+
@use "./_layout.scss" as *;
|
|
10
|
+
@use "./_theme.scss" as *;
|
|
11
|
+
|
|
12
|
+
// Expose
|
|
13
|
+
@mixin kendo-date-picker--styles() {
|
|
14
|
+
@include import-once( "date-picker" ) {
|
|
15
|
+
@include core-styles();
|
|
16
|
+
@include kendo-input--styles();
|
|
17
|
+
@include kendo-popup--styles();
|
|
18
|
+
@include kendo-calendar--styles();
|
|
19
|
+
@include kendo-date-picker--layout();
|
|
20
|
+
@include kendo-date-picker--theme();
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/datepicker/_theme.scss" as *;
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
@mixin kendo-date-picker--theme() {
|
|
5
|
+
@include kendo-date-picker--theme-base();
|
|
6
|
+
|
|
7
|
+
.k-datepicker-popup .k-calendar-header {
|
|
8
|
+
background-color: unset;
|
|
9
|
+
backdrop-filter: none;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Datepicker
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../input/_index.scss" as *;
|
|
5
|
+
@use "../floating-label/_index.scss" as *;
|
|
6
|
+
@use "../popup/_index.scss" as *;
|
|
7
|
+
|
|
8
|
+
// Component
|
|
9
|
+
@forward "./_variables.scss";
|
|
10
|
+
@use "./_layout.scss" as *;
|
|
11
|
+
@use "./_theme.scss" as *;
|
|
12
|
+
|
|
13
|
+
// Expose
|
|
14
|
+
@mixin kendo-date-range-picker--styles() {
|
|
15
|
+
@include import-once( "date-range-picker" ) {
|
|
16
|
+
@include core-styles();
|
|
17
|
+
@include kendo-input--styles();
|
|
18
|
+
@include kendo-floating-label--styles();
|
|
19
|
+
@include kendo-popup--styles();
|
|
20
|
+
@include kendo-icon--styles();
|
|
21
|
+
@include kendo-date-range-picker--layout();
|
|
22
|
+
@include kendo-date-range-picker--theme();
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/daterangepicker/_theme.scss" as *;
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
@mixin kendo-date-range-picker--theme() {
|
|
5
|
+
@include kendo-date-range-picker--theme-base();
|
|
6
|
+
|
|
7
|
+
.k-daterangepicker-popup .k-calendar-header {
|
|
8
|
+
background-color: unset;
|
|
9
|
+
backdrop-filter: none;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// Daterangepicker
|
|
2
|
+
/// The width of the DateRangePicker input.
|
|
3
|
+
/// @group date-range-picker
|
|
4
|
+
$kendo-daterange-picker-input-width: 10em !default;
|
|
5
|
+
|
|
6
|
+
@forward "@progress/kendo-theme-core/scss/components/daterangepicker/_variables.scss" with (
|
|
7
|
+
$kendo-daterange-picker-input-width: $kendo-daterange-picker-input-width
|
|
8
|
+
);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../input/_index.scss" as *;
|
|
4
|
+
@use "../button/_index.scss" as *;
|
|
5
|
+
@use "../popup/_index.scss" as *;
|
|
6
|
+
@use "../list/_index.scss" as *;
|
|
7
|
+
@use "../calendar/_index.scss" as *;
|
|
8
|
+
@use "../timeselector/_index.scss" as *;
|
|
9
|
+
@use "../action-buttons/_index.scss" as *;
|
|
10
|
+
|
|
11
|
+
// Component
|
|
12
|
+
@forward "./_variables.scss";
|
|
13
|
+
@use "./_layout.scss" as *;
|
|
14
|
+
@use "./_theme.scss" as *;
|
|
15
|
+
|
|
16
|
+
// Expose
|
|
17
|
+
@mixin kendo-date-time-picker--styles() {
|
|
18
|
+
@include import-once( "date-time-picker" ) {
|
|
19
|
+
@include core-styles();
|
|
20
|
+
@include kendo-input--styles();
|
|
21
|
+
@include kendo-button--styles();
|
|
22
|
+
@include kendo-popup--styles();
|
|
23
|
+
@include kendo-list--styles();
|
|
24
|
+
@include kendo-calendar--styles();
|
|
25
|
+
@include kendo-time-selector--styles();
|
|
26
|
+
@include kendo-action-buttons--styles();
|
|
27
|
+
@include kendo-date-time-picker--layout();
|
|
28
|
+
@include kendo-date-time-picker--theme();
|
|
29
|
+
}
|
|
30
|
+
}
|