@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,388 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../list/_variables.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Panelbar
|
|
5
|
+
|
|
6
|
+
/// The font family of the PanelBar.
|
|
7
|
+
/// @group panelbar
|
|
8
|
+
$kendo-panelbar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
9
|
+
/// The font size of the PanelBar.
|
|
10
|
+
/// @group panelbar
|
|
11
|
+
$kendo-panelbar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
12
|
+
/// The line height of the PanelBar.
|
|
13
|
+
/// @group panelbar
|
|
14
|
+
$kendo-panelbar-line-height: var( --kendo-line-height, normal ) !default;
|
|
15
|
+
/// The width of the border around the PanelBar.
|
|
16
|
+
/// @group panelbar
|
|
17
|
+
$kendo-panelbar-border-width: 1px !default;
|
|
18
|
+
/// The border style around the the PanelBar.
|
|
19
|
+
/// @group panelbar
|
|
20
|
+
$kendo-panelbar-border-style: solid !default;
|
|
21
|
+
/// The border radius of the PanelBar.
|
|
22
|
+
/// @group panelbar
|
|
23
|
+
$kendo-panelbar-border-radius: k-border-radius(xl) !default;
|
|
24
|
+
/// The padding of the PanelBar.
|
|
25
|
+
/// @group panelbar
|
|
26
|
+
$kendo-panelbar-padding: k-spacing(2) !default;
|
|
27
|
+
/// The width of the border around the PanelBar items.
|
|
28
|
+
/// @group panelbar
|
|
29
|
+
$kendo-panelbar-item-border-width: 1px !default;
|
|
30
|
+
/// The style of the border around the PanelBar items.
|
|
31
|
+
/// @group panelbar
|
|
32
|
+
$kendo-panelbar-item-border-style: solid !default;
|
|
33
|
+
/// The border radius of the PanelBar items.
|
|
34
|
+
/// @group panelbar
|
|
35
|
+
$kendo-panelbar-item-border-radius: k-border-radius(sm) !default;
|
|
36
|
+
/// The gap between PanelBar items.
|
|
37
|
+
/// @group panelbar
|
|
38
|
+
$kendo-panelbar-item-gap: k-spacing(0.5) !default;
|
|
39
|
+
|
|
40
|
+
/// The font weight of the PanelBar header.
|
|
41
|
+
/// @group panelbar
|
|
42
|
+
$kendo-panelbar-header-font-weight: var( --kendo-font-weight-normal, normal ) !default;
|
|
43
|
+
|
|
44
|
+
/// The horizontal padding of the PanelBar header.
|
|
45
|
+
/// @group panelbar
|
|
46
|
+
$kendo-panelbar-header-padding-x: k-spacing(4) !default;
|
|
47
|
+
/// The vertical padding of the PanelBar header.
|
|
48
|
+
/// @group panelbar
|
|
49
|
+
$kendo-panelbar-header-padding-y: k-spacing(2) !default;
|
|
50
|
+
|
|
51
|
+
/// The horizontal padding of the PanelBar items.
|
|
52
|
+
/// @group panelbar
|
|
53
|
+
$kendo-panelbar-item-padding-x: k-spacing(4) !default;
|
|
54
|
+
/// The vertical padding of the PanelBar items.
|
|
55
|
+
/// @group panelbar
|
|
56
|
+
$kendo-panelbar-item-padding-y: k-spacing(2) !default;
|
|
57
|
+
|
|
58
|
+
/// The maximum nesting of the PanelBar items.
|
|
59
|
+
/// @group panelbar
|
|
60
|
+
$kendo-panelbar-item-level-count: 4 !default;
|
|
61
|
+
|
|
62
|
+
/// The background color of the PanelBar.
|
|
63
|
+
/// @group panelbar
|
|
64
|
+
$kendo-panelbar-bg: k-translucency-bg(k-color(surface-alt)) !default;
|
|
65
|
+
/// The text color of the PanelBar.
|
|
66
|
+
/// @group panelbar
|
|
67
|
+
$kendo-panelbar-text: k-color(on-app-surface) !default;
|
|
68
|
+
/// The border color of the PanelBar.
|
|
69
|
+
/// @group panelbar
|
|
70
|
+
$kendo-panelbar-border: k-color(border) !default;
|
|
71
|
+
|
|
72
|
+
/// The background color of the PanelBar header.
|
|
73
|
+
/// @group panelbar
|
|
74
|
+
$kendo-panelbar-header-bg: $kendo-panelbar-bg !default;
|
|
75
|
+
/// The text color of the PanelBar header.
|
|
76
|
+
/// @group panelbar
|
|
77
|
+
$kendo-panelbar-header-text: k-color(on-app-surface) !default;
|
|
78
|
+
/// The border color of the PanelBar header.
|
|
79
|
+
/// @group panelbar
|
|
80
|
+
$kendo-panelbar-header-border: null !default;
|
|
81
|
+
/// The gradient of the PanelBar header.
|
|
82
|
+
/// @group panelbar
|
|
83
|
+
$kendo-panelbar-header-gradient: null !default;
|
|
84
|
+
|
|
85
|
+
/// The background color of the hovered PanelBar header.
|
|
86
|
+
/// @group panelbar
|
|
87
|
+
$kendo-panelbar-header-hover-bg: k-color(primary-subtle-hover) !default;
|
|
88
|
+
/// The text color of the hovered PanelBar header.
|
|
89
|
+
/// @group panelbar
|
|
90
|
+
$kendo-panelbar-header-hover-text: k-color(primary-hover) !default;
|
|
91
|
+
/// The border color of the hovered PanelBar header.
|
|
92
|
+
/// @group panelbar
|
|
93
|
+
$kendo-panelbar-header-hover-border: null !default;
|
|
94
|
+
/// The gradient of the hovered PanelBar header.
|
|
95
|
+
/// @group panelbar
|
|
96
|
+
$kendo-panelbar-header-hover-gradient: null !default;
|
|
97
|
+
|
|
98
|
+
/// The background color of the focused PanelBar header.
|
|
99
|
+
/// @group panelbar
|
|
100
|
+
$kendo-panelbar-header-focus-bg: null !default;
|
|
101
|
+
/// The text color of the focused PanelBar header.
|
|
102
|
+
/// @group panelbar
|
|
103
|
+
$kendo-panelbar-header-focus-text: null !default;
|
|
104
|
+
/// The border color of the focused PanelBar header.
|
|
105
|
+
/// @group panelbar
|
|
106
|
+
$kendo-panelbar-header-focus-border: null !default;
|
|
107
|
+
/// The gradient of the focused PanelBar header.
|
|
108
|
+
/// @group panelbar
|
|
109
|
+
$kendo-panelbar-header-focus-gradient: null !default;
|
|
110
|
+
/// The shadow of the focused PanelBar header.
|
|
111
|
+
/// @group panelbar
|
|
112
|
+
$kendo-panelbar-header-focus-shadow: null !default;
|
|
113
|
+
|
|
114
|
+
/// The outline color of the focused PanelBar header.
|
|
115
|
+
/// @group panelbar
|
|
116
|
+
$kendo-panelbar-header-focus-outline-color: k-color(subtle) !default;
|
|
117
|
+
/// The outline width of the focused PanelBar header.
|
|
118
|
+
/// @group panelbar
|
|
119
|
+
$kendo-panelbar-header-focus-outline-width: 1px !default;
|
|
120
|
+
/// The outline offset of the focused PanelBar header.
|
|
121
|
+
/// @group panelbar
|
|
122
|
+
$kendo-panelbar-header-focus-outline-offset: 1px !default;
|
|
123
|
+
|
|
124
|
+
/// The background color of the focused and hovered PanelBar header.
|
|
125
|
+
/// @group panelbar
|
|
126
|
+
$kendo-panelbar-header-hover-focus-bg: k-color(primary-subtle-hover) !default;
|
|
127
|
+
/// The text color of the focused and hovered PanelBar header.
|
|
128
|
+
/// @group panelbar
|
|
129
|
+
$kendo-panelbar-header-hover-focus-text: k-color(primary-on-subtle) !default;
|
|
130
|
+
/// The border color of the focused and hovered PanelBar header.
|
|
131
|
+
/// @group panelbar
|
|
132
|
+
$kendo-panelbar-header-hover-focus-border: null !default;
|
|
133
|
+
/// The gradient of the focused and hovered PanelBar header.
|
|
134
|
+
/// @group panelbar
|
|
135
|
+
$kendo-panelbar-header-hover-focus-gradient: null !default;
|
|
136
|
+
|
|
137
|
+
/// The background color of the selected PanelBar header.
|
|
138
|
+
/// @group panelbar
|
|
139
|
+
$kendo-panelbar-header-selected-bg: k-color(primary-subtle-active) !default;
|
|
140
|
+
/// The text color of the selected PanelBar header.
|
|
141
|
+
/// @group panelbar
|
|
142
|
+
$kendo-panelbar-header-selected-text: k-color(primary-on-subtle) !default;
|
|
143
|
+
/// The border color of the selected PanelBar header.
|
|
144
|
+
/// @group panelbar
|
|
145
|
+
$kendo-panelbar-header-selected-border: null !default;
|
|
146
|
+
/// The gradient of the selected PanelBar header.
|
|
147
|
+
/// @group panelbar
|
|
148
|
+
$kendo-panelbar-header-selected-gradient: null !default;
|
|
149
|
+
|
|
150
|
+
/// The background color of the selected and hovered PanelBar header.
|
|
151
|
+
/// @group panelbar
|
|
152
|
+
$kendo-panelbar-header-selected-hover-bg: k-color(primary-subtle-active) !default;
|
|
153
|
+
/// The text color of the selected and hovered PanelBar header.
|
|
154
|
+
/// @group panelbar
|
|
155
|
+
$kendo-panelbar-header-selected-hover-text: k-color(primary-on-subtle) !default;
|
|
156
|
+
/// The border color of the selected and hovered PanelBar header.
|
|
157
|
+
/// @group panelbar
|
|
158
|
+
$kendo-panelbar-header-selected-hover-border: null !default;
|
|
159
|
+
/// The gradient of the selected and hovered PanelBar header.
|
|
160
|
+
/// @group panelbar
|
|
161
|
+
$kendo-panelbar-header-selected-hover-gradient: null !default;
|
|
162
|
+
|
|
163
|
+
/// The background color of the selected and focused PanelBar header.
|
|
164
|
+
/// @group panelbar
|
|
165
|
+
$kendo-panelbar-header-selected-focus-bg: null !default;
|
|
166
|
+
/// The text color of the selected and focused PanelBar header.
|
|
167
|
+
/// @group panelbar
|
|
168
|
+
$kendo-panelbar-header-selected-focus-text: null !default;
|
|
169
|
+
/// The border color of the selected and focused PanelBar header.
|
|
170
|
+
/// @group panelbar
|
|
171
|
+
$kendo-panelbar-header-selected-focus-border: null !default;
|
|
172
|
+
/// The gradient of the selected and focused PanelBar header.
|
|
173
|
+
/// @group panelbar
|
|
174
|
+
$kendo-panelbar-header-selected-focus-gradient: null !default;
|
|
175
|
+
|
|
176
|
+
/// The background color of the selected, hovered and focused PanelBar header.
|
|
177
|
+
/// @group panelbar
|
|
178
|
+
$kendo-panelbar-header-selected-hover-focus-bg: null !default;
|
|
179
|
+
/// The text color of the selected, hovered and focused PanelBar header.
|
|
180
|
+
/// @group panelbar
|
|
181
|
+
$kendo-panelbar-header-selected-hover-focus-text: null !default;
|
|
182
|
+
/// The border color of the selected, hovered and focused PanelBar header.
|
|
183
|
+
/// @group panelbar
|
|
184
|
+
$kendo-panelbar-header-selected-hover-focus-border: null !default;
|
|
185
|
+
/// The gradient of the selected, hovered and focused PanelBar header.
|
|
186
|
+
/// @group panelbar
|
|
187
|
+
$kendo-panelbar-header-selected-hover-focus-gradient: null !default;
|
|
188
|
+
|
|
189
|
+
/// The background color of the hovered PanelBar items.
|
|
190
|
+
/// @group panelbar
|
|
191
|
+
$kendo-panelbar-item-hover-bg: k-color(primary-subtle-hover) !default;
|
|
192
|
+
/// The text color of the hovered PanelBar items.
|
|
193
|
+
/// @group panelbar
|
|
194
|
+
$kendo-panelbar-item-hover-text: k-color(primary-on-subtle) !default;
|
|
195
|
+
/// The border color of the hovered PanelBar items.
|
|
196
|
+
/// @group panelbar
|
|
197
|
+
$kendo-panelbar-item-hover-border: null !default;
|
|
198
|
+
/// The gradient of the hovered PanelBar items.
|
|
199
|
+
/// @group panelbar
|
|
200
|
+
$kendo-panelbar-item-hover-gradient: null !default;
|
|
201
|
+
|
|
202
|
+
/// The background color of the focused PanelBar items.
|
|
203
|
+
/// @group panelbar
|
|
204
|
+
$kendo-panelbar-item-focus-bg: null !default;
|
|
205
|
+
/// The text color of the focused PanelBar items.
|
|
206
|
+
/// @group panelbar
|
|
207
|
+
$kendo-panelbar-item-focus-text: null !default;
|
|
208
|
+
/// The border color of the focused PanelBar items.
|
|
209
|
+
/// @group panelbar
|
|
210
|
+
$kendo-panelbar-item-focus-border: null !default;
|
|
211
|
+
/// The gradient of the focused PanelBar items.
|
|
212
|
+
/// @group panelbar
|
|
213
|
+
$kendo-panelbar-item-focus-gradient: null !default;
|
|
214
|
+
/// The box shadow of the focused PanelBar items.
|
|
215
|
+
/// @group panelbar
|
|
216
|
+
$kendo-panelbar-item-focus-shadow: null !default;
|
|
217
|
+
|
|
218
|
+
/// The outline color of the focused PanelBar items.
|
|
219
|
+
/// @group panelbar
|
|
220
|
+
$kendo-panelbar-item-focus-outline-color: k-color(subtle) !default;
|
|
221
|
+
/// The outline width of the focused PanelBar items.
|
|
222
|
+
/// @group panelbar
|
|
223
|
+
$kendo-panelbar-item-focus-outline-width: 1px !default;
|
|
224
|
+
/// The outline offset of the focused PanelBar items.
|
|
225
|
+
/// @group panelbar
|
|
226
|
+
$kendo-panelbar-item-focus-outline-offset: 1px !default;
|
|
227
|
+
|
|
228
|
+
/// The background color of the focused and hovered PanelBar items.
|
|
229
|
+
/// @group panelbar
|
|
230
|
+
$kendo-panelbar-item-hover-focus-bg: k-color(primary-subtle-hover) !default;
|
|
231
|
+
/// The text color of the focused and hovered PanelBar items.
|
|
232
|
+
/// @group panelbar
|
|
233
|
+
$kendo-panelbar-item-hover-focus-text: k-color(primary-on-subtle) !default;
|
|
234
|
+
/// The border color of the focused and hovered PanelBar items.
|
|
235
|
+
/// @group panelbar
|
|
236
|
+
$kendo-panelbar-item-hover-focus-border: null !default;
|
|
237
|
+
/// The gradient of the focused and hovered PanelBar items.
|
|
238
|
+
/// @group panelbar
|
|
239
|
+
$kendo-panelbar-item-hover-focus-gradient: null !default;
|
|
240
|
+
|
|
241
|
+
/// The background color of the selected PanelBar items.
|
|
242
|
+
/// @group panelbar
|
|
243
|
+
$kendo-panelbar-item-selected-bg: k-color(primary-subtle-active) !default;
|
|
244
|
+
/// The text color of the selected PanelBar items.
|
|
245
|
+
/// @group panelbar
|
|
246
|
+
$kendo-panelbar-item-selected-text: k-color(primary-on-subtle) !default;
|
|
247
|
+
/// The border color of the selected PanelBar items.
|
|
248
|
+
/// @group panelbar
|
|
249
|
+
$kendo-panelbar-item-selected-border: null !default;
|
|
250
|
+
/// The gradient of the selected PanelBar items.
|
|
251
|
+
/// @group panelbar
|
|
252
|
+
$kendo-panelbar-item-selected-gradient: null !default;
|
|
253
|
+
|
|
254
|
+
/// The background color of the selected and hovered PanelBar items.
|
|
255
|
+
/// @group panelbar
|
|
256
|
+
$kendo-panelbar-item-selected-hover-bg: k-color(primary-subtle-active) !default;
|
|
257
|
+
/// The text color of the selected and hovered PanelBar items.
|
|
258
|
+
/// @group panelbar
|
|
259
|
+
$kendo-panelbar-item-selected-hover-text: k-color(primary-on-subtle) !default;
|
|
260
|
+
/// The border color of the selected and hovered PanelBar items.
|
|
261
|
+
/// @group panelbar
|
|
262
|
+
$kendo-panelbar-item-selected-hover-border: null !default;
|
|
263
|
+
/// The gradient of the selected and hovered PanelBar items.
|
|
264
|
+
/// @group panelbar
|
|
265
|
+
$kendo-panelbar-item-selected-hover-gradient: null !default;
|
|
266
|
+
|
|
267
|
+
/// The background color of the selected and focused PanelBar items.
|
|
268
|
+
/// @group panelbar
|
|
269
|
+
$kendo-panelbar-item-selected-focus-bg: null !default;
|
|
270
|
+
/// The text color of the selected and focused PanelBar items.
|
|
271
|
+
/// @group panelbar
|
|
272
|
+
$kendo-panelbar-item-selected-focus-text: null !default;
|
|
273
|
+
/// The border color of the selected and focused PanelBar items.
|
|
274
|
+
/// @group panelbar
|
|
275
|
+
$kendo-panelbar-item-selected-focus-border: null !default;
|
|
276
|
+
/// The gradient of the selected and focused PanelBar items.
|
|
277
|
+
/// @group panelbar
|
|
278
|
+
$kendo-panelbar-item-selected-focus-gradient: null !default;
|
|
279
|
+
|
|
280
|
+
/// The background color of the selected, hovered and focused PanelBar items.
|
|
281
|
+
/// @group panelbar
|
|
282
|
+
$kendo-panelbar-item-selected-hover-focus-bg: null !default;
|
|
283
|
+
/// The text color of the selected, hovered and focused PanelBar items.
|
|
284
|
+
/// @group panelbar
|
|
285
|
+
$kendo-panelbar-item-selected-hover-focus-text: null !default;
|
|
286
|
+
/// The border color of the selected, hovered and focused PanelBar items.
|
|
287
|
+
/// @group panelbar
|
|
288
|
+
$kendo-panelbar-item-selected-hover-focus-border: null !default;
|
|
289
|
+
/// The gradient of the selected, hovered and focused PanelBar items.
|
|
290
|
+
/// @group panelbar
|
|
291
|
+
$kendo-panelbar-item-selected-hover-focus-gradient: null !default;
|
|
292
|
+
|
|
293
|
+
/// The background color of the expanded PanelBar header.
|
|
294
|
+
/// @group panelbar
|
|
295
|
+
$kendo-panelbar-header-expanded-bg: null !default;
|
|
296
|
+
/// The text color of the expanded PanelBar header.
|
|
297
|
+
/// @group panelbar
|
|
298
|
+
$kendo-panelbar-header-expanded-text: null !default;
|
|
299
|
+
/// The border color of the expanded PanelBar header.
|
|
300
|
+
/// @group panelbar
|
|
301
|
+
$kendo-panelbar-header-expanded-border: null !default;
|
|
302
|
+
/// The gradient of the expanded PanelBar header.
|
|
303
|
+
/// @group panelbar
|
|
304
|
+
$kendo-panelbar-header-expanded-gradient: null !default;
|
|
305
|
+
|
|
306
|
+
@forward "@progress/kendo-theme-core/scss/components/panelbar/_variables.scss" with (
|
|
307
|
+
$kendo-panelbar-font-family: $kendo-panelbar-font-family,
|
|
308
|
+
$kendo-panelbar-font-size: $kendo-panelbar-font-size,
|
|
309
|
+
$kendo-panelbar-line-height: $kendo-panelbar-line-height,
|
|
310
|
+
$kendo-panelbar-border-width: $kendo-panelbar-border-width,
|
|
311
|
+
$kendo-panelbar-border-style: $kendo-panelbar-border-style,
|
|
312
|
+
$kendo-panelbar-item-border-width: $kendo-panelbar-item-border-width,
|
|
313
|
+
$kendo-panelbar-item-border-style: $kendo-panelbar-item-border-style,
|
|
314
|
+
$kendo-panelbar-header-padding-x: $kendo-panelbar-header-padding-x,
|
|
315
|
+
$kendo-panelbar-header-padding-y: $kendo-panelbar-header-padding-y,
|
|
316
|
+
$kendo-panelbar-item-padding-x: $kendo-panelbar-item-padding-x,
|
|
317
|
+
$kendo-panelbar-item-padding-y: $kendo-panelbar-item-padding-y,
|
|
318
|
+
$kendo-panelbar-item-level-count: $kendo-panelbar-item-level-count,
|
|
319
|
+
$kendo-panelbar-bg: $kendo-panelbar-bg,
|
|
320
|
+
$kendo-panelbar-text: $kendo-panelbar-text,
|
|
321
|
+
$kendo-panelbar-border: $kendo-panelbar-border,
|
|
322
|
+
$kendo-panelbar-header-bg: $kendo-panelbar-header-bg,
|
|
323
|
+
$kendo-panelbar-header-text: $kendo-panelbar-header-text,
|
|
324
|
+
$kendo-panelbar-header-border: $kendo-panelbar-header-border,
|
|
325
|
+
$kendo-panelbar-header-gradient: $kendo-panelbar-header-gradient,
|
|
326
|
+
$kendo-panelbar-header-hover-bg: $kendo-panelbar-header-hover-bg,
|
|
327
|
+
$kendo-panelbar-header-hover-text: $kendo-panelbar-header-hover-text,
|
|
328
|
+
$kendo-panelbar-header-hover-border: $kendo-panelbar-header-hover-border,
|
|
329
|
+
$kendo-panelbar-header-hover-gradient: $kendo-panelbar-header-hover-gradient,
|
|
330
|
+
$kendo-panelbar-header-focus-bg: $kendo-panelbar-header-focus-bg,
|
|
331
|
+
$kendo-panelbar-header-focus-text: $kendo-panelbar-header-focus-text,
|
|
332
|
+
$kendo-panelbar-header-focus-border: $kendo-panelbar-header-focus-border,
|
|
333
|
+
$kendo-panelbar-header-focus-gradient: $kendo-panelbar-header-focus-gradient,
|
|
334
|
+
$kendo-panelbar-header-focus-shadow: $kendo-panelbar-header-focus-shadow,
|
|
335
|
+
$kendo-panelbar-header-hover-focus-bg: $kendo-panelbar-header-hover-focus-bg,
|
|
336
|
+
$kendo-panelbar-header-hover-focus-text: $kendo-panelbar-header-hover-focus-text,
|
|
337
|
+
$kendo-panelbar-header-hover-focus-border: $kendo-panelbar-header-hover-focus-border,
|
|
338
|
+
$kendo-panelbar-header-hover-focus-gradient: $kendo-panelbar-header-hover-focus-gradient,
|
|
339
|
+
$kendo-panelbar-header-selected-bg: $kendo-panelbar-header-selected-bg,
|
|
340
|
+
$kendo-panelbar-header-selected-text: $kendo-panelbar-header-selected-text,
|
|
341
|
+
$kendo-panelbar-header-selected-border: $kendo-panelbar-header-selected-border,
|
|
342
|
+
$kendo-panelbar-header-selected-gradient: $kendo-panelbar-header-selected-gradient,
|
|
343
|
+
$kendo-panelbar-header-selected-hover-bg: $kendo-panelbar-header-selected-hover-bg,
|
|
344
|
+
$kendo-panelbar-header-selected-hover-text: $kendo-panelbar-header-selected-hover-text,
|
|
345
|
+
$kendo-panelbar-header-selected-hover-border: $kendo-panelbar-header-selected-hover-border,
|
|
346
|
+
$kendo-panelbar-header-selected-hover-gradient: $kendo-panelbar-header-selected-hover-gradient,
|
|
347
|
+
$kendo-panelbar-header-selected-focus-bg: $kendo-panelbar-header-selected-focus-bg,
|
|
348
|
+
$kendo-panelbar-header-selected-focus-text: $kendo-panelbar-header-selected-focus-text,
|
|
349
|
+
$kendo-panelbar-header-selected-focus-border: $kendo-panelbar-header-selected-focus-border,
|
|
350
|
+
$kendo-panelbar-header-selected-focus-gradient: $kendo-panelbar-header-selected-focus-gradient,
|
|
351
|
+
$kendo-panelbar-header-selected-hover-focus-bg: $kendo-panelbar-header-selected-hover-focus-bg,
|
|
352
|
+
$kendo-panelbar-header-selected-hover-focus-text: $kendo-panelbar-header-selected-hover-focus-text,
|
|
353
|
+
$kendo-panelbar-header-selected-hover-focus-border: $kendo-panelbar-header-selected-hover-focus-border,
|
|
354
|
+
$kendo-panelbar-header-selected-hover-focus-gradient: $kendo-panelbar-header-selected-hover-focus-gradient,
|
|
355
|
+
$kendo-panelbar-item-hover-bg: $kendo-panelbar-item-hover-bg,
|
|
356
|
+
$kendo-panelbar-item-hover-text: $kendo-panelbar-item-hover-text,
|
|
357
|
+
$kendo-panelbar-item-hover-border: $kendo-panelbar-item-hover-border,
|
|
358
|
+
$kendo-panelbar-item-hover-gradient: $kendo-panelbar-item-hover-gradient,
|
|
359
|
+
$kendo-panelbar-item-focus-bg: $kendo-panelbar-item-focus-bg,
|
|
360
|
+
$kendo-panelbar-item-focus-text: $kendo-panelbar-item-focus-text,
|
|
361
|
+
$kendo-panelbar-item-focus-border: $kendo-panelbar-item-focus-border,
|
|
362
|
+
$kendo-panelbar-item-focus-gradient: $kendo-panelbar-item-focus-gradient,
|
|
363
|
+
$kendo-panelbar-item-focus-shadow: $kendo-panelbar-item-focus-shadow,
|
|
364
|
+
$kendo-panelbar-item-hover-focus-bg: $kendo-panelbar-item-hover-focus-bg,
|
|
365
|
+
$kendo-panelbar-item-hover-focus-text: $kendo-panelbar-item-hover-focus-text,
|
|
366
|
+
$kendo-panelbar-item-hover-focus-border: $kendo-panelbar-item-hover-focus-border,
|
|
367
|
+
$kendo-panelbar-item-hover-focus-gradient: $kendo-panelbar-item-hover-focus-gradient,
|
|
368
|
+
$kendo-panelbar-item-selected-bg: $kendo-panelbar-item-selected-bg,
|
|
369
|
+
$kendo-panelbar-item-selected-text: $kendo-panelbar-item-selected-text,
|
|
370
|
+
$kendo-panelbar-item-selected-border: $kendo-panelbar-item-selected-border,
|
|
371
|
+
$kendo-panelbar-item-selected-gradient: $kendo-panelbar-item-selected-gradient,
|
|
372
|
+
$kendo-panelbar-item-selected-hover-bg: $kendo-panelbar-item-selected-hover-bg,
|
|
373
|
+
$kendo-panelbar-item-selected-hover-text: $kendo-panelbar-item-selected-hover-text,
|
|
374
|
+
$kendo-panelbar-item-selected-hover-border: $kendo-panelbar-item-selected-hover-border,
|
|
375
|
+
$kendo-panelbar-item-selected-hover-gradient: $kendo-panelbar-item-selected-hover-gradient,
|
|
376
|
+
$kendo-panelbar-item-selected-focus-bg: $kendo-panelbar-item-selected-focus-bg,
|
|
377
|
+
$kendo-panelbar-item-selected-focus-text: $kendo-panelbar-item-selected-focus-text,
|
|
378
|
+
$kendo-panelbar-item-selected-focus-border: $kendo-panelbar-item-selected-focus-border,
|
|
379
|
+
$kendo-panelbar-item-selected-focus-gradient: $kendo-panelbar-item-selected-focus-gradient,
|
|
380
|
+
$kendo-panelbar-item-selected-hover-focus-bg: $kendo-panelbar-item-selected-hover-focus-bg,
|
|
381
|
+
$kendo-panelbar-item-selected-hover-focus-text: $kendo-panelbar-item-selected-hover-focus-text,
|
|
382
|
+
$kendo-panelbar-item-selected-hover-focus-border: $kendo-panelbar-item-selected-hover-focus-border,
|
|
383
|
+
$kendo-panelbar-item-selected-hover-focus-gradient: $kendo-panelbar-item-selected-hover-focus-gradient,
|
|
384
|
+
$kendo-panelbar-header-expanded-bg: $kendo-panelbar-header-expanded-bg,
|
|
385
|
+
$kendo-panelbar-header-expanded-text: $kendo-panelbar-header-expanded-text,
|
|
386
|
+
$kendo-panelbar-header-expanded-border: $kendo-panelbar-header-expanded-border,
|
|
387
|
+
$kendo-panelbar-header-expanded-gradient: $kendo-panelbar-header-expanded-gradient
|
|
388
|
+
);
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../combobox/_index.scss" as *;
|
|
6
|
+
@use "../toolbar/_index.scss" as *;
|
|
7
|
+
@use "../dialog/_index.scss" as *;
|
|
8
|
+
@use "../pager/_index.scss" as *;
|
|
9
|
+
@use "../dropzone/_index.scss" as *;
|
|
10
|
+
@use "../window/_index.scss" as *;
|
|
11
|
+
|
|
12
|
+
// Component
|
|
13
|
+
@forward "./_variables.scss";
|
|
14
|
+
@use "./_layout.scss" as *;
|
|
15
|
+
@use "./_theme.scss" as *;
|
|
16
|
+
|
|
17
|
+
// Expose
|
|
18
|
+
@mixin kendo-pdf-viewer--styles() {
|
|
19
|
+
@include import-once( "pdf-viewer" ) {
|
|
20
|
+
@include core-styles();
|
|
21
|
+
@include kendo-combobox--styles();
|
|
22
|
+
@include kendo-toolbar--styles();
|
|
23
|
+
@include kendo-dialog--styles();
|
|
24
|
+
@include kendo-pager--styles();
|
|
25
|
+
@include kendo-icon--styles();
|
|
26
|
+
@include kendo-dropzone--styles();
|
|
27
|
+
@include kendo-window--styles();
|
|
28
|
+
@include kendo-pdf-viewer--layout();
|
|
29
|
+
@include kendo-pdf-viewer--theme();
|
|
30
|
+
@include kendo-utils--layout--overflow();
|
|
31
|
+
@include kendo-utils--layout--position();
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../dropzone/_variables.scss" as *;
|
|
3
|
+
@use "../toolbar/_variables.scss" as *;
|
|
4
|
+
@use "../window/_variables.scss" as *;
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
// PDFViewer
|
|
8
|
+
|
|
9
|
+
/// The border width of the PDFViewer.
|
|
10
|
+
/// @group pdf-viewer
|
|
11
|
+
$kendo-pdf-viewer-border-width: 1px !default;
|
|
12
|
+
/// The border radius of the PDFViewer.
|
|
13
|
+
/// @group pdf-viewer
|
|
14
|
+
$kendo-pdf-viewer-border-radius: k-border-radius(xxl) !default;
|
|
15
|
+
/// The font family of the PDFViewer.
|
|
16
|
+
/// @group pdf-viewer
|
|
17
|
+
$kendo-pdf-viewer-font-family: var( --kendo-font-family, inherit ) !default;
|
|
18
|
+
/// The font size of the PDFViewer.
|
|
19
|
+
/// @group pdf-viewer
|
|
20
|
+
$kendo-pdf-viewer-font-size: var( --kendo-font-size, inherit ) !default;
|
|
21
|
+
/// The line height of the PDFViewer.
|
|
22
|
+
/// @group pdf-viewer
|
|
23
|
+
$kendo-pdf-viewer-line-height: var( --kendo-line-height, normal ) !default;
|
|
24
|
+
|
|
25
|
+
/// The background color of the PDFViewer.
|
|
26
|
+
/// @group pdf-viewer
|
|
27
|
+
$kendo-pdf-viewer-bg: k-color(surface-alt) !default;
|
|
28
|
+
/// The text color of the PDFViewer.
|
|
29
|
+
/// @group pdf-viewer
|
|
30
|
+
$kendo-pdf-viewer-text: k-color(on-app-surface) !default;
|
|
31
|
+
/// The border color of the PDFViewer.
|
|
32
|
+
/// @group pdf-viewer
|
|
33
|
+
$kendo-pdf-viewer-border: k-color(border) !default;
|
|
34
|
+
|
|
35
|
+
/// The background color of the PDFViewer Toolbar.
|
|
36
|
+
/// @group pdf-viewer
|
|
37
|
+
$kendo-pdf-viewer-toolbar-bg: null !default;
|
|
38
|
+
/// The text color of the PDFViewer Toolbar.
|
|
39
|
+
/// @group pdf-viewer
|
|
40
|
+
$kendo-pdf-viewer-toolbar-text: null !default;
|
|
41
|
+
/// The border color of the PDFViewer Toolbar.
|
|
42
|
+
/// @group pdf-viewer
|
|
43
|
+
$kendo-pdf-viewer-toolbar-border: null !default;
|
|
44
|
+
/// The gradient of the PDFViewer Toolbar.
|
|
45
|
+
/// @group pdf-viewer
|
|
46
|
+
$kendo-pdf-viewer-toolbar-gradient: null !default;
|
|
47
|
+
|
|
48
|
+
/// The background color of the PDFViewer canvas.
|
|
49
|
+
/// @group pdf-viewer
|
|
50
|
+
$kendo-pdf-viewer-canvas-bg: k-color(surface) !default;
|
|
51
|
+
/// The text color of the PDFViewer canvas.
|
|
52
|
+
/// @group pdf-viewer
|
|
53
|
+
$kendo-pdf-viewer-canvas-text: null !default;
|
|
54
|
+
/// The border color of the PDFViewer canvas.
|
|
55
|
+
/// @group pdf-viewer
|
|
56
|
+
$kendo-pdf-viewer-canvas-border: null !default;
|
|
57
|
+
|
|
58
|
+
/// The spacing of the PDFViewer page.
|
|
59
|
+
/// @group pdf-viewer
|
|
60
|
+
$kendo-pdf-viewer-page-spacing: k-spacing(7.5) !default;
|
|
61
|
+
|
|
62
|
+
/// The background color of the PDFViewer page.
|
|
63
|
+
/// @group pdf-viewer
|
|
64
|
+
$kendo-pdf-viewer-page-bg: white !default;
|
|
65
|
+
/// The text color of the PDFViewer page.
|
|
66
|
+
/// @group pdf-viewer
|
|
67
|
+
$kendo-pdf-viewer-page-text: k-color(on-app-surface) !default;
|
|
68
|
+
/// The border color of the PDFViewer page.
|
|
69
|
+
/// @group pdf-viewer
|
|
70
|
+
$kendo-pdf-viewer-page-border: k-color(border) !default;
|
|
71
|
+
/// The shadow of the PDFViewer page.
|
|
72
|
+
/// @group pdf-viewer
|
|
73
|
+
$kendo-pdf-viewer-page-shadow: k-elevation(1) !default;
|
|
74
|
+
|
|
75
|
+
/// The horizontal padding of the PDFViewer search panel.
|
|
76
|
+
/// @group pdf-viewer
|
|
77
|
+
$kendo-pdf-viewer-search-panel-padding-x: k-spacing(2) !default;
|
|
78
|
+
/// The vertical padding of the PDFViewer search panel.
|
|
79
|
+
/// @group pdf-viewer
|
|
80
|
+
$kendo-pdf-viewer-search-panel-padding-y: k-spacing(4) !default;
|
|
81
|
+
/// The spacing of the PDFViewer search panel.
|
|
82
|
+
/// @group pdf-viewer
|
|
83
|
+
$kendo-pdf-viewer-search-panel-spacing: $kendo-toolbar-md-spacing !default;
|
|
84
|
+
/// The border width of the PDFViewer search panel.
|
|
85
|
+
/// @group pdf-viewer
|
|
86
|
+
$kendo-pdf-viewer-search-panel-border-width: 1px !default;
|
|
87
|
+
/// The border radius of the PDFViewer search panel.
|
|
88
|
+
/// @group pdf-viewer
|
|
89
|
+
$kendo-pdf-viewer-search-panel-border-radius: 0 !default;
|
|
90
|
+
/// The background color of the PDFViewer search panel.
|
|
91
|
+
/// @group pdf-viewer
|
|
92
|
+
$kendo-pdf-viewer-search-panel-bg: k-color(surface-alt) !default;
|
|
93
|
+
/// The text color of the PDFViewer search panel.
|
|
94
|
+
/// @group pdf-viewer
|
|
95
|
+
$kendo-pdf-viewer-search-panel-text: k-color(on-app-surface) !default;
|
|
96
|
+
/// The border color of the PDFViewer search panel.
|
|
97
|
+
/// @group pdf-viewer
|
|
98
|
+
$kendo-pdf-viewer-search-panel-border: k-color(border) !default;
|
|
99
|
+
/// The shadow of the PDFViewer search panel.
|
|
100
|
+
/// @group pdf-viewer
|
|
101
|
+
$kendo-pdf-viewer-search-panel-shadow: k-elevation(3) !default;
|
|
102
|
+
/// The spacing of the matches container in the PDFViewer search panel.
|
|
103
|
+
/// @group pdf-viewer
|
|
104
|
+
$kendo-pdf-viewer-search-panel-matches-spacing: k-spacing(1) !default;
|
|
105
|
+
|
|
106
|
+
/// The line height of the PDFViewer selection.
|
|
107
|
+
/// @group pdf-viewer
|
|
108
|
+
$kendo-pdf-viewer-selection-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
109
|
+
|
|
110
|
+
/// The background color of the PDFViewer highlight.
|
|
111
|
+
/// @group pdf-viewer
|
|
112
|
+
$kendo-pdf-viewer-search-highlight-bg: k-color(on-app-surface) !default;
|
|
113
|
+
/// The background color of the PDFViewer highlight mark.
|
|
114
|
+
/// @group pdf-viewer
|
|
115
|
+
$kendo-pdf-viewer-search-highlight-mark-bg: yellow !default;
|
|
116
|
+
|
|
117
|
+
/// The text color of the PDFViewer icon.
|
|
118
|
+
/// @group pdf-viewer
|
|
119
|
+
$kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
120
|
+
|
|
121
|
+
/// The vertical padding of the PDFViewer popup.
|
|
122
|
+
/// @group pdf-viewer
|
|
123
|
+
$kendo-pdf-viewer-popup-padding-x: k-spacing(2) !default;
|
|
124
|
+
/// The horizontal padding of the PDFViewer popup.
|
|
125
|
+
/// @group pdf-viewer
|
|
126
|
+
$kendo-pdf-viewer-popup-padding-y: $kendo-pdf-viewer-popup-padding-x !default;
|
|
127
|
+
|
|
128
|
+
/// The border color of the PDFViewer selected highlight annotation.
|
|
129
|
+
/// @group pdf-viewer
|
|
130
|
+
$kendo-pdf-viewer-highlight-annotation-border: k-color(primary) !default;
|
|
131
|
+
/// The background color of the PDFViewer hover highlight annotation.
|
|
132
|
+
/// @group pdf-viewer
|
|
133
|
+
$kendo-pdf-viewer-highlight-annotation-hover-border: k-color(primary-hover) !default;
|
|
134
|
+
/// The border color of the PDFViewer selected free text annotation.
|
|
135
|
+
/// @group pdf-viewer
|
|
136
|
+
$kendo-pdf-viewer-free-text-annotation-border: k-color(primary) !default;
|
|
137
|
+
/// The placeholder text color of the PDFViewer free text annotation.
|
|
138
|
+
/// @group pdf-viewer
|
|
139
|
+
$kendo-pdf-viewer-free-text-annotation-placeholder-text: k-color(primary-on-subtle) !default;
|
|
140
|
+
/// The text color of the PDFViewer free text annotation.
|
|
141
|
+
/// @group pdf-viewer
|
|
142
|
+
$kendo-pdf-viewer-free-text-annotation-text: k-color(primary-on-subtle) !default;
|
|
143
|
+
|
|
144
|
+
@forward "@progress/kendo-theme-core/scss/components/pdf-viewer/_variables.scss" with (
|
|
145
|
+
$kendo-pdf-viewer-border-width: $kendo-pdf-viewer-border-width,
|
|
146
|
+
$kendo-pdf-viewer-border-radius: $kendo-pdf-viewer-border-radius,
|
|
147
|
+
$kendo-pdf-viewer-font-family: $kendo-pdf-viewer-font-family,
|
|
148
|
+
$kendo-pdf-viewer-font-size: $kendo-pdf-viewer-font-size,
|
|
149
|
+
$kendo-pdf-viewer-line-height: $kendo-pdf-viewer-line-height,
|
|
150
|
+
$kendo-pdf-viewer-bg: $kendo-pdf-viewer-bg,
|
|
151
|
+
$kendo-pdf-viewer-text: $kendo-pdf-viewer-text,
|
|
152
|
+
$kendo-pdf-viewer-border: $kendo-pdf-viewer-border,
|
|
153
|
+
$kendo-pdf-viewer-toolbar-bg: $kendo-pdf-viewer-toolbar-bg,
|
|
154
|
+
$kendo-pdf-viewer-toolbar-text: $kendo-pdf-viewer-toolbar-text,
|
|
155
|
+
$kendo-pdf-viewer-toolbar-border: $kendo-pdf-viewer-toolbar-border,
|
|
156
|
+
$kendo-pdf-viewer-toolbar-gradient: $kendo-pdf-viewer-toolbar-gradient,
|
|
157
|
+
$kendo-pdf-viewer-canvas-bg: $kendo-pdf-viewer-canvas-bg,
|
|
158
|
+
$kendo-pdf-viewer-canvas-text: $kendo-pdf-viewer-canvas-text,
|
|
159
|
+
$kendo-pdf-viewer-canvas-border: $kendo-pdf-viewer-canvas-border,
|
|
160
|
+
$kendo-pdf-viewer-page-spacing: $kendo-pdf-viewer-page-spacing,
|
|
161
|
+
$kendo-pdf-viewer-page-bg: $kendo-pdf-viewer-page-bg,
|
|
162
|
+
$kendo-pdf-viewer-page-text: $kendo-pdf-viewer-page-text,
|
|
163
|
+
$kendo-pdf-viewer-page-border: $kendo-pdf-viewer-page-border,
|
|
164
|
+
$kendo-pdf-viewer-page-shadow: $kendo-pdf-viewer-page-shadow,
|
|
165
|
+
$kendo-pdf-viewer-search-panel-padding-x: $kendo-pdf-viewer-search-panel-padding-x,
|
|
166
|
+
$kendo-pdf-viewer-search-panel-padding-y: $kendo-pdf-viewer-search-panel-padding-y,
|
|
167
|
+
$kendo-pdf-viewer-search-panel-spacing: $kendo-pdf-viewer-search-panel-spacing,
|
|
168
|
+
$kendo-pdf-viewer-search-panel-border-width: $kendo-pdf-viewer-search-panel-border-width,
|
|
169
|
+
$kendo-pdf-viewer-search-panel-border-radius: $kendo-pdf-viewer-search-panel-border-radius,
|
|
170
|
+
$kendo-pdf-viewer-search-panel-bg: $kendo-pdf-viewer-search-panel-bg,
|
|
171
|
+
$kendo-pdf-viewer-search-panel-text: $kendo-pdf-viewer-search-panel-text,
|
|
172
|
+
$kendo-pdf-viewer-search-panel-border: $kendo-pdf-viewer-search-panel-border,
|
|
173
|
+
$kendo-pdf-viewer-search-panel-shadow: $kendo-pdf-viewer-search-panel-shadow,
|
|
174
|
+
$kendo-pdf-viewer-search-panel-matches-spacing: $kendo-pdf-viewer-search-panel-matches-spacing,
|
|
175
|
+
$kendo-pdf-viewer-selection-line-height: $kendo-pdf-viewer-selection-line-height,
|
|
176
|
+
$kendo-pdf-viewer-search-highlight-bg: $kendo-pdf-viewer-search-highlight-bg,
|
|
177
|
+
$kendo-pdf-viewer-search-highlight-mark-bg: $kendo-pdf-viewer-search-highlight-mark-bg,
|
|
178
|
+
$kendo-pdf-viewer-icon-text: $kendo-pdf-viewer-icon-text,
|
|
179
|
+
$kendo-pdf-viewer-popup-padding-x: $kendo-pdf-viewer-popup-padding-x,
|
|
180
|
+
$kendo-pdf-viewer-popup-padding-y: $kendo-pdf-viewer-popup-padding-y,
|
|
181
|
+
$kendo-pdf-viewer-highlight-annotation-border: $kendo-pdf-viewer-highlight-annotation-border,
|
|
182
|
+
$kendo-pdf-viewer-highlight-annotation-hover-border: $kendo-pdf-viewer-highlight-annotation-hover-border,
|
|
183
|
+
$kendo-pdf-viewer-free-text-annotation-border: $kendo-pdf-viewer-free-text-annotation-border,
|
|
184
|
+
$kendo-pdf-viewer-free-text-annotation-placeholder-text: $kendo-pdf-viewer-free-text-annotation-placeholder-text,
|
|
185
|
+
$kendo-pdf-viewer-free-text-annotation-text: $kendo-pdf-viewer-free-text-annotation-text
|
|
186
|
+
);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../dialog/_index.scss" as *;
|
|
6
|
+
@use "../treeview/_index.scss" as *;
|
|
7
|
+
@use "../grid/_index.scss" as *;
|
|
8
|
+
@use "../list/_index.scss" as *;
|
|
9
|
+
|
|
10
|
+
// Component
|
|
11
|
+
@forward "./_variables.scss";
|
|
12
|
+
@use "./_layout.scss" as *;
|
|
13
|
+
@use "./_theme.scss" as *;
|
|
14
|
+
|
|
15
|
+
// Expose
|
|
16
|
+
@mixin kendo-pivotgrid--styles() {
|
|
17
|
+
@include import-once( "pivotgrid" ) {
|
|
18
|
+
@include core-styles();
|
|
19
|
+
@include kendo-dialog--styles();
|
|
20
|
+
@include kendo-treeview--styles();
|
|
21
|
+
@include kendo-grid--styles();
|
|
22
|
+
@include kendo-icon--styles();
|
|
23
|
+
@include kendo-list--styles();
|
|
24
|
+
@include kendo-pivotgrid--layout();
|
|
25
|
+
@include kendo-pivotgrid--theme();
|
|
26
|
+
@include kendo-utils--layout--display();
|
|
27
|
+
@include kendo-utils--layout--position();
|
|
28
|
+
@include kendo-utils--flex-grid--flex-direction();
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/pivotgrid/_layout.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
@mixin kendo-pivotgrid--layout() {
|
|
5
|
+
@include kendo-pivotgrid--layout-base();
|
|
6
|
+
|
|
7
|
+
.k-pivotgrid-configurator-content .k-fields-list-wrapper,
|
|
8
|
+
.k-pivotgrid-configurator-panel.kendo-jquery .k-column-fields {
|
|
9
|
+
border-radius: k-border-radius(md);
|
|
10
|
+
}
|
|
11
|
+
}
|