@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,15 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/breadcrumb/_theme.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "./_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@mixin kendo-breadcrumb--theme() {
|
|
7
|
+
@include kendo-breadcrumb--theme-base();
|
|
8
|
+
|
|
9
|
+
.k-breadcrumb-root-link:focus,
|
|
10
|
+
.k-breadcrumb-root-link.k-focus,
|
|
11
|
+
.k-breadcrumb-link:focus,
|
|
12
|
+
.k-breadcrumb-link.k-focus {
|
|
13
|
+
@include focus-indicator( $kendo-breadcrumb-link-outline-color, $inset: true, $type: "outline", $outline-offset: $kendo-breadcrumb-link-outline-offset );
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../icons/_variables.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Breadcrumb
|
|
5
|
+
|
|
6
|
+
/// The default size of the Breadcrumb.
|
|
7
|
+
/// @group breadcrumb
|
|
8
|
+
/// @role default
|
|
9
|
+
$kendo-breadcrumb-default-size: "md" !default;
|
|
10
|
+
|
|
11
|
+
/// The width of the border around the Breadcrumb.
|
|
12
|
+
/// @group breadcrumb
|
|
13
|
+
$kendo-breadcrumb-border-width: 0px !default;
|
|
14
|
+
|
|
15
|
+
/// The horizontal margin of the Breadcrumb.
|
|
16
|
+
/// @group breadcrumb
|
|
17
|
+
$kendo-breadcrumb-margin-x: null !default;
|
|
18
|
+
/// The vertical margin of the Breadcrumb.
|
|
19
|
+
/// @group breadcrumb
|
|
20
|
+
$kendo-breadcrumb-margin-y: null !default;
|
|
21
|
+
/// The horizontal padding of the Breadcrumb.
|
|
22
|
+
/// @group breadcrumb
|
|
23
|
+
$kendo-breadcrumb-padding-x: null !default;
|
|
24
|
+
/// The vertical padding of the Breadcrumb.
|
|
25
|
+
/// @group breadcrumb
|
|
26
|
+
$kendo-breadcrumb-padding-y: null !default;
|
|
27
|
+
|
|
28
|
+
/// The font family of the Breadcrumb.
|
|
29
|
+
/// @group breadcrumb
|
|
30
|
+
$kendo-breadcrumb-font-family: var( --kendo-font-family, inherit ) !default;
|
|
31
|
+
|
|
32
|
+
/// The font size of the Breadcrumb.
|
|
33
|
+
/// @group breadcrumb
|
|
34
|
+
$kendo-breadcrumb-font-size: var( --kendo-font-size, inherit ) !default;
|
|
35
|
+
/// The font size of the small Breadcrumb.
|
|
36
|
+
/// @group breadcrumb
|
|
37
|
+
$kendo-breadcrumb-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
38
|
+
/// The font size of the medium Breadcrumb.
|
|
39
|
+
/// @group breadcrumb
|
|
40
|
+
$kendo-breadcrumb-md-font-size: $kendo-breadcrumb-font-size !default;
|
|
41
|
+
/// The font size of the large Breadcrumb.
|
|
42
|
+
/// @group breadcrumb
|
|
43
|
+
$kendo-breadcrumb-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
44
|
+
|
|
45
|
+
/// The line-height of the Breadcrumb.
|
|
46
|
+
/// @group breadcrumb
|
|
47
|
+
$kendo-breadcrumb-line-height: var( --kendo-line-height, normal ) !default;
|
|
48
|
+
/// The line-height of the small Breadcrumb.
|
|
49
|
+
/// @group breadcrumb
|
|
50
|
+
$kendo-breadcrumb-sm-line-height: var( --kendo-line-height, normal ) !default;
|
|
51
|
+
/// The line-height of the medium Breadcrumb.
|
|
52
|
+
/// @group breadcrumb
|
|
53
|
+
$kendo-breadcrumb-md-line-height: $kendo-breadcrumb-line-height !default;
|
|
54
|
+
/// The line-height of the height Breadcrumb.
|
|
55
|
+
/// @group breadcrumb
|
|
56
|
+
$kendo-breadcrumb-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
57
|
+
|
|
58
|
+
/// The base background of the Breadcrumb.
|
|
59
|
+
/// @group breadcrumb
|
|
60
|
+
$kendo-breadcrumb-bg: transparent !default;
|
|
61
|
+
/// The base text color of the Breadcrumb.
|
|
62
|
+
/// @group breadcrumb
|
|
63
|
+
$kendo-breadcrumb-text: k-color(on-app-surface) !default;
|
|
64
|
+
/// The base border color of the Breadcrumb.
|
|
65
|
+
/// @group breadcrumb
|
|
66
|
+
$kendo-breadcrumb-border: transparent !default;
|
|
67
|
+
|
|
68
|
+
/// The box shadow of the focused Breadcrumb.
|
|
69
|
+
/// @group breadcrumb
|
|
70
|
+
$kendo-breadcrumb-focus-shadow: 0 0 2px 1px k-color(border) !default;
|
|
71
|
+
|
|
72
|
+
/// The horizontal padding of the small Breadcrumb link.
|
|
73
|
+
/// @group breadcrumb
|
|
74
|
+
$kendo-breadcrumb-sm-link-padding-x: k-spacing(2) !default;
|
|
75
|
+
/// The horizontal padding of the medium Breadcrumb link.
|
|
76
|
+
/// @group breadcrumb
|
|
77
|
+
$kendo-breadcrumb-md-link-padding-x: k-spacing(2.5) !default;
|
|
78
|
+
/// The horizontal padding of the large Breadcrumb link.
|
|
79
|
+
/// @group breadcrumb
|
|
80
|
+
$kendo-breadcrumb-lg-link-padding-x: k-spacing(3) !default;
|
|
81
|
+
|
|
82
|
+
/// The vertical padding of the small Breadcrumb link.
|
|
83
|
+
/// @group breadcrumb
|
|
84
|
+
$kendo-breadcrumb-sm-link-padding-y: k-spacing(1) !default;
|
|
85
|
+
/// The vertical padding of the medium Breadcrumb link.
|
|
86
|
+
/// @group breadcrumb
|
|
87
|
+
$kendo-breadcrumb-md-link-padding-y: k-spacing(1.5) !default;
|
|
88
|
+
/// The vertical padding of the large Breadcrumb link.
|
|
89
|
+
/// @group breadcrumb
|
|
90
|
+
$kendo-breadcrumb-lg-link-padding-y: k-spacing(2) !default;
|
|
91
|
+
|
|
92
|
+
/// The border-radius of the Breadcrumb link.
|
|
93
|
+
/// @group breadcrumb
|
|
94
|
+
$kendo-breadcrumb-link-border-radius: k-border-radius(md) !default;
|
|
95
|
+
|
|
96
|
+
/// The vertical padding of the small Breadcrumb link icon.
|
|
97
|
+
/// @group breadcrumb
|
|
98
|
+
$kendo-breadcrumb-sm-icon-link-padding-y: k-spacing(1.5) !default;
|
|
99
|
+
/// The vertical padding of the medium Breadcrumb link icon.
|
|
100
|
+
/// @group breadcrumb
|
|
101
|
+
$kendo-breadcrumb-md-icon-link-padding-y: k-spacing(2.5) !default;
|
|
102
|
+
/// The vertical padding of the large Breadcrumb link icon.
|
|
103
|
+
/// @group breadcrumb
|
|
104
|
+
$kendo-breadcrumb-lg-icon-link-padding-y: k-spacing(3) !default;
|
|
105
|
+
|
|
106
|
+
/// The horizontal padding of the small Breadcrumb link icon.
|
|
107
|
+
/// @group breadcrumb
|
|
108
|
+
$kendo-breadcrumb-sm-icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-y !default;
|
|
109
|
+
/// The horizontal padding of the medium Breadcrumb link icon.
|
|
110
|
+
/// @group breadcrumb
|
|
111
|
+
$kendo-breadcrumb-md-icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-y !default;
|
|
112
|
+
/// The horizontal padding of the large Breadcrumb link icon.
|
|
113
|
+
/// @group breadcrumb
|
|
114
|
+
$kendo-breadcrumb-lg-icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-y !default;
|
|
115
|
+
|
|
116
|
+
/// The text color of the Breadcrumb link.
|
|
117
|
+
/// @group breadcrumb
|
|
118
|
+
$kendo-breadcrumb-link-initial-text: inherit !default;
|
|
119
|
+
/// The spacing of the Breadcrumb link icon.
|
|
120
|
+
/// @group breadcrumb
|
|
121
|
+
$kendo-breadcrumb-link-icon-spacing: k-spacing(1.5) !default;
|
|
122
|
+
|
|
123
|
+
/// The background color of the Breadcrumb link.
|
|
124
|
+
/// @group breadcrumb
|
|
125
|
+
$kendo-breadcrumb-link-bg: null !default;
|
|
126
|
+
/// The text color of the Breadcrumb link.
|
|
127
|
+
/// @group breadcrumb
|
|
128
|
+
$kendo-breadcrumb-link-text: k-color( primary-on-surface) !default;
|
|
129
|
+
/// The border color of the Breadcrumb link.
|
|
130
|
+
/// @group breadcrumb
|
|
131
|
+
$kendo-breadcrumb-link-border: null !default;
|
|
132
|
+
|
|
133
|
+
/// The background color of the hovered Breadcrumb link.
|
|
134
|
+
/// @group breadcrumb
|
|
135
|
+
$kendo-breadcrumb-link-hover-bg: transparent !default;
|
|
136
|
+
/// The text color of the hovered Breadcrumb link.
|
|
137
|
+
/// @group breadcrumb
|
|
138
|
+
$kendo-breadcrumb-link-hover-text: color-mix(in srgb, k-color(primary-on-surface) 80%, k-color(on-app-surface)) !default;
|
|
139
|
+
/// The border color of the hovered Breadcrumb link.
|
|
140
|
+
/// @group breadcrumb
|
|
141
|
+
$kendo-breadcrumb-link-hover-border: null !default;
|
|
142
|
+
|
|
143
|
+
/// The background color of the focused Breadcrumb link.
|
|
144
|
+
/// @group breadcrumb
|
|
145
|
+
$kendo-breadcrumb-link-focus-bg: null !default;
|
|
146
|
+
/// The text color of the focused Breadcrumb link.
|
|
147
|
+
/// @group breadcrumb
|
|
148
|
+
$kendo-breadcrumb-link-focus-text: k-color(primary) !default;
|
|
149
|
+
/// The border color of the focused Breadcrumb link.
|
|
150
|
+
/// @group breadcrumb
|
|
151
|
+
$kendo-breadcrumb-link-focus-border: null !default;
|
|
152
|
+
/// The box shadow of the focused Breadcrumb link.
|
|
153
|
+
/// @group breadcrumb
|
|
154
|
+
$kendo-breadcrumb-link-focus-shadow: null !default;
|
|
155
|
+
/// The outline color of the focused Breadcrumb link.
|
|
156
|
+
/// @group breadcrumb
|
|
157
|
+
$kendo-breadcrumb-link-outline-color: k-color(subtle) !default;
|
|
158
|
+
/// The outline offset of the focused Breadcrumb link.
|
|
159
|
+
/// @group breadcrumb
|
|
160
|
+
$kendo-breadcrumb-link-outline-offset: 1px !default;
|
|
161
|
+
|
|
162
|
+
/// The background color of the Breadcrumb root link.
|
|
163
|
+
/// @group breadcrumb
|
|
164
|
+
$kendo-breadcrumb-root-link-bg: null !default;
|
|
165
|
+
/// The text color of the Breadcrumb root link.
|
|
166
|
+
/// @group breadcrumb
|
|
167
|
+
$kendo-breadcrumb-root-link-text: null !default;
|
|
168
|
+
/// The border color of the Breadcrumb root link.
|
|
169
|
+
/// @group breadcrumb
|
|
170
|
+
$kendo-breadcrumb-root-link-border: null !default;
|
|
171
|
+
|
|
172
|
+
/// The background color of the hovered Breadcrumb root link.
|
|
173
|
+
/// @group breadcrumb
|
|
174
|
+
$kendo-breadcrumb-root-link-hover-bg: transparent !default;
|
|
175
|
+
/// The text color of the hovered Breadcrumb root link.
|
|
176
|
+
/// @group breadcrumb
|
|
177
|
+
$kendo-breadcrumb-root-link-hover-text: null !default;
|
|
178
|
+
/// The border color of the hovered Breadcrumb root link.
|
|
179
|
+
/// @group breadcrumb
|
|
180
|
+
$kendo-breadcrumb-root-link-hover-border: null !default;
|
|
181
|
+
|
|
182
|
+
/// The background color of the focused Breadcrumb root link.
|
|
183
|
+
/// @group breadcrumb
|
|
184
|
+
$kendo-breadcrumb-root-link-focus-bg: null !default;
|
|
185
|
+
/// The text color of the focused Breadcrumb root link.
|
|
186
|
+
/// @group breadcrumb
|
|
187
|
+
$kendo-breadcrumb-root-link-focus-text: null !default;
|
|
188
|
+
/// The border color of the focused Breadcrumb root link.
|
|
189
|
+
/// @group breadcrumb
|
|
190
|
+
$kendo-breadcrumb-root-link-focus-border: null !default;
|
|
191
|
+
/// The box shadow of the focused Breadcrumb root link.
|
|
192
|
+
/// @group breadcrumb
|
|
193
|
+
$kendo-breadcrumb-root-link-focus-shadow: $kendo-breadcrumb-link-focus-shadow !default;
|
|
194
|
+
|
|
195
|
+
/// The background color of the current Breadcrumb root link.
|
|
196
|
+
/// @group breadcrumb
|
|
197
|
+
$kendo-breadcrumb-current-item-bg: null !default;
|
|
198
|
+
/// The text color of the current Breadcrumb root link.
|
|
199
|
+
/// @group breadcrumb
|
|
200
|
+
$kendo-breadcrumb-current-item-text: null !default;
|
|
201
|
+
/// The border color of the current Breadcrumb root link.
|
|
202
|
+
/// @group breadcrumb
|
|
203
|
+
$kendo-breadcrumb-current-item-border: null !default;
|
|
204
|
+
|
|
205
|
+
@forward "@progress/kendo-theme-core/scss/components/breadcrumb/_variables.scss" with (
|
|
206
|
+
$kendo-breadcrumb-default-size: $kendo-breadcrumb-default-size,
|
|
207
|
+
$kendo-breadcrumb-border-width: $kendo-breadcrumb-border-width,
|
|
208
|
+
$kendo-breadcrumb-margin-x: $kendo-breadcrumb-margin-x,
|
|
209
|
+
$kendo-breadcrumb-margin-y: $kendo-breadcrumb-margin-y,
|
|
210
|
+
$kendo-breadcrumb-padding-x: $kendo-breadcrumb-padding-x,
|
|
211
|
+
$kendo-breadcrumb-padding-y: $kendo-breadcrumb-padding-y,
|
|
212
|
+
$kendo-breadcrumb-font-family: $kendo-breadcrumb-font-family,
|
|
213
|
+
$kendo-breadcrumb-font-size: $kendo-breadcrumb-font-size,
|
|
214
|
+
$kendo-breadcrumb-sm-font-size: $kendo-breadcrumb-sm-font-size,
|
|
215
|
+
$kendo-breadcrumb-md-font-size: $kendo-breadcrumb-md-font-size,
|
|
216
|
+
$kendo-breadcrumb-lg-font-size: $kendo-breadcrumb-lg-font-size,
|
|
217
|
+
$kendo-breadcrumb-line-height: $kendo-breadcrumb-line-height,
|
|
218
|
+
$kendo-breadcrumb-sm-line-height: $kendo-breadcrumb-sm-line-height,
|
|
219
|
+
$kendo-breadcrumb-md-line-height: $kendo-breadcrumb-md-line-height,
|
|
220
|
+
$kendo-breadcrumb-lg-line-height: $kendo-breadcrumb-lg-line-height,
|
|
221
|
+
$kendo-breadcrumb-bg: $kendo-breadcrumb-bg,
|
|
222
|
+
$kendo-breadcrumb-text: $kendo-breadcrumb-text,
|
|
223
|
+
$kendo-breadcrumb-border: $kendo-breadcrumb-border,
|
|
224
|
+
$kendo-breadcrumb-focus-shadow: $kendo-breadcrumb-focus-shadow,
|
|
225
|
+
$kendo-breadcrumb-sm-link-padding-x: $kendo-breadcrumb-sm-link-padding-x,
|
|
226
|
+
$kendo-breadcrumb-md-link-padding-x: $kendo-breadcrumb-md-link-padding-x,
|
|
227
|
+
$kendo-breadcrumb-lg-link-padding-x: $kendo-breadcrumb-lg-link-padding-x,
|
|
228
|
+
$kendo-breadcrumb-sm-link-padding-y: $kendo-breadcrumb-sm-link-padding-y,
|
|
229
|
+
$kendo-breadcrumb-md-link-padding-y: $kendo-breadcrumb-md-link-padding-y,
|
|
230
|
+
$kendo-breadcrumb-lg-link-padding-y: $kendo-breadcrumb-lg-link-padding-y,
|
|
231
|
+
$kendo-breadcrumb-link-border-radius: $kendo-breadcrumb-link-border-radius,
|
|
232
|
+
$kendo-breadcrumb-sm-icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y,
|
|
233
|
+
$kendo-breadcrumb-md-icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y,
|
|
234
|
+
$kendo-breadcrumb-lg-icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y,
|
|
235
|
+
$kendo-breadcrumb-sm-icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x,
|
|
236
|
+
$kendo-breadcrumb-md-icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x,
|
|
237
|
+
$kendo-breadcrumb-lg-icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x,
|
|
238
|
+
$kendo-breadcrumb-link-initial-text: $kendo-breadcrumb-link-initial-text,
|
|
239
|
+
$kendo-breadcrumb-link-icon-spacing: $kendo-breadcrumb-link-icon-spacing,
|
|
240
|
+
$kendo-breadcrumb-link-bg: $kendo-breadcrumb-link-bg,
|
|
241
|
+
$kendo-breadcrumb-link-text: $kendo-breadcrumb-link-text,
|
|
242
|
+
$kendo-breadcrumb-link-border: $kendo-breadcrumb-link-border,
|
|
243
|
+
$kendo-breadcrumb-link-hover-bg: $kendo-breadcrumb-link-hover-bg,
|
|
244
|
+
$kendo-breadcrumb-link-hover-text: $kendo-breadcrumb-link-hover-text,
|
|
245
|
+
$kendo-breadcrumb-link-hover-border: $kendo-breadcrumb-link-hover-border,
|
|
246
|
+
$kendo-breadcrumb-link-focus-bg: $kendo-breadcrumb-link-focus-bg,
|
|
247
|
+
$kendo-breadcrumb-link-focus-text: $kendo-breadcrumb-link-focus-text,
|
|
248
|
+
$kendo-breadcrumb-link-focus-border: $kendo-breadcrumb-link-focus-border,
|
|
249
|
+
$kendo-breadcrumb-link-focus-shadow: $kendo-breadcrumb-link-focus-shadow,
|
|
250
|
+
$kendo-breadcrumb-root-link-bg: $kendo-breadcrumb-root-link-bg,
|
|
251
|
+
$kendo-breadcrumb-root-link-text: $kendo-breadcrumb-root-link-text,
|
|
252
|
+
$kendo-breadcrumb-root-link-border: $kendo-breadcrumb-root-link-border,
|
|
253
|
+
$kendo-breadcrumb-root-link-hover-bg: $kendo-breadcrumb-root-link-hover-bg,
|
|
254
|
+
$kendo-breadcrumb-root-link-hover-text: $kendo-breadcrumb-root-link-hover-text,
|
|
255
|
+
$kendo-breadcrumb-root-link-hover-border: $kendo-breadcrumb-root-link-hover-border,
|
|
256
|
+
$kendo-breadcrumb-root-link-focus-bg: $kendo-breadcrumb-root-link-focus-bg,
|
|
257
|
+
$kendo-breadcrumb-root-link-focus-text: $kendo-breadcrumb-root-link-focus-text,
|
|
258
|
+
$kendo-breadcrumb-root-link-focus-border: $kendo-breadcrumb-root-link-focus-border,
|
|
259
|
+
$kendo-breadcrumb-root-link-focus-shadow: $kendo-breadcrumb-root-link-focus-shadow,
|
|
260
|
+
$kendo-breadcrumb-current-item-bg: $kendo-breadcrumb-current-item-bg,
|
|
261
|
+
$kendo-breadcrumb-current-item-text: $kendo-breadcrumb-current-item-text,
|
|
262
|
+
$kendo-breadcrumb-current-item-border: $kendo-breadcrumb-current-item-border,
|
|
263
|
+
);
|
|
@@ -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-bubble--styles() {
|
|
11
|
+
@include import-once( "bubble" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-bubble--layout();
|
|
14
|
+
@include kendo-bubble--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/bubble/_layout.scss" as *;
|
|
2
|
+
@use "../core/index.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@mixin kendo-bubble--layout() {
|
|
6
|
+
@include kendo-bubble--layout-base();
|
|
7
|
+
|
|
8
|
+
.k-bubble {
|
|
9
|
+
transition: border-color k-transition(rapid), background-color k-transition(rapid), outline k-transition(rapid);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/bubble/_theme.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "./_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@mixin kendo-bubble--theme() {
|
|
7
|
+
@include kendo-bubble--theme-base();
|
|
8
|
+
|
|
9
|
+
.k-bubble {
|
|
10
|
+
&:focus,
|
|
11
|
+
&:focus-visible,
|
|
12
|
+
&.k-focus {
|
|
13
|
+
@include focus-indicator(
|
|
14
|
+
$type: "outline",
|
|
15
|
+
$indicator: $kendo-bubble-focus-outline-color,
|
|
16
|
+
$outline-width: $kendo-bubble-focus-outline-width,
|
|
17
|
+
$outline-offset: $kendo-bubble-focus-outline-offset
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
/// The border radius of the Bubble.
|
|
5
|
+
/// @group bubble
|
|
6
|
+
$kendo-bubble-border-radius: k-border-radius(xxl) !default;
|
|
7
|
+
/// The small border radius of the Bubble.
|
|
8
|
+
/// @group bubble
|
|
9
|
+
$kendo-bubble-border-radius-sm: k-border-radius(sm) !default;
|
|
10
|
+
/// The vertical padding of the Bubble.
|
|
11
|
+
/// @group bubble
|
|
12
|
+
$kendo-bubble-padding-y: k-spacing(3) !default;
|
|
13
|
+
/// The horizontal padding of the Bubble.
|
|
14
|
+
/// @group bubble
|
|
15
|
+
$kendo-bubble-padding-x: k-spacing(3) !default;
|
|
16
|
+
/// The border width of the Bubble.
|
|
17
|
+
/// @group bubble
|
|
18
|
+
$kendo-bubble-border-width: 1px !default;
|
|
19
|
+
/// The border style of the Bubble.
|
|
20
|
+
/// @group bubble
|
|
21
|
+
$kendo-bubble-border-style: solid !default;
|
|
22
|
+
/// The line height of the Bubble.
|
|
23
|
+
/// @group bubble
|
|
24
|
+
$kendo-bubble-line-height: var( --kendo-line-height, normal ) !default;
|
|
25
|
+
|
|
26
|
+
/// The text color of the Bubble.
|
|
27
|
+
/// @group bubble
|
|
28
|
+
$kendo-bubble-text: k-color(base-on-subtle) !default;
|
|
29
|
+
/// The background color of the Bubble.
|
|
30
|
+
/// @group bubble
|
|
31
|
+
$kendo-bubble-bg: k-color(base) !default;
|
|
32
|
+
/// The border color of the Bubble.
|
|
33
|
+
/// @group bubble
|
|
34
|
+
$kendo-bubble-border: $kendo-bubble-bg !default;
|
|
35
|
+
/// The shadow of the Bubble.
|
|
36
|
+
/// @group bubble
|
|
37
|
+
$kendo-bubble-shadow: none !default;
|
|
38
|
+
|
|
39
|
+
/// The background color of the hover Bubble.
|
|
40
|
+
/// @group bubble
|
|
41
|
+
$kendo-bubble-hover-bg: k-color(base-hover) !default;
|
|
42
|
+
/// The border color of the active Bubble.
|
|
43
|
+
/// @group bubble
|
|
44
|
+
$kendo-bubble-hover-border: $kendo-bubble-hover-bg !default;
|
|
45
|
+
/// The background color of the active Bubble.
|
|
46
|
+
/// @group bubble
|
|
47
|
+
$kendo-bubble-active-bg: k-color(base-active) !default;
|
|
48
|
+
/// The border color of the active Bubble.
|
|
49
|
+
/// @group bubble
|
|
50
|
+
$kendo-bubble-active-border: $kendo-bubble-active-bg !default;
|
|
51
|
+
/// The background color of the focused Bubble.
|
|
52
|
+
/// @group bubble
|
|
53
|
+
$kendo-bubble-focus-bg: k-color(base) !default;
|
|
54
|
+
/// The border color of the focused Bubble.
|
|
55
|
+
/// @group bubble
|
|
56
|
+
$kendo-bubble-focus-border: $kendo-bubble-focus-bg !default;
|
|
57
|
+
/// The box shadow of the focused Bubble.
|
|
58
|
+
/// @group bubble
|
|
59
|
+
$kendo-bubble-focus-shadow: null !default;
|
|
60
|
+
|
|
61
|
+
/// The outline color of the focused Bubble.
|
|
62
|
+
/// @group bubble
|
|
63
|
+
$kendo-bubble-focus-outline-color: k-color(subtle) !default;
|
|
64
|
+
/// The outline width of the focused Bubble.
|
|
65
|
+
/// @group bubble
|
|
66
|
+
$kendo-bubble-focus-outline-width: 1px !default;
|
|
67
|
+
/// The outline offset of the focused Bubble.
|
|
68
|
+
/// @group bubble
|
|
69
|
+
$kendo-bubble-focus-outline-offset: 1px !default;
|
|
70
|
+
|
|
71
|
+
/// The spacing between content and icon in expandable Bubble.
|
|
72
|
+
/// @group bubble
|
|
73
|
+
$kendo-bubble-expandable-spacing: $kendo-bubble-padding-x !default;
|
|
74
|
+
/// The horizontal padding of the expandable Bubble icon.
|
|
75
|
+
/// @group bubble
|
|
76
|
+
$kendo-bubble-expandable-icon-padding-x: k-spacing(2.5) !default;
|
|
77
|
+
/// The vertical padding of the expandable Bubble icon.
|
|
78
|
+
/// @group bubble
|
|
79
|
+
$kendo-bubble-expandable-icon-padding-y: k-spacing(2.5) !default;
|
|
80
|
+
|
|
81
|
+
@forward "@progress/kendo-theme-core/scss/components/bubble/_variables.scss" with (
|
|
82
|
+
$kendo-bubble-border-radius: $kendo-bubble-border-radius,
|
|
83
|
+
$kendo-bubble-border-radius-sm: $kendo-bubble-border-radius-sm,
|
|
84
|
+
$kendo-bubble-padding-y: $kendo-bubble-padding-y,
|
|
85
|
+
$kendo-bubble-padding-x: $kendo-bubble-padding-x,
|
|
86
|
+
$kendo-bubble-border-width: $kendo-bubble-border-width,
|
|
87
|
+
$kendo-bubble-border-style: $kendo-bubble-border-style,
|
|
88
|
+
$kendo-bubble-line-height: $kendo-bubble-line-height,
|
|
89
|
+
$kendo-bubble-text: $kendo-bubble-text,
|
|
90
|
+
$kendo-bubble-bg: $kendo-bubble-bg,
|
|
91
|
+
$kendo-bubble-border: $kendo-bubble-border,
|
|
92
|
+
$kendo-bubble-shadow: $kendo-bubble-shadow,
|
|
93
|
+
$kendo-bubble-hover-bg: $kendo-bubble-hover-bg,
|
|
94
|
+
$kendo-bubble-hover-border: $kendo-bubble-hover-border,
|
|
95
|
+
$kendo-bubble-active-bg: $kendo-bubble-active-bg,
|
|
96
|
+
$kendo-bubble-active-border: $kendo-bubble-active-border,
|
|
97
|
+
$kendo-bubble-focus-bg: $kendo-bubble-focus-bg,
|
|
98
|
+
$kendo-bubble-focus-border: $kendo-bubble-focus-border,
|
|
99
|
+
$kendo-bubble-focus-shadow: $kendo-bubble-focus-shadow,
|
|
100
|
+
$kendo-bubble-expandable-spacing: $kendo-bubble-expandable-spacing,
|
|
101
|
+
$kendo-bubble-expandable-icon-padding-x: $kendo-bubble-expandable-icon-padding-x,
|
|
102
|
+
$kendo-bubble-expandable-icon-padding-y: $kendo-bubble-expandable-icon-padding-y,
|
|
103
|
+
);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../badge/_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-button--styles() {
|
|
13
|
+
@include import-once( "button" ) {
|
|
14
|
+
@include core-styles();
|
|
15
|
+
@include kendo-badge--styles();
|
|
16
|
+
@include kendo-icon--styles();
|
|
17
|
+
@include kendo-button--layout();
|
|
18
|
+
@include kendo-button--theme();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/button/_layout.scss" as *;
|
|
2
|
+
@use "../core/z-index/index.scss" as *;
|
|
3
|
+
|
|
4
|
+
@mixin kendo-button--layout() {
|
|
5
|
+
@include kendo-button--layout-base();
|
|
6
|
+
|
|
7
|
+
// Button group
|
|
8
|
+
.k-button-group {
|
|
9
|
+
> .k-button:focus,
|
|
10
|
+
> .k-button.k-focus {
|
|
11
|
+
z-index: k-z-index("base", 3);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/button/_theme.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../core/functions/index.scss" as *;
|
|
4
|
+
@use "./_variables.scss" as *;
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
@mixin kendo-button--theme() {
|
|
8
|
+
@include kendo-button--theme-base();
|
|
9
|
+
|
|
10
|
+
.k-button {
|
|
11
|
+
|
|
12
|
+
#{k-when-default($kendo-button-default-fill-mode, ("solid", "outline"))}
|
|
13
|
+
&.k-button-solid,
|
|
14
|
+
&.k-button-outline {
|
|
15
|
+
#{k-when-default($kendo-button-default-theme-color, "base")}
|
|
16
|
+
&.k-button-base {
|
|
17
|
+
&:focus,
|
|
18
|
+
&.k-focus {
|
|
19
|
+
box-shadow: none;
|
|
20
|
+
@include focus-indicator(
|
|
21
|
+
$indicator: k-color(subtle),
|
|
22
|
+
$type: "outline",
|
|
23
|
+
$outline-width: $kendo-button-focus-outline-width,
|
|
24
|
+
$outline-offset: $kendo-button-focus-outline-offset
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@each $name in $kendo-button-theme-colors {
|
|
30
|
+
@if $name != "base" {
|
|
31
|
+
#{k-when-default($kendo-button-default-theme-color, $name)}
|
|
32
|
+
&.k-button-#{$name} {
|
|
33
|
+
&:focus,
|
|
34
|
+
&.k-focus {
|
|
35
|
+
box-shadow: none;
|
|
36
|
+
@include focus-indicator(
|
|
37
|
+
$indicator: k-color(#{$name}-on-surface),
|
|
38
|
+
$type: "outline",
|
|
39
|
+
$outline-width: $kendo-button-focus-outline-width,
|
|
40
|
+
$outline-offset: $kendo-button-focus-outline-offset
|
|
41
|
+
);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
#{k-when-default($kendo-button-default-fill-mode, "outline")}
|
|
50
|
+
&.k-button-outline {
|
|
51
|
+
|
|
52
|
+
#{k-when-default($kendo-button-default-theme-color, "base")}
|
|
53
|
+
&.k-button-base {
|
|
54
|
+
border-color: $kendo-outline-button-border;
|
|
55
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
56
|
+
|
|
57
|
+
// Hover state
|
|
58
|
+
&:hover,
|
|
59
|
+
&.k-hover {
|
|
60
|
+
@include fill(
|
|
61
|
+
k-color(base-on-surface),
|
|
62
|
+
color-mix(in srgb, k-color(base-hover) 70%, transparent),
|
|
63
|
+
$kendo-outline-button-border
|
|
64
|
+
);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// Active state
|
|
68
|
+
&:active,
|
|
69
|
+
&.k-active {
|
|
70
|
+
@include fill(
|
|
71
|
+
k-color(base-on-surface),
|
|
72
|
+
color-mix(in srgb, k-color(base-active) 70%, transparent),
|
|
73
|
+
$kendo-outline-button-border
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// Selected state
|
|
78
|
+
&.k-selected {
|
|
79
|
+
@include fill(
|
|
80
|
+
k-color(base-on-surface),
|
|
81
|
+
color-mix(in srgb, k-color(base-active) 70%, transparent),
|
|
82
|
+
$kendo-outline-button-border
|
|
83
|
+
);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@each $name in $kendo-button-theme-colors {
|
|
88
|
+
@if $name != "base" {
|
|
89
|
+
#{k-when-default($kendo-button-default-theme-color, $name)}
|
|
90
|
+
&.k-button-#{$name} {
|
|
91
|
+
|
|
92
|
+
border-color: k-color(#{$name}-on-surface);
|
|
93
|
+
|
|
94
|
+
// Hover state
|
|
95
|
+
&:hover,
|
|
96
|
+
&.k-hover {
|
|
97
|
+
@include fill(
|
|
98
|
+
k-color(#{$name}-on-surface),
|
|
99
|
+
color-mix(in srgb, k-color(#{$name}-subtle-hover) 50%, transparent),
|
|
100
|
+
k-color(#{$name}-on-surface)
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// Active state
|
|
105
|
+
&:active,
|
|
106
|
+
&.k-active {
|
|
107
|
+
@include fill(
|
|
108
|
+
k-color(#{$name}-on-surface),
|
|
109
|
+
color-mix(in srgb, k-color(#{$name}-subtle-active) 50%, transparent),
|
|
110
|
+
k-color(#{$name}-on-surface)
|
|
111
|
+
);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// Selected state
|
|
115
|
+
&.k-selected {
|
|
116
|
+
@include fill(
|
|
117
|
+
k-color(#{$name}-on-surface),
|
|
118
|
+
color-mix(in srgb, k-color(#{$name}-subtle-active) 50%, transparent),
|
|
119
|
+
k-color(#{$name}-on-surface)
|
|
120
|
+
);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
#{k-when-default($kendo-button-default-fill-mode, "flat")}
|
|
129
|
+
&.k-button-flat {
|
|
130
|
+
|
|
131
|
+
// Disable the ::before overlay in favor of actual background-color
|
|
132
|
+
&::before, &::after {
|
|
133
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
#{k-when-default($kendo-button-default-theme-color, "base")}
|
|
137
|
+
&.k-button-base {
|
|
138
|
+
|
|
139
|
+
// Hover state
|
|
140
|
+
&:hover,
|
|
141
|
+
&.k-hover {
|
|
142
|
+
background-color: color-mix(in srgb, k-color(base-hover) 70%, transparent) !important; // stylelint-disable-line declaration-no-important
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// Active state
|
|
146
|
+
&:active,
|
|
147
|
+
&.k-active {
|
|
148
|
+
background-color: color-mix(in srgb, k-color(base-active) 70%, transparent) !important; // stylelint-disable-line declaration-no-important
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// Selected state
|
|
152
|
+
&.k-selected {
|
|
153
|
+
background-color: color-mix(in srgb, k-color(base-active) 70%, transparent) !important; // stylelint-disable-line declaration-no-important
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@each $name in $kendo-button-theme-colors {
|
|
158
|
+
@if $name != "base" {
|
|
159
|
+
#{k-when-default($kendo-button-default-theme-color, $name)}
|
|
160
|
+
&.k-button-#{$name} {
|
|
161
|
+
|
|
162
|
+
// Hover state
|
|
163
|
+
&:hover,
|
|
164
|
+
&.k-hover {
|
|
165
|
+
background-color: color-mix(in srgb, k-color(#{$name}-subtle-hover) 70%, transparent) !important; // stylelint-disable-line declaration-no-important
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
// Active state
|
|
169
|
+
&:active,
|
|
170
|
+
&.k-active {
|
|
171
|
+
background-color: color-mix(in srgb, k-color(#{$name}-subtle-active) 70%, transparent) !important; // stylelint-disable-line declaration-no-important
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
// Selected state
|
|
175
|
+
&.k-selected {
|
|
176
|
+
background-color: color-mix(in srgb, k-color(#{$name}-subtle-active) 70%, transparent) !important; // stylelint-disable-line declaration-no-important
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
#{k-when-default($kendo-button-default-fill-mode, "link")}
|
|
184
|
+
&.k-button-link {
|
|
185
|
+
box-shadow: none;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|