@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,344 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../table/_variables.scss" as *;
|
|
3
|
+
@use "../list/_variables.scss" as *;
|
|
4
|
+
@use "../grid/_variables.scss" as *;
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
// Pivot grid
|
|
8
|
+
/// The spacer of the PivotGrid.
|
|
9
|
+
/// @group pivotgrid
|
|
10
|
+
$kendo-pivotgrid-spacer: k-spacing(4) !default;
|
|
11
|
+
/// The horizontal padding of the PivotGrid.
|
|
12
|
+
/// @group pivotgrid
|
|
13
|
+
$kendo-pivotgrid-padding-x: null !default;
|
|
14
|
+
/// The vertical of the PivotGrid.
|
|
15
|
+
/// @group pivotgrid
|
|
16
|
+
$kendo-pivotgrid-padding-y: null !default;
|
|
17
|
+
/// The font family of the PivotGrid.
|
|
18
|
+
/// @group pivotgrid
|
|
19
|
+
$kendo-pivotgrid-font-family: var( --kendo-font-family, inherit ) !default;
|
|
20
|
+
/// The font size of the PivotGrid.
|
|
21
|
+
/// @group pivotgrid
|
|
22
|
+
$kendo-pivotgrid-font-size: var( --kendo-font-size, inherit ) !default;
|
|
23
|
+
/// The line height of the PivotGrid.
|
|
24
|
+
/// @group pivotgrid
|
|
25
|
+
$kendo-pivotgrid-line-height: var( --kendo-line-height, normal ) !default;
|
|
26
|
+
/// The border width of the PivotGrid.
|
|
27
|
+
/// @group pivotgrid
|
|
28
|
+
$kendo-pivotgrid-border-width: 1px !default;
|
|
29
|
+
/// The border radius of the PivotGrid.
|
|
30
|
+
/// @group pivotgrid
|
|
31
|
+
$kendo-pivotgrid-border-radius: k-border-radius(xxl) !default;
|
|
32
|
+
/// The icon spacing of the PivotGrid.
|
|
33
|
+
/// @group pivotgrid
|
|
34
|
+
$kendo-pivotgrid-icon-spacing: k-spacing(1) !default;
|
|
35
|
+
|
|
36
|
+
/// The default width of the PivotGrid row header.
|
|
37
|
+
/// @group pivotgrid
|
|
38
|
+
$kendo-pivotgrid-row-header-width: 300px !default;
|
|
39
|
+
/// The default height of the PivotGrid column header.
|
|
40
|
+
/// @group pivotgrid
|
|
41
|
+
$kendo-pivotgrid-column-header-height: 75px !default;
|
|
42
|
+
|
|
43
|
+
/// The horizontal padding of the PivotGrid cell.
|
|
44
|
+
/// @group pivotgrid
|
|
45
|
+
$kendo-pivotgrid-cell-padding-x: $kendo-table-md-cell-padding-x !default;
|
|
46
|
+
/// The vertical padding of the PivotGrid cell.
|
|
47
|
+
/// @group pivotgrid
|
|
48
|
+
$kendo-pivotgrid-cell-padding-y: $kendo-table-md-cell-padding-y !default;
|
|
49
|
+
/// The border width of the PivotGrid cell.
|
|
50
|
+
/// @group pivotgrid
|
|
51
|
+
$kendo-pivotgrid-cell-border-width: 1px !default;
|
|
52
|
+
|
|
53
|
+
/// The background color of the PivotGrid.
|
|
54
|
+
/// @group pivotgrid
|
|
55
|
+
$kendo-pivotgrid-bg: k-color(surface-alt) !default;
|
|
56
|
+
/// The text color of the PivotGrid.
|
|
57
|
+
/// @group pivotgrid
|
|
58
|
+
$kendo-pivotgrid-text: k-color(on-app-surface) !default;
|
|
59
|
+
/// The border color of the PivotGrid.
|
|
60
|
+
/// @group pivotgrid
|
|
61
|
+
$kendo-pivotgrid-border: k-color(border) !default;
|
|
62
|
+
|
|
63
|
+
/// The alt border color of the PivotGrid.
|
|
64
|
+
/// @group pivotgrid
|
|
65
|
+
$kendo-pivotgrid-alt-border: k-color(border-alt) !default;
|
|
66
|
+
|
|
67
|
+
/// The background color of the PivotGrid header.
|
|
68
|
+
/// @group pivotgrid
|
|
69
|
+
$kendo-pivotgrid-headers-bg: k-color(surface) !default;
|
|
70
|
+
/// The text color of the PivotGrid header.
|
|
71
|
+
/// @group pivotgrid
|
|
72
|
+
$kendo-pivotgrid-headers-text: k-color(subtle) !default;
|
|
73
|
+
/// The border color of the PivotGrid header.
|
|
74
|
+
/// @group pivotgrid
|
|
75
|
+
$kendo-pivotgrid-headers-border: k-color(border) !default;
|
|
76
|
+
|
|
77
|
+
/// The background color of the PivotGrid total cells.
|
|
78
|
+
/// @group pivotgrid
|
|
79
|
+
$kendo-pivotgrid-total-bg: k-color(base-subtle) !default;
|
|
80
|
+
/// The text color of the PivotGrid total cells.
|
|
81
|
+
/// @group pivotgrid
|
|
82
|
+
$kendo-pivotgrid-total-text: k-color(on-app-surface) !default;
|
|
83
|
+
/// The border color of the PivotGrid total cells.
|
|
84
|
+
/// @group pivotgrid
|
|
85
|
+
$kendo-pivotgrid-total-border: k-color(border) !default;
|
|
86
|
+
|
|
87
|
+
/// The hover background color of the PivotGrid.
|
|
88
|
+
/// @group pivotgrid
|
|
89
|
+
$kendo-pivotgrid-hover-bg: k-color(base-hover) !default;
|
|
90
|
+
/// The hover text color of the PivotGrid.
|
|
91
|
+
/// @group pivotgrid
|
|
92
|
+
$kendo-pivotgrid-hover-text: null !default;
|
|
93
|
+
/// The hover border color of the PivotGrid.
|
|
94
|
+
/// @group pivotgrid
|
|
95
|
+
$kendo-pivotgrid-hover-border: null !default;
|
|
96
|
+
|
|
97
|
+
/// The selected background color of the PivotGrid.
|
|
98
|
+
/// @group pivotgrid
|
|
99
|
+
$kendo-pivotgrid-selected-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
|
|
100
|
+
/// The selected text color of the PivotGrid.
|
|
101
|
+
/// @group pivotgrid
|
|
102
|
+
$kendo-pivotgrid-selected-text: null !default;
|
|
103
|
+
/// The selected border color of the PivotGrid.
|
|
104
|
+
/// @group pivotgrid
|
|
105
|
+
$kendo-pivotgrid-selected-border: null !default;
|
|
106
|
+
|
|
107
|
+
/// The focus shadow of the PivotGrid.
|
|
108
|
+
/// @group pivotgrid
|
|
109
|
+
$kendo-pivotgrid-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
// PivotGrid Configurator
|
|
113
|
+
/// The horizontal padding of the PivotGrid configurator.
|
|
114
|
+
/// @group pivotgrid
|
|
115
|
+
$kendo-pivotgrid-configurator-padding-x: null !default;
|
|
116
|
+
/// The vertical padding of the PivotGrid configurator.
|
|
117
|
+
/// @group pivotgrid
|
|
118
|
+
$kendo-pivotgrid-configurator-padding-y: null !default;
|
|
119
|
+
/// The border width of the PivotGrid configurator.
|
|
120
|
+
/// @group pivotgrid
|
|
121
|
+
$kendo-pivotgrid-configurator-border-width: 1px !default;
|
|
122
|
+
|
|
123
|
+
/// The horizontal padding of the PivotGrid configurator header.
|
|
124
|
+
/// @group pivotgrid
|
|
125
|
+
$kendo-pivotgrid-configurator-header-padding-x: $kendo-pivotgrid-spacer !default;
|
|
126
|
+
/// The vertical padding of the PivotGrid configurator header.
|
|
127
|
+
/// @group pivotgrid
|
|
128
|
+
$kendo-pivotgrid-configurator-header-padding-y: calc( #{$kendo-pivotgrid-spacer} * .75 ) !default;
|
|
129
|
+
/// The font size of the PivotGrid configurator header.
|
|
130
|
+
/// @group pivotgrid
|
|
131
|
+
$kendo-pivotgrid-configurator-header-font-size: 18px !default;
|
|
132
|
+
/// The font weight of the PivotGrid configurator header.
|
|
133
|
+
/// @group pivotgrid
|
|
134
|
+
$kendo-pivotgrid-configurator-header-font-weight: 500 !default;
|
|
135
|
+
|
|
136
|
+
/// The horizontal padding of the PivotGrid configurator content.
|
|
137
|
+
/// @group pivotgrid
|
|
138
|
+
$kendo-pivotgrid-configurator-content-padding-x: $kendo-pivotgrid-spacer !default;
|
|
139
|
+
/// The vertical padding of the PivotGrid configurator content.
|
|
140
|
+
/// @group pivotgrid
|
|
141
|
+
$kendo-pivotgrid-configurator-content-padding-y: k-spacing(0.5) !default;
|
|
142
|
+
|
|
143
|
+
/// The horizontal margin of the PivotGrid configurator fields.
|
|
144
|
+
/// @group pivotgrid
|
|
145
|
+
$kendo-pivotgrid-configurator-fields-margin-x: k-spacing(0) !default;
|
|
146
|
+
/// The vertical margin of the PivotGrid configurator fields.
|
|
147
|
+
/// @group pivotgrid
|
|
148
|
+
$kendo-pivotgrid-configurator-fields-margin-y: calc( #{$kendo-pivotgrid-spacer} / 2 ) !default;
|
|
149
|
+
|
|
150
|
+
/// The default width of the PivotGrid vertical configurator.
|
|
151
|
+
/// @group pivotgrid
|
|
152
|
+
$kendo-pivotgrid-configurator-vertical-width: 320px !default;
|
|
153
|
+
/// The default height of the PivotGrid horizontal configurator.
|
|
154
|
+
/// @group pivotgrid
|
|
155
|
+
$kendo-pivotgrid-configurator-horizontal-height: 420px !default;
|
|
156
|
+
|
|
157
|
+
/// The background color of the PivotGrid configurator.
|
|
158
|
+
/// @group pivotgrid
|
|
159
|
+
$kendo-pivotgrid-configurator-bg: k-color(surface-alt) !default;
|
|
160
|
+
/// The text color of the PivotGrid configurator.
|
|
161
|
+
/// @group pivotgrid
|
|
162
|
+
$kendo-pivotgrid-configurator-text: k-color(on-app-surface) !default;
|
|
163
|
+
/// The border color of the PivotGrid configurator.
|
|
164
|
+
/// @group pivotgrid
|
|
165
|
+
$kendo-pivotgrid-configurator-border: k-color(border) !default;
|
|
166
|
+
|
|
167
|
+
/// The background color of the PivotGrid configurator header.
|
|
168
|
+
/// @group pivotgrid
|
|
169
|
+
$kendo-pivotgrid-configurator-header-bg: null !default;
|
|
170
|
+
/// The text color of the PivotGrid configurator header.
|
|
171
|
+
/// @group pivotgrid
|
|
172
|
+
$kendo-pivotgrid-configurator-header-text: k-color(on-app-surface) !default;
|
|
173
|
+
/// The border color of the PivotGrid configurator header.
|
|
174
|
+
/// @group pivotgrid
|
|
175
|
+
$kendo-pivotgrid-configurator-header-border: null !default;
|
|
176
|
+
|
|
177
|
+
/// The shadow of the PivotGrid configurator.
|
|
178
|
+
/// @group pivotgrid
|
|
179
|
+
$kendo-pivotgrid-configurator-shadow: k-elevation(3) !default;
|
|
180
|
+
/// The end shadow of the PivotGrid configurator.
|
|
181
|
+
/// @group pivotgrid
|
|
182
|
+
$kendo-pivotgrid-configurator-end-shadow: $kendo-pivotgrid-configurator-shadow !default; // -3px 0px 6px rgba(0, 0, 0, .16)
|
|
183
|
+
/// The start shadow of the PivotGrid configurator.
|
|
184
|
+
/// @group pivotgrid
|
|
185
|
+
$kendo-pivotgrid-configurator-start-shadow: $kendo-pivotgrid-configurator-shadow !default; // 3px 0px 6px rgba(0, 0, 0, .16)
|
|
186
|
+
/// The top shadow of the PivotGrid configurator.
|
|
187
|
+
/// @group pivotgrid
|
|
188
|
+
$kendo-pivotgrid-configurator-top-shadow: $kendo-pivotgrid-configurator-shadow !default; // 0px -3px 6px rgba(0, 0, 0, .16)
|
|
189
|
+
/// The bottom shadow of the PivotGrid configurator.
|
|
190
|
+
/// @group pivotgrid
|
|
191
|
+
$kendo-pivotgrid-configurator-bottom-shadow: $kendo-pivotgrid-configurator-shadow !default; // 0px 3px 6px rgba(0, 0, 0, .16)
|
|
192
|
+
|
|
193
|
+
/// The horizontal padding of the PivotGrid configurator button.
|
|
194
|
+
/// @group pivotgrid
|
|
195
|
+
$kendo-pivotgrid-configurator-button-padding-x: k-spacing(1) !default;
|
|
196
|
+
/// The vertical padding of the PivotGrid configurator button.
|
|
197
|
+
/// @group pivotgrid
|
|
198
|
+
$kendo-pivotgrid-configurator-button-padding-y: k-spacing(1) !default;
|
|
199
|
+
/// The border width of the PivotGrid configurator button.
|
|
200
|
+
/// @group pivotgrid
|
|
201
|
+
$kendo-pivotgrid-configurator-button-border-width: 1px !default;
|
|
202
|
+
/// The size of the PivotGrid configurator button.
|
|
203
|
+
/// @group pivotgrid
|
|
204
|
+
$kendo-pivotgrid-configurator-button-size: calc( calc( #{$kendo-pivotgrid-line-height} * 1em ) + calc( #{$kendo-pivotgrid-configurator-button-padding-y} * 2 ) + calc( #{$kendo-pivotgrid-configurator-button-border-width} * 2 ) ) !default;
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
// Calculated fields
|
|
208
|
+
/// The horizontal padding of the PivotGrid calculated field.
|
|
209
|
+
/// @group pivotgrid
|
|
210
|
+
$kendo-pivotgrid-calculated-field-padding-x: $kendo-pivotgrid-spacer !default;
|
|
211
|
+
/// The vertical padding of the PivotGrid calculated field.
|
|
212
|
+
/// @group pivotgrid
|
|
213
|
+
$kendo-pivotgrid-calculated-field-padding-y: $kendo-pivotgrid-spacer !default;
|
|
214
|
+
/// The border width of the PivotGrid calculated field.
|
|
215
|
+
/// @group pivotgrid
|
|
216
|
+
$kendo-pivotgrid-calculated-field-border-width: 1px !default;
|
|
217
|
+
/// The border radius of the PivotGrid calculated field.
|
|
218
|
+
/// @group pivotgrid
|
|
219
|
+
$kendo-pivotgrid-calculated-field-border-radius: k-border-radius(md) !default;
|
|
220
|
+
/// The spacing of the PivotGrid calculated field.
|
|
221
|
+
/// @group pivotgrid
|
|
222
|
+
$kendo-pivotgrid-calculated-field-gap: $kendo-pivotgrid-spacer !default;
|
|
223
|
+
|
|
224
|
+
/// The background color of the PivotGrid calculated field.
|
|
225
|
+
/// @group pivotgrid
|
|
226
|
+
$kendo-pivotgrid-calculated-field-bg: k-color(surface-alt) !default;
|
|
227
|
+
/// The text color of the PivotGrid calculated field.
|
|
228
|
+
/// @group pivotgrid
|
|
229
|
+
$kendo-pivotgrid-calculated-field-text: k-color(on-app-surface) !default;
|
|
230
|
+
/// The border color of the PivotGrid calculated field.
|
|
231
|
+
/// @group pivotgrid
|
|
232
|
+
$kendo-pivotgrid-calculated-field-border: k-color(border) !default;
|
|
233
|
+
|
|
234
|
+
/// The background color of the PivotGrid calculated field header.
|
|
235
|
+
/// @group pivotgrid
|
|
236
|
+
$kendo-pivotgrid-calculated-field-header-bg: null !default;
|
|
237
|
+
/// The text color of the PivotGrid calculated field header.
|
|
238
|
+
/// @group pivotgrid
|
|
239
|
+
$kendo-pivotgrid-calculated-field-header-text: k-color(on-app-surface) !default;
|
|
240
|
+
/// The border color of the PivotGrid calculated field header.
|
|
241
|
+
/// @group pivotgrid
|
|
242
|
+
$kendo-pivotgrid-calculated-field-header-border: null !default;
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
/// The horizontal padding of the PivotGrid treeview.
|
|
246
|
+
/// @group pivotgrid
|
|
247
|
+
$kendo-pivotgrid-treeview-padding-x: calc( #{$kendo-pivotgrid-spacer} / 2 ) !default;
|
|
248
|
+
/// The vertical padding of the PivotGrid treeview.
|
|
249
|
+
/// @group pivotgrid
|
|
250
|
+
$kendo-pivotgrid-treeview-padding-y: k-spacing(0) !default;
|
|
251
|
+
|
|
252
|
+
// Legacy variables
|
|
253
|
+
/// The background color of the PivotGrid.
|
|
254
|
+
/// @group pivotgrid
|
|
255
|
+
$kendo-pivotgrid-alt-bg: $kendo-grid-header-bg !default;
|
|
256
|
+
/// The text color of the PivotGrid.
|
|
257
|
+
/// @group pivotgrid
|
|
258
|
+
$kendo-pivotgrid-alt-text: $kendo-grid-header-text !default;
|
|
259
|
+
/// The border color of the PivotGrid.
|
|
260
|
+
/// @group pivotgrid
|
|
261
|
+
$kendo-pivotgrid-chrome-border: $kendo-grid-border !default;
|
|
262
|
+
|
|
263
|
+
/// The background color of the PivotGrid row.
|
|
264
|
+
/// @group pivotgrid
|
|
265
|
+
$kendo-pivotgrid-row-headers-bg: k-color(base) !default;
|
|
266
|
+
|
|
267
|
+
@forward "@progress/kendo-theme-core/scss/components/pivotgrid/_variables.scss" with (
|
|
268
|
+
$kendo-pivotgrid-spacer: $kendo-pivotgrid-spacer,
|
|
269
|
+
$kendo-pivotgrid-padding-x: $kendo-pivotgrid-padding-x,
|
|
270
|
+
$kendo-pivotgrid-padding-y: $kendo-pivotgrid-padding-y,
|
|
271
|
+
$kendo-pivotgrid-font-family: $kendo-pivotgrid-font-family,
|
|
272
|
+
$kendo-pivotgrid-font-size: $kendo-pivotgrid-font-size,
|
|
273
|
+
$kendo-pivotgrid-line-height: $kendo-pivotgrid-line-height,
|
|
274
|
+
$kendo-pivotgrid-border-width: $kendo-pivotgrid-border-width,
|
|
275
|
+
$kendo-pivotgrid-border-radius: $kendo-pivotgrid-border-radius,
|
|
276
|
+
$kendo-pivotgrid-icon-spacing: $kendo-pivotgrid-icon-spacing,
|
|
277
|
+
$kendo-pivotgrid-row-header-width: $kendo-pivotgrid-row-header-width,
|
|
278
|
+
$kendo-pivotgrid-column-header-height: $kendo-pivotgrid-column-header-height,
|
|
279
|
+
$kendo-pivotgrid-cell-padding-x: $kendo-pivotgrid-cell-padding-x,
|
|
280
|
+
$kendo-pivotgrid-cell-padding-y: $kendo-pivotgrid-cell-padding-y,
|
|
281
|
+
$kendo-pivotgrid-cell-border-width: $kendo-pivotgrid-cell-border-width,
|
|
282
|
+
$kendo-pivotgrid-bg: $kendo-pivotgrid-bg,
|
|
283
|
+
$kendo-pivotgrid-text: $kendo-pivotgrid-text,
|
|
284
|
+
$kendo-pivotgrid-border: $kendo-pivotgrid-border,
|
|
285
|
+
$kendo-pivotgrid-alt-border: $kendo-pivotgrid-alt-border,
|
|
286
|
+
$kendo-pivotgrid-headers-bg: $kendo-pivotgrid-headers-bg,
|
|
287
|
+
$kendo-pivotgrid-headers-text: $kendo-pivotgrid-headers-text,
|
|
288
|
+
$kendo-pivotgrid-headers-border: $kendo-pivotgrid-headers-border,
|
|
289
|
+
$kendo-pivotgrid-total-bg: $kendo-pivotgrid-total-bg,
|
|
290
|
+
$kendo-pivotgrid-total-text: $kendo-pivotgrid-total-text,
|
|
291
|
+
$kendo-pivotgrid-total-border: $kendo-pivotgrid-total-border,
|
|
292
|
+
$kendo-pivotgrid-hover-bg: $kendo-pivotgrid-hover-bg,
|
|
293
|
+
$kendo-pivotgrid-hover-text: $kendo-pivotgrid-hover-text,
|
|
294
|
+
$kendo-pivotgrid-hover-border: $kendo-pivotgrid-hover-border,
|
|
295
|
+
$kendo-pivotgrid-selected-bg: $kendo-pivotgrid-selected-bg,
|
|
296
|
+
$kendo-pivotgrid-selected-text: $kendo-pivotgrid-selected-text,
|
|
297
|
+
$kendo-pivotgrid-selected-border: $kendo-pivotgrid-selected-border,
|
|
298
|
+
$kendo-pivotgrid-focus-shadow: $kendo-pivotgrid-focus-shadow,
|
|
299
|
+
$kendo-pivotgrid-configurator-padding-x: $kendo-pivotgrid-configurator-padding-x,
|
|
300
|
+
$kendo-pivotgrid-configurator-padding-y: $kendo-pivotgrid-configurator-padding-y,
|
|
301
|
+
$kendo-pivotgrid-configurator-border-width: $kendo-pivotgrid-configurator-border-width,
|
|
302
|
+
$kendo-pivotgrid-configurator-header-padding-x: $kendo-pivotgrid-configurator-header-padding-x,
|
|
303
|
+
$kendo-pivotgrid-configurator-header-padding-y: $kendo-pivotgrid-configurator-header-padding-y,
|
|
304
|
+
$kendo-pivotgrid-configurator-header-font-size: $kendo-pivotgrid-configurator-header-font-size,
|
|
305
|
+
$kendo-pivotgrid-configurator-header-font-weight: $kendo-pivotgrid-configurator-header-font-weight,
|
|
306
|
+
$kendo-pivotgrid-configurator-content-padding-x: $kendo-pivotgrid-configurator-content-padding-x,
|
|
307
|
+
$kendo-pivotgrid-configurator-content-padding-y: $kendo-pivotgrid-configurator-content-padding-y,
|
|
308
|
+
$kendo-pivotgrid-configurator-fields-margin-x: $kendo-pivotgrid-configurator-fields-margin-x,
|
|
309
|
+
$kendo-pivotgrid-configurator-fields-margin-y: $kendo-pivotgrid-configurator-fields-margin-y,
|
|
310
|
+
$kendo-pivotgrid-configurator-vertical-width: $kendo-pivotgrid-configurator-vertical-width,
|
|
311
|
+
$kendo-pivotgrid-configurator-horizontal-height: $kendo-pivotgrid-configurator-horizontal-height,
|
|
312
|
+
$kendo-pivotgrid-configurator-bg: $kendo-pivotgrid-configurator-bg,
|
|
313
|
+
$kendo-pivotgrid-configurator-text: $kendo-pivotgrid-configurator-text,
|
|
314
|
+
$kendo-pivotgrid-configurator-border: $kendo-pivotgrid-configurator-border,
|
|
315
|
+
$kendo-pivotgrid-configurator-header-bg: $kendo-pivotgrid-configurator-header-bg,
|
|
316
|
+
$kendo-pivotgrid-configurator-header-text: $kendo-pivotgrid-configurator-header-text,
|
|
317
|
+
$kendo-pivotgrid-configurator-header-border: $kendo-pivotgrid-configurator-header-border,
|
|
318
|
+
$kendo-pivotgrid-configurator-shadow: $kendo-pivotgrid-configurator-shadow,
|
|
319
|
+
$kendo-pivotgrid-configurator-end-shadow: $kendo-pivotgrid-configurator-end-shadow,
|
|
320
|
+
$kendo-pivotgrid-configurator-start-shadow: $kendo-pivotgrid-configurator-start-shadow,
|
|
321
|
+
$kendo-pivotgrid-configurator-top-shadow: $kendo-pivotgrid-configurator-top-shadow,
|
|
322
|
+
$kendo-pivotgrid-configurator-bottom-shadow: $kendo-pivotgrid-configurator-bottom-shadow,
|
|
323
|
+
$kendo-pivotgrid-configurator-button-padding-x: $kendo-pivotgrid-configurator-button-padding-x,
|
|
324
|
+
$kendo-pivotgrid-configurator-button-padding-y: $kendo-pivotgrid-configurator-button-padding-y,
|
|
325
|
+
$kendo-pivotgrid-configurator-button-border-width: $kendo-pivotgrid-configurator-button-border-width,
|
|
326
|
+
$kendo-pivotgrid-configurator-button-size: $kendo-pivotgrid-configurator-button-size,
|
|
327
|
+
$kendo-pivotgrid-calculated-field-padding-x: $kendo-pivotgrid-calculated-field-padding-x,
|
|
328
|
+
$kendo-pivotgrid-calculated-field-padding-y: $kendo-pivotgrid-calculated-field-padding-y,
|
|
329
|
+
$kendo-pivotgrid-calculated-field-border-width: $kendo-pivotgrid-calculated-field-border-width,
|
|
330
|
+
$kendo-pivotgrid-calculated-field-border-radius: $kendo-pivotgrid-calculated-field-border-radius,
|
|
331
|
+
$kendo-pivotgrid-calculated-field-gap: $kendo-pivotgrid-calculated-field-gap,
|
|
332
|
+
$kendo-pivotgrid-calculated-field-bg: $kendo-pivotgrid-calculated-field-bg,
|
|
333
|
+
$kendo-pivotgrid-calculated-field-text: $kendo-pivotgrid-calculated-field-text,
|
|
334
|
+
$kendo-pivotgrid-calculated-field-border: $kendo-pivotgrid-calculated-field-border,
|
|
335
|
+
$kendo-pivotgrid-calculated-field-header-bg: $kendo-pivotgrid-calculated-field-header-bg,
|
|
336
|
+
$kendo-pivotgrid-calculated-field-header-text: $kendo-pivotgrid-calculated-field-header-text,
|
|
337
|
+
$kendo-pivotgrid-calculated-field-header-border: $kendo-pivotgrid-calculated-field-header-border,
|
|
338
|
+
$kendo-pivotgrid-treeview-padding-x: $kendo-pivotgrid-treeview-padding-x,
|
|
339
|
+
$kendo-pivotgrid-treeview-padding-y: $kendo-pivotgrid-treeview-padding-y,
|
|
340
|
+
$kendo-pivotgrid-alt-bg: $kendo-pivotgrid-alt-bg,
|
|
341
|
+
$kendo-pivotgrid-alt-text: $kendo-pivotgrid-alt-text,
|
|
342
|
+
$kendo-pivotgrid-chrome-border: $kendo-pivotgrid-chrome-border,
|
|
343
|
+
$kendo-pivotgrid-row-headers-bg: $kendo-pivotgrid-row-headers-bg,
|
|
344
|
+
);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../card/_index.scss" as *;
|
|
4
|
+
@use "../popup/_index.scss" as *;
|
|
5
|
+
|
|
6
|
+
// Component
|
|
7
|
+
@forward "./_variables.scss";
|
|
8
|
+
@use "./_layout.scss" as *;
|
|
9
|
+
@use "./_theme.scss" as *;
|
|
10
|
+
|
|
11
|
+
// Expose
|
|
12
|
+
@mixin kendo-popover--styles() {
|
|
13
|
+
@include import-once( "popover" ) {
|
|
14
|
+
@include core-styles();
|
|
15
|
+
@include kendo-card--styles();
|
|
16
|
+
@include kendo-popup--styles();
|
|
17
|
+
@include kendo-popover--layout();
|
|
18
|
+
@include kendo-popover--theme();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "./_variables.scss" as *;
|
|
3
|
+
@use "@progress/kendo-theme-core/scss/components/popover/_layout.scss" as *;
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@mixin kendo-popover--layout() {
|
|
7
|
+
@include kendo-popover--layout-base();
|
|
8
|
+
|
|
9
|
+
// Actions
|
|
10
|
+
.k-popover-actions {
|
|
11
|
+
padding-inline: $kendo-popover-actions-padding-x;
|
|
12
|
+
padding-block: $kendo-popover-actions-padding-y;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.k-popover-body {
|
|
16
|
+
margin-block: k-spacing(2);
|
|
17
|
+
margin-inline: k-spacing(4);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.k-popover-callout {
|
|
21
|
+
backdrop-filter: blur(calc(6px + calc(2 * 2px)));
|
|
22
|
+
|
|
23
|
+
&.k-callout-n {
|
|
24
|
+
clip-path: polygon(0 0, 100% 0, 0 100%);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&.k-callout-e {
|
|
28
|
+
clip-path: polygon(100% 0, 100% 100%, 0 100%);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&.k-callout-s {
|
|
32
|
+
clip-path: polygon(100% 0, 100% 100%, 0 100%);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&.k-callout-w {
|
|
36
|
+
clip-path: polygon(0 0, 0 100%, 100% 100%);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../card/_variables.scss" as *;
|
|
3
|
+
@use "../popup/_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Popover
|
|
6
|
+
|
|
7
|
+
/// The width of the border around the Popover.
|
|
8
|
+
/// @group popover
|
|
9
|
+
$kendo-popover-border-width: $kendo-card-border-width !default;
|
|
10
|
+
/// The style of the border around the Popover.
|
|
11
|
+
/// @group popover
|
|
12
|
+
$kendo-popover-border-style: solid !default;
|
|
13
|
+
/// The radius of the border around the Popover.
|
|
14
|
+
/// @group popover
|
|
15
|
+
$kendo-popover-border-radius: $kendo-card-border-radius !default;
|
|
16
|
+
/// The font family of the Popover.
|
|
17
|
+
/// @group popover
|
|
18
|
+
$kendo-popover-font-family: $kendo-card-font-family !default;
|
|
19
|
+
/// The font size of the Popover.
|
|
20
|
+
/// @group popover
|
|
21
|
+
$kendo-popover-font-size: $kendo-card-font-size !default;
|
|
22
|
+
/// The line height of the Popover.
|
|
23
|
+
/// @group popover
|
|
24
|
+
$kendo-popover-line-height: $kendo-card-line-height !default;
|
|
25
|
+
|
|
26
|
+
/// The text color of the Popover.
|
|
27
|
+
/// @group popover
|
|
28
|
+
$kendo-popover-text: k-color(on-app-surface) !default;
|
|
29
|
+
/// The background color of the Popover.
|
|
30
|
+
/// @group popover
|
|
31
|
+
$kendo-popover-bg: k-translucency-bg(k-elevation-bg(2, k-color(surface-alt))) !default;
|
|
32
|
+
/// The border color of the Popover.
|
|
33
|
+
/// @group popover
|
|
34
|
+
$kendo-popover-border: k-color(border) !default;
|
|
35
|
+
/// The box shadow of the Popover.
|
|
36
|
+
/// @group popover
|
|
37
|
+
$kendo-popover-shadow: $kendo-popup-shadow !default;
|
|
38
|
+
|
|
39
|
+
/// The horizontal padding of the Popover header.
|
|
40
|
+
/// @group popover
|
|
41
|
+
$kendo-popover-header-padding-x: k-spacing(4) !default;
|
|
42
|
+
/// The vertical padding of the Popover header.
|
|
43
|
+
/// @group popover
|
|
44
|
+
$kendo-popover-header-padding-y: k-spacing(4) k-spacing(2) !default;
|
|
45
|
+
/// The border width of the Popover header.
|
|
46
|
+
/// @group popover
|
|
47
|
+
$kendo-popover-header-border-width: 0 !default;
|
|
48
|
+
/// The border style of the Popover header.
|
|
49
|
+
/// @group popover
|
|
50
|
+
$kendo-popover-header-border-style: $kendo-popover-border-style !default;
|
|
51
|
+
/// The text color of the Popover header.
|
|
52
|
+
/// @group popover
|
|
53
|
+
$kendo-popover-header-text: $kendo-card-header-text !default;
|
|
54
|
+
/// The background color of the Popover header.
|
|
55
|
+
/// @group popover
|
|
56
|
+
$kendo-popover-header-bg: $kendo-card-header-bg !default;
|
|
57
|
+
/// The border color of the Popover header.
|
|
58
|
+
/// @group popover
|
|
59
|
+
$kendo-popover-header-border: $kendo-card-header-border !default;
|
|
60
|
+
|
|
61
|
+
/// The horizontal padding of the Popover body.
|
|
62
|
+
/// @group popover
|
|
63
|
+
$kendo-popover-body-padding-x: $kendo-card-body-padding-x !default;
|
|
64
|
+
/// The vertical padding of the Popover body.
|
|
65
|
+
/// @group popover
|
|
66
|
+
$kendo-popover-body-padding-y: k-spacing(2) !default;
|
|
67
|
+
|
|
68
|
+
/// The border width of the Popover actions.
|
|
69
|
+
/// @group popover
|
|
70
|
+
$kendo-popover-actions-border-width: 0 !default;
|
|
71
|
+
/// The horizontal padding of the Popover actions.
|
|
72
|
+
/// @group popover
|
|
73
|
+
$kendo-popover-actions-padding-x: k-spacing(4) !default;
|
|
74
|
+
/// The vertical padding of the Popover actions.
|
|
75
|
+
/// @group popover
|
|
76
|
+
$kendo-popover-actions-padding-y: k-spacing(2) k-spacing(4) !default;
|
|
77
|
+
|
|
78
|
+
/// The width of the Popover callout.
|
|
79
|
+
/// @group popover
|
|
80
|
+
$kendo-popover-callout-width: $kendo-card-callout-width !default;
|
|
81
|
+
/// The height of the Popover callout.
|
|
82
|
+
/// @group popover
|
|
83
|
+
$kendo-popover-callout-height: $kendo-card-callout-height !default;
|
|
84
|
+
/// The border width of the Popover callout.
|
|
85
|
+
/// @group popover
|
|
86
|
+
$kendo-popover-callout-border-width: $kendo-popover-border-width !default;
|
|
87
|
+
/// The border style of the Popover callout.
|
|
88
|
+
/// @group popover
|
|
89
|
+
$kendo-popover-callout-border-style: $kendo-popover-border-style !default;
|
|
90
|
+
/// The border color of the Popover callout.
|
|
91
|
+
/// @group popover
|
|
92
|
+
$kendo-popover-callout-border: $kendo-popover-border !default;
|
|
93
|
+
|
|
94
|
+
@forward "@progress/kendo-theme-core/scss/components/popover/_variables.scss" with (
|
|
95
|
+
$kendo-popover-border-width: $kendo-popover-border-width,
|
|
96
|
+
$kendo-popover-border-style: $kendo-popover-border-style,
|
|
97
|
+
$kendo-popover-border-radius: $kendo-popover-border-radius,
|
|
98
|
+
$kendo-popover-font-family: $kendo-popover-font-family,
|
|
99
|
+
$kendo-popover-font-size: $kendo-popover-font-size,
|
|
100
|
+
$kendo-popover-line-height: $kendo-popover-line-height,
|
|
101
|
+
$kendo-popover-text: $kendo-popover-text,
|
|
102
|
+
$kendo-popover-bg: $kendo-popover-bg,
|
|
103
|
+
$kendo-popover-border: $kendo-popover-border,
|
|
104
|
+
$kendo-popover-shadow: $kendo-popover-shadow,
|
|
105
|
+
$kendo-popover-header-padding-x: $kendo-popover-header-padding-x,
|
|
106
|
+
$kendo-popover-header-padding-y: $kendo-popover-header-padding-y,
|
|
107
|
+
$kendo-popover-header-border-width: $kendo-popover-header-border-width,
|
|
108
|
+
$kendo-popover-header-border-style: $kendo-popover-header-border-style,
|
|
109
|
+
$kendo-popover-header-text: $kendo-popover-header-text,
|
|
110
|
+
$kendo-popover-header-bg: $kendo-popover-header-bg,
|
|
111
|
+
$kendo-popover-header-border: $kendo-popover-header-border,
|
|
112
|
+
$kendo-popover-body-padding-x: $kendo-popover-body-padding-x,
|
|
113
|
+
$kendo-popover-body-padding-y: $kendo-popover-body-padding-y,
|
|
114
|
+
$kendo-popover-actions-border-width: $kendo-popover-actions-border-width,
|
|
115
|
+
$kendo-popover-callout-width: $kendo-popover-callout-width,
|
|
116
|
+
$kendo-popover-callout-height: $kendo-popover-callout-height,
|
|
117
|
+
$kendo-popover-callout-border-width: $kendo-popover-callout-border-width,
|
|
118
|
+
$kendo-popover-callout-border-style: $kendo-popover-callout-border-style,
|
|
119
|
+
$kendo-popover-callout-border: $kendo-popover-callout-border
|
|
120
|
+
);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-popup--styles() {
|
|
11
|
+
@include import-once( "popup" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-popup--layout();
|
|
14
|
+
@include kendo-popup--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
/// Width of the border around the popup.
|
|
4
|
+
/// @group popup
|
|
5
|
+
$kendo-popup-border-width: 1px !default;
|
|
6
|
+
/// Border radius of the popup.
|
|
7
|
+
/// @group popup
|
|
8
|
+
$kendo-popup-border-radius: k-border-radius(xl) !default;
|
|
9
|
+
|
|
10
|
+
/// Font size of the popup.
|
|
11
|
+
/// @group popup
|
|
12
|
+
$kendo-popup-font-size: var( --kendo-font-size, inherit ) !default;
|
|
13
|
+
/// Line height of the popup.
|
|
14
|
+
/// @group popup
|
|
15
|
+
$kendo-popup-line-height: var( --kendo-line-height, normal ) !default;
|
|
16
|
+
|
|
17
|
+
/// Horizontal padding of the popup content.
|
|
18
|
+
/// @group popup
|
|
19
|
+
$kendo-popup-content-padding-x: k-spacing(2) !default;
|
|
20
|
+
/// Vertical padding of the popup content.
|
|
21
|
+
/// @group popup
|
|
22
|
+
$kendo-popup-content-padding-y: k-spacing(2) !default;
|
|
23
|
+
|
|
24
|
+
/// Background color of the popup.
|
|
25
|
+
/// @group popup
|
|
26
|
+
$kendo-popup-bg: k-translucency-bg(k-elevation-bg(2, k-color(surface-alt))) !default;
|
|
27
|
+
/// Text color of the popup.
|
|
28
|
+
/// @group popup
|
|
29
|
+
$kendo-popup-text: k-color(on-app-surface) !default;
|
|
30
|
+
/// Border color of the popup.
|
|
31
|
+
/// @group popup
|
|
32
|
+
$kendo-popup-border: k-color(border) !default;
|
|
33
|
+
/// Box shadow of the popup.
|
|
34
|
+
/// @group popup
|
|
35
|
+
$kendo-popup-shadow: k-elevation(2) !default;
|
|
36
|
+
|
|
37
|
+
/// Vertical spacing between the popup and the element it is anchored to.
|
|
38
|
+
/// @group popup
|
|
39
|
+
$kendo-popup-spacing-y: k-spacing(0.5) !default;
|
|
40
|
+
|
|
41
|
+
@forward "@progress/kendo-theme-core/scss/components/popup/_variables.scss" with (
|
|
42
|
+
$kendo-popup-border-width: $kendo-popup-border-width,
|
|
43
|
+
$kendo-popup-border-radius: $kendo-popup-border-radius,
|
|
44
|
+
$kendo-popup-font-size: $kendo-popup-font-size,
|
|
45
|
+
$kendo-popup-line-height: $kendo-popup-line-height,
|
|
46
|
+
$kendo-popup-content-padding-x: $kendo-popup-content-padding-x,
|
|
47
|
+
$kendo-popup-content-padding-y: $kendo-popup-content-padding-y,
|
|
48
|
+
$kendo-popup-bg: $kendo-popup-bg,
|
|
49
|
+
$kendo-popup-text: $kendo-popup-text,
|
|
50
|
+
$kendo-popup-border: $kendo-popup-border,
|
|
51
|
+
$kendo-popup-shadow: $kendo-popup-shadow,
|
|
52
|
+
$kendo-popup-spacing-y: $kendo-popup-spacing-y
|
|
53
|
+
);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-progressbar--styles() {
|
|
11
|
+
@include import-once( "progressbar" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-progressbar--layout();
|
|
14
|
+
@include kendo-progressbar--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|