@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,99 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// ProgressBar
|
|
5
|
+
|
|
6
|
+
/// The height of the ProgressBar.
|
|
7
|
+
/// @group progressbar
|
|
8
|
+
$kendo-progressbar-height: 22px !default;
|
|
9
|
+
/// The horizontal width of the ProgressBar.
|
|
10
|
+
/// @group progressbar
|
|
11
|
+
$kendo-progressbar-horizontal-width: 100% !default;
|
|
12
|
+
/// The animation timing of the ProgressBar.
|
|
13
|
+
/// @group progressbar
|
|
14
|
+
$kendo-progressbar-animation-timing: 1s linear infinite !default;
|
|
15
|
+
/// The width of the border around the ProgressBar.
|
|
16
|
+
/// @group progressbar
|
|
17
|
+
$kendo-progressbar-border-width: 0px !default;
|
|
18
|
+
/// The font family of the ProgressBar.
|
|
19
|
+
/// @group progressbar
|
|
20
|
+
$kendo-progressbar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
21
|
+
/// The font size of the ProgressBar.
|
|
22
|
+
/// @group progressbar
|
|
23
|
+
$kendo-progressbar-font-size: var( --kendo-font-size-xs, inherit ) !default;
|
|
24
|
+
/// The line height of the ProgressBar.
|
|
25
|
+
/// @group progressbar
|
|
26
|
+
$kendo-progressbar-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
27
|
+
|
|
28
|
+
/// The background color of the ProgressBar.
|
|
29
|
+
/// @group progressbar
|
|
30
|
+
$kendo-progressbar-bg: k-color(base-subtle) !default;
|
|
31
|
+
/// The text color of the ProgressBar.
|
|
32
|
+
/// @group progressbar
|
|
33
|
+
$kendo-progressbar-text: k-color(on-app-surface) !default;
|
|
34
|
+
/// The border color of the ProgressBar.
|
|
35
|
+
/// @group progressbar
|
|
36
|
+
$kendo-progressbar-border: k-color(border) !default;
|
|
37
|
+
/// The background gradient of the ProgressBar.
|
|
38
|
+
/// @group progressbar
|
|
39
|
+
$kendo-progressbar-gradient: null !default;
|
|
40
|
+
|
|
41
|
+
/// The progress background color of the ProgressBar.
|
|
42
|
+
/// @group progressbar
|
|
43
|
+
$kendo-progressbar-value-bg: k-color(secondary) !default;
|
|
44
|
+
/// The progress text color of the ProgressBar.
|
|
45
|
+
/// @group progressbar
|
|
46
|
+
$kendo-progressbar-value-text: k-color(on-secondary) !default;
|
|
47
|
+
/// The progress border color of the ProgressBar.
|
|
48
|
+
/// @group progressbar
|
|
49
|
+
$kendo-progressbar-value-border: k-color(secondary-active) !default;
|
|
50
|
+
/// The progress background gradient of the ProgressBar.
|
|
51
|
+
/// @group progressbar
|
|
52
|
+
$kendo-progressbar-value-gradient: null !default;
|
|
53
|
+
|
|
54
|
+
/// The background color of the indeterminate ProgressBar.
|
|
55
|
+
/// @group progressbar
|
|
56
|
+
$kendo-progressbar-indeterminate-bg: $kendo-progressbar-bg !default;
|
|
57
|
+
/// The text color of the indeterminate ProgressBar.
|
|
58
|
+
/// @group progressbar
|
|
59
|
+
$kendo-progressbar-indeterminate-text: $kendo-progressbar-text !default;
|
|
60
|
+
/// The border color of the indeterminate ProgressBar.
|
|
61
|
+
/// @group progressbar
|
|
62
|
+
$kendo-progressbar-indeterminate-border: $kendo-progressbar-border !default;
|
|
63
|
+
|
|
64
|
+
// Chunk Progressbar
|
|
65
|
+
/// The border radius of the chunk ProgressBar chunks.
|
|
66
|
+
/// @group progressbar
|
|
67
|
+
$kendo-progressbar-chunk-border-radius: k-border-radius(md) !default;
|
|
68
|
+
|
|
69
|
+
// Circular Progressbar
|
|
70
|
+
/// The arc stroke color of the circular ProgressBar.
|
|
71
|
+
/// @group progressbar
|
|
72
|
+
$kendo-circular-progressbar-arc-stroke: k-color(secondary) !default;
|
|
73
|
+
/// The scale stroke background color of the circular ProgressBar.
|
|
74
|
+
/// @group progressbar
|
|
75
|
+
$kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
76
|
+
|
|
77
|
+
@forward "@progress/kendo-theme-core/scss/components/progressbar/_variables.scss" with (
|
|
78
|
+
$kendo-progressbar-height: $kendo-progressbar-height,
|
|
79
|
+
$kendo-progressbar-horizontal-width: $kendo-progressbar-horizontal-width,
|
|
80
|
+
$kendo-progressbar-animation-timing: $kendo-progressbar-animation-timing,
|
|
81
|
+
$kendo-progressbar-border-width: $kendo-progressbar-border-width,
|
|
82
|
+
$kendo-progressbar-font-family: $kendo-progressbar-font-family,
|
|
83
|
+
$kendo-progressbar-font-size: $kendo-progressbar-font-size,
|
|
84
|
+
$kendo-progressbar-line-height: $kendo-progressbar-line-height,
|
|
85
|
+
$kendo-progressbar-bg: $kendo-progressbar-bg,
|
|
86
|
+
$kendo-progressbar-text: $kendo-progressbar-text,
|
|
87
|
+
$kendo-progressbar-border: $kendo-progressbar-border,
|
|
88
|
+
$kendo-progressbar-gradient: $kendo-progressbar-gradient,
|
|
89
|
+
$kendo-progressbar-value-bg: $kendo-progressbar-value-bg,
|
|
90
|
+
$kendo-progressbar-value-text: $kendo-progressbar-value-text,
|
|
91
|
+
$kendo-progressbar-value-border: $kendo-progressbar-value-border,
|
|
92
|
+
$kendo-progressbar-value-gradient: $kendo-progressbar-value-gradient,
|
|
93
|
+
$kendo-progressbar-indeterminate-bg: $kendo-progressbar-indeterminate-bg,
|
|
94
|
+
$kendo-progressbar-indeterminate-text: $kendo-progressbar-indeterminate-text,
|
|
95
|
+
$kendo-progressbar-indeterminate-border: $kendo-progressbar-indeterminate-border,
|
|
96
|
+
$kendo-progressbar-chunk-border-radius: $kendo-progressbar-chunk-border-radius,
|
|
97
|
+
$kendo-circular-progressbar-arc-stroke: $kendo-circular-progressbar-arc-stroke,
|
|
98
|
+
$kendo-circular-progressbar-scale-stroke: $kendo-circular-progressbar-scale-stroke
|
|
99
|
+
);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../utils/_index.scss" as *;
|
|
4
|
+
@use "../speech-to-text-button/_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-prompt--styles() {
|
|
13
|
+
@include import-once( "prompt" ) {
|
|
14
|
+
@include core-styles();
|
|
15
|
+
@include kendo-speech-to-text-button--styles();
|
|
16
|
+
@include kendo-prompt--layout();
|
|
17
|
+
@include kendo-prompt--theme();
|
|
18
|
+
@include kendo-utils--flex-grid--flex-direction();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// AIPrompt
|
|
5
|
+
|
|
6
|
+
/// The text color of the AIPrompt.
|
|
7
|
+
/// @group prompt
|
|
8
|
+
$kendo-prompt-text: k-color(on-app-surface) !default;
|
|
9
|
+
/// The background color of the AIPrompt.
|
|
10
|
+
/// @group prompt
|
|
11
|
+
$kendo-prompt-bg: k-elevation-bg(2, k-color(surface-alt)) !default;
|
|
12
|
+
/// The border color of the AIPrompt.
|
|
13
|
+
/// @group prompt
|
|
14
|
+
$kendo-prompt-border: k-color(border) !default;
|
|
15
|
+
|
|
16
|
+
/// The text color of the AIPrompt header.
|
|
17
|
+
/// @group prompt
|
|
18
|
+
$kendo-prompt-header-text: k-color(on-app-surface) !default;
|
|
19
|
+
/// The background color of the AIPrompt header.
|
|
20
|
+
/// @group prompt
|
|
21
|
+
$kendo-prompt-header-bg: k-color(surface-alt) !default;
|
|
22
|
+
/// The border color of the AIPrompt header.
|
|
23
|
+
/// @group prompt
|
|
24
|
+
$kendo-prompt-header-border: k-color(border) !default;
|
|
25
|
+
|
|
26
|
+
/// The vertical padding of the AIPrompt content.
|
|
27
|
+
/// @group prompt
|
|
28
|
+
$kendo-prompt-content-padding-y: k-spacing(4) !default;
|
|
29
|
+
/// The horizontal padding of the AIPrompt content.
|
|
30
|
+
/// @group prompt
|
|
31
|
+
$kendo-prompt-content-padding-x: k-spacing(4) !default;
|
|
32
|
+
/// The spacing between the items of the AIPrompt content.
|
|
33
|
+
/// @group prompt
|
|
34
|
+
$kendo-prompt-content-spacing: k-spacing(2) !default;
|
|
35
|
+
/// The text color of the AIPrompt content.
|
|
36
|
+
/// @group prompt
|
|
37
|
+
$kendo-prompt-content-text: k-color(on-app-surface) !default;
|
|
38
|
+
/// The background color of the AIPrompt content.
|
|
39
|
+
/// @group prompt
|
|
40
|
+
$kendo-prompt-content-bg: k-color(surface) !default;
|
|
41
|
+
/// The text border of the AIPrompt content.
|
|
42
|
+
/// @group prompt
|
|
43
|
+
$kendo-prompt-content-border: k-color(border) !default;
|
|
44
|
+
|
|
45
|
+
/// The spacing between the items of the AIPrompt content expander.
|
|
46
|
+
/// @group prompt
|
|
47
|
+
$kendo-prompt-expander-spacing: k-spacing(2) !default;
|
|
48
|
+
|
|
49
|
+
/// The vertical padding of the AIPrompt suggestion container.
|
|
50
|
+
/// @group prompt
|
|
51
|
+
$kendo-prompt-suggestion-padding-y: k-spacing(2) !default;
|
|
52
|
+
/// The horizontal padding of the AIPrompt suggestion container.
|
|
53
|
+
/// @group prompt
|
|
54
|
+
$kendo-prompt-suggestion-padding-x: k-spacing(2) !default;
|
|
55
|
+
/// The border radius of the AIPrompt suggestion container.
|
|
56
|
+
/// @group prompt
|
|
57
|
+
$kendo-prompt-suggestion-border-radius: k-border-radius(md) !default;
|
|
58
|
+
/// The text color of the AIPrompt suggestion container.
|
|
59
|
+
/// @group prompt
|
|
60
|
+
$kendo-prompt-suggestion-text: k-color(on-app-surface) !default;
|
|
61
|
+
/// The background color of the AIPrompt suggestion container.
|
|
62
|
+
/// @group prompt
|
|
63
|
+
$kendo-prompt-suggestion-bg: k-color(app-surface) !default;
|
|
64
|
+
/// The border color of the AIPrompt suggestion container.
|
|
65
|
+
/// @group prompt
|
|
66
|
+
$kendo-prompt-suggestion-border: k-color(border) !default;
|
|
67
|
+
/// The elevation of the AIPrompt suggestion container.
|
|
68
|
+
/// @group prompt
|
|
69
|
+
$kendo-prompt-suggestion-shadow: k-elevation(1) !default;
|
|
70
|
+
|
|
71
|
+
/// The text color of the AIPrompt footer.
|
|
72
|
+
/// @group prompt
|
|
73
|
+
$kendo-prompt-footer-text: null !default;
|
|
74
|
+
/// The background color of the AIPrompt footer.
|
|
75
|
+
/// @group prompt
|
|
76
|
+
$kendo-prompt-footer-bg: k-color(surface-alt) !default;
|
|
77
|
+
/// The border color of the AIPrompt footer.
|
|
78
|
+
/// @group prompt
|
|
79
|
+
$kendo-prompt-footer-border: null !default;
|
|
80
|
+
|
|
81
|
+
@forward "@progress/kendo-theme-core/scss/components/prompt/_variables.scss" with (
|
|
82
|
+
$kendo-prompt-text: $kendo-prompt-text,
|
|
83
|
+
$kendo-prompt-bg: $kendo-prompt-bg,
|
|
84
|
+
$kendo-prompt-border: $kendo-prompt-border,
|
|
85
|
+
$kendo-prompt-header-text: $kendo-prompt-header-text,
|
|
86
|
+
$kendo-prompt-header-bg: $kendo-prompt-header-bg,
|
|
87
|
+
$kendo-prompt-header-border: $kendo-prompt-header-border,
|
|
88
|
+
$kendo-prompt-content-padding-y: $kendo-prompt-content-padding-y,
|
|
89
|
+
$kendo-prompt-content-padding-x: $kendo-prompt-content-padding-x,
|
|
90
|
+
$kendo-prompt-content-spacing: $kendo-prompt-content-spacing,
|
|
91
|
+
$kendo-prompt-content-text: $kendo-prompt-content-text,
|
|
92
|
+
$kendo-prompt-content-bg: $kendo-prompt-content-bg,
|
|
93
|
+
$kendo-prompt-content-border: $kendo-prompt-content-border,
|
|
94
|
+
$kendo-prompt-expander-spacing: $kendo-prompt-expander-spacing,
|
|
95
|
+
$kendo-prompt-suggestion-padding-y: $kendo-prompt-suggestion-padding-y,
|
|
96
|
+
$kendo-prompt-suggestion-padding-x: $kendo-prompt-suggestion-padding-x,
|
|
97
|
+
$kendo-prompt-suggestion-border-radius: $kendo-prompt-suggestion-border-radius,
|
|
98
|
+
$kendo-prompt-suggestion-text: $kendo-prompt-suggestion-text,
|
|
99
|
+
$kendo-prompt-suggestion-bg: $kendo-prompt-suggestion-bg,
|
|
100
|
+
$kendo-prompt-suggestion-border: $kendo-prompt-suggestion-border,
|
|
101
|
+
$kendo-prompt-suggestion-shadow: $kendo-prompt-suggestion-shadow,
|
|
102
|
+
$kendo-prompt-footer-text: $kendo-prompt-footer-text,
|
|
103
|
+
$kendo-prompt-footer-bg: $kendo-prompt-footer-bg,
|
|
104
|
+
$kendo-prompt-footer-border: $kendo-prompt-footer-border
|
|
105
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../input/_index.scss" as *;
|
|
4
|
+
@use "../button/_index.scss" as *;
|
|
5
|
+
@use "../speech-to-text-button/_index.scss" as *;
|
|
6
|
+
@use "../file-box/_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-prompt-box--styles() {
|
|
15
|
+
@include import-once( "prompt-box" ) {
|
|
16
|
+
@include core-styles();
|
|
17
|
+
@include kendo-input--styles();
|
|
18
|
+
@include kendo-button--styles();
|
|
19
|
+
@include kendo-speech-to-text-button--styles();
|
|
20
|
+
@include kendo-file-box--styles();
|
|
21
|
+
@include kendo-prompt-box--layout();
|
|
22
|
+
@include kendo-prompt-box--theme();
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
@use "../input/_variables.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "@progress/kendo-theme-core/scss/components/prompt-box/_theme.scss" as *;
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@mixin kendo-prompt-box--theme() {
|
|
7
|
+
@include kendo-prompt-box--theme-base();
|
|
8
|
+
|
|
9
|
+
.k-prompt-box {
|
|
10
|
+
background-color: k-elevation-bg(1, $kendo-input-bg);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
// Prompt box
|
|
4
|
+
|
|
5
|
+
/// The border radius of the PromptBox.
|
|
6
|
+
/// @group prompt-box
|
|
7
|
+
$kendo-prompt-box-border-radius: k-border-radius(xxl) !default;
|
|
8
|
+
|
|
9
|
+
/// The box shadow of the PromptBox.
|
|
10
|
+
/// @group prompt-box
|
|
11
|
+
$kendo-prompt-box-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !default;
|
|
12
|
+
|
|
13
|
+
/// The padding of the PromptBox header.
|
|
14
|
+
/// @group prompt-box
|
|
15
|
+
$kendo-prompt-box-header-padding: k-spacing(2.5) !default;
|
|
16
|
+
/// The inner padding of the PromptBox input.
|
|
17
|
+
/// @group prompt-box
|
|
18
|
+
$kendo-prompt-box-input-inner-padding: k-spacing(3) !default;
|
|
19
|
+
/// The padding of the PromptBox affix.
|
|
20
|
+
/// @group prompt-box
|
|
21
|
+
$kendo-prompt-box-affix-padding: k-spacing(2.5) !default;
|
|
22
|
+
|
|
23
|
+
/// The spacing between the PromptBox affixes.
|
|
24
|
+
/// @group prompt-box
|
|
25
|
+
$kendo-prompt-box-affix-spacing: k-spacing(1) !default;
|
|
26
|
+
|
|
27
|
+
@forward "@progress/kendo-theme-core/scss/components/prompt-box/_variables.scss" with (
|
|
28
|
+
$kendo-prompt-box-border-radius: $kendo-prompt-box-border-radius,
|
|
29
|
+
$kendo-prompt-box-box-shadow: $kendo-prompt-box-box-shadow,
|
|
30
|
+
$kendo-prompt-box-header-padding: $kendo-prompt-box-header-padding,
|
|
31
|
+
$kendo-prompt-box-input-inner-padding: $kendo-prompt-box-input-inner-padding,
|
|
32
|
+
$kendo-prompt-box-affix-padding: $kendo-prompt-box-affix-padding,
|
|
33
|
+
$kendo-prompt-box-affix-spacing: $kendo-prompt-box-affix-spacing
|
|
34
|
+
);
|
|
@@ -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-radio--styles() {
|
|
11
|
+
@include import-once( "radio" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-radio--layout();
|
|
14
|
+
@include kendo-radio--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/radio/_layout.scss" as *;
|
|
2
|
+
@use "../core/index.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@mixin kendo-radio--layout() {
|
|
6
|
+
@include kendo-radio--layout-base();
|
|
7
|
+
|
|
8
|
+
.k-radio {
|
|
9
|
+
transition: background-color k-transition(rapid), border-color k-transition(rapid), outline k-transition(rapid), opacity k-transition(rapid);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/radio/_theme.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../radio/_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@mixin kendo-radio--theme() {
|
|
7
|
+
@include kendo-radio--theme-base();
|
|
8
|
+
|
|
9
|
+
.k-radio {
|
|
10
|
+
&:focus,
|
|
11
|
+
&.k-focus {
|
|
12
|
+
@include focus-indicator(
|
|
13
|
+
$type: "outline",
|
|
14
|
+
$indicator: $kendo-radio-focus-outline-color,
|
|
15
|
+
$outline-width: $kendo-radio-focus-outline-width,
|
|
16
|
+
$outline-offset: $kendo-radio-focus-outline-offset
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&:checked:focus,
|
|
21
|
+
&.k-checked.k-focus {
|
|
22
|
+
@include focus-indicator(
|
|
23
|
+
$type: "outline",
|
|
24
|
+
$indicator: $kendo-radio-focus-checked-outline-color,
|
|
25
|
+
$outline-width: $kendo-radio-focus-checked-outline-width,
|
|
26
|
+
$outline-offset: $kendo-radio-focus-checked-outline-offset
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../core/functions/index.scss" as *;
|
|
3
|
+
@use "../list/_variables.scss" as *;
|
|
4
|
+
@use "../checkbox/_variables.scss" as *;
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
// Radio button
|
|
8
|
+
|
|
9
|
+
/// The border radius of the RadioButton.
|
|
10
|
+
/// @group radio
|
|
11
|
+
$kendo-radio-radius: 50% !default;
|
|
12
|
+
/// The border width of the RadioButton.
|
|
13
|
+
/// @group radio
|
|
14
|
+
$kendo-radio-border-width: 1px !default;
|
|
15
|
+
|
|
16
|
+
/// The size of a small RadioButton.
|
|
17
|
+
/// @group radio
|
|
18
|
+
$kendo-radio-sm-size: k-spacing(4) !default;
|
|
19
|
+
/// The size of a medium RadioButton.
|
|
20
|
+
/// @group radio
|
|
21
|
+
$kendo-radio-md-size: k-spacing(4.5) !default;
|
|
22
|
+
/// The size of a large RadioButton.
|
|
23
|
+
/// @group radio
|
|
24
|
+
$kendo-radio-lg-size: k-spacing(5) !default;
|
|
25
|
+
|
|
26
|
+
/// The glyph size of a small RadioButton.
|
|
27
|
+
/// @group radio
|
|
28
|
+
$kendo-radio-sm-glyph-size: k-spacing(3.5) !default;
|
|
29
|
+
/// The glyph size of a medium RadioButton.
|
|
30
|
+
/// @group radio
|
|
31
|
+
$kendo-radio-md-glyph-size: k-spacing(4) !default;
|
|
32
|
+
/// The glyph size of a large RadioButton.
|
|
33
|
+
/// @group radio
|
|
34
|
+
$kendo-radio-lg-glyph-size: k-spacing(4.5) !default;
|
|
35
|
+
|
|
36
|
+
/// The ripple size of a small RadioButton.
|
|
37
|
+
/// @group radio
|
|
38
|
+
$kendo-radio-sm-ripple-size: 300% !default;
|
|
39
|
+
/// The ripple size of a medium RadioButton.
|
|
40
|
+
/// @group radio
|
|
41
|
+
$kendo-radio-md-ripple-size: 300% !default;
|
|
42
|
+
/// The ripple size of a large RadioButton.
|
|
43
|
+
/// @group radio
|
|
44
|
+
$kendo-radio-lg-ripple-size: 300% !default;
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
/// The background color of the RadioButton.
|
|
48
|
+
/// @group radio
|
|
49
|
+
$kendo-radio-bg: $kendo-checkbox-bg !default;
|
|
50
|
+
/// The color of the RadioButton.
|
|
51
|
+
/// @group radio
|
|
52
|
+
$kendo-radio-text: $kendo-checkbox-text !default;
|
|
53
|
+
/// The border color of the RadioButton.
|
|
54
|
+
/// @group radio
|
|
55
|
+
$kendo-radio-border: $kendo-checkbox-border !default;
|
|
56
|
+
|
|
57
|
+
/// The background color of the hovered RadioButton.
|
|
58
|
+
/// @group radio
|
|
59
|
+
$kendo-radio-hover-bg: $kendo-checkbox-hover-bg !default;
|
|
60
|
+
/// The color of the hovered RadioButton.
|
|
61
|
+
/// @group radio
|
|
62
|
+
$kendo-radio-hover-text: $kendo-checkbox-hover-text !default;
|
|
63
|
+
/// The border color of the hovered RadioButton.
|
|
64
|
+
/// @group radio
|
|
65
|
+
$kendo-radio-hover-border: $kendo-checkbox-hover-border !default;
|
|
66
|
+
|
|
67
|
+
/// The background color of the checked RadioButton.
|
|
68
|
+
/// @group radio
|
|
69
|
+
$kendo-radio-checked-bg: $kendo-checkbox-checked-bg !default;
|
|
70
|
+
/// The color of the checked RadioButton.
|
|
71
|
+
/// @group radio
|
|
72
|
+
$kendo-radio-checked-text: $kendo-checkbox-checked-text !default;
|
|
73
|
+
/// The border color of the checked RadioButton.
|
|
74
|
+
/// @group radio
|
|
75
|
+
$kendo-radio-checked-border: $kendo-checkbox-checked-border !default;
|
|
76
|
+
|
|
77
|
+
/// The border color of the focused RadioButton.
|
|
78
|
+
/// @group radio
|
|
79
|
+
$kendo-radio-focus-border: $kendo-checkbox-focus-border !default;
|
|
80
|
+
/// The box shadow of the focused RadioButton.
|
|
81
|
+
/// @group radio
|
|
82
|
+
$kendo-radio-focus-shadow: $kendo-checkbox-focus-shadow !default;
|
|
83
|
+
|
|
84
|
+
/// The border color of the focused and checked RadioButton.
|
|
85
|
+
/// @group radio
|
|
86
|
+
$kendo-radio-focus-checked-border: $kendo-checkbox-focus-checked-border !default;
|
|
87
|
+
/// The box shadow of the focused and checked RadioButton.
|
|
88
|
+
/// @group radio
|
|
89
|
+
$kendo-radio-focus-checked-shadow: $kendo-checkbox-focus-checked-shadow !default;
|
|
90
|
+
|
|
91
|
+
/// The outline color of the focused RadioButton.
|
|
92
|
+
/// @group radio
|
|
93
|
+
$kendo-radio-focus-outline-color: k-color(subtle) !default;
|
|
94
|
+
/// The outline width of the focused RadioButton.
|
|
95
|
+
/// @group radio
|
|
96
|
+
$kendo-radio-focus-outline-width: 1px !default;
|
|
97
|
+
/// The outline offset of the focused RadioButton.
|
|
98
|
+
/// @group radio
|
|
99
|
+
$kendo-radio-focus-outline-offset: 1px !default;
|
|
100
|
+
|
|
101
|
+
/// The outline color of the focused and checked RadioButton.
|
|
102
|
+
/// @group radio
|
|
103
|
+
$kendo-radio-focus-checked-outline-color: k-color(secondary-on-surface) !default;
|
|
104
|
+
/// The outline width of the focused and checked RadioButton.
|
|
105
|
+
/// @group radio
|
|
106
|
+
$kendo-radio-focus-checked-outline-width: 1px !default;
|
|
107
|
+
/// The outline offset of the focused and checked RadioButton.
|
|
108
|
+
/// @group radio
|
|
109
|
+
$kendo-radio-focus-checked-outline-offset: 1px !default;
|
|
110
|
+
|
|
111
|
+
/// The background color of the disabled RadioButton.
|
|
112
|
+
/// @group radio
|
|
113
|
+
$kendo-radio-disabled-bg: $kendo-checkbox-disabled-bg !default;
|
|
114
|
+
/// The color of the disabled RadioButton.
|
|
115
|
+
/// @group radio
|
|
116
|
+
$kendo-radio-disabled-text: $kendo-checkbox-disabled-text !default;
|
|
117
|
+
/// The border color of the disabled RadioButton.
|
|
118
|
+
/// @group radio
|
|
119
|
+
$kendo-radio-disabled-border: $kendo-checkbox-disabled-border !default;
|
|
120
|
+
|
|
121
|
+
/// The background color of the disabled and checked RadioButton.
|
|
122
|
+
/// @group radio
|
|
123
|
+
$kendo-radio-disabled-checked-bg: $kendo-checkbox-disabled-checked-bg !default;
|
|
124
|
+
/// The color of the disabled and checked RadioButton.
|
|
125
|
+
/// @group radio
|
|
126
|
+
$kendo-radio-disabled-checked-text: $kendo-checkbox-disabled-checked-text !default;
|
|
127
|
+
/// The border color of disabled and checked RadioButton.
|
|
128
|
+
/// @group radio
|
|
129
|
+
$kendo-radio-disabled-checked-border: $kendo-checkbox-disabled-checked-border !default;
|
|
130
|
+
|
|
131
|
+
/// The color of the invalid RadioButton.
|
|
132
|
+
/// @group radio
|
|
133
|
+
$kendo-radio-invalid-text: $kendo-checkbox-invalid-text !default;
|
|
134
|
+
/// The border color of the invalid RadioButton.
|
|
135
|
+
/// @group radio
|
|
136
|
+
$kendo-radio-invalid-border: k-color(error) !default;
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
// Radio indicator
|
|
140
|
+
|
|
141
|
+
/// The type of the RadioButton indicator.
|
|
142
|
+
/// @group radio
|
|
143
|
+
$kendo-radio-indicator-type: image !default;
|
|
144
|
+
|
|
145
|
+
/// The font family of the RadioButton indicator glyph.
|
|
146
|
+
/// @group radio
|
|
147
|
+
$kendo-radio-glyph-font-family: "WebComponentsIcons", monospace !default;
|
|
148
|
+
/// The glyph of the RadioButton indicator.
|
|
149
|
+
/// @group radio
|
|
150
|
+
$kendo-radio-checked-glyph: "\e308" !default;
|
|
151
|
+
|
|
152
|
+
/// The image of the checked RadioButton indicator.
|
|
153
|
+
/// @group radio
|
|
154
|
+
$kendo-radio-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><circle cx='50%' cy='50%' r='4' fill='#ffffff'/></svg>") ) !default;
|
|
155
|
+
/// The image of the disabled and checked RadioButton indicator.
|
|
156
|
+
/// @group radio
|
|
157
|
+
$kendo-radio-disabled-checked-image: null !default;
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
// Radio label
|
|
161
|
+
|
|
162
|
+
/// The horizontal margin of the RadioButton inside of a label.
|
|
163
|
+
/// @group radio
|
|
164
|
+
$kendo-radio-label-margin-x: k-spacing(1) !default;
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
// Radio list
|
|
168
|
+
|
|
169
|
+
/// The horizontal list item margin of the RadioButton.
|
|
170
|
+
/// @group radio
|
|
171
|
+
$kendo-radio-list-spacing: k-spacing(4) !default;
|
|
172
|
+
/// The horizontal list item padding of the RadioButton.
|
|
173
|
+
/// @group radio
|
|
174
|
+
$kendo-radio-list-item-padding-x: k-spacing(0) !default;
|
|
175
|
+
/// The vertical list item padding of the RadioButton.
|
|
176
|
+
/// @group radio
|
|
177
|
+
$kendo-radio-list-item-padding-y: $kendo-list-md-item-padding-y !default;
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
// Radio ripple
|
|
181
|
+
|
|
182
|
+
/// The background color of the RadioButton ripple.
|
|
183
|
+
/// @group radio
|
|
184
|
+
$kendo-radio-ripple-bg: $kendo-radio-checked-bg !default;
|
|
185
|
+
/// The opacity of the RadioButton ripple.
|
|
186
|
+
/// @group radio
|
|
187
|
+
$kendo-radio-ripple-opacity: .25 !default;
|
|
188
|
+
|
|
189
|
+
/// The default size of the RadioButton.
|
|
190
|
+
/// @group radio
|
|
191
|
+
/// @role default
|
|
192
|
+
$kendo-radio-default-size: "md" !default;
|
|
193
|
+
|
|
194
|
+
@forward "@progress/kendo-theme-core/scss/components/radio/_variables.scss" with (
|
|
195
|
+
$kendo-radio-radius: $kendo-radio-radius,
|
|
196
|
+
$kendo-radio-border-width: $kendo-radio-border-width,
|
|
197
|
+
$kendo-radio-sm-size: $kendo-radio-sm-size,
|
|
198
|
+
$kendo-radio-md-size: $kendo-radio-md-size,
|
|
199
|
+
$kendo-radio-lg-size: $kendo-radio-lg-size,
|
|
200
|
+
$kendo-radio-sm-glyph-size: $kendo-radio-sm-glyph-size,
|
|
201
|
+
$kendo-radio-md-glyph-size: $kendo-radio-md-glyph-size,
|
|
202
|
+
$kendo-radio-lg-glyph-size: $kendo-radio-lg-glyph-size,
|
|
203
|
+
$kendo-radio-sm-ripple-size: $kendo-radio-sm-ripple-size,
|
|
204
|
+
$kendo-radio-md-ripple-size: $kendo-radio-md-ripple-size,
|
|
205
|
+
$kendo-radio-lg-ripple-size: $kendo-radio-lg-ripple-size,
|
|
206
|
+
$kendo-radio-bg: $kendo-radio-bg,
|
|
207
|
+
$kendo-radio-text: $kendo-radio-text,
|
|
208
|
+
$kendo-radio-border: $kendo-radio-border,
|
|
209
|
+
$kendo-radio-hover-bg: $kendo-radio-hover-bg,
|
|
210
|
+
$kendo-radio-hover-text: $kendo-radio-hover-text,
|
|
211
|
+
$kendo-radio-hover-border: $kendo-radio-hover-border,
|
|
212
|
+
$kendo-radio-checked-bg: $kendo-radio-checked-bg,
|
|
213
|
+
$kendo-radio-checked-text: $kendo-radio-checked-text,
|
|
214
|
+
$kendo-radio-checked-border: $kendo-radio-checked-border,
|
|
215
|
+
$kendo-radio-focus-border: $kendo-radio-focus-border,
|
|
216
|
+
$kendo-radio-focus-shadow: $kendo-radio-focus-shadow,
|
|
217
|
+
$kendo-radio-focus-checked-border: $kendo-radio-focus-checked-border,
|
|
218
|
+
$kendo-radio-focus-checked-shadow: $kendo-radio-focus-checked-shadow,
|
|
219
|
+
$kendo-radio-disabled-bg: $kendo-radio-disabled-bg,
|
|
220
|
+
$kendo-radio-disabled-text: $kendo-radio-disabled-text,
|
|
221
|
+
$kendo-radio-disabled-border: $kendo-radio-disabled-border,
|
|
222
|
+
$kendo-radio-disabled-checked-bg: $kendo-radio-disabled-checked-bg,
|
|
223
|
+
$kendo-radio-disabled-checked-text: $kendo-radio-disabled-checked-text,
|
|
224
|
+
$kendo-radio-disabled-checked-border: $kendo-radio-disabled-checked-border,
|
|
225
|
+
$kendo-radio-invalid-text: $kendo-radio-invalid-text,
|
|
226
|
+
$kendo-radio-invalid-border: $kendo-radio-invalid-border,
|
|
227
|
+
$kendo-radio-indicator-type: $kendo-radio-indicator-type,
|
|
228
|
+
$kendo-radio-glyph-font-family: $kendo-radio-glyph-font-family,
|
|
229
|
+
$kendo-radio-checked-glyph: $kendo-radio-checked-glyph,
|
|
230
|
+
$kendo-radio-checked-image: $kendo-radio-checked-image,
|
|
231
|
+
$kendo-radio-disabled-checked-image: $kendo-radio-disabled-checked-image,
|
|
232
|
+
$kendo-radio-label-margin-x: $kendo-radio-label-margin-x,
|
|
233
|
+
$kendo-radio-list-spacing: $kendo-radio-list-spacing,
|
|
234
|
+
$kendo-radio-list-item-padding-x: $kendo-radio-list-item-padding-x,
|
|
235
|
+
$kendo-radio-list-item-padding-y: $kendo-radio-list-item-padding-y,
|
|
236
|
+
$kendo-radio-ripple-bg: $kendo-radio-ripple-bg,
|
|
237
|
+
$kendo-radio-ripple-opacity: $kendo-radio-ripple-opacity,
|
|
238
|
+
$kendo-radio-default-size: $kendo-radio-default-size
|
|
239
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Component
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
9
|
+
|
|
10
|
+
// Expose
|
|
11
|
+
@mixin kendo-rating--styles() {
|
|
12
|
+
@include import-once( "rating" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-icon--styles();
|
|
15
|
+
@include kendo-rating--layout();
|
|
16
|
+
@include kendo-rating--theme();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../rating/_variables.scss" as *;
|
|
3
|
+
@use "@progress/kendo-theme-core/scss/components/rating/_theme.scss" as *;
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@mixin kendo-rating--theme() {
|
|
7
|
+
@include kendo-rating--theme-base();
|
|
8
|
+
|
|
9
|
+
.k-rating {
|
|
10
|
+
&:focus,
|
|
11
|
+
&.k-focus {
|
|
12
|
+
@include focus-indicator(
|
|
13
|
+
$type: "outline",
|
|
14
|
+
$indicator: $kendo-rating-focus-outline-color,
|
|
15
|
+
$outline-width: $kendo-rating-focus-outline-width,
|
|
16
|
+
$outline-offset: $kendo-rating-focus-outline-offset
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|