@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,444 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// Calendar
|
|
4
|
+
|
|
5
|
+
/// The default size of the Calendar.
|
|
6
|
+
/// @group calendar
|
|
7
|
+
/// @role default
|
|
8
|
+
$kendo-calendar-default-size: "md" !default;
|
|
9
|
+
|
|
10
|
+
/// The width of the border around the Calendar.
|
|
11
|
+
/// @group calendar
|
|
12
|
+
$kendo-calendar-border-width: 1px !default;
|
|
13
|
+
|
|
14
|
+
/// The font family of the Calendar.
|
|
15
|
+
/// @group calendar
|
|
16
|
+
$kendo-calendar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
17
|
+
/// The font size of the Calendar.
|
|
18
|
+
/// @group calendar
|
|
19
|
+
$kendo-calendar-font-size: null !default;
|
|
20
|
+
/// The line height of the Calendar.
|
|
21
|
+
/// @group calendar
|
|
22
|
+
$kendo-calendar-line-height: null !default;
|
|
23
|
+
/// The border-radius of the Calendar.
|
|
24
|
+
/// @group calendar
|
|
25
|
+
$kendo-calendar-border-radius: k-border-radius(xxl) !default;
|
|
26
|
+
|
|
27
|
+
/// The size of the cells in the Calendar.
|
|
28
|
+
/// @group calendar
|
|
29
|
+
$kendo-calendar-cell-size: 36px !default;
|
|
30
|
+
|
|
31
|
+
/// The background color of the Calendar.
|
|
32
|
+
/// @group calendar
|
|
33
|
+
$kendo-calendar-bg: k-color(surface-alt) !default;
|
|
34
|
+
/// The text color of the Calendar.
|
|
35
|
+
/// @group calendar
|
|
36
|
+
$kendo-calendar-text: k-color(on-app-surface) !default;
|
|
37
|
+
/// The border color of the Calendar.
|
|
38
|
+
/// @group calendar
|
|
39
|
+
$kendo-calendar-border: k-color(border) !default;
|
|
40
|
+
|
|
41
|
+
/// The horizontal padding of the header in the Calendar.
|
|
42
|
+
/// @group calendar
|
|
43
|
+
$kendo-calendar-header-padding-x: k-spacing(2.5) !default;
|
|
44
|
+
/// The vertical padding of the header in the Calendar.
|
|
45
|
+
/// @group calendar
|
|
46
|
+
$kendo-calendar-header-padding-y: k-spacing(2.5) !default;
|
|
47
|
+
|
|
48
|
+
/// The border width of the header in the Calendar.
|
|
49
|
+
/// @group calendar
|
|
50
|
+
$kendo-calendar-header-border-width: 1px !default;
|
|
51
|
+
|
|
52
|
+
/// The background color of the header in the Calendar.
|
|
53
|
+
/// @group calendar
|
|
54
|
+
$kendo-calendar-header-bg: k-translucency-bg(k-color(surface-alt)) !default;
|
|
55
|
+
/// The border color of the header in the Calendar.
|
|
56
|
+
/// @group calendar
|
|
57
|
+
$kendo-calendar-header-border: k-color(border) !default;
|
|
58
|
+
/// The gradient of the header in the Calendar.
|
|
59
|
+
/// @group calendar
|
|
60
|
+
$kendo-calendar-header-gradient: null !default;
|
|
61
|
+
// TODO: variable is used, but the selector using it is not! Potentially remove;
|
|
62
|
+
/// The shadow of the header in the Calendar.
|
|
63
|
+
/// @group calendar
|
|
64
|
+
$kendo-calendar-header-shadow: k-elevation(1) !default;
|
|
65
|
+
|
|
66
|
+
/// The gap between the items in the navigation of the Calendar.
|
|
67
|
+
/// @group calendar
|
|
68
|
+
$kendo-calendar-nav-gap: null !default;
|
|
69
|
+
|
|
70
|
+
/// The horizontal padding of the footer in the Calendar.
|
|
71
|
+
/// @group calendar
|
|
72
|
+
$kendo-calendar-footer-padding-x: k-spacing(4) !default;
|
|
73
|
+
/// The vertical padding of the footer in the Calendar.
|
|
74
|
+
/// @group calendar
|
|
75
|
+
$kendo-calendar-footer-padding-y: k-spacing(2) !default;
|
|
76
|
+
|
|
77
|
+
/// The horizontal padding of the cells in the Calendar.
|
|
78
|
+
/// @group calendar
|
|
79
|
+
$kendo-calendar-cell-padding-x: .25em !default;
|
|
80
|
+
/// The vertical padding of the cells in the Calendar.
|
|
81
|
+
/// @group calendar
|
|
82
|
+
$kendo-calendar-cell-padding-y: $kendo-calendar-cell-padding-x !default;
|
|
83
|
+
|
|
84
|
+
/// The border radius of the cells in the Calendar.
|
|
85
|
+
/// @group calendar
|
|
86
|
+
$kendo-calendar-cell-border-radius: k-border-radius(md) !default;
|
|
87
|
+
|
|
88
|
+
/// The horizontal padding of the header cells in the Calendar.
|
|
89
|
+
/// @group calendar
|
|
90
|
+
$kendo-calendar-header-cell-padding-x: null !default;
|
|
91
|
+
/// The vertical padding of the header cells in the Calendar.
|
|
92
|
+
/// @group calendar
|
|
93
|
+
$kendo-calendar-header-cell-padding-y: null !default;
|
|
94
|
+
/// The width of the header cells in the Calendar.
|
|
95
|
+
/// @group calendar
|
|
96
|
+
$kendo-calendar-header-cell-width: $kendo-calendar-cell-size !default;
|
|
97
|
+
/// The height of the header cells in the Calendar.
|
|
98
|
+
/// @group calendar
|
|
99
|
+
$kendo-calendar-header-cell-height: $kendo-calendar-cell-size !default;
|
|
100
|
+
/// The font size of the header cells in the Calendar.
|
|
101
|
+
/// @group calendar
|
|
102
|
+
$kendo-calendar-header-cell-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
103
|
+
/// The line height of the header cells in the Calendar.
|
|
104
|
+
/// @group calendar
|
|
105
|
+
$kendo-calendar-header-cell-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
106
|
+
|
|
107
|
+
/// The text color of the header cells in the Calendar.
|
|
108
|
+
/// @group calendar
|
|
109
|
+
$kendo-calendar-header-cell-text: k-color(subtle) !default;
|
|
110
|
+
/// The opacity of the header cells in the Calendar.
|
|
111
|
+
/// @group calendar
|
|
112
|
+
$kendo-calendar-header-cell-opacity: null !default;
|
|
113
|
+
|
|
114
|
+
/// The horizontal padding of the caption in the Calendar.
|
|
115
|
+
/// @group calendar
|
|
116
|
+
$kendo-calendar-caption-padding-x: k-spacing(1) !default;
|
|
117
|
+
/// The vertical padding of the caption in the Calendar.
|
|
118
|
+
/// @group calendar
|
|
119
|
+
$kendo-calendar-caption-padding-y: k-spacing(1) !default;
|
|
120
|
+
/// The height of the caption in the Calendar.
|
|
121
|
+
/// @group calendar
|
|
122
|
+
$kendo-calendar-caption-height: 32px !default;
|
|
123
|
+
/// The font size of the caption in the Calendar.
|
|
124
|
+
/// @group calendar
|
|
125
|
+
$kendo-calendar-caption-font-size: null !default;
|
|
126
|
+
/// The line height of the caption in the Calendar.
|
|
127
|
+
/// @group calendar
|
|
128
|
+
$kendo-calendar-caption-line-height: null !default;
|
|
129
|
+
/// The font weight of the caption in the Calendar.
|
|
130
|
+
/// @group calendar
|
|
131
|
+
$kendo-calendar-caption-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
132
|
+
|
|
133
|
+
/// The font size of the week number cells in the Calendar.
|
|
134
|
+
/// @group calendar
|
|
135
|
+
$kendo-calendar-week-number-font-size: $kendo-font-size-sm !default;
|
|
136
|
+
|
|
137
|
+
/// The width of the Calendar view.
|
|
138
|
+
/// @group calendar
|
|
139
|
+
$kendo-calendar-view-width: ($kendo-calendar-cell-size * 8) !default;
|
|
140
|
+
/// The height of the Calendar view.
|
|
141
|
+
/// @group calendar
|
|
142
|
+
$kendo-calendar-view-height: ($kendo-calendar-cell-size * 7) !default;
|
|
143
|
+
|
|
144
|
+
/// The gap between the items in the Calendar view.
|
|
145
|
+
/// @group calendar
|
|
146
|
+
$kendo-calendar-view-gap: k-spacing(4) !default;
|
|
147
|
+
|
|
148
|
+
/// The background color of the weekend cells in the Calendar.
|
|
149
|
+
/// @group calendar
|
|
150
|
+
$kendo-calendar-weekend-bg: null !default;
|
|
151
|
+
/// The text color of the weekend cells in the Calendar.
|
|
152
|
+
/// @group calendar
|
|
153
|
+
$kendo-calendar-weekend-text: null !default;
|
|
154
|
+
|
|
155
|
+
/// The style of the current day in the Calendar.
|
|
156
|
+
/// @group calendar
|
|
157
|
+
$kendo-calendar-today-style: color !default;
|
|
158
|
+
/// The color of the current day in the Calendar.
|
|
159
|
+
/// @group calendar
|
|
160
|
+
$kendo-calendar-today-color: k-color(primary) !default;
|
|
161
|
+
/// The font weight of the current day in the Calendar.
|
|
162
|
+
/// @group calendar
|
|
163
|
+
$kendo-calendar-today-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
164
|
+
/// The box shadow of the current day in the Calendar.
|
|
165
|
+
/// @group calendar
|
|
166
|
+
$kendo-calendar-today-box-shadow: null !default;
|
|
167
|
+
|
|
168
|
+
/// The background color of the week number cells in the Calendar.
|
|
169
|
+
/// @group calendar
|
|
170
|
+
$kendo-calendar-week-number-bg: null !default;
|
|
171
|
+
/// The text color of the week number cells in the Calendar.
|
|
172
|
+
/// @group calendar
|
|
173
|
+
$kendo-calendar-week-number-text: $kendo-calendar-header-cell-text !default;
|
|
174
|
+
|
|
175
|
+
/// The background color of the preceding/subsequent month cells in the Calendar.
|
|
176
|
+
/// @group calendar
|
|
177
|
+
$kendo-calendar-other-month-bg: null !default;
|
|
178
|
+
/// The text color of the preceding/subsequent month cells in the Calendar.
|
|
179
|
+
/// @group calendar
|
|
180
|
+
$kendo-calendar-other-month-text: $kendo-calendar-header-cell-text !default;
|
|
181
|
+
|
|
182
|
+
/// The border color of the cells in the Calendar.
|
|
183
|
+
/// @group calendar
|
|
184
|
+
$kendo-calendar-cell-border: null !default;
|
|
185
|
+
|
|
186
|
+
/// The background color of the hovered cells in the Calendar.
|
|
187
|
+
/// @group calendar
|
|
188
|
+
$kendo-calendar-cell-hover-bg: color-mix(in srgb, k-color(secondary-subtle-hover) 60%, transparent) !default;
|
|
189
|
+
/// The text color of the hovered cells in the Calendar.
|
|
190
|
+
/// @group calendar
|
|
191
|
+
$kendo-calendar-cell-hover-text: k-color(secondary-on-subtle) !default;
|
|
192
|
+
/// The border color of the hovered cells in the Calendar.
|
|
193
|
+
/// @group calendar
|
|
194
|
+
$kendo-calendar-cell-hover-border: null !default;
|
|
195
|
+
/// The gradient of the hovered cells in the Calendar.
|
|
196
|
+
/// @group calendar
|
|
197
|
+
$kendo-calendar-cell-hover-gradient: null !default;
|
|
198
|
+
|
|
199
|
+
/// The background color of the selected cells in the Calendar.
|
|
200
|
+
/// @group calendar
|
|
201
|
+
$kendo-calendar-cell-selected-bg: k-color(secondary) !default;
|
|
202
|
+
/// The text color of the selected cells in the Calendar.
|
|
203
|
+
/// @group calendar
|
|
204
|
+
$kendo-calendar-cell-selected-text: k-color(on-secondary) !default;
|
|
205
|
+
/// The border color of the selected cells in the Calendar.
|
|
206
|
+
/// @group calendar
|
|
207
|
+
$kendo-calendar-cell-selected-border: null !default;
|
|
208
|
+
/// The gradient of the selected cells in the Calendar.
|
|
209
|
+
/// @group calendar
|
|
210
|
+
$kendo-calendar-cell-selected-gradient: null !default;
|
|
211
|
+
|
|
212
|
+
/// The background color of the selected and hovered cells in the Calendar.
|
|
213
|
+
/// @group calendar
|
|
214
|
+
$kendo-calendar-cell-selected-hover-bg: k-color(secondary-hover) !default;
|
|
215
|
+
/// The text color of the selected and hovered cells in the Calendar.
|
|
216
|
+
/// @group calendar
|
|
217
|
+
$kendo-calendar-cell-selected-hover-text: k-color(on-secondary) !default;
|
|
218
|
+
/// The border color of the selected and hovered cells in the Calendar.
|
|
219
|
+
/// @group calendar
|
|
220
|
+
$kendo-calendar-cell-selected-hover-border: null !default;
|
|
221
|
+
/// The gradient of the selected and hovered cells in the Calendar.
|
|
222
|
+
/// @group calendar
|
|
223
|
+
$kendo-calendar-cell-selected-hover-gradient: null !default;
|
|
224
|
+
|
|
225
|
+
/// The shadow of the focused cells in the Calendar.
|
|
226
|
+
/// @group calendar
|
|
227
|
+
$kendo-calendar-cell-focus-shadow: null !default;
|
|
228
|
+
/// The shadow of the selected and focused cells in the Calendar.
|
|
229
|
+
/// @group calendar
|
|
230
|
+
$kendo-calendar-cell-selected-focus-shadow: $kendo-calendar-cell-focus-shadow !default;
|
|
231
|
+
|
|
232
|
+
/// The outline width of the focused Calendar.
|
|
233
|
+
/// @group calendar
|
|
234
|
+
$kendo-calendar-cell-focus-outline-width: 1px !default;
|
|
235
|
+
/// The outline offset of the focused Calendar.
|
|
236
|
+
/// @group calendar
|
|
237
|
+
$kendo-calendar-cell-focus-outline-offset: 1px !default;
|
|
238
|
+
|
|
239
|
+
/// The width of the Calendar navigation.
|
|
240
|
+
/// @group calendar
|
|
241
|
+
$kendo-calendar-navigation-width: 4.375em !default;
|
|
242
|
+
/// The height of the items in the Calendar navigation.
|
|
243
|
+
/// @group calendar
|
|
244
|
+
$kendo-calendar-navigation-item-height: 2em !default;
|
|
245
|
+
|
|
246
|
+
/// The background color of the Calendar navigation.
|
|
247
|
+
/// @group calendar
|
|
248
|
+
$kendo-calendar-navigation-bg: k-color(surface) !default;
|
|
249
|
+
/// The text color of the Calendar navigation.
|
|
250
|
+
/// @group calendar
|
|
251
|
+
$kendo-calendar-navigation-text: k-color(on-app-surface) !default;
|
|
252
|
+
/// The border color of the Calendar navigation.
|
|
253
|
+
/// @group calendar
|
|
254
|
+
$kendo-calendar-navigation-border: $kendo-calendar-header-border !default;
|
|
255
|
+
|
|
256
|
+
/// The text color of the hovered items in the Calendar navigation.
|
|
257
|
+
/// @group calendar
|
|
258
|
+
$kendo-calendar-navigation-hover-text: k-color(secondary-hover) !default;
|
|
259
|
+
/// The text color of the marker in the Calendar navigation.
|
|
260
|
+
/// @group calendar
|
|
261
|
+
$kendo-calendar-navigation-marker-text: currentColor !default;
|
|
262
|
+
|
|
263
|
+
/// The background color of the Calendar range selection.
|
|
264
|
+
/// @group calendar
|
|
265
|
+
$kendo-calendar-range-bg: color-mix(in srgb, k-color(secondary-subtle-active) 60%, transparent) !default;
|
|
266
|
+
/// The background color of the Calendar range start selection.
|
|
267
|
+
/// @group calendar
|
|
268
|
+
$kendo-calendar-range-start-bg: linear-gradient(to right, k-color(surface) 0%, $kendo-calendar-range-bg 100%) !default;
|
|
269
|
+
/// The background color of the Calendar range end selection.
|
|
270
|
+
/// @group calendar
|
|
271
|
+
$kendo-calendar-range-end-bg: linear-gradient(to left, k-color(surface) 0%, $kendo-calendar-range-bg 100%) !default;
|
|
272
|
+
|
|
273
|
+
/// The horizontal padding of the header in the Infinite Calendar.
|
|
274
|
+
/// @group calendar
|
|
275
|
+
$kendo-infinite-calendar-header-padding-x: k-spacing(4) !default;
|
|
276
|
+
/// The vertical padding of the header in the Infinite Calendar.
|
|
277
|
+
/// @group calendar
|
|
278
|
+
$kendo-infinite-calendar-header-padding-y: k-spacing(2) !default;
|
|
279
|
+
|
|
280
|
+
/// The horizontal padding of the Calendar view in the Infinite Calendar.
|
|
281
|
+
/// @group calendar
|
|
282
|
+
$kendo-infinite-calendar-view-padding-x: k-spacing(4) !default;
|
|
283
|
+
/// The vertical padding of the Calendar view in the Infinite Calendar.
|
|
284
|
+
/// @group calendar
|
|
285
|
+
$kendo-infinite-calendar-view-padding-y: k-spacing(0) !default;
|
|
286
|
+
|
|
287
|
+
/// The height of the Calendar view in the Infinite Calendar.
|
|
288
|
+
/// @group calendar
|
|
289
|
+
$kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default;
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
// Multiview calendar
|
|
293
|
+
|
|
294
|
+
/// The border radius of the range cells in the Multiview Calendar.
|
|
295
|
+
/// @group calendar
|
|
296
|
+
$kendo-calendar-range-cell-border-radius: k-border-radius(lg) !default;
|
|
297
|
+
|
|
298
|
+
// Calendar sizes
|
|
299
|
+
|
|
300
|
+
/// The font size of the small Calendar.
|
|
301
|
+
/// @group calendar
|
|
302
|
+
$kendo-calendar-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
303
|
+
/// The line height of the small Calendar.
|
|
304
|
+
/// @group calendar
|
|
305
|
+
$kendo-calendar-sm-line-height: var( --kendo-line-height, normal ) !default;
|
|
306
|
+
/// The size of the cells in the small Calendar.
|
|
307
|
+
/// @group calendar
|
|
308
|
+
$kendo-calendar-sm-cell-size: 32px !default;
|
|
309
|
+
/// The horizontal padding of the cells in the small Calendar.
|
|
310
|
+
/// @group calendar
|
|
311
|
+
$kendo-calendar-sm-cell-padding-x: k-spacing(0.5) !default;
|
|
312
|
+
/// The vertical padding of the cells in the small Calendar.
|
|
313
|
+
/// @group calendar
|
|
314
|
+
$kendo-calendar-sm-cell-padding-y: k-spacing(0.5) !default;
|
|
315
|
+
|
|
316
|
+
/// The font size of the medium Calendar.
|
|
317
|
+
/// @group calendar
|
|
318
|
+
$kendo-calendar-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
319
|
+
/// The line height of the medium Calendar.
|
|
320
|
+
/// @group calendar
|
|
321
|
+
$kendo-calendar-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
322
|
+
/// The size of the cells in the medium Calendar.
|
|
323
|
+
/// @group calendar
|
|
324
|
+
$kendo-calendar-md-cell-size: 36px !default;
|
|
325
|
+
/// The horizontal padding of the cells in the medium Calendar.
|
|
326
|
+
/// @group calendar
|
|
327
|
+
$kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
|
|
328
|
+
/// The vertical padding of the cells in the medium Calendar.
|
|
329
|
+
/// @group calendar
|
|
330
|
+
$kendo-calendar-md-cell-padding-y: k-spacing(1) !default;
|
|
331
|
+
|
|
332
|
+
/// The font size of the large Calendar.
|
|
333
|
+
/// @group calendar
|
|
334
|
+
$kendo-calendar-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
335
|
+
/// The line height of the large Calendar.
|
|
336
|
+
/// @group calendar
|
|
337
|
+
$kendo-calendar-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
338
|
+
/// The size of the cells in the large Calendar.
|
|
339
|
+
/// @group calendar
|
|
340
|
+
$kendo-calendar-lg-cell-size: 44px !default;
|
|
341
|
+
/// The horizontal padding of the cells in the large Calendar.
|
|
342
|
+
/// @group calendar
|
|
343
|
+
$kendo-calendar-lg-cell-padding-x: k-spacing(2) !default;
|
|
344
|
+
/// The vertical padding of the cells in the large Calendar.
|
|
345
|
+
/// @group calendar
|
|
346
|
+
$kendo-calendar-lg-cell-padding-y: k-spacing(2) !default;
|
|
347
|
+
|
|
348
|
+
@forward "@progress/kendo-theme-core/scss/components/calendar/_variables.scss" with (
|
|
349
|
+
$kendo-calendar-default-size: $kendo-calendar-default-size,
|
|
350
|
+
$kendo-calendar-border-width: $kendo-calendar-border-width,
|
|
351
|
+
$kendo-calendar-font-family: $kendo-calendar-font-family,
|
|
352
|
+
$kendo-calendar-font-size: $kendo-calendar-font-size,
|
|
353
|
+
$kendo-calendar-line-height: $kendo-calendar-line-height,
|
|
354
|
+
$kendo-calendar-border-radius: $kendo-calendar-border-radius,
|
|
355
|
+
$kendo-calendar-cell-size: $kendo-calendar-cell-size,
|
|
356
|
+
$kendo-calendar-bg: $kendo-calendar-bg,
|
|
357
|
+
$kendo-calendar-text: $kendo-calendar-text,
|
|
358
|
+
$kendo-calendar-border: $kendo-calendar-border,
|
|
359
|
+
$kendo-calendar-header-padding-x: $kendo-calendar-header-padding-x,
|
|
360
|
+
$kendo-calendar-header-padding-y: $kendo-calendar-header-padding-y,
|
|
361
|
+
$kendo-calendar-header-border-width: $kendo-calendar-header-border-width,
|
|
362
|
+
$kendo-calendar-header-bg: $kendo-calendar-header-bg,
|
|
363
|
+
$kendo-calendar-header-border: $kendo-calendar-header-border,
|
|
364
|
+
$kendo-calendar-header-gradient: $kendo-calendar-header-gradient,
|
|
365
|
+
$kendo-calendar-header-shadow: $kendo-calendar-header-shadow,
|
|
366
|
+
$kendo-calendar-nav-gap: $kendo-calendar-nav-gap,
|
|
367
|
+
$kendo-calendar-footer-padding-x: $kendo-calendar-footer-padding-x,
|
|
368
|
+
$kendo-calendar-footer-padding-y: $kendo-calendar-footer-padding-y,
|
|
369
|
+
$kendo-calendar-cell-padding-x: $kendo-calendar-cell-padding-x,
|
|
370
|
+
$kendo-calendar-cell-padding-y: $kendo-calendar-cell-padding-y,
|
|
371
|
+
$kendo-calendar-cell-border-radius: $kendo-calendar-cell-border-radius,
|
|
372
|
+
$kendo-calendar-header-cell-padding-x: $kendo-calendar-header-cell-padding-x,
|
|
373
|
+
$kendo-calendar-header-cell-padding-y: $kendo-calendar-header-cell-padding-y,
|
|
374
|
+
$kendo-calendar-header-cell-width: $kendo-calendar-header-cell-width,
|
|
375
|
+
$kendo-calendar-header-cell-height: $kendo-calendar-header-cell-height,
|
|
376
|
+
$kendo-calendar-header-cell-font-size: $kendo-calendar-header-cell-font-size,
|
|
377
|
+
$kendo-calendar-header-cell-line-height: $kendo-calendar-header-cell-line-height,
|
|
378
|
+
$kendo-calendar-header-cell-text: $kendo-calendar-header-cell-text,
|
|
379
|
+
$kendo-calendar-header-cell-opacity: $kendo-calendar-header-cell-opacity,
|
|
380
|
+
$kendo-calendar-caption-padding-x: $kendo-calendar-caption-padding-x,
|
|
381
|
+
$kendo-calendar-caption-padding-y: $kendo-calendar-caption-padding-y,
|
|
382
|
+
$kendo-calendar-caption-height: $kendo-calendar-caption-height,
|
|
383
|
+
$kendo-calendar-caption-font-size: $kendo-calendar-caption-font-size,
|
|
384
|
+
$kendo-calendar-caption-line-height: $kendo-calendar-caption-line-height,
|
|
385
|
+
$kendo-calendar-caption-font-weight: $kendo-calendar-caption-font-weight,
|
|
386
|
+
$kendo-calendar-week-number-font-size: $kendo-calendar-week-number-font-size,
|
|
387
|
+
$kendo-calendar-view-width: $kendo-calendar-view-width,
|
|
388
|
+
$kendo-calendar-view-height: $kendo-calendar-view-height,
|
|
389
|
+
$kendo-calendar-view-gap: $kendo-calendar-view-gap,
|
|
390
|
+
$kendo-calendar-weekend-bg: $kendo-calendar-weekend-bg,
|
|
391
|
+
$kendo-calendar-weekend-text: $kendo-calendar-weekend-text,
|
|
392
|
+
$kendo-calendar-today-style: $kendo-calendar-today-style,
|
|
393
|
+
$kendo-calendar-today-color: $kendo-calendar-today-color,
|
|
394
|
+
$kendo-calendar-today-font-weight: $kendo-calendar-today-font-weight,
|
|
395
|
+
$kendo-calendar-today-box-shadow: $kendo-calendar-today-box-shadow,
|
|
396
|
+
$kendo-calendar-week-number-bg: $kendo-calendar-week-number-bg,
|
|
397
|
+
$kendo-calendar-week-number-text: $kendo-calendar-week-number-text,
|
|
398
|
+
$kendo-calendar-other-month-bg: $kendo-calendar-other-month-bg,
|
|
399
|
+
$kendo-calendar-other-month-text: $kendo-calendar-other-month-text,
|
|
400
|
+
$kendo-calendar-cell-border: $kendo-calendar-cell-border,
|
|
401
|
+
$kendo-calendar-cell-hover-bg: $kendo-calendar-cell-hover-bg,
|
|
402
|
+
$kendo-calendar-cell-hover-text: $kendo-calendar-cell-hover-text,
|
|
403
|
+
$kendo-calendar-cell-hover-border: $kendo-calendar-cell-hover-border,
|
|
404
|
+
$kendo-calendar-cell-hover-gradient: $kendo-calendar-cell-hover-gradient,
|
|
405
|
+
$kendo-calendar-cell-selected-bg: $kendo-calendar-cell-selected-bg,
|
|
406
|
+
$kendo-calendar-cell-selected-text: $kendo-calendar-cell-selected-text,
|
|
407
|
+
$kendo-calendar-cell-selected-border: $kendo-calendar-cell-selected-border,
|
|
408
|
+
$kendo-calendar-cell-selected-gradient: $kendo-calendar-cell-selected-gradient,
|
|
409
|
+
$kendo-calendar-cell-selected-hover-bg: $kendo-calendar-cell-selected-hover-bg,
|
|
410
|
+
$kendo-calendar-cell-selected-hover-text: $kendo-calendar-cell-selected-hover-text,
|
|
411
|
+
$kendo-calendar-cell-selected-hover-border: $kendo-calendar-cell-selected-hover-border,
|
|
412
|
+
$kendo-calendar-cell-selected-hover-gradient: $kendo-calendar-cell-selected-hover-gradient,
|
|
413
|
+
$kendo-calendar-cell-focus-shadow: $kendo-calendar-cell-focus-shadow,
|
|
414
|
+
$kendo-calendar-cell-selected-focus-shadow: $kendo-calendar-cell-selected-focus-shadow,
|
|
415
|
+
$kendo-calendar-navigation-width: $kendo-calendar-navigation-width,
|
|
416
|
+
$kendo-calendar-navigation-item-height: $kendo-calendar-navigation-item-height,
|
|
417
|
+
$kendo-calendar-navigation-bg: $kendo-calendar-navigation-bg,
|
|
418
|
+
$kendo-calendar-navigation-text: $kendo-calendar-navigation-text,
|
|
419
|
+
$kendo-calendar-navigation-border: $kendo-calendar-navigation-border,
|
|
420
|
+
$kendo-calendar-navigation-hover-text: $kendo-calendar-navigation-hover-text,
|
|
421
|
+
$kendo-calendar-navigation-marker-text: $kendo-calendar-navigation-marker-text,
|
|
422
|
+
$kendo-calendar-range-bg: $kendo-calendar-range-bg,
|
|
423
|
+
$kendo-infinite-calendar-header-padding-x: $kendo-infinite-calendar-header-padding-x,
|
|
424
|
+
$kendo-infinite-calendar-header-padding-y: $kendo-infinite-calendar-header-padding-y,
|
|
425
|
+
$kendo-infinite-calendar-view-padding-x: $kendo-infinite-calendar-view-padding-x,
|
|
426
|
+
$kendo-infinite-calendar-view-padding-y: $kendo-infinite-calendar-view-padding-y,
|
|
427
|
+
$kendo-infinite-calendar-view-height: $kendo-infinite-calendar-view-height,
|
|
428
|
+
$kendo-calendar-range-cell-border-radius: $kendo-calendar-range-cell-border-radius,
|
|
429
|
+
$kendo-calendar-sm-font-size: $kendo-calendar-sm-font-size,
|
|
430
|
+
$kendo-calendar-sm-line-height: $kendo-calendar-sm-line-height,
|
|
431
|
+
$kendo-calendar-sm-cell-size: $kendo-calendar-sm-cell-size,
|
|
432
|
+
$kendo-calendar-sm-cell-padding-x: $kendo-calendar-sm-cell-padding-x,
|
|
433
|
+
$kendo-calendar-sm-cell-padding-y: $kendo-calendar-sm-cell-padding-y,
|
|
434
|
+
$kendo-calendar-md-font-size: $kendo-calendar-md-font-size,
|
|
435
|
+
$kendo-calendar-md-line-height: $kendo-calendar-md-line-height,
|
|
436
|
+
$kendo-calendar-md-cell-size: $kendo-calendar-md-cell-size,
|
|
437
|
+
$kendo-calendar-md-cell-padding-x: $kendo-calendar-md-cell-padding-x,
|
|
438
|
+
$kendo-calendar-md-cell-padding-y: $kendo-calendar-md-cell-padding-y,
|
|
439
|
+
$kendo-calendar-lg-font-size: $kendo-calendar-lg-font-size,
|
|
440
|
+
$kendo-calendar-lg-line-height: $kendo-calendar-lg-line-height,
|
|
441
|
+
$kendo-calendar-lg-cell-size: $kendo-calendar-lg-cell-size,
|
|
442
|
+
$kendo-calendar-lg-cell-padding-x: $kendo-calendar-lg-cell-padding-x,
|
|
443
|
+
$kendo-calendar-lg-cell-padding-y: $kendo-calendar-lg-cell-padding-y
|
|
444
|
+
);
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../input/_index.scss" as *;
|
|
6
|
+
@use "../button/_index.scss" as *;
|
|
7
|
+
@use "../textbox/_index.scss" as *;
|
|
8
|
+
@use "../slider/_index.scss" as *;
|
|
9
|
+
|
|
10
|
+
// Component
|
|
11
|
+
@forward "./_variables.scss";
|
|
12
|
+
@use "./_layout.scss" as *;
|
|
13
|
+
@use "./_theme.scss" as *;
|
|
14
|
+
|
|
15
|
+
// Expose
|
|
16
|
+
@mixin kendo-captcha--styles() {
|
|
17
|
+
@include import-once( "captcha" ) {
|
|
18
|
+
@include core-styles();
|
|
19
|
+
@include kendo-icon--styles();
|
|
20
|
+
@include kendo-input--styles();
|
|
21
|
+
@include kendo-button--styles();
|
|
22
|
+
@include kendo-textbox--styles();
|
|
23
|
+
@include kendo-slider--styles();
|
|
24
|
+
@include kendo-captcha--layout();
|
|
25
|
+
@include kendo-captcha--theme();
|
|
26
|
+
@include kendo-utils--typography--text-color();
|
|
27
|
+
@include kendo-utils--layout--position();
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/captcha/_layout.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@mixin kendo-captcha--layout() {
|
|
7
|
+
@include kendo-captcha--layout-base();
|
|
8
|
+
|
|
9
|
+
.k-captcha-validation-message {
|
|
10
|
+
line-height: var( --kendo-line-height-sm );
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// Captcha
|
|
4
|
+
|
|
5
|
+
/// The spacer of the Captcha.
|
|
6
|
+
/// @group captcha
|
|
7
|
+
$kendo-captcha-spacer: k-spacing(2) !default;
|
|
8
|
+
|
|
9
|
+
/// The width of the Captcha.
|
|
10
|
+
/// @group captcha
|
|
11
|
+
$kendo-captcha-width: 280px !default;
|
|
12
|
+
/// The font family of the Captcha.
|
|
13
|
+
/// @group captcha
|
|
14
|
+
$kendo-captcha-font-family: var( --kendo-font-family ) !default;
|
|
15
|
+
/// The font size of the Captcha.
|
|
16
|
+
/// @group captcha
|
|
17
|
+
$kendo-captcha-font-size: var( --kendo-font-size ) !default;
|
|
18
|
+
/// The line height of the Captcha.
|
|
19
|
+
/// @group captcha
|
|
20
|
+
$kendo-captcha-line-height: var( --kendo-line-height ) !default;
|
|
21
|
+
/// The gap of the Captcha.
|
|
22
|
+
/// @group captcha
|
|
23
|
+
$kendo-captcha-gap: $kendo-captcha-spacer !default;
|
|
24
|
+
/// The background color of the Captcha.
|
|
25
|
+
/// @group captcha
|
|
26
|
+
$kendo-captcha-bg: k-color(surface-alt) !default;
|
|
27
|
+
/// The text color of the Captcha.
|
|
28
|
+
/// @group captcha
|
|
29
|
+
$kendo-captcha-text: k-color(surface-alt) !default;
|
|
30
|
+
/// The border color of the Captcha.
|
|
31
|
+
/// @group captcha
|
|
32
|
+
$kendo-captcha-border: k-color(surface-alt) !default;
|
|
33
|
+
|
|
34
|
+
/// The gap of the Captcha image wrapper.
|
|
35
|
+
/// @group captcha
|
|
36
|
+
$kendo-captcha-image-wrap-gap: $kendo-captcha-spacer !default;
|
|
37
|
+
/// The gap of the Captcha image controls.
|
|
38
|
+
/// @group captcha
|
|
39
|
+
$kendo-captcha-image-controls-gap: $kendo-captcha-spacer !default;
|
|
40
|
+
|
|
41
|
+
/// The top margin of the Captcha validation message.
|
|
42
|
+
/// @group captcha
|
|
43
|
+
$kendo-captcha-validation-message-margin-top: 0 !default;
|
|
44
|
+
/// The font size of the Captcha validation message.
|
|
45
|
+
/// @group captcha
|
|
46
|
+
$kendo-captcha-validation-message-font-size: var( --kendo-font-size-sm ) !default;
|
|
47
|
+
/// The font style of the Captcha validation message.
|
|
48
|
+
/// @group captcha
|
|
49
|
+
$kendo-captcha-validation-message-font-style: italic !default;
|
|
50
|
+
|
|
51
|
+
@forward "@progress/kendo-theme-core/scss/components/captcha/_variables.scss" with (
|
|
52
|
+
$kendo-captcha-spacer: $kendo-captcha-spacer,
|
|
53
|
+
$kendo-captcha-width: $kendo-captcha-width,
|
|
54
|
+
$kendo-captcha-font-family: $kendo-captcha-font-family,
|
|
55
|
+
$kendo-captcha-font-size: $kendo-captcha-font-size,
|
|
56
|
+
$kendo-captcha-line-height: $kendo-captcha-line-height,
|
|
57
|
+
$kendo-captcha-gap: $kendo-captcha-gap,
|
|
58
|
+
$kendo-captcha-bg: $kendo-captcha-bg,
|
|
59
|
+
$kendo-captcha-text: $kendo-captcha-text,
|
|
60
|
+
$kendo-captcha-border: $kendo-captcha-border,
|
|
61
|
+
$kendo-captcha-image-wrap-gap: $kendo-captcha-image-wrap-gap,
|
|
62
|
+
$kendo-captcha-image-controls-gap: $kendo-captcha-image-controls-gap,
|
|
63
|
+
$kendo-captcha-validation-message-margin-top: $kendo-captcha-validation-message-margin-top,
|
|
64
|
+
$kendo-captcha-validation-message-font-size: $kendo-captcha-validation-message-font-size,
|
|
65
|
+
$kendo-captcha-validation-message-font-style: $kendo-captcha-validation-message-font-style
|
|
66
|
+
);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../action-buttons/_index.scss" as *;
|
|
6
|
+
@use "../typography/_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-card--styles() {
|
|
15
|
+
@include import-once( "card" ) {
|
|
16
|
+
@include core-styles();
|
|
17
|
+
@include kendo-action-buttons--styles();
|
|
18
|
+
@include kendo-icon--styles();
|
|
19
|
+
@include kendo-typography--styles();
|
|
20
|
+
@include kendo-card--layout();
|
|
21
|
+
@include kendo-card--theme();
|
|
22
|
+
@include kendo-utils--typography--text-overflow();
|
|
23
|
+
@include kendo-utils--typography--white-space();
|
|
24
|
+
@include kendo-utils--layout--display();
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/card/_layout.scss" as *;
|
|
2
|
+
@use "./variables.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@mixin kendo-card--layout() {
|
|
6
|
+
@include kendo-card--layout-base();
|
|
7
|
+
|
|
8
|
+
.k-card-vertical {
|
|
9
|
+
.k-card-header {
|
|
10
|
+
&:has(~ .k-card-body) {
|
|
11
|
+
padding-block-end: calc( #{$kendo-card-header-padding-y} / 2);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
~ .k-card-body {
|
|
15
|
+
padding-block-start: calc( #{$kendo-card-body-padding-y} / 2);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.k-card-body {
|
|
20
|
+
&:has(~ .k-card-actions, ~ .k-card-footer) {
|
|
21
|
+
padding-block-end: calc( #{$kendo-card-header-padding-y} / 2);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
~ .k-card-actions,
|
|
25
|
+
~ .k-card-footer {
|
|
26
|
+
padding-block-start: calc( #{$kendo-card-actions-padding-y} / 2);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.k-card-horizontal {
|
|
32
|
+
.k-card-header {
|
|
33
|
+
&:has(~ .k-card-body) {
|
|
34
|
+
padding-inline-end: calc( #{$kendo-card-header-padding-x} / 2);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
~ .k-card-body {
|
|
38
|
+
padding-inline-end: calc( #{$kendo-card-body-padding-x} / 2);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.k-card-body {
|
|
43
|
+
&:has(~ .k-card-actions, ~ .k-card-footer) {
|
|
44
|
+
padding-inline-end: calc( #{$kendo-card-header-padding-x} / 2);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
~ .k-card-actions,
|
|
48
|
+
~ .k-card-footer {
|
|
49
|
+
padding-inline-start: calc( #{$kendo-card-actions-padding-x} / 2);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.k-card-callout {
|
|
55
|
+
backdrop-filter: blur(calc(6px + calc(2 * 2px)));
|
|
56
|
+
|
|
57
|
+
&.k-callout-n {
|
|
58
|
+
clip-path: polygon(0 0, 100% 0, 0 100%);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&.k-callout-e {
|
|
62
|
+
clip-path: polygon(100% 0, 100% 100%, 0 100%);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
&.k-callout-s {
|
|
66
|
+
clip-path: polygon(100% 0, 100% 100%, 0 100%);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&.k-callout-w {
|
|
70
|
+
clip-path: polygon(0 0, 0 100%, 100% 100%);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|