@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,227 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// TreeView
|
|
4
|
+
|
|
5
|
+
/// The default size of the TreeView.
|
|
6
|
+
/// @group treeview
|
|
7
|
+
/// @role default
|
|
8
|
+
$kendo-treeview-default-size: "md" !default;
|
|
9
|
+
/// The gap of the TreeView.
|
|
10
|
+
/// @group treeview
|
|
11
|
+
$kendo-treeview-gap: k-spacing(0) !default;
|
|
12
|
+
/// The border radius of the TreeView.
|
|
13
|
+
/// @group treeview
|
|
14
|
+
$kendo-treeview-border-radius: k-border-radius(sm) !default;
|
|
15
|
+
|
|
16
|
+
/// The font family of the TreeView.
|
|
17
|
+
/// @group treeview
|
|
18
|
+
$kendo-treeview-font-family: var( --kendo-font-family ) !default;
|
|
19
|
+
/// The font size of the TreeView.
|
|
20
|
+
/// @group treeview
|
|
21
|
+
$kendo-treeview-font-size: null !default;
|
|
22
|
+
/// The font size of the small TreeView.
|
|
23
|
+
/// @group treeview
|
|
24
|
+
$kendo-treeview-sm-font-size: var( --kendo-font-size-sm ) !default;
|
|
25
|
+
/// The font size of the medium TreeView.
|
|
26
|
+
/// @group treeview
|
|
27
|
+
$kendo-treeview-md-font-size: var( --kendo-font-size ) !default;
|
|
28
|
+
/// The font size of the large TreeView.
|
|
29
|
+
/// @group treeview
|
|
30
|
+
$kendo-treeview-lg-font-size: var( --kendo-font-size-lg ) !default;
|
|
31
|
+
/// The line height of the TreeView.
|
|
32
|
+
/// @group treeview
|
|
33
|
+
$kendo-treeview-line-height: null !default;
|
|
34
|
+
/// The line height of the small TreeView.
|
|
35
|
+
/// @group treeview
|
|
36
|
+
$kendo-treeview-sm-line-height: var( --kendo-line-height-sm ) !default;
|
|
37
|
+
/// The line height of the medium TreeView.
|
|
38
|
+
/// @group treeview
|
|
39
|
+
$kendo-treeview-md-line-height: var( --kendo-line-height ) !default;
|
|
40
|
+
/// The line height of the large TreeView.
|
|
41
|
+
/// @group treeview
|
|
42
|
+
$kendo-treeview-lg-line-height: var( --kendo-line-height-lg ) !default;
|
|
43
|
+
/// The indentation of child groups in the TreeView.
|
|
44
|
+
/// @group treeview
|
|
45
|
+
$kendo-treeview-indent: 24px !default;
|
|
46
|
+
|
|
47
|
+
/// The horizontal padding of the small TreeView items.
|
|
48
|
+
/// @group treeview
|
|
49
|
+
$kendo-treeview-sm-item-padding-x: k-spacing(2) !default;
|
|
50
|
+
/// The horizontal padding of the medium TreeView items.
|
|
51
|
+
/// @group treeview
|
|
52
|
+
$kendo-treeview-md-item-padding-x: k-spacing(2) !default;
|
|
53
|
+
/// The horizontal padding of the large TreeView items.
|
|
54
|
+
/// @group treeview
|
|
55
|
+
$kendo-treeview-lg-item-padding-x: k-spacing(2) !default;
|
|
56
|
+
/// The vertical padding of the small TreeView items.
|
|
57
|
+
/// @group treeview
|
|
58
|
+
$kendo-treeview-sm-item-padding-y: k-spacing(1) !default;
|
|
59
|
+
/// The vertical padding of the medium TreeView items.
|
|
60
|
+
/// @group treeview
|
|
61
|
+
$kendo-treeview-md-item-padding-y: k-spacing(1.5) !default;
|
|
62
|
+
/// The vertical padding of the large TreeView items.
|
|
63
|
+
/// @group treeview
|
|
64
|
+
$kendo-treeview-lg-item-padding-y: k-spacing(2) !default;
|
|
65
|
+
/// The border width of the TreeView items.
|
|
66
|
+
/// @group treeview
|
|
67
|
+
$kendo-treeview-item-border-width: 0px !default;
|
|
68
|
+
/// The border radius of the TreeView items.
|
|
69
|
+
/// @group treeview
|
|
70
|
+
$kendo-treeview-item-border-radius: k-border-radius(sm) !default;
|
|
71
|
+
|
|
72
|
+
/// The horizontal padding of the checkbox in the small TreeView.
|
|
73
|
+
/// @group treeview
|
|
74
|
+
$kendo-treeview-sm-checkbox-padding-x: k-spacing(0) !default;
|
|
75
|
+
/// The horizontal padding of the checkbox in the medium TreeView.
|
|
76
|
+
/// @group treeview
|
|
77
|
+
$kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
78
|
+
/// The horizontal padding of the checkbox in the large TreeView.
|
|
79
|
+
/// @group treeview
|
|
80
|
+
$kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
81
|
+
/// The vertical padding of the checkbox in the small TreeView.
|
|
82
|
+
/// @group treeview
|
|
83
|
+
$kendo-treeview-sm-checkbox-padding-y: k-spacing(1) !default;
|
|
84
|
+
/// The vertical padding of the checkbox in the medium TreeView.
|
|
85
|
+
/// @group treeview
|
|
86
|
+
$kendo-treeview-md-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y !default;
|
|
87
|
+
/// The vertical padding of the checkbox in the large TreeView.
|
|
88
|
+
/// @group treeview
|
|
89
|
+
$kendo-treeview-lg-checkbox-padding-y: null !default;
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
/// The background color of the TreeView.
|
|
93
|
+
/// @group treeview
|
|
94
|
+
$kendo-treeview-bg: null !default;
|
|
95
|
+
/// The text color of the TreeView.
|
|
96
|
+
/// @group treeview
|
|
97
|
+
$kendo-treeview-text: k-color(on-app-surface) !default;
|
|
98
|
+
/// The border color of the TreeView.
|
|
99
|
+
/// @group treeview
|
|
100
|
+
$kendo-treeview-border: null !default;
|
|
101
|
+
|
|
102
|
+
/// The background color of hovered TreeView items.
|
|
103
|
+
/// @group treeview
|
|
104
|
+
$kendo-treeview-item-hover-bg: k-color(primary-subtle-hover) !default;
|
|
105
|
+
/// The text color of hovered TreeView items.
|
|
106
|
+
/// @group treeview
|
|
107
|
+
$kendo-treeview-item-hover-text: k-color(primary-on-subtle) !default;
|
|
108
|
+
/// The border color of hovered TreeView items.
|
|
109
|
+
/// @group treeview
|
|
110
|
+
$kendo-treeview-item-hover-border: null !default;
|
|
111
|
+
/// The background gradient of hovered TreeView items.
|
|
112
|
+
/// @group treeview
|
|
113
|
+
$kendo-treeview-item-hover-gradient: null !default;
|
|
114
|
+
|
|
115
|
+
/// The background color of selected TreeView items.
|
|
116
|
+
/// @group treeview
|
|
117
|
+
$kendo-treeview-item-selected-bg: k-color(primary-subtle-active) !default;
|
|
118
|
+
/// The text color of selected TreeView items.
|
|
119
|
+
/// @group treeview
|
|
120
|
+
$kendo-treeview-item-selected-text: k-color(primary-on-subtle) !default;
|
|
121
|
+
/// The border color of selected TreeView items.
|
|
122
|
+
/// @group treeview
|
|
123
|
+
$kendo-treeview-item-selected-border: null !default;
|
|
124
|
+
/// The background gradient of selected TreeView items.
|
|
125
|
+
/// @group treeview
|
|
126
|
+
$kendo-treeview-item-selected-gradient: null !default;
|
|
127
|
+
|
|
128
|
+
/// The background color of selected and hovered TreeView items.
|
|
129
|
+
/// @group treeview
|
|
130
|
+
$kendo-treeview-item-selected-hover-bg: color-mix(in srgb, k-color(primary-subtle-active), k-color(primary-emphasis) 50%) !default;
|
|
131
|
+
|
|
132
|
+
/// The box shadow of focused TreeView items.
|
|
133
|
+
/// @group treeview
|
|
134
|
+
$kendo-treeview-item-focus-shadow: null !default;
|
|
135
|
+
/// The outline color of the focused TreeView items.
|
|
136
|
+
/// @group treeview
|
|
137
|
+
$kendo-treeview-item-focus-outline-color: k-color(subtle) !default;
|
|
138
|
+
/// The outline offset of the focused TreeView items.
|
|
139
|
+
/// @group treeview
|
|
140
|
+
$kendo-treeview-item-focus-outline-offset: 1px !default;
|
|
141
|
+
|
|
142
|
+
/// The background color of the Load More button in the TreeView
|
|
143
|
+
/// @group treeview
|
|
144
|
+
$kendo-treeview-loadmore-bg: transparent !default;
|
|
145
|
+
/// The text color of the Load More button in the TreeView
|
|
146
|
+
/// @group treeview
|
|
147
|
+
$kendo-treeview-loadmore-text: k-color(primary) !default;
|
|
148
|
+
/// The border color of the Load More button in the TreeView
|
|
149
|
+
/// @group treeview
|
|
150
|
+
$kendo-treeview-loadmore-border: null !default;
|
|
151
|
+
|
|
152
|
+
/// The background color of the hovered Load More button in the TreeView
|
|
153
|
+
/// @group treeview
|
|
154
|
+
$kendo-treeview-loadmore-hover-bg: transparent !default;
|
|
155
|
+
/// The text color of the hovered Load More button in the TreeView.
|
|
156
|
+
/// @group treeview
|
|
157
|
+
$kendo-treeview-loadmore-hover-text: k-color(primary-hover) !default;
|
|
158
|
+
/// The border color of the hovered Load More button in the TreeView.
|
|
159
|
+
/// @group treeview
|
|
160
|
+
$kendo-treeview-loadmore-hover-border: null !default;
|
|
161
|
+
|
|
162
|
+
/// The background color of the focused Load More button in the TreeView.
|
|
163
|
+
/// @group treeview
|
|
164
|
+
$kendo-treeview-loadmore-focus-bg: transparent !default;
|
|
165
|
+
/// The text color of the focused Load More button in the TreeView.
|
|
166
|
+
/// @group treeview
|
|
167
|
+
$kendo-treeview-loadmore-focus-text: k-color(primary-hover) !default;
|
|
168
|
+
/// The border color of the focused Load More button in the TreeView.
|
|
169
|
+
/// @group treeview
|
|
170
|
+
$kendo-treeview-loadmore-focus-border: null !default;
|
|
171
|
+
/// The box shadow of the focused Load More button in the TreeView.
|
|
172
|
+
/// @group treeview
|
|
173
|
+
$kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !default;
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
@forward "@progress/kendo-theme-core/scss/components/treeview/_variables.scss" with (
|
|
177
|
+
$kendo-treeview-default-size: $kendo-treeview-default-size,
|
|
178
|
+
$kendo-treeview-gap: $kendo-treeview-gap,
|
|
179
|
+
$kendo-treeview-border-radius: $kendo-treeview-border-radius,
|
|
180
|
+
$kendo-treeview-font-family: $kendo-treeview-font-family,
|
|
181
|
+
$kendo-treeview-font-size: $kendo-treeview-font-size,
|
|
182
|
+
$kendo-treeview-sm-font-size: $kendo-treeview-sm-font-size,
|
|
183
|
+
$kendo-treeview-md-font-size: $kendo-treeview-md-font-size,
|
|
184
|
+
$kendo-treeview-lg-font-size: $kendo-treeview-lg-font-size,
|
|
185
|
+
$kendo-treeview-line-height: $kendo-treeview-line-height,
|
|
186
|
+
$kendo-treeview-sm-line-height: $kendo-treeview-sm-line-height,
|
|
187
|
+
$kendo-treeview-md-line-height: $kendo-treeview-md-line-height,
|
|
188
|
+
$kendo-treeview-lg-line-height: $kendo-treeview-lg-line-height,
|
|
189
|
+
$kendo-treeview-indent: $kendo-treeview-indent,
|
|
190
|
+
$kendo-treeview-sm-item-padding-x: $kendo-treeview-sm-item-padding-x,
|
|
191
|
+
$kendo-treeview-md-item-padding-x: $kendo-treeview-md-item-padding-x,
|
|
192
|
+
$kendo-treeview-lg-item-padding-x: $kendo-treeview-lg-item-padding-x,
|
|
193
|
+
$kendo-treeview-sm-item-padding-y: $kendo-treeview-sm-item-padding-y,
|
|
194
|
+
$kendo-treeview-md-item-padding-y: $kendo-treeview-md-item-padding-y,
|
|
195
|
+
$kendo-treeview-lg-item-padding-y: $kendo-treeview-lg-item-padding-y,
|
|
196
|
+
$kendo-treeview-item-border-width: $kendo-treeview-item-border-width,
|
|
197
|
+
$kendo-treeview-item-border-radius: $kendo-treeview-item-border-radius,
|
|
198
|
+
$kendo-treeview-sm-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,
|
|
199
|
+
$kendo-treeview-md-checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,
|
|
200
|
+
$kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,
|
|
201
|
+
$kendo-treeview-sm-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y,
|
|
202
|
+
$kendo-treeview-md-checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y,
|
|
203
|
+
$kendo-treeview-lg-checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y,
|
|
204
|
+
$kendo-treeview-bg: $kendo-treeview-bg,
|
|
205
|
+
$kendo-treeview-text: $kendo-treeview-text,
|
|
206
|
+
$kendo-treeview-border: $kendo-treeview-border,
|
|
207
|
+
$kendo-treeview-item-hover-bg: $kendo-treeview-item-hover-bg,
|
|
208
|
+
$kendo-treeview-item-hover-text: $kendo-treeview-item-hover-text,
|
|
209
|
+
$kendo-treeview-item-hover-border: $kendo-treeview-item-hover-border,
|
|
210
|
+
$kendo-treeview-item-hover-gradient: $kendo-treeview-item-hover-gradient,
|
|
211
|
+
$kendo-treeview-item-selected-bg: $kendo-treeview-item-selected-bg,
|
|
212
|
+
$kendo-treeview-item-selected-text: $kendo-treeview-item-selected-text,
|
|
213
|
+
$kendo-treeview-item-selected-border: $kendo-treeview-item-selected-border,
|
|
214
|
+
$kendo-treeview-item-selected-gradient: $kendo-treeview-item-selected-gradient,
|
|
215
|
+
$kendo-treeview-item-selected-hover-bg: $kendo-treeview-item-selected-hover-bg,
|
|
216
|
+
$kendo-treeview-item-focus-shadow: $kendo-treeview-item-focus-shadow,
|
|
217
|
+
$kendo-treeview-loadmore-bg: $kendo-treeview-loadmore-bg,
|
|
218
|
+
$kendo-treeview-loadmore-text: $kendo-treeview-loadmore-text,
|
|
219
|
+
$kendo-treeview-loadmore-border: $kendo-treeview-loadmore-border,
|
|
220
|
+
$kendo-treeview-loadmore-hover-bg: $kendo-treeview-loadmore-hover-bg,
|
|
221
|
+
$kendo-treeview-loadmore-hover-text: $kendo-treeview-loadmore-hover-text,
|
|
222
|
+
$kendo-treeview-loadmore-hover-border: $kendo-treeview-loadmore-hover-border,
|
|
223
|
+
$kendo-treeview-loadmore-focus-bg: $kendo-treeview-loadmore-focus-bg,
|
|
224
|
+
$kendo-treeview-loadmore-focus-text: $kendo-treeview-loadmore-focus-text,
|
|
225
|
+
$kendo-treeview-loadmore-focus-border: $kendo-treeview-loadmore-focus-border,
|
|
226
|
+
$kendo-treeview-loadmore-focus-shadow: $kendo-treeview-loadmore-focus-shadow
|
|
227
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../utils/_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-typography--styles() {
|
|
12
|
+
@include import-once( "typography" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-typography--layout();
|
|
15
|
+
@include kendo-typography--theme();
|
|
16
|
+
@include kendo-utils--typography();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,419 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
// Typography
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
// Headings
|
|
6
|
+
|
|
7
|
+
/// The font size of the highest level heading.
|
|
8
|
+
/// @group typography-component
|
|
9
|
+
$kendo-h1-font-size: calc( var( --kendo-font-size ) * 4 ) !default;
|
|
10
|
+
/// The font size of the second highest level heading.
|
|
11
|
+
/// @group typography-component
|
|
12
|
+
$kendo-h2-font-size: calc( var( --kendo-font-size ) * 3.25 ) !default;
|
|
13
|
+
/// The font size of the third highest level heading.
|
|
14
|
+
/// @group typography-component
|
|
15
|
+
$kendo-h3-font-size: calc( var( --kendo-font-size ) * 2.5 ) !default;
|
|
16
|
+
/// The font size of the fourth highest level heading.
|
|
17
|
+
/// @group typography-component
|
|
18
|
+
$kendo-h4-font-size: calc( var( --kendo-font-size ) * 1.75 ) !default;
|
|
19
|
+
/// The font size of the fifth highest level heading.
|
|
20
|
+
/// @group typography-component
|
|
21
|
+
$kendo-h5-font-size: calc( var( --kendo-font-size ) * 1.375 ) !default;
|
|
22
|
+
/// The font size of the sixth highest level heading.
|
|
23
|
+
/// @group typography-component
|
|
24
|
+
$kendo-h6-font-size: calc( var( --kendo-font-size ) * 1.125 ) !default;
|
|
25
|
+
|
|
26
|
+
/// The font family of the highest level heading.
|
|
27
|
+
/// @group typography-component
|
|
28
|
+
$kendo-h1-font-family: var( --kendo-font-family ) !default;
|
|
29
|
+
/// The font family of the second highest level heading.
|
|
30
|
+
/// @group typography-component
|
|
31
|
+
$kendo-h2-font-family: var( --kendo-font-family ) !default;
|
|
32
|
+
/// The font family of the third highest level heading.
|
|
33
|
+
/// @group typography-component
|
|
34
|
+
$kendo-h3-font-family: var( --kendo-font-family ) !default;
|
|
35
|
+
/// The font family of the fourth highest level heading.
|
|
36
|
+
/// @group typography-component
|
|
37
|
+
$kendo-h4-font-family: var( --kendo-font-family ) !default;
|
|
38
|
+
/// The font family of the fifth highest level heading.
|
|
39
|
+
/// @group typography-component
|
|
40
|
+
$kendo-h5-font-family: var( --kendo-font-family ) !default;
|
|
41
|
+
/// The font family of the sixth highest level heading.
|
|
42
|
+
/// @group typography-component
|
|
43
|
+
$kendo-h6-font-family: var( --kendo-font-family ) !default;
|
|
44
|
+
|
|
45
|
+
/// The line height of the highest level heading.
|
|
46
|
+
/// @group typography-component
|
|
47
|
+
$kendo-h1-line-height: 80px !default;
|
|
48
|
+
/// The line height of the second highest level heading.
|
|
49
|
+
/// @group typography-component
|
|
50
|
+
$kendo-h2-line-height: 62px !default;
|
|
51
|
+
/// The line height of the third highest level heading.
|
|
52
|
+
/// @group typography-component
|
|
53
|
+
$kendo-h3-line-height: 48px !default;
|
|
54
|
+
/// The line height of the fourth highest level heading.
|
|
55
|
+
/// @group typography-component
|
|
56
|
+
$kendo-h4-line-height: 34px !default;
|
|
57
|
+
/// The line height of the fifth highest level heading.
|
|
58
|
+
/// @group typography-component
|
|
59
|
+
$kendo-h5-line-height: 36px !default;
|
|
60
|
+
/// The line height of the sixth highest level heading.
|
|
61
|
+
/// @group typography-component
|
|
62
|
+
$kendo-h6-line-height: 22px !default;
|
|
63
|
+
|
|
64
|
+
/// The font weight of the highest level heading.
|
|
65
|
+
/// @group typography-component
|
|
66
|
+
$kendo-h1-font-weight: var( --kendo-font-weight-semibold ) !default;
|
|
67
|
+
/// The font weight of the second highest level heading.
|
|
68
|
+
/// @group typography-component
|
|
69
|
+
$kendo-h2-font-weight: var( --kendo-font-weight-semibold ) !default;
|
|
70
|
+
/// The font weight of the third highest level heading.
|
|
71
|
+
/// @group typography-component
|
|
72
|
+
$kendo-h3-font-weight: var( --kendo-font-weight-semibold ) !default;
|
|
73
|
+
/// The font weight of the fourth highest level heading.
|
|
74
|
+
/// @group typography-component
|
|
75
|
+
$kendo-h4-font-weight: var( --kendo-font-weight-semibold ) !default;
|
|
76
|
+
/// The font weight of the fifth highest level heading.
|
|
77
|
+
/// @group typography-component
|
|
78
|
+
$kendo-h5-font-weight: var( --kendo-font-weight-semibold ) !default;
|
|
79
|
+
/// The font weight of the sixth highest level heading.
|
|
80
|
+
/// @group typography-component
|
|
81
|
+
$kendo-h6-font-weight: var( --kendo-font-weight-semibold ) !default;
|
|
82
|
+
|
|
83
|
+
/// The letter spacing of the highest level heading.
|
|
84
|
+
/// @group typography-component
|
|
85
|
+
$kendo-h1-letter-spacing: null !default;
|
|
86
|
+
/// The letter spacing of the second highest level heading.
|
|
87
|
+
/// @group typography-component
|
|
88
|
+
$kendo-h2-letter-spacing: null !default;
|
|
89
|
+
/// The letter spacing of the third highest level heading.
|
|
90
|
+
/// @group typography-component
|
|
91
|
+
$kendo-h3-letter-spacing: null !default;
|
|
92
|
+
/// The letter spacing of the fourth highest level heading.
|
|
93
|
+
/// @group typography-component
|
|
94
|
+
$kendo-h4-letter-spacing: null !default;
|
|
95
|
+
/// The letter spacing of the fifth highest level heading.
|
|
96
|
+
/// @group typography-component
|
|
97
|
+
$kendo-h5-letter-spacing: null !default;
|
|
98
|
+
/// The letter spacing of the sixth highest level heading.
|
|
99
|
+
/// @group typography-component
|
|
100
|
+
$kendo-h6-letter-spacing: null !default;
|
|
101
|
+
|
|
102
|
+
/// The margin of the highest level heading.
|
|
103
|
+
/// @group typography-component
|
|
104
|
+
$kendo-h1-margin: 0 0 var( --kendo-font-size ) !default;
|
|
105
|
+
/// The margin of the second highest level heading.
|
|
106
|
+
/// @group typography-component
|
|
107
|
+
$kendo-h2-margin: 0 0 var( --kendo-font-size ) !default;
|
|
108
|
+
/// The margin of the third highest level heading.
|
|
109
|
+
/// @group typography-component
|
|
110
|
+
$kendo-h3-margin: 0 0 var( --kendo-font-size ) !default;
|
|
111
|
+
/// The margin of the fourth highest level heading.
|
|
112
|
+
/// @group typography-component
|
|
113
|
+
$kendo-h4-margin: 0 0 var( --kendo-font-size ) !default;
|
|
114
|
+
/// The margin of the fifth highest level heading.
|
|
115
|
+
/// @group typography-component
|
|
116
|
+
$kendo-h5-margin: 0 0 var( --kendo-font-size ) !default;
|
|
117
|
+
/// The margin of the sixth highest level heading.
|
|
118
|
+
/// @group typography-component
|
|
119
|
+
$kendo-h6-margin: 0 0 var( --kendo-font-size ) !default;
|
|
120
|
+
|
|
121
|
+
/// The headings Map.
|
|
122
|
+
/// @group typography-component
|
|
123
|
+
$kendo-headings: (
|
|
124
|
+
h1: (
|
|
125
|
+
font-size: $kendo-h1-font-size,
|
|
126
|
+
font-family: $kendo-h1-font-family,
|
|
127
|
+
line-height: $kendo-h1-line-height,
|
|
128
|
+
font-weight: $kendo-h1-font-weight,
|
|
129
|
+
letter-spacing: $kendo-h1-letter-spacing,
|
|
130
|
+
margin: $kendo-h1-margin
|
|
131
|
+
),
|
|
132
|
+
h2: (
|
|
133
|
+
font-size: $kendo-h2-font-size,
|
|
134
|
+
font-family: $kendo-h2-font-family,
|
|
135
|
+
line-height: $kendo-h2-line-height,
|
|
136
|
+
font-weight: $kendo-h2-font-weight,
|
|
137
|
+
letter-spacing: $kendo-h2-letter-spacing,
|
|
138
|
+
margin: $kendo-h2-margin
|
|
139
|
+
),
|
|
140
|
+
h3: (
|
|
141
|
+
font-size: $kendo-h3-font-size,
|
|
142
|
+
font-family: $kendo-h3-font-family,
|
|
143
|
+
line-height: $kendo-h3-line-height,
|
|
144
|
+
font-weight: $kendo-h3-font-weight,
|
|
145
|
+
letter-spacing: $kendo-h3-letter-spacing,
|
|
146
|
+
margin: $kendo-h3-margin
|
|
147
|
+
),
|
|
148
|
+
h4: (
|
|
149
|
+
font-size: $kendo-h4-font-size,
|
|
150
|
+
font-family: $kendo-h4-font-family,
|
|
151
|
+
line-height: $kendo-h4-line-height,
|
|
152
|
+
font-weight: $kendo-h4-font-weight,
|
|
153
|
+
letter-spacing: $kendo-h4-letter-spacing,
|
|
154
|
+
margin: $kendo-h4-margin
|
|
155
|
+
),
|
|
156
|
+
h5: (
|
|
157
|
+
font-size: $kendo-h5-font-size,
|
|
158
|
+
font-family: $kendo-h5-font-family,
|
|
159
|
+
line-height: $kendo-h5-line-height,
|
|
160
|
+
font-weight: $kendo-h5-font-weight,
|
|
161
|
+
letter-spacing: $kendo-h5-letter-spacing,
|
|
162
|
+
margin: $kendo-h5-margin
|
|
163
|
+
),
|
|
164
|
+
h6: (
|
|
165
|
+
font-size: $kendo-h6-font-size,
|
|
166
|
+
font-family: $kendo-h6-font-family,
|
|
167
|
+
line-height: $kendo-h6-line-height,
|
|
168
|
+
font-weight: $kendo-h6-font-weight,
|
|
169
|
+
letter-spacing: $kendo-h6-letter-spacing,
|
|
170
|
+
margin: $kendo-h6-margin
|
|
171
|
+
)
|
|
172
|
+
) !default;
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
// Paragraph
|
|
176
|
+
|
|
177
|
+
/// The margin of the paragraph.
|
|
178
|
+
/// @group typography-component
|
|
179
|
+
$kendo-paragraph-margin: 0 0 var( --kendo-font-size ) !default;
|
|
180
|
+
/// The font size of the paragraph.
|
|
181
|
+
/// @group typography-component
|
|
182
|
+
$kendo-paragraph-font-size: var( --kendo-font-size ) !default;
|
|
183
|
+
/// The font family of the paragraph.
|
|
184
|
+
/// @group typography-component
|
|
185
|
+
$kendo-paragraph-font-family: var( --kendo-font-family ) !default;
|
|
186
|
+
/// The line height of the paragraph.
|
|
187
|
+
/// @group typography-component
|
|
188
|
+
$kendo-paragraph-line-height: var( --kendo-line-height ) !default;
|
|
189
|
+
/// The font weight of the paragraph.
|
|
190
|
+
/// @group typography-component
|
|
191
|
+
$kendo-paragraph-font-weight: var( --kendo-font-weight-normal ) !default;
|
|
192
|
+
/// The letter spacing of the paragraph.
|
|
193
|
+
/// @group typography-component
|
|
194
|
+
$kendo-paragraph-letter-spacing: null !default;
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
// Code
|
|
198
|
+
|
|
199
|
+
/// The font size of the code tag.
|
|
200
|
+
/// @group typography-component
|
|
201
|
+
$kendo-code-font-size: var( --kendo-font-size ) !default;
|
|
202
|
+
/// The font family of the code tag.
|
|
203
|
+
/// @group typography-component
|
|
204
|
+
$kendo-code-font-family: var( --kendo-font-family-monospace ) !default;
|
|
205
|
+
/// The line height of the code tag.
|
|
206
|
+
/// @group typography-component
|
|
207
|
+
$kendo-code-line-height: 20px !default;
|
|
208
|
+
/// The font weight of the code tag.
|
|
209
|
+
/// @group typography-component
|
|
210
|
+
$kendo-code-font-weight: var( --kendo-font-weight-normal ) !default;
|
|
211
|
+
/// The letter spacing of the code tag.
|
|
212
|
+
/// @group typography-component
|
|
213
|
+
$kendo-code-letter-spacing: null !default;
|
|
214
|
+
|
|
215
|
+
/// The horizontal padding of the code tag.
|
|
216
|
+
/// @group typography-component
|
|
217
|
+
$kendo-code-padding-x: k-spacing(1) !default;
|
|
218
|
+
/// The vertical padding of the code tag.
|
|
219
|
+
/// @group typography-component
|
|
220
|
+
$kendo-code-padding-y: k-spacing(0) !default;
|
|
221
|
+
/// The horizontal padding of the preformatted text.
|
|
222
|
+
/// @group typography-component
|
|
223
|
+
$kendo-pre-padding-x: k-spacing(6) !default;
|
|
224
|
+
/// The vertical padding of the preformatted text.
|
|
225
|
+
/// @group typography-component
|
|
226
|
+
$kendo-pre-padding-y: k-spacing(4) !default;
|
|
227
|
+
/// The width of the border of the code tag.
|
|
228
|
+
/// @group typography-component
|
|
229
|
+
$kendo-code-border-width: 1px !default;
|
|
230
|
+
|
|
231
|
+
/// The background color of the code tag.
|
|
232
|
+
/// @group typography-component
|
|
233
|
+
$kendo-code-bg: k-color(surface) !default;
|
|
234
|
+
/// The color of the code tag.
|
|
235
|
+
/// @group typography-component
|
|
236
|
+
$kendo-code-text: k-color(on-app-surface) !default;
|
|
237
|
+
/// The border color of the code tag.
|
|
238
|
+
/// @group typography-component
|
|
239
|
+
$kendo-code-border: k-color(border) !default;
|
|
240
|
+
|
|
241
|
+
// Display
|
|
242
|
+
|
|
243
|
+
/// The font size of the largest display text.
|
|
244
|
+
/// @group typography-component
|
|
245
|
+
$kendo-display1-font-size: calc( var( --kendo-font-size ) * 8) !default;
|
|
246
|
+
/// The font size of the second largest display text.
|
|
247
|
+
/// @group typography-component
|
|
248
|
+
$kendo-display2-font-size: calc( var( --kendo-font-size ) * 7) !default;
|
|
249
|
+
/// The font size of the third largest display text.
|
|
250
|
+
/// @group typography-component
|
|
251
|
+
$kendo-display3-font-size: calc( var( --kendo-font-size ) * 6) !default;
|
|
252
|
+
/// The font size of the fourth largest display text.
|
|
253
|
+
/// @group typography-component
|
|
254
|
+
$kendo-display4-font-size: calc( var( --kendo-font-size ) * 5) !default;
|
|
255
|
+
|
|
256
|
+
/// The font family of the largest display text.
|
|
257
|
+
/// @group typography-component
|
|
258
|
+
$kendo-display1-font-family: var( --kendo-font-family ) !default;
|
|
259
|
+
/// The font family of the second largest display text.
|
|
260
|
+
/// @group typography-component
|
|
261
|
+
$kendo-display2-font-family: var( --kendo-font-family ) !default;
|
|
262
|
+
/// The font family of the third largest display text.
|
|
263
|
+
/// @group typography-component
|
|
264
|
+
$kendo-display3-font-family: var( --kendo-font-family ) !default;
|
|
265
|
+
/// The font family of the fourth largest display text.
|
|
266
|
+
/// @group typography-component
|
|
267
|
+
$kendo-display4-font-family: var( --kendo-font-family ) !default;
|
|
268
|
+
|
|
269
|
+
/// The line height of the largest display text.
|
|
270
|
+
/// @group typography-component
|
|
271
|
+
$kendo-display1-line-height: 1.2 !default;
|
|
272
|
+
/// The line height of the second largest display text.
|
|
273
|
+
/// @group typography-component
|
|
274
|
+
$kendo-display2-line-height: 1.2 !default;
|
|
275
|
+
/// The line height of the third largest display text.
|
|
276
|
+
/// @group typography-component
|
|
277
|
+
$kendo-display3-line-height: 1.25 !default;
|
|
278
|
+
/// The line height of the fourth largest display text.
|
|
279
|
+
/// @group typography-component
|
|
280
|
+
$kendo-display4-line-height: 1.2 !default;
|
|
281
|
+
|
|
282
|
+
/// The font weight of the largest display text.
|
|
283
|
+
/// @group typography-component
|
|
284
|
+
$kendo-display1-font-weight: var( --kendo-font-weight-light ) !default;
|
|
285
|
+
/// The font weight of the second largest display text.
|
|
286
|
+
/// @group typography-component
|
|
287
|
+
$kendo-display2-font-weight: var( --kendo-font-weight-light ) !default;
|
|
288
|
+
/// The font weight of the third largest display text.
|
|
289
|
+
/// @group typography-component
|
|
290
|
+
$kendo-display3-font-weight: var( --kendo-font-weight-light ) !default;
|
|
291
|
+
/// The font weight of the fourth largest display text.
|
|
292
|
+
/// @group typography-component
|
|
293
|
+
$kendo-display4-font-weight: var( --kendo-font-weight-light ) !default;
|
|
294
|
+
|
|
295
|
+
/// The letter spacing of the largest display text.
|
|
296
|
+
/// @group typography-component
|
|
297
|
+
$kendo-display1-letter-spacing: null !default;
|
|
298
|
+
/// The letter spacing of the second largest display text.
|
|
299
|
+
/// @group typography-component
|
|
300
|
+
$kendo-display2-letter-spacing: null !default;
|
|
301
|
+
/// The letter spacing of the third largest display text.
|
|
302
|
+
/// @group typography-component
|
|
303
|
+
$kendo-display3-letter-spacing: null !default;
|
|
304
|
+
/// The letter spacing of the fourth largest display text.
|
|
305
|
+
/// @group typography-component
|
|
306
|
+
$kendo-display4-letter-spacing: null !default;
|
|
307
|
+
|
|
308
|
+
/// The displays Map.
|
|
309
|
+
/// @group typography-component
|
|
310
|
+
$kendo-display: (
|
|
311
|
+
1: (
|
|
312
|
+
font-size: $kendo-display1-font-size,
|
|
313
|
+
font-family: $kendo-display1-font-family,
|
|
314
|
+
line-height: $kendo-display1-line-height,
|
|
315
|
+
font-weight: $kendo-display1-font-weight,
|
|
316
|
+
letter-spacing: $kendo-display1-letter-spacing
|
|
317
|
+
),
|
|
318
|
+
2: (
|
|
319
|
+
font-size: $kendo-display2-font-size,
|
|
320
|
+
font-family: $kendo-display2-font-family,
|
|
321
|
+
line-height: $kendo-display2-line-height,
|
|
322
|
+
font-weight: $kendo-display2-font-weight,
|
|
323
|
+
letter-spacing: $kendo-display2-letter-spacing
|
|
324
|
+
),
|
|
325
|
+
3: (
|
|
326
|
+
font-size: $kendo-display3-font-size,
|
|
327
|
+
font-family: $kendo-display3-font-family,
|
|
328
|
+
line-height: $kendo-display3-line-height,
|
|
329
|
+
font-weight: $kendo-display3-font-weight,
|
|
330
|
+
letter-spacing: $kendo-display3-letter-spacing
|
|
331
|
+
),
|
|
332
|
+
4: (
|
|
333
|
+
font-size: $kendo-display4-font-size,
|
|
334
|
+
font-family: $kendo-display4-font-family,
|
|
335
|
+
line-height: $kendo-display4-line-height,
|
|
336
|
+
font-weight: $kendo-display4-font-weight,
|
|
337
|
+
letter-spacing: $kendo-display4-letter-spacing
|
|
338
|
+
)
|
|
339
|
+
) !default;
|
|
340
|
+
|
|
341
|
+
@forward "@progress/kendo-theme-core/scss/components/typography/_variables.scss" with (
|
|
342
|
+
$kendo-h1-font-size: $kendo-h1-font-size,
|
|
343
|
+
$kendo-h2-font-size: $kendo-h2-font-size,
|
|
344
|
+
$kendo-h3-font-size: $kendo-h3-font-size,
|
|
345
|
+
$kendo-h4-font-size: $kendo-h4-font-size,
|
|
346
|
+
$kendo-h5-font-size: $kendo-h5-font-size,
|
|
347
|
+
$kendo-h6-font-size: $kendo-h6-font-size,
|
|
348
|
+
$kendo-h1-font-family: $kendo-h1-font-family,
|
|
349
|
+
$kendo-h2-font-family: $kendo-h2-font-family,
|
|
350
|
+
$kendo-h3-font-family: $kendo-h3-font-family,
|
|
351
|
+
$kendo-h4-font-family: $kendo-h4-font-family,
|
|
352
|
+
$kendo-h5-font-family: $kendo-h5-font-family,
|
|
353
|
+
$kendo-h6-font-family: $kendo-h6-font-family,
|
|
354
|
+
$kendo-h1-line-height: $kendo-h1-line-height,
|
|
355
|
+
$kendo-h2-line-height: $kendo-h2-line-height,
|
|
356
|
+
$kendo-h3-line-height: $kendo-h3-line-height,
|
|
357
|
+
$kendo-h4-line-height: $kendo-h4-line-height,
|
|
358
|
+
$kendo-h5-line-height: $kendo-h5-line-height,
|
|
359
|
+
$kendo-h6-line-height: $kendo-h6-line-height,
|
|
360
|
+
$kendo-h1-font-weight: $kendo-h1-font-weight,
|
|
361
|
+
$kendo-h2-font-weight: $kendo-h2-font-weight,
|
|
362
|
+
$kendo-h3-font-weight: $kendo-h3-font-weight,
|
|
363
|
+
$kendo-h4-font-weight: $kendo-h4-font-weight,
|
|
364
|
+
$kendo-h5-font-weight: $kendo-h5-font-weight,
|
|
365
|
+
$kendo-h6-font-weight: $kendo-h6-font-weight,
|
|
366
|
+
$kendo-h1-letter-spacing: $kendo-h1-letter-spacing,
|
|
367
|
+
$kendo-h2-letter-spacing: $kendo-h2-letter-spacing,
|
|
368
|
+
$kendo-h3-letter-spacing: $kendo-h3-letter-spacing,
|
|
369
|
+
$kendo-h4-letter-spacing: $kendo-h4-letter-spacing,
|
|
370
|
+
$kendo-h5-letter-spacing: $kendo-h5-letter-spacing,
|
|
371
|
+
$kendo-h6-letter-spacing: $kendo-h6-letter-spacing,
|
|
372
|
+
$kendo-h1-margin: $kendo-h1-margin,
|
|
373
|
+
$kendo-h2-margin: $kendo-h2-margin,
|
|
374
|
+
$kendo-h3-margin: $kendo-h3-margin,
|
|
375
|
+
$kendo-h4-margin: $kendo-h4-margin,
|
|
376
|
+
$kendo-h5-margin: $kendo-h5-margin,
|
|
377
|
+
$kendo-h6-margin: $kendo-h6-margin,
|
|
378
|
+
$kendo-headings: $kendo-headings,
|
|
379
|
+
$kendo-paragraph-margin: $kendo-paragraph-margin,
|
|
380
|
+
$kendo-paragraph-font-size: $kendo-paragraph-font-size,
|
|
381
|
+
$kendo-paragraph-font-family: $kendo-paragraph-font-family,
|
|
382
|
+
$kendo-paragraph-line-height: $kendo-paragraph-line-height,
|
|
383
|
+
$kendo-paragraph-font-weight: $kendo-paragraph-font-weight,
|
|
384
|
+
$kendo-paragraph-letter-spacing: $kendo-paragraph-letter-spacing,
|
|
385
|
+
$kendo-code-font-size: $kendo-code-font-size,
|
|
386
|
+
$kendo-code-font-family: $kendo-code-font-family,
|
|
387
|
+
$kendo-code-line-height: $kendo-code-line-height,
|
|
388
|
+
$kendo-code-font-weight: $kendo-code-font-weight,
|
|
389
|
+
$kendo-code-letter-spacing: $kendo-code-letter-spacing,
|
|
390
|
+
$kendo-code-padding-x: $kendo-code-padding-x,
|
|
391
|
+
$kendo-code-padding-y: $kendo-code-padding-y,
|
|
392
|
+
$kendo-pre-padding-x: $kendo-pre-padding-x,
|
|
393
|
+
$kendo-pre-padding-y: $kendo-pre-padding-y,
|
|
394
|
+
$kendo-code-border-width: $kendo-code-border-width,
|
|
395
|
+
$kendo-code-bg: $kendo-code-bg,
|
|
396
|
+
$kendo-code-text: $kendo-code-text,
|
|
397
|
+
$kendo-code-border: $kendo-code-border,
|
|
398
|
+
$kendo-display1-font-size: $kendo-display1-font-size,
|
|
399
|
+
$kendo-display2-font-size: $kendo-display2-font-size,
|
|
400
|
+
$kendo-display3-font-size: $kendo-display3-font-size,
|
|
401
|
+
$kendo-display4-font-size: $kendo-display4-font-size,
|
|
402
|
+
$kendo-display1-font-family: $kendo-display1-font-family,
|
|
403
|
+
$kendo-display2-font-family: $kendo-display2-font-family,
|
|
404
|
+
$kendo-display3-font-family: $kendo-display3-font-family,
|
|
405
|
+
$kendo-display4-font-family: $kendo-display4-font-family,
|
|
406
|
+
$kendo-display1-line-height: $kendo-display1-line-height,
|
|
407
|
+
$kendo-display2-line-height: $kendo-display2-line-height,
|
|
408
|
+
$kendo-display3-line-height: $kendo-display3-line-height,
|
|
409
|
+
$kendo-display4-line-height: $kendo-display4-line-height,
|
|
410
|
+
$kendo-display1-font-weight: $kendo-display1-font-weight,
|
|
411
|
+
$kendo-display2-font-weight: $kendo-display2-font-weight,
|
|
412
|
+
$kendo-display3-font-weight: $kendo-display3-font-weight,
|
|
413
|
+
$kendo-display4-font-weight: $kendo-display4-font-weight,
|
|
414
|
+
$kendo-display1-letter-spacing: $kendo-display1-letter-spacing,
|
|
415
|
+
$kendo-display2-letter-spacing: $kendo-display2-letter-spacing,
|
|
416
|
+
$kendo-display3-letter-spacing: $kendo-display3-letter-spacing,
|
|
417
|
+
$kendo-display4-letter-spacing: $kendo-display4-letter-spacing,
|
|
418
|
+
$kendo-display: $kendo-display
|
|
419
|
+
);
|