@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,315 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../toolbar/_variables.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Chat
|
|
5
|
+
|
|
6
|
+
/// The horizontal padding of the Chat.
|
|
7
|
+
/// @group chat
|
|
8
|
+
$kendo-chat-padding-x: k-spacing(5) !default;
|
|
9
|
+
/// The vertical padding of the Chat.
|
|
10
|
+
/// @group chat
|
|
11
|
+
$kendo-chat-padding-y: k-spacing(5) !default;
|
|
12
|
+
/// The minimum width of the Chat.
|
|
13
|
+
/// @group chat
|
|
14
|
+
$kendo-chat-width: 280px !default;
|
|
15
|
+
/// The minimum height of the Chat.
|
|
16
|
+
/// @group chat
|
|
17
|
+
$kendo-chat-height: 320px !default;
|
|
18
|
+
/// The border width of the Chat.
|
|
19
|
+
/// @group chat
|
|
20
|
+
$kendo-chat-border-width: 1px !default;
|
|
21
|
+
/// The border radius of the Chat.
|
|
22
|
+
/// @group chat
|
|
23
|
+
$kendo-chat-border-radius: k-border-radius(xxl) !default;
|
|
24
|
+
/// The font family of the Chat.
|
|
25
|
+
/// @group chat
|
|
26
|
+
$kendo-chat-font-family: var( --kendo-font-family, inherit ) !default;
|
|
27
|
+
/// The font size of the Chat.
|
|
28
|
+
/// @group chat
|
|
29
|
+
$kendo-chat-font-size: var( --kendo-font-size, inherit ) !default;
|
|
30
|
+
/// The line height of the Chat.
|
|
31
|
+
/// @group chat
|
|
32
|
+
$kendo-chat-line-height: var( --kendo-line-height, normal ) !default;
|
|
33
|
+
|
|
34
|
+
/// The vertical spacing between the items of the Chat.
|
|
35
|
+
/// @group chat
|
|
36
|
+
$kendo-chat-item-spacing-y: k-spacing(4) !default;
|
|
37
|
+
|
|
38
|
+
/// The maximum width of the Chat message.
|
|
39
|
+
/// @group chat
|
|
40
|
+
$kendo-chat-message-max-width: min(75%, 460px) !default;
|
|
41
|
+
/// The spacing between the items of the Chat message.
|
|
42
|
+
/// @group chat
|
|
43
|
+
$kendo-chat-message-gap: k-spacing(2) !default;
|
|
44
|
+
|
|
45
|
+
/// The border radius of sequential Chat messages.
|
|
46
|
+
/// @group chat
|
|
47
|
+
$kendo-sequential-messages-border-radius: k-border-radius(sm) !default;
|
|
48
|
+
|
|
49
|
+
/// The horizontal padding of the Chat message list.
|
|
50
|
+
/// @group chat
|
|
51
|
+
$kendo-chat-message-list-padding-x: $kendo-chat-padding-x !default;
|
|
52
|
+
/// The vertical padding of the Chat message list.
|
|
53
|
+
/// @group chat
|
|
54
|
+
$kendo-chat-message-list-padding-y: $kendo-chat-padding-y !default;
|
|
55
|
+
/// The spacing of the Chat message list.
|
|
56
|
+
/// @group chat
|
|
57
|
+
$kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
|
|
58
|
+
/// The spacing of the Chat message box wrapper.
|
|
59
|
+
/// @group chat
|
|
60
|
+
$kendo-chat-message-box-wrapper-spacing: k-spacing(3) !default;
|
|
61
|
+
|
|
62
|
+
/// The minimum size of the Chat message status.
|
|
63
|
+
/// @group chat
|
|
64
|
+
$kendo-chat-status-min-size: k-spacing(1.5) !default;
|
|
65
|
+
/// The maximum size of the Chat message status.
|
|
66
|
+
/// @group chat
|
|
67
|
+
$kendo-chat-status-max-size: k-spacing(8) !default;
|
|
68
|
+
/// The spacing between the icon and text in the Chat message status.
|
|
69
|
+
/// @group chat
|
|
70
|
+
$kendo-chat-message-status-gap: k-spacing(1) !default;
|
|
71
|
+
|
|
72
|
+
/// The font size of the Chat timestamp.
|
|
73
|
+
/// @group chat
|
|
74
|
+
$kendo-chat-timestamp-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
75
|
+
/// The line height of the Chat timestamp.
|
|
76
|
+
/// @group chat
|
|
77
|
+
$kendo-chat-timestamp-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
78
|
+
/// The text transform of the Chat timestamp.
|
|
79
|
+
/// @group chat
|
|
80
|
+
$kendo-chat-timestamp-transform: none !default;
|
|
81
|
+
/// The text color of the Chat timestamp.
|
|
82
|
+
/// @group chat
|
|
83
|
+
$kendo-chat-timestamp-text: k-color(subtle) !default;
|
|
84
|
+
/// The background color of the Chat timestamp.
|
|
85
|
+
/// @group chat
|
|
86
|
+
$kendo-chat-timestamp-bg: null !default;
|
|
87
|
+
/// The background color of the Chat timestamp separator.
|
|
88
|
+
/// @group chat
|
|
89
|
+
$kendo-chat-timestamp-separator-bg: k-color(border) !default;
|
|
90
|
+
/// The spacing between the Chat timestamp and its separator.
|
|
91
|
+
/// @group chat
|
|
92
|
+
$kendo-chat-timestamp-separator-spacing: k-spacing(1) !default;
|
|
93
|
+
|
|
94
|
+
/// The font size of the Chat message meta text.
|
|
95
|
+
/// @group chat
|
|
96
|
+
$kendo-chat-message-meta-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
97
|
+
/// The line height of the Chat message meta text.
|
|
98
|
+
/// @group chat
|
|
99
|
+
$kendo-chat-message-meta-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
100
|
+
|
|
101
|
+
/// The font size of the Chat author text.
|
|
102
|
+
/// @group chat
|
|
103
|
+
$kendo-chat-author-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
104
|
+
/// The line height of the Chat author text.
|
|
105
|
+
/// @group chat
|
|
106
|
+
$kendo-chat-author-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
107
|
+
|
|
108
|
+
/// The text color of the Chat status.
|
|
109
|
+
/// @group chat
|
|
110
|
+
$kendo-chat-status-text: k-color(subtle) !default;
|
|
111
|
+
|
|
112
|
+
/// The spacing of the Chat bubble message.
|
|
113
|
+
/// @group chat
|
|
114
|
+
$kendo-chat-bubble-spacing: k-spacing(1) !default;
|
|
115
|
+
|
|
116
|
+
/// The background color of the Chat Toolbar.
|
|
117
|
+
/// @group chat
|
|
118
|
+
$kendo-chat-toolbar-bg: $kendo-toolbar-bg !default;
|
|
119
|
+
/// The text color of the Chat Toolbar.
|
|
120
|
+
/// @group chat
|
|
121
|
+
$kendo-chat-toolbar-text: $kendo-toolbar-text !default;
|
|
122
|
+
/// The border color of the Chat Toolbar.
|
|
123
|
+
/// @group chat
|
|
124
|
+
$kendo-chat-toolbar-border: inherit !default;
|
|
125
|
+
|
|
126
|
+
/// The background color of the Chat.
|
|
127
|
+
/// @group chat
|
|
128
|
+
$kendo-chat-bg: k-color(app-surface) !default;
|
|
129
|
+
/// The text color of the Chat.
|
|
130
|
+
/// @group chat
|
|
131
|
+
$kendo-chat-text: k-color(on-app-surface) !default;
|
|
132
|
+
/// The border color of the Chat.
|
|
133
|
+
/// @group chat
|
|
134
|
+
$kendo-chat-border: k-color(border) !default;
|
|
135
|
+
|
|
136
|
+
/// The color of the typing indicator dots.
|
|
137
|
+
/// @group chat
|
|
138
|
+
$kendo-chat-typing-indicator-text: k-color(base-on-subtle) !default;
|
|
139
|
+
|
|
140
|
+
/// The background color of the Chat alt bubble.
|
|
141
|
+
/// @group chat
|
|
142
|
+
$kendo-chat-alt-bubble-bg: k-color(secondary-subtle) !default;
|
|
143
|
+
/// The text color of the Chat alt bubble.
|
|
144
|
+
/// @group chat
|
|
145
|
+
$kendo-chat-alt-bubble-text: k-color(secondary-on-subtle) !default;
|
|
146
|
+
/// The border color of the Chat alt bubble.
|
|
147
|
+
/// @group chat
|
|
148
|
+
$kendo-chat-alt-bubble-border: $kendo-chat-alt-bubble-bg !default;
|
|
149
|
+
/// The shadow of the Chat alt bubble.
|
|
150
|
+
/// @group chat
|
|
151
|
+
$kendo-chat-alt-bubble-shadow: none !default;
|
|
152
|
+
/// The background color of the hovered alt Bubble.
|
|
153
|
+
/// @group bubble
|
|
154
|
+
$kendo-chat-alt-bubble-hover-bg: k-color(secondary-subtle-hover) !default;
|
|
155
|
+
/// The border color of the hovered alt Bubble.
|
|
156
|
+
/// @group bubble
|
|
157
|
+
$kendo-chat-alt-bubble-hover-border: $kendo-chat-alt-bubble-hover-bg !default;
|
|
158
|
+
/// The background color of the active Bubble.
|
|
159
|
+
/// @group bubble
|
|
160
|
+
$kendo-chat-alt-bubble-active-bg: k-color(secondary-subtle-active) !default;
|
|
161
|
+
/// The border color of the active alt Bubble.
|
|
162
|
+
/// @group bubble
|
|
163
|
+
$kendo-chat-alt-bubble-active-border: $kendo-chat-alt-bubble-active-bg !default;
|
|
164
|
+
/// The background color of the focused alt Bubble.
|
|
165
|
+
/// @group bubble
|
|
166
|
+
$kendo-chat-alt-bubble-focus-bg: $kendo-chat-alt-bubble-bg !default;
|
|
167
|
+
/// The border color of the focused alt Bubble.
|
|
168
|
+
/// @group bubble
|
|
169
|
+
$kendo-chat-alt-bubble-focus-border: $kendo-chat-alt-bubble-focus-bg !default;
|
|
170
|
+
/// The box shadow of the focused alt Bubble.
|
|
171
|
+
/// @group bubble
|
|
172
|
+
$kendo-chat-alt-bubble-focus-shadow: null !default;
|
|
173
|
+
|
|
174
|
+
/// The outline color of the focused alt Bubble.
|
|
175
|
+
/// @group chat
|
|
176
|
+
$kendo-chat-alt-bubble-focus-outline-color: k-color(secondary-on-surface) !default;
|
|
177
|
+
/// The outline width of the focused alt Bubble.
|
|
178
|
+
/// @group chat
|
|
179
|
+
$kendo-chat-alt-bubble-focus-outline-width: 1px !default;
|
|
180
|
+
/// The outline offset of the focused alt Bubble.
|
|
181
|
+
/// @group chat
|
|
182
|
+
$kendo-chat-alt-bubble-focus-outline-offset: 1px !default;
|
|
183
|
+
|
|
184
|
+
/// The text color of the bubble of the failed Chat message.
|
|
185
|
+
/// @group chat
|
|
186
|
+
$kendo-chat-failed-bubble-text: k-color(base-on-subtle) !default;
|
|
187
|
+
/// The background color of the bubble of the failed Chat message.
|
|
188
|
+
/// @group chat
|
|
189
|
+
$kendo-chat-failed-bubble-bg: k-color(error-subtle) !default;
|
|
190
|
+
/// The border color of the bubble of the failed Chat message.
|
|
191
|
+
/// @group chat
|
|
192
|
+
$kendo-chat-failed-bubble-border: k-color(error-emphasis) !default;
|
|
193
|
+
/// The text color of the failed Chat message content.
|
|
194
|
+
/// @group chat
|
|
195
|
+
$kendo-chat-failed-content-color: k-color(error-on-surface) !default;
|
|
196
|
+
|
|
197
|
+
/// The background color of the hovered bubble of the failed Chat message.
|
|
198
|
+
/// @group chat
|
|
199
|
+
$kendo-chat-failed-bubble-hover-bg: k-color(error-subtle-hover) !default;
|
|
200
|
+
|
|
201
|
+
/// The background color of the selected bubble of the failed Chat message.
|
|
202
|
+
/// @group chat
|
|
203
|
+
$kendo-chat-failed-bubble-selected-bg: k-color(error-subtle-active) !default;
|
|
204
|
+
|
|
205
|
+
/// The background color of the Chat sender file.
|
|
206
|
+
/// @group chat
|
|
207
|
+
$kendo-chat-sender-file-bg: k-color(surface) !default;
|
|
208
|
+
/// The text color of the Chat sender file.
|
|
209
|
+
/// @group chat
|
|
210
|
+
$kendo-chat-sender-file-text: k-color(on-app-surface) !default;
|
|
211
|
+
/// The border color of the Chat sender file.
|
|
212
|
+
/// @group chat
|
|
213
|
+
$kendo-chat-sender-file-border: k-color(border) !default;
|
|
214
|
+
|
|
215
|
+
/// The border width of the Chat pinned message;
|
|
216
|
+
/// @group chat
|
|
217
|
+
$kendo-chat-message-pinned-border-width: 1px !default;
|
|
218
|
+
/// The border style of the Chat pinned message;
|
|
219
|
+
/// @group chat
|
|
220
|
+
$kendo-chat-message-pinned-border-style: solid !default;
|
|
221
|
+
/// The border color of the Chat pinned message;
|
|
222
|
+
/// @group chat
|
|
223
|
+
$kendo-chat-message-pinned-border-color: k-color(border) !default;
|
|
224
|
+
|
|
225
|
+
/// The horizontal padding of the Chat message reference.
|
|
226
|
+
/// @group chat
|
|
227
|
+
$kendo-chat-message-reference-padding-x: k-spacing(2) !default;
|
|
228
|
+
/// The vertical padding of the Chat message reference.
|
|
229
|
+
/// @group chat
|
|
230
|
+
$kendo-chat-message-reference-padding-y: k-spacing(2) !default;
|
|
231
|
+
|
|
232
|
+
/// The background color of the Chat message reference.
|
|
233
|
+
/// @group chat
|
|
234
|
+
$kendo-chat-message-reference-bg: color-mix(in srgb, k-color(surface) 90%, transparent) !default;
|
|
235
|
+
/// The text color of the Chat message reference.
|
|
236
|
+
/// @group chat
|
|
237
|
+
$kendo-chat-message-reference-text: k-color(on-app-surface) !default;
|
|
238
|
+
/// The background color of the message reference marker.
|
|
239
|
+
/// @group chat
|
|
240
|
+
$kendo-chat-message-reference-marker-bg: k-color(base-emphasis) !default;
|
|
241
|
+
/// The background color of the message reference alt marker.
|
|
242
|
+
/// @group chat
|
|
243
|
+
$kendo-chat-message-reference-marker-alt-bg: k-color(secondary-emphasis) !default;
|
|
244
|
+
|
|
245
|
+
@forward "@progress/kendo-theme-core/scss/components/chat/_variables.scss" with (
|
|
246
|
+
$kendo-chat-padding-x: $kendo-chat-padding-x,
|
|
247
|
+
$kendo-chat-padding-y: $kendo-chat-padding-y,
|
|
248
|
+
$kendo-chat-width: $kendo-chat-width,
|
|
249
|
+
$kendo-chat-height: $kendo-chat-height,
|
|
250
|
+
$kendo-chat-border-width: $kendo-chat-border-width,
|
|
251
|
+
$kendo-chat-border-radius: $kendo-chat-border-radius,
|
|
252
|
+
$kendo-chat-font-family: $kendo-chat-font-family,
|
|
253
|
+
$kendo-chat-font-size: $kendo-chat-font-size,
|
|
254
|
+
$kendo-chat-line-height: $kendo-chat-line-height,
|
|
255
|
+
$kendo-chat-item-spacing-y: $kendo-chat-item-spacing-y,
|
|
256
|
+
$kendo-chat-message-max-width: $kendo-chat-message-max-width,
|
|
257
|
+
$kendo-chat-message-gap: $kendo-chat-message-gap,
|
|
258
|
+
$kendo-sequential-messages-border-radius: $kendo-sequential-messages-border-radius,
|
|
259
|
+
$kendo-chat-message-list-padding-x: $kendo-chat-message-list-padding-x,
|
|
260
|
+
$kendo-chat-message-list-padding-y: $kendo-chat-message-list-padding-y,
|
|
261
|
+
$kendo-chat-message-list-spacing: $kendo-chat-message-list-spacing,
|
|
262
|
+
$kendo-chat-message-box-wrapper-spacing: $kendo-chat-message-box-wrapper-spacing,
|
|
263
|
+
$kendo-chat-status-min-size: $kendo-chat-status-min-size,
|
|
264
|
+
$kendo-chat-status-max-size: $kendo-chat-status-max-size,
|
|
265
|
+
$kendo-chat-message-status-gap: $kendo-chat-message-status-gap,
|
|
266
|
+
$kendo-chat-timestamp-font-size: $kendo-chat-timestamp-font-size,
|
|
267
|
+
$kendo-chat-timestamp-line-height: $kendo-chat-timestamp-line-height,
|
|
268
|
+
$kendo-chat-timestamp-transform: $kendo-chat-timestamp-transform,
|
|
269
|
+
$kendo-chat-timestamp-text: $kendo-chat-timestamp-text,
|
|
270
|
+
$kendo-chat-timestamp-bg: $kendo-chat-timestamp-bg,
|
|
271
|
+
$kendo-chat-timestamp-separator-bg: $kendo-chat-timestamp-separator-bg,
|
|
272
|
+
$kendo-chat-timestamp-separator-spacing: $kendo-chat-timestamp-separator-spacing,
|
|
273
|
+
$kendo-chat-message-meta-font-size: $kendo-chat-message-meta-font-size,
|
|
274
|
+
$kendo-chat-message-meta-line-height: $kendo-chat-message-meta-line-height,
|
|
275
|
+
$kendo-chat-author-font-size: $kendo-chat-author-font-size,
|
|
276
|
+
$kendo-chat-author-line-height: $kendo-chat-author-line-height,
|
|
277
|
+
$kendo-chat-status-text: $kendo-chat-status-text,
|
|
278
|
+
$kendo-chat-bubble-spacing: $kendo-chat-bubble-spacing,
|
|
279
|
+
$kendo-chat-toolbar-bg: $kendo-chat-toolbar-bg,
|
|
280
|
+
$kendo-chat-toolbar-text: $kendo-chat-toolbar-text,
|
|
281
|
+
$kendo-chat-toolbar-border: $kendo-chat-toolbar-border,
|
|
282
|
+
$kendo-chat-bg: $kendo-chat-bg,
|
|
283
|
+
$kendo-chat-text: $kendo-chat-text,
|
|
284
|
+
$kendo-chat-border: $kendo-chat-border,
|
|
285
|
+
$kendo-chat-alt-bubble-bg: $kendo-chat-alt-bubble-bg,
|
|
286
|
+
$kendo-chat-alt-bubble-text: $kendo-chat-alt-bubble-text,
|
|
287
|
+
$kendo-chat-alt-bubble-border: $kendo-chat-alt-bubble-border,
|
|
288
|
+
$kendo-chat-alt-bubble-shadow: $kendo-chat-alt-bubble-shadow,
|
|
289
|
+
$kendo-chat-alt-bubble-hover-bg: $kendo-chat-alt-bubble-hover-bg,
|
|
290
|
+
$kendo-chat-alt-bubble-hover-border: $kendo-chat-alt-bubble-hover-border,
|
|
291
|
+
$kendo-chat-alt-bubble-active-bg: $kendo-chat-alt-bubble-active-bg,
|
|
292
|
+
$kendo-chat-alt-bubble-active-border: $kendo-chat-alt-bubble-active-border,
|
|
293
|
+
$kendo-chat-alt-bubble-focus-bg: $kendo-chat-alt-bubble-focus-bg,
|
|
294
|
+
$kendo-chat-alt-bubble-focus-border: $kendo-chat-alt-bubble-focus-border,
|
|
295
|
+
$kendo-chat-alt-bubble-focus-shadow: $kendo-chat-alt-bubble-focus-shadow,
|
|
296
|
+
$kendo-chat-failed-bubble-text: $kendo-chat-failed-bubble-text,
|
|
297
|
+
$kendo-chat-failed-bubble-bg: $kendo-chat-failed-bubble-bg,
|
|
298
|
+
$kendo-chat-failed-bubble-border: $kendo-chat-failed-bubble-border,
|
|
299
|
+
$kendo-chat-failed-content-color: $kendo-chat-failed-content-color,
|
|
300
|
+
$kendo-chat-failed-bubble-hover-bg: $kendo-chat-failed-bubble-hover-bg,
|
|
301
|
+
$kendo-chat-failed-bubble-selected-bg: $kendo-chat-failed-bubble-selected-bg,
|
|
302
|
+
$kendo-chat-typing-indicator-text: $kendo-chat-typing-indicator-text,
|
|
303
|
+
$kendo-chat-sender-file-bg: $kendo-chat-sender-file-bg,
|
|
304
|
+
$kendo-chat-sender-file-text: $kendo-chat-sender-file-text,
|
|
305
|
+
$kendo-chat-sender-file-border: $kendo-chat-sender-file-border,
|
|
306
|
+
$kendo-chat-message-pinned-border-width: $kendo-chat-message-pinned-border-width,
|
|
307
|
+
$kendo-chat-message-pinned-border-style: $kendo-chat-message-pinned-border-style,
|
|
308
|
+
$kendo-chat-message-pinned-border-color: $kendo-chat-message-pinned-border-color,
|
|
309
|
+
$kendo-chat-message-reference-padding-x: $kendo-chat-message-reference-padding-x,
|
|
310
|
+
$kendo-chat-message-reference-padding-y: $kendo-chat-message-reference-padding-y,
|
|
311
|
+
$kendo-chat-message-reference-bg: $kendo-chat-message-reference-bg,
|
|
312
|
+
$kendo-chat-message-reference-text: $kendo-chat-message-reference-text,
|
|
313
|
+
$kendo-chat-message-reference-marker-bg: $kendo-chat-message-reference-marker-bg,
|
|
314
|
+
$kendo-chat-message-reference-marker-alt-bg: $kendo-chat-message-reference-marker-alt-bg,
|
|
315
|
+
);
|
|
@@ -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-checkbox--styles() {
|
|
11
|
+
@include import-once( "checkbox" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-checkbox--layout();
|
|
14
|
+
@include kendo-checkbox--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/checkbox/_layout.scss" as *;
|
|
2
|
+
@use "../core/index.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@mixin kendo-checkbox--layout() {
|
|
6
|
+
@include kendo-checkbox--layout-base();
|
|
7
|
+
|
|
8
|
+
.k-checkbox {
|
|
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/checkbox/_theme.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../checkbox/_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@mixin kendo-checkbox--theme() {
|
|
7
|
+
@include kendo-checkbox--theme-base();
|
|
8
|
+
|
|
9
|
+
.k-checkbox {
|
|
10
|
+
&:focus,
|
|
11
|
+
&.k-focus {
|
|
12
|
+
@include focus-indicator(
|
|
13
|
+
$type: "outline",
|
|
14
|
+
$indicator: $kendo-checkbox-focus-outline-color,
|
|
15
|
+
$outline-width: $kendo-checkbox-focus-outline-width,
|
|
16
|
+
$outline-offset: $kendo-checkbox-focus-outline-offset
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&:checked:focus,
|
|
21
|
+
&.k-checked.k-focus {
|
|
22
|
+
@include focus-indicator(
|
|
23
|
+
$type: "outline",
|
|
24
|
+
$indicator: $kendo-checkbox-focus-checked-outline-color,
|
|
25
|
+
$outline-width: $kendo-checkbox-focus-checked-outline-width,
|
|
26
|
+
$outline-offset: $kendo-checkbox-focus-checked-outline-offset
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
@use "../list/_variables.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../core/functions/index.scss" as *;
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
// CheckBox
|
|
7
|
+
|
|
8
|
+
/// The border width of the CheckBox.
|
|
9
|
+
/// @group checkbox
|
|
10
|
+
$kendo-checkbox-border-width: 1px !default;
|
|
11
|
+
|
|
12
|
+
/// The size of a small CheckBox.
|
|
13
|
+
/// @group checkbox
|
|
14
|
+
$kendo-checkbox-sm-size: k-spacing(4) !default;
|
|
15
|
+
/// The size of a medium CheckBox.
|
|
16
|
+
/// @group checkbox
|
|
17
|
+
$kendo-checkbox-md-size: k-spacing(4.5) !default;
|
|
18
|
+
/// The size of a large CheckBox.
|
|
19
|
+
/// @group checkbox
|
|
20
|
+
$kendo-checkbox-lg-size: k-spacing(5) !default;
|
|
21
|
+
|
|
22
|
+
/// The glyph size of a small CheckBox.
|
|
23
|
+
/// @group checkbox
|
|
24
|
+
$kendo-checkbox-sm-glyph-size: k-spacing(3.5) !default;
|
|
25
|
+
/// The glyph size of a medium CheckBox.
|
|
26
|
+
/// @group checkbox
|
|
27
|
+
$kendo-checkbox-md-glyph-size: k-spacing(4) !default;
|
|
28
|
+
/// The glyph size of a large CheckBox.
|
|
29
|
+
/// @group checkbox
|
|
30
|
+
$kendo-checkbox-lg-glyph-size: k-spacing(4.5) !default;
|
|
31
|
+
|
|
32
|
+
/// The ripple size of a small CheckBox.
|
|
33
|
+
/// @group checkbox
|
|
34
|
+
$kendo-checkbox-sm-ripple-size: 300% !default;
|
|
35
|
+
/// The ripple size of a medium CheckBox.
|
|
36
|
+
/// @group checkbox
|
|
37
|
+
$kendo-checkbox-md-ripple-size: 300% !default;
|
|
38
|
+
/// The ripple size of a large CheckBox.
|
|
39
|
+
/// @group checkbox
|
|
40
|
+
$kendo-checkbox-lg-ripple-size: 300% !default;
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
/// The background color of the CheckBox.
|
|
44
|
+
/// @group checkbox
|
|
45
|
+
$kendo-checkbox-bg: k-color(surface-alt) !default;
|
|
46
|
+
/// The text color of the CheckBox.
|
|
47
|
+
/// @group checkbox
|
|
48
|
+
$kendo-checkbox-text: null !default;
|
|
49
|
+
/// The border color of the CheckBox.
|
|
50
|
+
/// @group checkbox
|
|
51
|
+
$kendo-checkbox-border: k-color(border) !default;
|
|
52
|
+
|
|
53
|
+
/// The background color of the hovered CheckBox.
|
|
54
|
+
/// @group checkbox
|
|
55
|
+
$kendo-checkbox-hover-bg: null !default;
|
|
56
|
+
/// The text color of the hovered CheckBox.
|
|
57
|
+
/// @group checkbox
|
|
58
|
+
$kendo-checkbox-hover-text: null !default;
|
|
59
|
+
/// The border color of the hovered CheckBox.
|
|
60
|
+
/// @group checkbox
|
|
61
|
+
$kendo-checkbox-hover-border: null !default;
|
|
62
|
+
|
|
63
|
+
/// The background color of the checked CheckBox.
|
|
64
|
+
/// @group checkbox
|
|
65
|
+
$kendo-checkbox-checked-bg: k-color(secondary) !default;
|
|
66
|
+
/// The text color of the checked CheckBox.
|
|
67
|
+
/// @group checkbox
|
|
68
|
+
$kendo-checkbox-checked-text: k-color(on-secondary) !default;
|
|
69
|
+
/// The border color of the checked CheckBox.
|
|
70
|
+
/// @group checkbox
|
|
71
|
+
$kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
|
|
72
|
+
|
|
73
|
+
/// The background color of the indeterminate CheckBox.
|
|
74
|
+
/// @group checkbox
|
|
75
|
+
$kendo-checkbox-indeterminate-bg: $kendo-checkbox-bg !default;
|
|
76
|
+
/// The text color of the indeterminate CheckBox.
|
|
77
|
+
/// @group checkbox
|
|
78
|
+
$kendo-checkbox-indeterminate-text: $kendo-checkbox-checked-bg !default;
|
|
79
|
+
/// The border color of the indeterminate CheckBox.
|
|
80
|
+
/// @group checkbox
|
|
81
|
+
$kendo-checkbox-indeterminate-border: $kendo-checkbox-border !default;
|
|
82
|
+
|
|
83
|
+
/// The border color of the focused CheckBox.
|
|
84
|
+
/// @group checkbox
|
|
85
|
+
$kendo-checkbox-focus-border: null !default;
|
|
86
|
+
/// The box shadow of the focused CheckBox.
|
|
87
|
+
/// @group checkbox
|
|
88
|
+
$kendo-checkbox-focus-shadow: none !default;
|
|
89
|
+
/// The border color of the focused and checked CheckBox.
|
|
90
|
+
/// @group checkbox
|
|
91
|
+
$kendo-checkbox-focus-checked-border: null !default;
|
|
92
|
+
/// The box shadow of the focused and checked CheckBox.
|
|
93
|
+
/// @group checkbox
|
|
94
|
+
$kendo-checkbox-focus-checked-shadow: none !default;
|
|
95
|
+
|
|
96
|
+
/// The outline color of the focused CheckBox.
|
|
97
|
+
/// @group checkbox
|
|
98
|
+
$kendo-checkbox-focus-outline-color: k-color(subtle) !default;
|
|
99
|
+
/// The outline width of the focused CheckBox.
|
|
100
|
+
/// @group checkbox
|
|
101
|
+
$kendo-checkbox-focus-outline-width: 1px !default;
|
|
102
|
+
/// The outline offset of the focused CheckBox.
|
|
103
|
+
/// @group checkbox
|
|
104
|
+
$kendo-checkbox-focus-outline-offset: 1px !default;
|
|
105
|
+
|
|
106
|
+
/// The outline color of the focused and checked CheckBox.
|
|
107
|
+
/// @group checkbox
|
|
108
|
+
$kendo-checkbox-focus-checked-outline-color: k-color(secondary-on-surface) !default;
|
|
109
|
+
/// The outline width of the focused and checked CheckBox.
|
|
110
|
+
/// @group checkbox
|
|
111
|
+
$kendo-checkbox-focus-checked-outline-width: 1px !default;
|
|
112
|
+
/// The outline offset of the focused and checked CheckBox.
|
|
113
|
+
/// @group checkbox
|
|
114
|
+
$kendo-checkbox-focus-checked-outline-offset: 1px !default;
|
|
115
|
+
|
|
116
|
+
/// The background color of the disabled CheckBox.
|
|
117
|
+
/// @group checkbox
|
|
118
|
+
$kendo-checkbox-disabled-bg: null !default;
|
|
119
|
+
/// The text color of the disabled CheckBox.
|
|
120
|
+
/// @group checkbox
|
|
121
|
+
$kendo-checkbox-disabled-text: null !default;
|
|
122
|
+
/// The border color of the disabled CheckBox.
|
|
123
|
+
/// @group checkbox
|
|
124
|
+
$kendo-checkbox-disabled-border: null !default;
|
|
125
|
+
|
|
126
|
+
/// The background color of the disabled and checked CheckBox.
|
|
127
|
+
/// @group checkbox
|
|
128
|
+
$kendo-checkbox-disabled-checked-bg: null !default;
|
|
129
|
+
/// The text color of the disabled and checked CheckBox.
|
|
130
|
+
/// @group checkbox
|
|
131
|
+
$kendo-checkbox-disabled-checked-text: null !default;
|
|
132
|
+
/// The border color of the disabled and checked CheckBox.
|
|
133
|
+
/// @group checkbox
|
|
134
|
+
$kendo-checkbox-disabled-checked-border: null !default;
|
|
135
|
+
|
|
136
|
+
/// The text color of an invalid CheckBox.
|
|
137
|
+
/// @group checkbox
|
|
138
|
+
$kendo-checkbox-invalid-text: k-color(error-on-surface) !default;
|
|
139
|
+
/// The border color of an invalid CheckBox.
|
|
140
|
+
/// @group checkbox
|
|
141
|
+
$kendo-checkbox-invalid-border: k-color(error-on-surface) !default;
|
|
142
|
+
|
|
143
|
+
/// The default size of the Checkbox.
|
|
144
|
+
/// @group checkbox
|
|
145
|
+
/// @role default
|
|
146
|
+
$kendo-checkbox-default-size: "md" !default;
|
|
147
|
+
|
|
148
|
+
/// The default border radius of the Checkbox.
|
|
149
|
+
/// @group checkbox
|
|
150
|
+
/// @role default
|
|
151
|
+
$kendo-checkbox-default-roundness: "sm" !default;
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
// CheckBox indicator
|
|
155
|
+
|
|
156
|
+
/// The type of the CheckBox indicator.
|
|
157
|
+
/// @group checkbox
|
|
158
|
+
$kendo-checkbox-indicator-type: image !default;
|
|
159
|
+
|
|
160
|
+
/// The font family of the CheckBox indicator glyph.
|
|
161
|
+
/// @group checkbox
|
|
162
|
+
$kendo-checkbox-glyph-font-family: "WebComponentsIcons", monospace !default;
|
|
163
|
+
/// The glyph of the CheckBox indicator.
|
|
164
|
+
/// @group checkbox
|
|
165
|
+
$kendo-checkbox-checked-glyph: "\e118" !default;
|
|
166
|
+
/// The glyph of the indeterminate CheckBox indicator.
|
|
167
|
+
/// @group checkbox
|
|
168
|
+
$kendo-checkbox-indeterminate-glyph: "\e121" !default;
|
|
169
|
+
|
|
170
|
+
/// The image for a checked CheckBox indicator.
|
|
171
|
+
/// @group checkbox
|
|
172
|
+
$kendo-checkbox-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#ffffff' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>") ) !default;
|
|
173
|
+
/// The image for a indeterminate CheckBox indicator.
|
|
174
|
+
/// @group checkbox
|
|
175
|
+
$kendo-checkbox-indeterminate-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#ff6358' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/></svg>") ) !default;
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
// CheckBox label
|
|
179
|
+
|
|
180
|
+
/// The horizontal margin of the CheckBox inside a label.
|
|
181
|
+
/// @group checkbox
|
|
182
|
+
$kendo-checkbox-label-margin-x: k-spacing(1) !default;
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
// CheckBox list
|
|
186
|
+
|
|
187
|
+
/// The spacing between the items in a horizontal CheckBox list.
|
|
188
|
+
/// @group checkbox
|
|
189
|
+
$kendo-checkbox-list-spacing: k-spacing(4) !default;
|
|
190
|
+
/// The horizontal padding of the CheckBox list items.
|
|
191
|
+
/// @group checkbox
|
|
192
|
+
$kendo-checkbox-list-item-padding-x: k-spacing(0) !default;
|
|
193
|
+
/// The vertical padding of the CheckBox list items.
|
|
194
|
+
/// @group checkbox
|
|
195
|
+
$kendo-checkbox-list-item-padding-y: $kendo-list-md-item-padding-y !default;
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
// CheckBox ripple
|
|
199
|
+
|
|
200
|
+
/// The background color of the CheckBox' ripple.
|
|
201
|
+
/// @group checkbox
|
|
202
|
+
$kendo-checkbox-ripple-bg: $kendo-checkbox-checked-bg !default;
|
|
203
|
+
/// The opacity of the CheckBox' ripple.
|
|
204
|
+
/// @group checkbox
|
|
205
|
+
$kendo-checkbox-ripple-opacity: .25 !default;
|
|
206
|
+
|
|
207
|
+
@forward "@progress/kendo-theme-core/scss/components/checkbox/_variables.scss" with (
|
|
208
|
+
$kendo-checkbox-border-width: $kendo-checkbox-border-width,
|
|
209
|
+
$kendo-checkbox-sm-size: $kendo-checkbox-sm-size,
|
|
210
|
+
$kendo-checkbox-md-size: $kendo-checkbox-md-size,
|
|
211
|
+
$kendo-checkbox-lg-size: $kendo-checkbox-lg-size,
|
|
212
|
+
$kendo-checkbox-sm-glyph-size: $kendo-checkbox-sm-glyph-size,
|
|
213
|
+
$kendo-checkbox-md-glyph-size: $kendo-checkbox-md-glyph-size,
|
|
214
|
+
$kendo-checkbox-lg-glyph-size: $kendo-checkbox-lg-glyph-size,
|
|
215
|
+
$kendo-checkbox-sm-ripple-size: $kendo-checkbox-sm-ripple-size,
|
|
216
|
+
$kendo-checkbox-md-ripple-size: $kendo-checkbox-md-ripple-size,
|
|
217
|
+
$kendo-checkbox-lg-ripple-size: $kendo-checkbox-lg-ripple-size,
|
|
218
|
+
$kendo-checkbox-bg: $kendo-checkbox-bg,
|
|
219
|
+
$kendo-checkbox-text: $kendo-checkbox-text,
|
|
220
|
+
$kendo-checkbox-border: $kendo-checkbox-border,
|
|
221
|
+
$kendo-checkbox-hover-bg: $kendo-checkbox-hover-bg,
|
|
222
|
+
$kendo-checkbox-hover-text: $kendo-checkbox-hover-text,
|
|
223
|
+
$kendo-checkbox-hover-border: $kendo-checkbox-hover-border,
|
|
224
|
+
$kendo-checkbox-checked-bg: $kendo-checkbox-checked-bg,
|
|
225
|
+
$kendo-checkbox-checked-text: $kendo-checkbox-checked-text,
|
|
226
|
+
$kendo-checkbox-checked-border: $kendo-checkbox-checked-border,
|
|
227
|
+
$kendo-checkbox-indeterminate-bg: $kendo-checkbox-indeterminate-bg,
|
|
228
|
+
$kendo-checkbox-indeterminate-text: $kendo-checkbox-indeterminate-text,
|
|
229
|
+
$kendo-checkbox-indeterminate-border: $kendo-checkbox-indeterminate-border,
|
|
230
|
+
$kendo-checkbox-focus-border: $kendo-checkbox-focus-border,
|
|
231
|
+
$kendo-checkbox-focus-shadow: $kendo-checkbox-focus-shadow,
|
|
232
|
+
$kendo-checkbox-focus-checked-border: $kendo-checkbox-focus-checked-border,
|
|
233
|
+
$kendo-checkbox-focus-checked-shadow: $kendo-checkbox-focus-checked-shadow,
|
|
234
|
+
$kendo-checkbox-disabled-bg: $kendo-checkbox-disabled-bg,
|
|
235
|
+
$kendo-checkbox-disabled-text: $kendo-checkbox-disabled-text,
|
|
236
|
+
$kendo-checkbox-disabled-border: $kendo-checkbox-disabled-border,
|
|
237
|
+
$kendo-checkbox-disabled-checked-bg: $kendo-checkbox-disabled-checked-bg,
|
|
238
|
+
$kendo-checkbox-disabled-checked-text: $kendo-checkbox-disabled-checked-text,
|
|
239
|
+
$kendo-checkbox-disabled-checked-border: $kendo-checkbox-disabled-checked-border,
|
|
240
|
+
$kendo-checkbox-invalid-text: $kendo-checkbox-invalid-text,
|
|
241
|
+
$kendo-checkbox-invalid-border: $kendo-checkbox-invalid-border,
|
|
242
|
+
$kendo-checkbox-indicator-type: $kendo-checkbox-indicator-type,
|
|
243
|
+
$kendo-checkbox-glyph-font-family: $kendo-checkbox-glyph-font-family,
|
|
244
|
+
$kendo-checkbox-checked-glyph: $kendo-checkbox-checked-glyph,
|
|
245
|
+
$kendo-checkbox-indeterminate-glyph: $kendo-checkbox-indeterminate-glyph,
|
|
246
|
+
$kendo-checkbox-checked-image: $kendo-checkbox-checked-image,
|
|
247
|
+
$kendo-checkbox-indeterminate-image: $kendo-checkbox-indeterminate-image,
|
|
248
|
+
$kendo-checkbox-label-margin-x: $kendo-checkbox-label-margin-x,
|
|
249
|
+
$kendo-checkbox-list-spacing: $kendo-checkbox-list-spacing,
|
|
250
|
+
$kendo-checkbox-list-item-padding-x: $kendo-checkbox-list-item-padding-x,
|
|
251
|
+
$kendo-checkbox-list-item-padding-y: $kendo-checkbox-list-item-padding-y,
|
|
252
|
+
$kendo-checkbox-ripple-bg: $kendo-checkbox-ripple-bg,
|
|
253
|
+
$kendo-checkbox-ripple-opacity: $kendo-checkbox-ripple-opacity,
|
|
254
|
+
$kendo-checkbox-default-size: $kendo-checkbox-default-size,
|
|
255
|
+
$kendo-checkbox-default-roundness: $kendo-checkbox-default-roundness
|
|
256
|
+
);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_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-chip--styles() {
|
|
13
|
+
@include import-once( "chip" ) {
|
|
14
|
+
@include core-styles();
|
|
15
|
+
@include kendo-icon--styles();
|
|
16
|
+
@include kendo-chip--layout();
|
|
17
|
+
@include kendo-chip--theme();
|
|
18
|
+
@include kendo-utils--typography--text-overflow();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/chip/_layout.scss" as *;
|
|
2
|
+
@use "../core/index.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@mixin kendo-chip--layout() {
|
|
6
|
+
@include kendo-chip--layout-base();
|
|
7
|
+
|
|
8
|
+
.k-chip {
|
|
9
|
+
transition: color k-transition(rapid), background-color k-transition(rapid), outline k-transition(rapid), opacity k-transition(rapid);
|
|
10
|
+
}
|
|
11
|
+
}
|