@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,64 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// Message box
|
|
4
|
+
|
|
5
|
+
/// The default theme color of the MessageBox.
|
|
6
|
+
/// @group messagebox
|
|
7
|
+
/// @role default
|
|
8
|
+
$kendo-message-box-default-theme-color: null !default;
|
|
9
|
+
|
|
10
|
+
/// The margin of the MessageBox.
|
|
11
|
+
/// @group messagebox
|
|
12
|
+
$kendo-message-box-margin: 0 0 k-spacing(4) 0 !default;
|
|
13
|
+
/// The horizontal padding of the MessageBox.
|
|
14
|
+
/// @group messagebox
|
|
15
|
+
$kendo-message-box-padding-x: k-spacing(2) !default;
|
|
16
|
+
/// The vertical padding of the MessageBox.
|
|
17
|
+
/// @group messagebox
|
|
18
|
+
$kendo-message-box-padding-y: k-spacing(2) !default;
|
|
19
|
+
/// The width of the border around the MessageBox.
|
|
20
|
+
/// @group messagebox
|
|
21
|
+
$kendo-message-box-border-width: 0 0 0 4px !default;
|
|
22
|
+
/// The border radius of the MessageBox.
|
|
23
|
+
/// @group messagebox
|
|
24
|
+
$kendo-message-box-border-radius: k-border-radius(md) !default;
|
|
25
|
+
|
|
26
|
+
/// The font size of the MessageBox.
|
|
27
|
+
/// @group messagebox
|
|
28
|
+
$kendo-message-box-font-size: var( --kendo-font-size, inherit ) !default;
|
|
29
|
+
/// The line height of the MessageBox.
|
|
30
|
+
/// @group messagebox
|
|
31
|
+
$kendo-message-box-line-height: var( --kendo-line-height, normal ) !default;
|
|
32
|
+
|
|
33
|
+
/// The background color level of the MessageBox.
|
|
34
|
+
/// @group messagebox
|
|
35
|
+
$kendo-message-box-bg-level: -10 !default;
|
|
36
|
+
/// The text color level of the MessageBox.
|
|
37
|
+
/// @group messagebox
|
|
38
|
+
$kendo-message-box-text-level: 6 !default;
|
|
39
|
+
/// The border color level of the MessageBox.
|
|
40
|
+
/// @group messagebox
|
|
41
|
+
$kendo-message-box-border-level: -9 !default;
|
|
42
|
+
|
|
43
|
+
/// The font style of the MessageBox link.
|
|
44
|
+
/// @group messagebox
|
|
45
|
+
$kendo-message-box-link-font-style: italic !default;
|
|
46
|
+
/// The text decoration of the MessageBox link.
|
|
47
|
+
/// @group messagebox
|
|
48
|
+
$kendo-message-box-link-text-decoration: underline !default;
|
|
49
|
+
|
|
50
|
+
@forward "@progress/kendo-theme-core/scss/components/messagebox/_variables.scss" with (
|
|
51
|
+
$kendo-message-box-default-theme-color: $kendo-message-box-default-theme-color,
|
|
52
|
+
$kendo-message-box-margin: $kendo-message-box-margin,
|
|
53
|
+
$kendo-message-box-padding-x: $kendo-message-box-padding-x,
|
|
54
|
+
$kendo-message-box-padding-y: $kendo-message-box-padding-y,
|
|
55
|
+
$kendo-message-box-border-width: $kendo-message-box-border-width,
|
|
56
|
+
$kendo-message-box-border-radius: $kendo-message-box-border-radius,
|
|
57
|
+
$kendo-message-box-font-size: $kendo-message-box-font-size,
|
|
58
|
+
$kendo-message-box-line-height: $kendo-message-box-line-height,
|
|
59
|
+
$kendo-message-box-bg-level: $kendo-message-box-bg-level,
|
|
60
|
+
$kendo-message-box-text-level: $kendo-message-box-text-level,
|
|
61
|
+
$kendo-message-box-border-level: $kendo-message-box-border-level,
|
|
62
|
+
$kendo-message-box-link-font-style: $kendo-message-box-link-font-style,
|
|
63
|
+
$kendo-message-box-link-text-decoration: $kendo-message-box-link-text-decoration
|
|
64
|
+
);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../button/_index.scss" as *;
|
|
5
|
+
@use "../input/_index.scss" as *;
|
|
6
|
+
@use "../chip/_index.scss" as *;
|
|
7
|
+
@use "../floating-label/_index.scss" as *;
|
|
8
|
+
@use "../popup/_index.scss" as *;
|
|
9
|
+
@use "../list/_index.scss" as *;
|
|
10
|
+
|
|
11
|
+
// Component
|
|
12
|
+
@forward "./_variables.scss";
|
|
13
|
+
@use "./_layout.scss" as *;
|
|
14
|
+
@use "./_theme.scss" as *;
|
|
15
|
+
|
|
16
|
+
// Expose
|
|
17
|
+
@mixin kendo-multiselect--styles() {
|
|
18
|
+
@include import-once( "multiselect" ) {
|
|
19
|
+
@include core-styles();
|
|
20
|
+
@include kendo-button--styles();
|
|
21
|
+
@include kendo-input--styles();
|
|
22
|
+
@include kendo-chip--styles();
|
|
23
|
+
@include kendo-floating-label--styles();
|
|
24
|
+
@include kendo-popup--styles();
|
|
25
|
+
@include kendo-list--styles();
|
|
26
|
+
@include kendo-icon--styles();
|
|
27
|
+
@include kendo-multiselect--layout();
|
|
28
|
+
@include kendo-multiselect--theme();
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/multiselect/_layout.scss" as *;
|
|
2
|
+
@use "sass:map";
|
|
3
|
+
@use "../core/_index.scss" as *;
|
|
4
|
+
@use "../core/functions/index.scss" as *;
|
|
5
|
+
@use "../input/_variables.scss" as *;
|
|
6
|
+
|
|
7
|
+
@mixin kendo-multiselect--layout() {
|
|
8
|
+
@include kendo-multiselect--layout-base();
|
|
9
|
+
|
|
10
|
+
.k-multiselect {
|
|
11
|
+
// Roundness
|
|
12
|
+
@each $roundness in $kendo-input-roundness {
|
|
13
|
+
#{k-when-default($kendo-input-default-roundness, $roundness)}
|
|
14
|
+
&.k-rounded-#{$roundness} {
|
|
15
|
+
|
|
16
|
+
@each $size, $size-props in $kendo-input-sizes {
|
|
17
|
+
$_padding-y: map.get( $size-props, padding-y );
|
|
18
|
+
|
|
19
|
+
#{k-when-default($kendo-input-default-size, $size)}
|
|
20
|
+
&.k-input-#{$size} {
|
|
21
|
+
@include concentric-radius(k-border-radius($roundness), calc( #{$_padding-y} /2 ), ".k-chip");
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Multiselect
|
|
@@ -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-no-data--styles() {
|
|
11
|
+
@include import-once( "no-data" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-no-data--layout();
|
|
14
|
+
@include kendo-no-data--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
/// The minimum height of the 'No Data' text container.
|
|
4
|
+
/// @group no-data
|
|
5
|
+
$kendo-no-data-min-height: 140px !default;
|
|
6
|
+
|
|
7
|
+
/// The color of the 'No Data' text.
|
|
8
|
+
/// @group no-data
|
|
9
|
+
$kendo-no-data-text: k-color(subtle) !default;
|
|
10
|
+
|
|
11
|
+
@forward "@progress/kendo-theme-core/scss/components/no-data/_variables.scss" with (
|
|
12
|
+
$kendo-no-data-min-height: $kendo-no-data-min-height,
|
|
13
|
+
$kendo-no-data-text: $kendo-no-data-text
|
|
14
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@function notification-theme( $colors ) {
|
|
6
|
+
$_theme: ();
|
|
7
|
+
|
|
8
|
+
@each $name in $colors {
|
|
9
|
+
$_theme: map.merge(( $name: (
|
|
10
|
+
color: k-color(on-#{$name}),
|
|
11
|
+
background-color: k-color(#{$name}),
|
|
12
|
+
border: k-color(#{$name}),
|
|
13
|
+
)), $_theme );
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@return $_theme;
|
|
17
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_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-notification--styles() {
|
|
13
|
+
@include import-once( "notification" ) {
|
|
14
|
+
@include core-styles();
|
|
15
|
+
@include kendo-popup--styles();
|
|
16
|
+
@include kendo-icon--styles();
|
|
17
|
+
@include kendo-notification--layout();
|
|
18
|
+
@include kendo-notification--theme();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "./_functions.scss" as *;
|
|
3
|
+
@use "../core/_index.scss" as *;
|
|
4
|
+
@use "../popup/_variables.scss" as *;
|
|
5
|
+
@use "../icons/_variables.scss" as *;
|
|
6
|
+
|
|
7
|
+
// Notification
|
|
8
|
+
|
|
9
|
+
/// The default theme color of the Notification.
|
|
10
|
+
/// @group notification
|
|
11
|
+
/// @role default
|
|
12
|
+
$kendo-notification-default-theme-color: null !default;
|
|
13
|
+
|
|
14
|
+
/// The row-gap between the elements in the Notification group.
|
|
15
|
+
/// @group notification
|
|
16
|
+
$kendo-notification-group-gap: k-spacing(2) !default;
|
|
17
|
+
|
|
18
|
+
/// The horizontal padding of the Notification.
|
|
19
|
+
/// @group notification
|
|
20
|
+
$kendo-notification-padding-x: k-spacing(2.5) !default;
|
|
21
|
+
/// The vertical padding of the Notification.
|
|
22
|
+
/// @group notification
|
|
23
|
+
$kendo-notification-padding-y: k-spacing(2.5) !default;
|
|
24
|
+
/// The width of the border around the Notification.
|
|
25
|
+
/// @group notification
|
|
26
|
+
$kendo-notification-border-width: 1px !default;
|
|
27
|
+
/// The border radius of the Notification.
|
|
28
|
+
/// @group notification
|
|
29
|
+
$kendo-notification-border-radius: k-border-radius(md) !default;
|
|
30
|
+
/// The font family of the Notification.
|
|
31
|
+
/// @group notification
|
|
32
|
+
$kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
|
|
33
|
+
/// The font size of the Notification.
|
|
34
|
+
/// @group notification
|
|
35
|
+
$kendo-notification-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
36
|
+
/// The line height of the Notification.
|
|
37
|
+
/// @group notification
|
|
38
|
+
$kendo-notification-line-height: var( --kendo-line-height, normal ) !default;
|
|
39
|
+
/// The horizontal padding of the Notification actions.
|
|
40
|
+
/// @group notification
|
|
41
|
+
$kendo-notification-actions-padding-x: null !default;
|
|
42
|
+
/// The vertical padding of the Notification actions.
|
|
43
|
+
/// @group notification
|
|
44
|
+
$kendo-notification-actions-padding-y: $kendo-notification-actions-padding-x !default;
|
|
45
|
+
|
|
46
|
+
/// The background color of the Notification.
|
|
47
|
+
/// @group notification
|
|
48
|
+
$kendo-notification-bg: k-elevation-bg(2, k-color(surface-alt)) !default;
|
|
49
|
+
/// The text color of the Notification.
|
|
50
|
+
/// @group notification
|
|
51
|
+
$kendo-notification-text: k-color(on-app-surface) !default;
|
|
52
|
+
/// The border color of the Notification.
|
|
53
|
+
/// @group notification
|
|
54
|
+
$kendo-notification-border: k-color(border) !default;
|
|
55
|
+
/// The box shadow of the Notification.
|
|
56
|
+
/// @group notification
|
|
57
|
+
$kendo-notification-shadow: k-elevation(2) !default;
|
|
58
|
+
|
|
59
|
+
/// The horizontal spacing of the Notification icon.
|
|
60
|
+
/// @group notification
|
|
61
|
+
$kendo-notification-icon-spacing: $kendo-icon-spacing !default;
|
|
62
|
+
|
|
63
|
+
/// The theme colors map for the Notification.
|
|
64
|
+
/// @group notification
|
|
65
|
+
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "inverse") !default;
|
|
66
|
+
/// The generated theme colors map for the Notification.
|
|
67
|
+
/// @group notification
|
|
68
|
+
$kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
|
|
69
|
+
|
|
70
|
+
@forward "@progress/kendo-theme-core/scss/components/notification/_variables.scss" with (
|
|
71
|
+
$kendo-notification-default-theme-color: $kendo-notification-default-theme-color,
|
|
72
|
+
$kendo-notification-group-gap: $kendo-notification-group-gap,
|
|
73
|
+
$kendo-notification-padding-x: $kendo-notification-padding-x,
|
|
74
|
+
$kendo-notification-padding-y: $kendo-notification-padding-y,
|
|
75
|
+
$kendo-notification-border-width: $kendo-notification-border-width,
|
|
76
|
+
$kendo-notification-border-radius: $kendo-notification-border-radius,
|
|
77
|
+
$kendo-notification-font-family: $kendo-notification-font-family,
|
|
78
|
+
$kendo-notification-font-size: $kendo-notification-font-size,
|
|
79
|
+
$kendo-notification-line-height: $kendo-notification-line-height,
|
|
80
|
+
$kendo-notification-actions-padding-x: $kendo-notification-actions-padding-x,
|
|
81
|
+
$kendo-notification-actions-padding-y: $kendo-notification-actions-padding-y,
|
|
82
|
+
$kendo-notification-bg: $kendo-notification-bg,
|
|
83
|
+
$kendo-notification-text: $kendo-notification-text,
|
|
84
|
+
$kendo-notification-border: $kendo-notification-border,
|
|
85
|
+
$kendo-notification-shadow: $kendo-notification-shadow,
|
|
86
|
+
$kendo-notification-icon-spacing: $kendo-notification-icon-spacing,
|
|
87
|
+
$kendo-notification-theme: $kendo-notification-theme
|
|
88
|
+
);
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../input/_index.scss" as *;
|
|
5
|
+
@use "../floating-label/_index.scss" as *;
|
|
6
|
+
|
|
7
|
+
// Component
|
|
8
|
+
@forward "./_variables.scss";
|
|
9
|
+
@use "./_layout.scss" as *;
|
|
10
|
+
@use "./_theme.scss" as *;
|
|
11
|
+
|
|
12
|
+
// Expose
|
|
13
|
+
@mixin kendo-numeric-textbox--styles() {
|
|
14
|
+
@include import-once( "numeric-textbox" ) {
|
|
15
|
+
@include core-styles();
|
|
16
|
+
@include kendo-input--styles();
|
|
17
|
+
@include kendo-floating-label--styles();
|
|
18
|
+
@include kendo-icon--styles();
|
|
19
|
+
@include kendo-numeric-textbox--layout();
|
|
20
|
+
@include kendo-numeric-textbox--theme();
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Numeric Textbox
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../forms/_index.scss" as *;
|
|
6
|
+
@use "../textbox/_index.scss" as *;
|
|
7
|
+
@use "../dropdownlist/_index.scss" as *;
|
|
8
|
+
@use "../upload/_index.scss" as *;
|
|
9
|
+
@use "../menu/_index.scss" as *;
|
|
10
|
+
@use "../card/_index.scss" as *;
|
|
11
|
+
@use "../window/_index.scss" as *;
|
|
12
|
+
|
|
13
|
+
// Component
|
|
14
|
+
@forward "./_variables.scss";
|
|
15
|
+
@use "./_layout.scss" as *;
|
|
16
|
+
@use "./_theme.scss" as *;
|
|
17
|
+
|
|
18
|
+
// Expose
|
|
19
|
+
@mixin kendo-orgchart--styles() {
|
|
20
|
+
@include import-once( "orgchart" ) {
|
|
21
|
+
@include core-styles();
|
|
22
|
+
@include kendo-icon--styles();
|
|
23
|
+
@include kendo-form--styles();
|
|
24
|
+
@include kendo-textbox--styles();
|
|
25
|
+
@include kendo-dropdown-list--styles();
|
|
26
|
+
@include kendo-upload--styles();
|
|
27
|
+
@include kendo-menu--styles();
|
|
28
|
+
@include kendo-card--styles();
|
|
29
|
+
@include kendo-window--styles();
|
|
30
|
+
@include kendo-orgchart--layout();
|
|
31
|
+
@include kendo-orgchart--theme();
|
|
32
|
+
@include kendo-utils--layout--overflow();
|
|
33
|
+
@include kendo-utils--layout--position();
|
|
34
|
+
@include kendo-utils--flex-grid--align-items();
|
|
35
|
+
@include kendo-utils--flex-grid--justify-content();
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
@use "sass:list";
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../card/_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Orgchart
|
|
6
|
+
|
|
7
|
+
/// The spacing index of the OrgChart.
|
|
8
|
+
/// @group orgchart
|
|
9
|
+
$kendo-orgchart-spacer: k-spacing(6) !default;
|
|
10
|
+
/// The vertical padding of the OrgChart.
|
|
11
|
+
/// @group orgchart
|
|
12
|
+
$kendo-orgchart-padding-y: $kendo-orgchart-spacer !default;
|
|
13
|
+
/// The horizontal padding of the OrgChart.
|
|
14
|
+
/// @group orgchart
|
|
15
|
+
$kendo-orgchart-padding-x: $kendo-orgchart-padding-y !default;
|
|
16
|
+
/// The font family of the OrgChart.
|
|
17
|
+
/// @group orgchart
|
|
18
|
+
$kendo-orgchart-font-family: var( --kendo-font-family, inherit ) !default;
|
|
19
|
+
/// The font size of the OrgChart.
|
|
20
|
+
/// @group orgchart
|
|
21
|
+
$kendo-orgchart-font-size: var( --kendo-font-size, inherit ) !default;
|
|
22
|
+
/// The line height of the OrgChart.
|
|
23
|
+
/// @group orgchart
|
|
24
|
+
$kendo-orgchart-line-height: var( --kendo-line-height, normal ) !default;
|
|
25
|
+
/// The background color of the OrgChart.
|
|
26
|
+
/// @group orgchart
|
|
27
|
+
$kendo-orgchart-bg: k-color(surface-alt) !default;
|
|
28
|
+
/// The text color of the OrgChart.
|
|
29
|
+
/// @group orgchart
|
|
30
|
+
$kendo-orgchart-text: k-color(on-app-surface) !default;
|
|
31
|
+
/// The border color of the OrgChart.
|
|
32
|
+
/// @group orgchart
|
|
33
|
+
$kendo-orgchart-border: k-color(border) !default;
|
|
34
|
+
|
|
35
|
+
/// The spacing of the OrgChart node.
|
|
36
|
+
/// @group orgchart
|
|
37
|
+
$kendo-orgchart-node-gap: $kendo-orgchart-spacer !default;
|
|
38
|
+
/// The spacing of the OrgChart group.
|
|
39
|
+
/// @group orgchart
|
|
40
|
+
$kendo-orgchart-group-gap: $kendo-orgchart-spacer !default;
|
|
41
|
+
|
|
42
|
+
/// The vertical padding of the OrgChart node group.
|
|
43
|
+
/// @group orgchart
|
|
44
|
+
$kendo-orgchart-node-group-padding-y: $kendo-orgchart-spacer !default;
|
|
45
|
+
/// The horizontal padding of the OrgChart node group.
|
|
46
|
+
/// @group orgchart
|
|
47
|
+
$kendo-orgchart-node-group-padding-x: $kendo-orgchart-node-group-padding-y !default;
|
|
48
|
+
/// The border width of the OrgChart node group.
|
|
49
|
+
/// @group orgchart
|
|
50
|
+
$kendo-orgchart-node-group-border-width: 1px !default;
|
|
51
|
+
/// The border radius of the OrgChart node group.
|
|
52
|
+
/// @group orgchart
|
|
53
|
+
$kendo-orgchart-node-group-border-radius: k-border-radius(xxl) !default;
|
|
54
|
+
/// The background color of the OrgChart node group.
|
|
55
|
+
/// @group orgchart
|
|
56
|
+
$kendo-orgchart-node-group-bg: k-color(surface) !default;
|
|
57
|
+
/// The text color of the OrgChart node group.
|
|
58
|
+
/// @group orgchart
|
|
59
|
+
$kendo-orgchart-node-group-text: k-color(on-app-surface) !default;
|
|
60
|
+
/// The border color of the OrgChart node group.
|
|
61
|
+
/// @group orgchart
|
|
62
|
+
$kendo-orgchart-node-group-border: k-color(border) !default;
|
|
63
|
+
|
|
64
|
+
/// The border color of the focused OrgChart node group.
|
|
65
|
+
/// @group orgchart
|
|
66
|
+
$kendo-orgchart-node-group-focus-border: $kendo-card-focus-border !default;
|
|
67
|
+
/// The shadow of the focused OrgChart node group.
|
|
68
|
+
/// @group orgchart
|
|
69
|
+
$kendo-orgchart-node-group-focus-shadow: k-elevation(1) !default;
|
|
70
|
+
|
|
71
|
+
/// The font size of the OrgChart node group title.
|
|
72
|
+
/// @group orgchart
|
|
73
|
+
$kendo-orgchart-node-group-title-font-size: var( --kendo-font-size-xl, inherit ) !default;
|
|
74
|
+
/// The bottom margin of the OrgChart node group title.
|
|
75
|
+
/// @group orgchart
|
|
76
|
+
$kendo-orgchart-node-group-title-margin-bottom: k-spacing(1.5) !default;
|
|
77
|
+
/// The line height of the OrgChart node group title.
|
|
78
|
+
/// @group orgchart
|
|
79
|
+
$kendo-orgchart-node-group-title-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
80
|
+
|
|
81
|
+
/// The font size of the OrgChart node group subtitle.
|
|
82
|
+
/// @group orgchart
|
|
83
|
+
$kendo-orgchart-node-group-subtitle-font-size: var( --kendo-font-size, inherit ) !default;
|
|
84
|
+
/// The bottom margin of the OrgChart node group subtitle.
|
|
85
|
+
/// @group orgchart
|
|
86
|
+
$kendo-orgchart-node-group-subtitle-margin-bottom: $kendo-orgchart-spacer !default;
|
|
87
|
+
/// The line height of the OrgChart node group subtitle.
|
|
88
|
+
/// @group orgchart
|
|
89
|
+
$kendo-orgchart-node-group-subtitle-text: k-color(subtle) !default;
|
|
90
|
+
|
|
91
|
+
/// The width of the OrgChart Card.
|
|
92
|
+
/// @group orgchart
|
|
93
|
+
$kendo-orgchart-card-width: 300px !default;
|
|
94
|
+
/// The border width of the OrgChart Card.
|
|
95
|
+
/// @group orgchart
|
|
96
|
+
$kendo-orgchart-card-border-width: $kendo-card-border-width !default;
|
|
97
|
+
/// The shadow of the OrgChart Card.
|
|
98
|
+
/// @group orgchart
|
|
99
|
+
$kendo-orgchart-card-shadow: k-elevation(2) !default;
|
|
100
|
+
/// The shadow of the focused OrgChart Card.
|
|
101
|
+
/// @group orgchart
|
|
102
|
+
$kendo-orgchart-card-focus-shadow: k-elevation(1) !default;
|
|
103
|
+
|
|
104
|
+
/// The bottom margin of the OrgChart Card title.
|
|
105
|
+
/// @group orgchart
|
|
106
|
+
$kendo-orgchart-card-title-margin-bottom: k-spacing(0) !default;
|
|
107
|
+
/// The font size of the OrgChart Card title.
|
|
108
|
+
/// @group orgchart
|
|
109
|
+
$kendo-orgchart-card-title-font-size: var( --kendo-h6-font-size ) !default;
|
|
110
|
+
|
|
111
|
+
/// The bottom margin of the OrgChart Card subtitle.
|
|
112
|
+
/// @group orgchart
|
|
113
|
+
$kendo-orgchart-card-subtitle-margin-bottom: k-spacing(0) !default;
|
|
114
|
+
/// The font size of the OrgChart Card subtitle.
|
|
115
|
+
/// @group orgchart
|
|
116
|
+
$kendo-orgchart-card-subtitle-font-size: null !default;
|
|
117
|
+
|
|
118
|
+
/// The border width of the OrgChart Card body.
|
|
119
|
+
/// @group orgchart
|
|
120
|
+
$kendo-orgchart-card-body-border-width: 2px 0 0 !default;
|
|
121
|
+
/// The border color of the OrgChart Card body.
|
|
122
|
+
/// @group orgchart
|
|
123
|
+
$kendo-orgchart-card-body-border-color: transparent !default;
|
|
124
|
+
|
|
125
|
+
/// The right margin of the OrgChart Card body title wrap.
|
|
126
|
+
/// @group orgchart
|
|
127
|
+
$kendo-orgchart-card-body-vbox-margin-right: list.slash( $kendo-orgchart-spacer, 2 ) !default;
|
|
128
|
+
/// The min height of the OrgChart Card body title wrap.
|
|
129
|
+
/// @group orgchart
|
|
130
|
+
$kendo-orgchart-card-body-vbox-min-height: k-spacing(11) !default;
|
|
131
|
+
|
|
132
|
+
/// The size of the OrgChart connecting line.
|
|
133
|
+
/// @group orgchart
|
|
134
|
+
$kendo-orgchart-line-size: 1px !default;
|
|
135
|
+
/// The fill color of the OrgChart connecting line.
|
|
136
|
+
/// @group orgchart
|
|
137
|
+
$kendo-orgchart-line-fill: k-color(border) !default;
|
|
138
|
+
|
|
139
|
+
/// The height of the OrgChart connecting line.
|
|
140
|
+
/// @group orgchart
|
|
141
|
+
$kendo-orgchart-line-v-height: k-spacing(6) !default;
|
|
142
|
+
|
|
143
|
+
@forward "@progress/kendo-theme-core/scss/components/orgchart/_variables.scss" with (
|
|
144
|
+
$kendo-orgchart-spacer: $kendo-orgchart-spacer,
|
|
145
|
+
$kendo-orgchart-padding-y: $kendo-orgchart-padding-y,
|
|
146
|
+
$kendo-orgchart-padding-x: $kendo-orgchart-padding-x,
|
|
147
|
+
$kendo-orgchart-font-family: $kendo-orgchart-font-family,
|
|
148
|
+
$kendo-orgchart-font-size: $kendo-orgchart-font-size,
|
|
149
|
+
$kendo-orgchart-line-height: $kendo-orgchart-line-height,
|
|
150
|
+
$kendo-orgchart-bg: $kendo-orgchart-bg,
|
|
151
|
+
$kendo-orgchart-text: $kendo-orgchart-text,
|
|
152
|
+
$kendo-orgchart-border: $kendo-orgchart-border,
|
|
153
|
+
$kendo-orgchart-node-gap: $kendo-orgchart-node-gap,
|
|
154
|
+
$kendo-orgchart-group-gap: $kendo-orgchart-group-gap,
|
|
155
|
+
$kendo-orgchart-node-group-padding-y: $kendo-orgchart-node-group-padding-y,
|
|
156
|
+
$kendo-orgchart-node-group-padding-x: $kendo-orgchart-node-group-padding-x,
|
|
157
|
+
$kendo-orgchart-node-group-border-width: $kendo-orgchart-node-group-border-width,
|
|
158
|
+
$kendo-orgchart-node-group-border-radius: $kendo-orgchart-node-group-border-radius,
|
|
159
|
+
$kendo-orgchart-node-group-bg: $kendo-orgchart-node-group-bg,
|
|
160
|
+
$kendo-orgchart-node-group-text: $kendo-orgchart-node-group-text,
|
|
161
|
+
$kendo-orgchart-node-group-border: $kendo-orgchart-node-group-border,
|
|
162
|
+
$kendo-orgchart-node-group-focus-border: $kendo-orgchart-node-group-focus-border,
|
|
163
|
+
$kendo-orgchart-node-group-focus-shadow: $kendo-orgchart-node-group-focus-shadow,
|
|
164
|
+
$kendo-orgchart-node-group-title-font-size: $kendo-orgchart-node-group-title-font-size,
|
|
165
|
+
$kendo-orgchart-node-group-title-margin-bottom: $kendo-orgchart-node-group-title-margin-bottom,
|
|
166
|
+
$kendo-orgchart-node-group-title-line-height: $kendo-orgchart-node-group-title-line-height,
|
|
167
|
+
$kendo-orgchart-node-group-subtitle-font-size: $kendo-orgchart-node-group-subtitle-font-size,
|
|
168
|
+
$kendo-orgchart-node-group-subtitle-margin-bottom: $kendo-orgchart-node-group-subtitle-margin-bottom,
|
|
169
|
+
$kendo-orgchart-node-group-subtitle-text: $kendo-orgchart-node-group-subtitle-text,
|
|
170
|
+
$kendo-orgchart-card-width: $kendo-orgchart-card-width,
|
|
171
|
+
$kendo-orgchart-card-border-width: $kendo-orgchart-card-border-width,
|
|
172
|
+
$kendo-orgchart-card-shadow: $kendo-orgchart-card-shadow,
|
|
173
|
+
$kendo-orgchart-card-focus-shadow: $kendo-orgchart-card-focus-shadow,
|
|
174
|
+
$kendo-orgchart-card-title-margin-bottom: $kendo-orgchart-card-title-margin-bottom,
|
|
175
|
+
$kendo-orgchart-card-title-font-size: $kendo-orgchart-card-title-font-size,
|
|
176
|
+
$kendo-orgchart-card-subtitle-margin-bottom: $kendo-orgchart-card-subtitle-margin-bottom,
|
|
177
|
+
$kendo-orgchart-card-subtitle-font-size: $kendo-orgchart-card-subtitle-font-size,
|
|
178
|
+
$kendo-orgchart-card-body-border-width: $kendo-orgchart-card-body-border-width,
|
|
179
|
+
$kendo-orgchart-card-body-border-color: $kendo-orgchart-card-body-border-color,
|
|
180
|
+
$kendo-orgchart-card-body-vbox-margin-right: $kendo-orgchart-card-body-vbox-margin-right,
|
|
181
|
+
$kendo-orgchart-card-body-vbox-min-height: $kendo-orgchart-card-body-vbox-min-height,
|
|
182
|
+
$kendo-orgchart-line-size: $kendo-orgchart-line-size,
|
|
183
|
+
$kendo-orgchart-line-fill: $kendo-orgchart-line-fill,
|
|
184
|
+
$kendo-orgchart-line-v-height: $kendo-orgchart-line-v-height
|
|
185
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../input/_index.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Component
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
9
|
+
|
|
10
|
+
// Expose
|
|
11
|
+
@mixin kendo-otp--styles() {
|
|
12
|
+
@include import-once( "otp" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-input--styles();
|
|
15
|
+
@include kendo-otp--layout();
|
|
16
|
+
@include kendo-otp--theme();
|
|
17
|
+
}
|
|
18
|
+
}
|