@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,22 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../list/_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-expander--styles() {
|
|
14
|
+
@include import-once( "expander" ) {
|
|
15
|
+
@include core-styles();
|
|
16
|
+
@include kendo-icon--styles();
|
|
17
|
+
@include kendo-list--styles();
|
|
18
|
+
@include kendo-expander--layout();
|
|
19
|
+
@include kendo-expander--theme();
|
|
20
|
+
@include kendo-utils--layout--display();
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "./_variables.scss" as *;
|
|
3
|
+
@use "@progress/kendo-theme-core/scss/components/expansion-panel/_layout.scss" as *;
|
|
4
|
+
@use "../core/z-index/index.scss" as *;
|
|
5
|
+
|
|
6
|
+
@mixin kendo-expander--layout() {
|
|
7
|
+
@include kendo-expander--layout-base();
|
|
8
|
+
|
|
9
|
+
// Multiple expanders: merge adjacent collapsed panels into one visual block
|
|
10
|
+
.k-expander:not(.k-expanded):has(+ .k-expander:not(.k-expanded)) {
|
|
11
|
+
border-end-start-radius: 0;
|
|
12
|
+
border-end-end-radius: 0;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.k-expander:not(.k-expanded) + .k-expander:not(.k-expanded) {
|
|
16
|
+
border-start-start-radius: 0;
|
|
17
|
+
border-start-end-radius: 0;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.k-expander:not(.k-expanded) {
|
|
21
|
+
&.k-focus,
|
|
22
|
+
&:focus {
|
|
23
|
+
position: relative;
|
|
24
|
+
z-index: k-z-index("base", 1);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "./_variables.scss" as *;
|
|
3
|
+
@use "@progress/kendo-theme-core/scss/components/expansion-panel/_theme.scss" as *;
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@mixin kendo-expander--theme() {
|
|
7
|
+
@include kendo-expander--theme-base();
|
|
8
|
+
|
|
9
|
+
.k-expander:not(.k-expanded) {
|
|
10
|
+
background-color: k-translucency-bg(k-color(surface-alt));
|
|
11
|
+
backdrop-filter: k-translucency-blur(2);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.k-expander {
|
|
15
|
+
&.k-focus {
|
|
16
|
+
@include focus-indicator(
|
|
17
|
+
$type: "outline",
|
|
18
|
+
$indicator: $kendo-expander-focus-outline-color,
|
|
19
|
+
$outline-width: $kendo-expander-focus-outline-width,
|
|
20
|
+
$outline-offset: $kendo-expander-focus-outline-offset
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../list/_variables.scss" as *;
|
|
3
|
+
|
|
4
|
+
// ExpansionPanel
|
|
5
|
+
|
|
6
|
+
/// The vertical spacing of the ExpansionPanel.
|
|
7
|
+
/// @group expander
|
|
8
|
+
$kendo-expander-spacing-y: k-spacing(2) !default;
|
|
9
|
+
/// The width of the border around the ExpansionPanel.
|
|
10
|
+
/// @group expander
|
|
11
|
+
$kendo-expander-border-width: 1px !default;
|
|
12
|
+
/// The border radius of the ExpansionPanel.
|
|
13
|
+
/// @group expander
|
|
14
|
+
$kendo-expander-border-radius: k-border-radius(xl) !default;
|
|
15
|
+
/// The font family of the ExpansionPanel.
|
|
16
|
+
/// @group expander
|
|
17
|
+
$kendo-expander-font-family: var( --kendo-font-family, inherit ) !default;
|
|
18
|
+
/// The font size of the ExpansionPanel.
|
|
19
|
+
/// @group expander
|
|
20
|
+
$kendo-expander-font-size: var( --kendo-font-size, inherit ) !default;
|
|
21
|
+
/// The hine height of the ExpansionPanel.
|
|
22
|
+
/// @group expander
|
|
23
|
+
$kendo-expander-line-height: var( --kendo-line-height, normal ) !default;
|
|
24
|
+
|
|
25
|
+
/// The text color of the ExpansionPanel.
|
|
26
|
+
/// @group expander
|
|
27
|
+
$kendo-expander-text: k-color(on-app-surface) !default;
|
|
28
|
+
/// The background color of the ExpansionPanel.
|
|
29
|
+
/// @group expander
|
|
30
|
+
$kendo-expander-bg: k-color(surface-alt) !default;
|
|
31
|
+
/// The border color of the ExpansionPanel.
|
|
32
|
+
/// @group expander
|
|
33
|
+
$kendo-expander-border: k-color(border) !default;
|
|
34
|
+
|
|
35
|
+
/// The box shadow of the focused ExpansionPanel.
|
|
36
|
+
/// @group expander
|
|
37
|
+
$kendo-expander-focus-shadow: null !default;
|
|
38
|
+
|
|
39
|
+
/// The outline color of the focused ExpansionPanel.
|
|
40
|
+
/// @group expander
|
|
41
|
+
$kendo-expander-focus-outline-color: k-color(subtle) !default;
|
|
42
|
+
/// The outline width of the focused ExpansionPanel.
|
|
43
|
+
/// @group expander
|
|
44
|
+
$kendo-expander-focus-outline-width: 1px !default;
|
|
45
|
+
/// The outline offset of the focused ExpansionPanel.
|
|
46
|
+
/// @group expander
|
|
47
|
+
$kendo-expander-focus-outline-offset: 1px !default;
|
|
48
|
+
|
|
49
|
+
/// The horizontal padding of the ExpansionPanel header.
|
|
50
|
+
/// @group expander
|
|
51
|
+
$kendo-expander-header-padding-x: k-spacing(4) !default;
|
|
52
|
+
/// The vertical padding of the ExpansionPanel header.
|
|
53
|
+
/// @group expander
|
|
54
|
+
$kendo-expander-header-padding-y: k-spacing(3) !default;
|
|
55
|
+
|
|
56
|
+
/// The text color of the ExpansionPanel header.
|
|
57
|
+
/// @group expander
|
|
58
|
+
$kendo-expander-header-text: $kendo-expander-text !default;
|
|
59
|
+
/// The background color of the ExpansionPanel header.
|
|
60
|
+
/// @group expander
|
|
61
|
+
$kendo-expander-header-bg: transparent !default;
|
|
62
|
+
/// The border color of the ExpansionPanel header.
|
|
63
|
+
/// @group expander
|
|
64
|
+
$kendo-expander-header-border: null !default;
|
|
65
|
+
|
|
66
|
+
/// The background color of the hovered ExpansionPanel header.
|
|
67
|
+
/// @group expander
|
|
68
|
+
$kendo-expander-header-hover-bg: color-mix(in srgb, k-color(primary-subtle-hover) 50%, transparent ) !default;
|
|
69
|
+
/// The background color of the focused ExpansionPanel header.
|
|
70
|
+
/// @group expander
|
|
71
|
+
$kendo-expander-header-focus-bg: null !default;
|
|
72
|
+
/// The box shadow of the focused ExpansionPanel header.
|
|
73
|
+
/// @group expander
|
|
74
|
+
$kendo-expander-header-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
75
|
+
|
|
76
|
+
/// The font weight of the ExpansionPanel title.
|
|
77
|
+
/// @group expander
|
|
78
|
+
$kendo-expander-title-font-weight: var( --kendo-font-weight-semibold, normal ) !default;
|
|
79
|
+
/// The text transform of the ExpansionPanel title.
|
|
80
|
+
/// @group expander
|
|
81
|
+
$kendo-expander-title-text-transform: none !default;
|
|
82
|
+
/// The text color of the ExpansionPanel title.
|
|
83
|
+
/// @group expander
|
|
84
|
+
$kendo-expander-title-text: k-color(primary-on-surface) !default;
|
|
85
|
+
|
|
86
|
+
/// The text color of the ExpansionPanel sub-title.
|
|
87
|
+
/// @group expander
|
|
88
|
+
$kendo-expander-header-sub-title-text: k-color(subtle) !default;
|
|
89
|
+
|
|
90
|
+
/// The horizontal margin of the ExpansionPanel indicator.
|
|
91
|
+
/// @group expander
|
|
92
|
+
$kendo-expander-indicator-margin-x: k-spacing(3) !default;
|
|
93
|
+
|
|
94
|
+
/// The horizontal padding of the ExpansionPanel content.
|
|
95
|
+
/// @group expander
|
|
96
|
+
$kendo-expander-content-padding-x: k-spacing(4) !default;
|
|
97
|
+
/// The vertical padding of the ExpansionPanel content.
|
|
98
|
+
/// @group expander
|
|
99
|
+
$kendo-expander-content-padding-y: k-spacing(2) k-spacing(4) !default;
|
|
100
|
+
|
|
101
|
+
@forward "@progress/kendo-theme-core/scss/components/expansion-panel/_variables.scss" with (
|
|
102
|
+
$kendo-expander-spacing-y: $kendo-expander-spacing-y,
|
|
103
|
+
$kendo-expander-border-width: $kendo-expander-border-width,
|
|
104
|
+
$kendo-expander-border-radius: $kendo-expander-border-radius,
|
|
105
|
+
$kendo-expander-font-family: $kendo-expander-font-family,
|
|
106
|
+
$kendo-expander-font-size: $kendo-expander-font-size,
|
|
107
|
+
$kendo-expander-line-height: $kendo-expander-line-height,
|
|
108
|
+
$kendo-expander-text: $kendo-expander-text,
|
|
109
|
+
$kendo-expander-bg: $kendo-expander-bg,
|
|
110
|
+
$kendo-expander-border: $kendo-expander-border,
|
|
111
|
+
$kendo-expander-focus-shadow: $kendo-expander-focus-shadow,
|
|
112
|
+
$kendo-expander-header-padding-x: $kendo-expander-header-padding-x,
|
|
113
|
+
$kendo-expander-header-padding-y: $kendo-expander-header-padding-y,
|
|
114
|
+
$kendo-expander-header-text: $kendo-expander-header-text,
|
|
115
|
+
$kendo-expander-header-bg: $kendo-expander-header-bg,
|
|
116
|
+
$kendo-expander-header-border: $kendo-expander-header-border,
|
|
117
|
+
$kendo-expander-header-hover-bg: $kendo-expander-header-hover-bg,
|
|
118
|
+
$kendo-expander-header-focus-bg: $kendo-expander-header-focus-bg,
|
|
119
|
+
$kendo-expander-header-focus-shadow: $kendo-expander-header-focus-shadow,
|
|
120
|
+
$kendo-expander-title-font-weight: $kendo-expander-title-font-weight,
|
|
121
|
+
$kendo-expander-title-text-transform: $kendo-expander-title-text-transform,
|
|
122
|
+
$kendo-expander-title-text: $kendo-expander-title-text,
|
|
123
|
+
$kendo-expander-header-sub-title-text: $kendo-expander-header-sub-title-text,
|
|
124
|
+
$kendo-expander-indicator-margin-x: $kendo-expander-indicator-margin-x,
|
|
125
|
+
$kendo-expander-content-padding-x: $kendo-expander-content-padding-x,
|
|
126
|
+
$kendo-expander-content-padding-y: $kendo-expander-content-padding-y
|
|
127
|
+
);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../button/_index.scss" as *;
|
|
6
|
+
@use "../badge/_index.scss" as *;
|
|
7
|
+
|
|
8
|
+
// Component
|
|
9
|
+
@forward "./_variables.scss";
|
|
10
|
+
@use "./_layout.scss" as *;
|
|
11
|
+
@use "./_theme.scss" as *;
|
|
12
|
+
|
|
13
|
+
// Expose
|
|
14
|
+
@mixin kendo-fab--styles() {
|
|
15
|
+
@include import-once( "fab" ) {
|
|
16
|
+
@include core-styles();
|
|
17
|
+
@include kendo-icon--styles();
|
|
18
|
+
@include kendo-button--styles();
|
|
19
|
+
@include kendo-badge--styles();
|
|
20
|
+
@include kendo-fab--layout();
|
|
21
|
+
@include kendo-fab--theme();
|
|
22
|
+
@include kendo-utils--layout--position();
|
|
23
|
+
@include kendo-utils--typography--text-align();
|
|
24
|
+
@include kendo-utils--layout--overflow();
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/fab/_layout.scss" as *;
|
|
2
|
+
@use "../core/index.scss" as *;
|
|
3
|
+
@use "./_variables.scss" as *;
|
|
4
|
+
@use "../icons/_variables.scss" as *;
|
|
5
|
+
|
|
6
|
+
@mixin kendo-fab--layout() {
|
|
7
|
+
@include kendo-fab--layout-base();
|
|
8
|
+
|
|
9
|
+
.k-fab {
|
|
10
|
+
transition: background-color k-transition(rapid), border-color k-transition(rapid), outline k-transition(rapid), opacity k-transition(rapid);
|
|
11
|
+
|
|
12
|
+
.k-fab-icon {
|
|
13
|
+
min-width: calc( #{$kendo-fab-font-size} * #{$kendo-fab-line-height} );
|
|
14
|
+
min-height: calc( #{$kendo-fab-font-size} * #{$kendo-fab-line-height} );
|
|
15
|
+
|
|
16
|
+
> svg {
|
|
17
|
+
width: $kendo-icon-size-md;
|
|
18
|
+
height: $kendo-icon-size-md;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/fab/_theme.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../core/functions/index.scss" as *;
|
|
4
|
+
@use "../button/_variables.scss" as *;
|
|
5
|
+
@use "./_variables.scss" as *;
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
@mixin kendo-fab--theme() {
|
|
9
|
+
@include kendo-fab--theme-base();
|
|
10
|
+
|
|
11
|
+
.k-fab {
|
|
12
|
+
|
|
13
|
+
#{k-when-default($kendo-fab-default-fill-mode, "solid")}
|
|
14
|
+
&.k-fab-solid {
|
|
15
|
+
|
|
16
|
+
@each $name in $kendo-fab-theme-colors {
|
|
17
|
+
@if $name == "base" {
|
|
18
|
+
#{k-when-default($kendo-fab-default-theme-color, $name)}
|
|
19
|
+
&.k-fab-#{$name} {
|
|
20
|
+
&:focus,
|
|
21
|
+
&.k-focus {
|
|
22
|
+
@include focus-indicator(
|
|
23
|
+
$indicator: k-color(subtle),
|
|
24
|
+
$type: "outline",
|
|
25
|
+
$outline-width: $kendo-button-focus-outline-width,
|
|
26
|
+
$outline-offset: $kendo-button-focus-outline-offset
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
} @else {
|
|
31
|
+
#{k-when-default($kendo-fab-default-theme-color, $name)}
|
|
32
|
+
&.k-fab-#{$name} {
|
|
33
|
+
&:focus,
|
|
34
|
+
&.k-focus {
|
|
35
|
+
@include focus-indicator(
|
|
36
|
+
$indicator: k-color(#{$name}-on-surface),
|
|
37
|
+
$type: "outline",
|
|
38
|
+
$outline-width: $kendo-button-focus-outline-width,
|
|
39
|
+
$outline-offset: $kendo-button-focus-outline-offset
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
// FAB item icon hover
|
|
49
|
+
.k-fab-item.k-hover .k-fab-item-icon,
|
|
50
|
+
.k-fab-item:hover .k-fab-item-icon {
|
|
51
|
+
border-color: transparent;
|
|
52
|
+
background-color: k-color(base-subtle-hover);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// FAB item focus
|
|
56
|
+
.k-fab-item:focus .k-fab-item-icon,
|
|
57
|
+
.k-fab-item.k-focus .k-fab-item-icon {
|
|
58
|
+
@include focus-indicator(
|
|
59
|
+
$indicator: k-color(subtle),
|
|
60
|
+
$type: "outline",
|
|
61
|
+
$outline-width: $kendo-button-focus-outline-width,
|
|
62
|
+
$outline-offset: $kendo-button-focus-outline-offset
|
|
63
|
+
);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// FAB item active
|
|
67
|
+
.k-fab-item.k-active .k-fab-item-icon,
|
|
68
|
+
.k-fab-item:active .k-fab-item-icon {
|
|
69
|
+
border-color: transparent;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../button/_variables.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Floating Action Button
|
|
5
|
+
|
|
6
|
+
/// The default theme color of the FAB.
|
|
7
|
+
/// @group floating-action-button
|
|
8
|
+
/// @role default
|
|
9
|
+
$kendo-fab-default-theme-color: "secondary" !default;
|
|
10
|
+
/// The default fill mode of the FAB.
|
|
11
|
+
/// @group floating-action-button
|
|
12
|
+
/// @role default
|
|
13
|
+
$kendo-fab-default-fill-mode: "solid" !default;
|
|
14
|
+
/// The default roundness of the FAB.
|
|
15
|
+
/// @group floating-action-button
|
|
16
|
+
/// @role default
|
|
17
|
+
$kendo-fab-default-roundness: "full" !default;
|
|
18
|
+
/// The default size of the FAB.
|
|
19
|
+
/// @group floating-action-button
|
|
20
|
+
/// @role default
|
|
21
|
+
$kendo-fab-default-size: "md" !default;
|
|
22
|
+
|
|
23
|
+
/// The width of the border around the FAB.
|
|
24
|
+
/// @group floating-action-button
|
|
25
|
+
$kendo-fab-border-width: 1px !default;
|
|
26
|
+
|
|
27
|
+
/// The font family of the FAB.
|
|
28
|
+
/// @group floating-action-button
|
|
29
|
+
$kendo-fab-font-family: var( --kendo-font-family, inherit ) !default;
|
|
30
|
+
/// The font size of the FAB.
|
|
31
|
+
/// @group floating-action-button
|
|
32
|
+
$kendo-fab-font-size: var( --kendo-font-size, inherit ) !default;
|
|
33
|
+
/// The line height of the FAB.
|
|
34
|
+
/// @group floating-action-button
|
|
35
|
+
$kendo-fab-line-height: var( --kendo-line-height, normal ) !default;
|
|
36
|
+
|
|
37
|
+
/// The horizontal padding of the small FAB.
|
|
38
|
+
/// @group floating-action-button
|
|
39
|
+
$kendo-fab-sm-padding-x: k-spacing(2) !default;
|
|
40
|
+
/// The horizontal padding of the medium FAB.
|
|
41
|
+
/// @group floating-action-button
|
|
42
|
+
$kendo-fab-md-padding-x: k-spacing(4) !default;
|
|
43
|
+
/// The horizontal padding of the large FAB.
|
|
44
|
+
/// @group floating-action-button
|
|
45
|
+
$kendo-fab-lg-padding-x: k-spacing(6) !default;
|
|
46
|
+
|
|
47
|
+
/// The vertical padding of the FAB.
|
|
48
|
+
/// @group floating-action-button
|
|
49
|
+
$kendo-fab-padding-y: k-spacing(4) !default;
|
|
50
|
+
/// The vertical padding of the small FAB.
|
|
51
|
+
/// @group floating-action-button
|
|
52
|
+
$kendo-fab-sm-padding-y: k-spacing(2) !default;
|
|
53
|
+
/// The vertical padding of the medium FAB.
|
|
54
|
+
/// @group floating-action-button
|
|
55
|
+
$kendo-fab-md-padding-y: k-spacing(4) !default;
|
|
56
|
+
/// The vertical padding of the large FAB.
|
|
57
|
+
/// @group floating-action-button
|
|
58
|
+
$kendo-fab-lg-padding-y: k-spacing(6) !default;
|
|
59
|
+
|
|
60
|
+
/// The horizontal padding of the FAB icon.
|
|
61
|
+
/// @group floating-action-button
|
|
62
|
+
$kendo-fab-icon-padding-x: k-spacing(0) !default;
|
|
63
|
+
/// The vertical padding of the FAB icon.
|
|
64
|
+
/// @group floating-action-button
|
|
65
|
+
$kendo-fab-icon-padding-y: $kendo-fab-icon-padding-x !default;
|
|
66
|
+
/// The spacing of the FAB icon.
|
|
67
|
+
/// @group floating-action-button
|
|
68
|
+
$kendo-fab-icon-spacing: k-spacing(0.5) !default;
|
|
69
|
+
|
|
70
|
+
/// The horizontal padding of the FAB items.
|
|
71
|
+
/// @group floating-action-button
|
|
72
|
+
$kendo-fab-items-padding-x: k-spacing(0) !default;
|
|
73
|
+
/// The vertical padding of the FAB items.
|
|
74
|
+
/// @group floating-action-button
|
|
75
|
+
$kendo-fab-items-padding-y: k-spacing(4) !default;
|
|
76
|
+
|
|
77
|
+
/// The horizontal padding of the FAB item text.
|
|
78
|
+
/// @group floating-action-button
|
|
79
|
+
$kendo-fab-item-text-padding-x: k-spacing(1) !default;
|
|
80
|
+
/// The vertical padding of the FAB item text.
|
|
81
|
+
/// @group floating-action-button
|
|
82
|
+
$kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
|
|
83
|
+
/// The width of the FAB item text border.
|
|
84
|
+
/// @group floating-action-button
|
|
85
|
+
$kendo-fab-item-text-border-width: 1px !default;
|
|
86
|
+
/// The border radius of the FAB item text.
|
|
87
|
+
/// @group floating-action-button
|
|
88
|
+
$kendo-fab-item-text-border-radius: k-border-radius(md) !default;
|
|
89
|
+
/// The font size of the FAB item text.
|
|
90
|
+
/// @group floating-action-button
|
|
91
|
+
$kendo-fab-item-text-font-size: var( --kendo-font-size-xs, inherit ) !default;
|
|
92
|
+
/// The line height of the FAB item text.
|
|
93
|
+
/// @group floating-action-button
|
|
94
|
+
$kendo-fab-item-text-line-height: 1.2 !default;
|
|
95
|
+
|
|
96
|
+
/// The horizontal padding of the FAB item icon.
|
|
97
|
+
/// @group floating-action-button
|
|
98
|
+
$kendo-fab-item-icon-padding-x: calc( #{k-spacing(2)} + #{$kendo-fab-icon-padding-x} ) !default;
|
|
99
|
+
/// The vertical padding of the FAB item icon.
|
|
100
|
+
/// @group floating-action-button
|
|
101
|
+
$kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
|
|
102
|
+
/// The width of the FAB item icon border.
|
|
103
|
+
/// @group floating-action-button
|
|
104
|
+
$kendo-fab-item-icon-border-width: 0 !default;
|
|
105
|
+
/// The border radius of the FAB item icon.
|
|
106
|
+
/// @group floating-action-button
|
|
107
|
+
$kendo-fab-item-icon-border-radius: 50% !default;
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
/// The base shadow of the FAB.
|
|
111
|
+
/// @group floating-action-button
|
|
112
|
+
$kendo-fab-shadow: k-elevation(2) !default;
|
|
113
|
+
/// The shadow of the disabled FAB.
|
|
114
|
+
/// @group floating-action-button
|
|
115
|
+
$kendo-fab-disabled-shadow: null !default;
|
|
116
|
+
/// The shadow of the active FAB.
|
|
117
|
+
/// @group floating-action-button
|
|
118
|
+
$kendo-fab-active-shadow: null !default;
|
|
119
|
+
/// The outline style of the FAB.
|
|
120
|
+
/// @group floating-action-button
|
|
121
|
+
$kendo-fab-outline-style: solid !default;
|
|
122
|
+
/// The outline width of the FAB.
|
|
123
|
+
/// @group floating-action-button
|
|
124
|
+
$kendo-fab-outline-width: 1px !default;
|
|
125
|
+
|
|
126
|
+
/// The base text color of the FAB item.
|
|
127
|
+
/// @group floating-action-button
|
|
128
|
+
$kendo-fab-item-text: k-color(on-app-surface) !default;
|
|
129
|
+
/// The base background color of the FAB item.
|
|
130
|
+
/// @group floating-action-button
|
|
131
|
+
$kendo-fab-item-bg: k-elevation-bg(2, k-color(surface-alt)) !default;
|
|
132
|
+
/// The base border color of the FAB item.
|
|
133
|
+
/// @group floating-action-button
|
|
134
|
+
$kendo-fab-item-border: k-color(border) !default;
|
|
135
|
+
|
|
136
|
+
/// The base text color of the FAB item icon.
|
|
137
|
+
/// @group floating-action-button
|
|
138
|
+
$kendo-fab-item-icon-text: $kendo-button-text !default;
|
|
139
|
+
/// The base background color of the FAB item icon.
|
|
140
|
+
/// @group floating-action-button
|
|
141
|
+
$kendo-fab-item-icon-bg: k-elevation-bg(2, $kendo-button-bg) !default;
|
|
142
|
+
/// The base border color of the FAB item icon.
|
|
143
|
+
/// @group floating-action-button
|
|
144
|
+
$kendo-fab-item-icon-border: $kendo-button-border !default;
|
|
145
|
+
|
|
146
|
+
/// The base shadow of the FAB item.
|
|
147
|
+
/// @group floating-action-button
|
|
148
|
+
$kendo-fab-item-shadow: k-elevation(1) !default;
|
|
149
|
+
/// The shadow of the disabled FAB item.
|
|
150
|
+
/// @group floating-action-button
|
|
151
|
+
$kendo-fab-item-disabled-shadow: $kendo-fab-disabled-shadow !default;
|
|
152
|
+
/// The shadow of the active FAB item.
|
|
153
|
+
/// @group floating-action-button
|
|
154
|
+
$kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
155
|
+
/// The outline style of the FAB item.
|
|
156
|
+
/// @group floating-action-button
|
|
157
|
+
$kendo-fab-item-outline-style: solid !default;
|
|
158
|
+
/// The outline width of the FAB item.
|
|
159
|
+
/// @group floating-action-button
|
|
160
|
+
$kendo-fab-item-outline-width: 1px !default;
|
|
161
|
+
/// The outline color of the FAB item.
|
|
162
|
+
/// @group floating-action-button
|
|
163
|
+
$kendo-fab-item-outline-color: transparent !default;
|
|
164
|
+
|
|
165
|
+
/// Тhe opacity of the generating FAB.
|
|
166
|
+
/// @group floating-action-button
|
|
167
|
+
$kendo-fab-generating-opacity: 40% !default;
|
|
168
|
+
|
|
169
|
+
@forward "@progress/kendo-theme-core/scss/components/fab/_variables.scss" with (
|
|
170
|
+
$kendo-fab-default-theme-color: $kendo-fab-default-theme-color,
|
|
171
|
+
$kendo-fab-default-fill-mode: $kendo-fab-default-fill-mode,
|
|
172
|
+
$kendo-fab-default-roundness: $kendo-fab-default-roundness,
|
|
173
|
+
$kendo-fab-default-size: $kendo-fab-default-size,
|
|
174
|
+
$kendo-fab-border-width: $kendo-fab-border-width,
|
|
175
|
+
$kendo-fab-font-family: $kendo-fab-font-family,
|
|
176
|
+
$kendo-fab-font-size: $kendo-fab-font-size,
|
|
177
|
+
$kendo-fab-line-height: $kendo-fab-line-height,
|
|
178
|
+
$kendo-fab-sm-padding-x: $kendo-fab-sm-padding-x,
|
|
179
|
+
$kendo-fab-md-padding-x: $kendo-fab-md-padding-x,
|
|
180
|
+
$kendo-fab-lg-padding-x: $kendo-fab-lg-padding-x,
|
|
181
|
+
$kendo-fab-sm-padding-y: $kendo-fab-sm-padding-y,
|
|
182
|
+
$kendo-fab-md-padding-y: $kendo-fab-md-padding-y,
|
|
183
|
+
$kendo-fab-lg-padding-y: $kendo-fab-lg-padding-y,
|
|
184
|
+
$kendo-fab-icon-padding-x: $kendo-fab-icon-padding-x,
|
|
185
|
+
$kendo-fab-icon-padding-y: $kendo-fab-icon-padding-y,
|
|
186
|
+
$kendo-fab-icon-spacing: $kendo-fab-icon-spacing,
|
|
187
|
+
$kendo-fab-items-padding-x: $kendo-fab-items-padding-x,
|
|
188
|
+
$kendo-fab-items-padding-y: $kendo-fab-items-padding-y,
|
|
189
|
+
$kendo-fab-item-text-padding-x: $kendo-fab-item-text-padding-x,
|
|
190
|
+
$kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-y,
|
|
191
|
+
$kendo-fab-item-text-border-width: $kendo-fab-item-text-border-width,
|
|
192
|
+
$kendo-fab-item-text-border-radius: $kendo-fab-item-text-border-radius,
|
|
193
|
+
$kendo-fab-item-text-font-size: $kendo-fab-item-text-font-size,
|
|
194
|
+
$kendo-fab-item-text-line-height: $kendo-fab-item-text-line-height,
|
|
195
|
+
$kendo-fab-item-icon-padding-x: $kendo-fab-item-icon-padding-x,
|
|
196
|
+
$kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-y,
|
|
197
|
+
$kendo-fab-item-icon-border-width: $kendo-fab-item-icon-border-width,
|
|
198
|
+
$kendo-fab-item-icon-border-radius: $kendo-fab-item-icon-border-radius,
|
|
199
|
+
$kendo-fab-shadow: $kendo-fab-shadow,
|
|
200
|
+
$kendo-fab-disabled-shadow: $kendo-fab-disabled-shadow,
|
|
201
|
+
$kendo-fab-active-shadow: $kendo-fab-active-shadow,
|
|
202
|
+
$kendo-fab-outline-style: $kendo-fab-outline-style,
|
|
203
|
+
$kendo-fab-outline-width: $kendo-fab-outline-width,
|
|
204
|
+
$kendo-fab-item-text: $kendo-fab-item-text,
|
|
205
|
+
$kendo-fab-item-bg: $kendo-fab-item-bg,
|
|
206
|
+
$kendo-fab-item-border: $kendo-fab-item-border,
|
|
207
|
+
$kendo-fab-item-icon-text: $kendo-fab-item-icon-text,
|
|
208
|
+
$kendo-fab-item-icon-bg: $kendo-fab-item-icon-bg,
|
|
209
|
+
$kendo-fab-item-icon-border: $kendo-fab-item-icon-border,
|
|
210
|
+
$kendo-fab-item-shadow: $kendo-fab-item-shadow,
|
|
211
|
+
$kendo-fab-item-disabled-shadow: $kendo-fab-item-disabled-shadow,
|
|
212
|
+
$kendo-fab-item-active-shadow: $kendo-fab-item-active-shadow,
|
|
213
|
+
$kendo-fab-item-outline-style: $kendo-fab-item-outline-style,
|
|
214
|
+
$kendo-fab-item-outline-width: $kendo-fab-item-outline-width,
|
|
215
|
+
$kendo-fab-item-outline-color: $kendo-fab-item-outline-color,
|
|
216
|
+
$kendo-fab-generating-opacity: $kendo-fab-generating-opacity
|
|
217
|
+
);
|
|
@@ -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-file-box--styles() {
|
|
11
|
+
@include import-once( "file-box" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-file-box--layout();
|
|
14
|
+
@include kendo-file-box--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// File Box
|
|
4
|
+
|
|
5
|
+
/// The horizontal padding of the File Box.
|
|
6
|
+
/// @group file-box
|
|
7
|
+
$kendo-file-box-padding-x: k-spacing(2) !default;
|
|
8
|
+
/// The vertical padding of the File Box.
|
|
9
|
+
/// @group file-box
|
|
10
|
+
$kendo-file-box-padding-y: k-spacing(2) !default;
|
|
11
|
+
/// The spacing between the elements of the File Box.
|
|
12
|
+
/// @group file-box
|
|
13
|
+
$kendo-file-box-gap: k-spacing(1) !default;
|
|
14
|
+
/// The spacing between the elements of the File Box info section.
|
|
15
|
+
/// @group file-box
|
|
16
|
+
$kendo-file-box-info-gap: k-spacing(0.5) !default;
|
|
17
|
+
/// The minimum width of the File Box.
|
|
18
|
+
/// @group file-box
|
|
19
|
+
$kendo-file-box-min-width: 96px !default;
|
|
20
|
+
/// The maximum width of the File Box.
|
|
21
|
+
/// @group file-box
|
|
22
|
+
$kendo-file-box-max-width: 174px !default;
|
|
23
|
+
/// The border width of the File Box.
|
|
24
|
+
/// @group file-box
|
|
25
|
+
$kendo-file-box-border-width: 1px !default;
|
|
26
|
+
/// The border style of the File Box.
|
|
27
|
+
/// @group file-box
|
|
28
|
+
$kendo-file-box-border-style: solid !default;
|
|
29
|
+
/// The border-radius of the File Box.
|
|
30
|
+
/// @group file-box
|
|
31
|
+
$kendo-file-box-border-radius: k-border-radius(md) !default;
|
|
32
|
+
/// The font size of the File Box file name.
|
|
33
|
+
/// @group file-box
|
|
34
|
+
$kendo-file-box-name-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
35
|
+
/// The line height of the File Box file name.
|
|
36
|
+
/// @group file-box
|
|
37
|
+
$kendo-file-box-name-line-height: 1 !default;
|
|
38
|
+
/// The font size of the File Box file size.
|
|
39
|
+
/// @group file-box
|
|
40
|
+
$kendo-file-box-size-font-size: var( --kendo-font-size-xs, inherit ) !default;
|
|
41
|
+
/// The line height of the File Box file size.
|
|
42
|
+
/// @group file-box
|
|
43
|
+
$kendo-file-box-size-line-height: 1 !default;
|
|
44
|
+
|
|
45
|
+
/// The background color of the File Box.
|
|
46
|
+
/// @group file-box
|
|
47
|
+
$kendo-file-box-bg: k-color(surface) !default;
|
|
48
|
+
/// The text color of the File Box.
|
|
49
|
+
/// @group file-box
|
|
50
|
+
$kendo-file-box-text: k-color(on-app-surface) !default;
|
|
51
|
+
/// The border color of the File Box.
|
|
52
|
+
/// @group file-box
|
|
53
|
+
$kendo-file-box-border: k-color(border) !default;
|
|
54
|
+
|
|
55
|
+
/// The text color of the File Box file size.
|
|
56
|
+
/// @group file-box
|
|
57
|
+
$kendo-file-box-size-text: k-color(subtle) !default;
|
|
58
|
+
|
|
59
|
+
/// The gradient used for the File Box wrapper scrolling indicator.
|
|
60
|
+
/// @group file-box
|
|
61
|
+
$kendo-file-box-wrapper-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(app-surface) 100% !default;
|
|
62
|
+
|
|
63
|
+
@forward "@progress/kendo-theme-core/scss/components/file-box/_variables.scss" with (
|
|
64
|
+
$kendo-file-box-padding-x: $kendo-file-box-padding-x,
|
|
65
|
+
$kendo-file-box-padding-y: $kendo-file-box-padding-y,
|
|
66
|
+
$kendo-file-box-gap: $kendo-file-box-gap,
|
|
67
|
+
$kendo-file-box-info-gap: $kendo-file-box-info-gap,
|
|
68
|
+
$kendo-file-box-min-width: $kendo-file-box-min-width,
|
|
69
|
+
$kendo-file-box-max-width: $kendo-file-box-max-width,
|
|
70
|
+
$kendo-file-box-border-width: $kendo-file-box-border-width,
|
|
71
|
+
$kendo-file-box-border-style: $kendo-file-box-border-style,
|
|
72
|
+
$kendo-file-box-border-radius: $kendo-file-box-border-radius,
|
|
73
|
+
$kendo-file-box-name-font-size: $kendo-file-box-name-font-size,
|
|
74
|
+
$kendo-file-box-name-line-height: $kendo-file-box-name-line-height,
|
|
75
|
+
$kendo-file-box-size-font-size: $kendo-file-box-size-font-size,
|
|
76
|
+
$kendo-file-box-size-line-height: $kendo-file-box-size-line-height,
|
|
77
|
+
$kendo-file-box-bg: $kendo-file-box-bg,
|
|
78
|
+
$kendo-file-box-text: $kendo-file-box-text,
|
|
79
|
+
$kendo-file-box-border: $kendo-file-box-border,
|
|
80
|
+
$kendo-file-box-size-text: $kendo-file-box-size-text,
|
|
81
|
+
$kendo-file-box-wrapper-scroll-gradient: $kendo-file-box-wrapper-scroll-gradient
|
|
82
|
+
);
|