@syncfusion/blazor-themes 28.2.4 → 28.2.6
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/Compiled-Themes/bds-dark-lite.css +12 -3
- package/Compiled-Themes/bds-dark.css +16 -3
- package/Compiled-Themes/bds-lite.css +12 -3
- package/Compiled-Themes/bds.css +16 -3
- package/Compiled-Themes/bootstrap-dark-lite.css +12 -3
- package/Compiled-Themes/bootstrap-dark.css +16 -3
- package/Compiled-Themes/bootstrap-lite.css +12 -3
- package/Compiled-Themes/bootstrap.css +16 -3
- package/Compiled-Themes/bootstrap4-lite.css +12 -3
- package/Compiled-Themes/bootstrap4.css +16 -3
- package/Compiled-Themes/bootstrap5-dark-lite.css +12 -3
- package/Compiled-Themes/bootstrap5-dark.css +16 -3
- package/Compiled-Themes/bootstrap5-lite.css +12 -3
- package/Compiled-Themes/bootstrap5.3-dark-lite.css +30 -13
- package/Compiled-Themes/bootstrap5.3-dark.css +34 -13
- package/Compiled-Themes/bootstrap5.3-lite.css +37 -20
- package/Compiled-Themes/bootstrap5.3.css +41 -20
- package/Compiled-Themes/bootstrap5.css +16 -3
- package/Compiled-Themes/fabric-dark-lite.css +12 -3
- package/Compiled-Themes/fabric-dark.css +16 -3
- package/Compiled-Themes/fabric-lite.css +12 -3
- package/Compiled-Themes/fabric.css +16 -3
- package/Compiled-Themes/fluent-dark-lite.css +12 -3
- package/Compiled-Themes/fluent-dark.css +16 -3
- package/Compiled-Themes/fluent-lite.css +12 -3
- package/Compiled-Themes/fluent.css +16 -3
- package/Compiled-Themes/fluent2-dark-lite.css +16 -7
- package/Compiled-Themes/fluent2-dark.css +20 -7
- package/Compiled-Themes/fluent2-highcontrast-lite.css +16 -7
- package/Compiled-Themes/fluent2-highcontrast.css +20 -7
- package/Compiled-Themes/fluent2-lite.css +16 -7
- package/Compiled-Themes/fluent2.css +20 -7
- package/Compiled-Themes/highcontrast-lite.css +12 -3
- package/Compiled-Themes/highcontrast.css +16 -3
- package/Compiled-Themes/material-dark-lite.css +25 -3
- package/Compiled-Themes/material-dark.css +29 -3
- package/Compiled-Themes/material-lite.css +25 -3
- package/Compiled-Themes/material.css +29 -3
- package/Compiled-Themes/material3-dark-lite.css +25 -3
- package/Compiled-Themes/material3-dark.css +29 -3
- package/Compiled-Themes/material3-lite.css +25 -3
- package/Compiled-Themes/material3.css +29 -3
- package/Compiled-Themes/tailwind-dark-lite.css +12 -3
- package/Compiled-Themes/tailwind-dark.css +16 -3
- package/Compiled-Themes/tailwind-lite.css +12 -3
- package/Compiled-Themes/tailwind.css +16 -3
- package/Compiled-Themes/tailwind3-dark-lite.css +12 -3
- package/Compiled-Themes/tailwind3-dark.css +16 -3
- package/Compiled-Themes/tailwind3-lite.css +12 -3
- package/Compiled-Themes/tailwind3.css +16 -3
- package/SCSS-Themes/base/bootstrap5.3-dark-lite.scss +7 -7
- package/SCSS-Themes/base/bootstrap5.3-dark.scss +7 -7
- package/SCSS-Themes/base/bootstrap5.3-lite.scss +14 -14
- package/SCSS-Themes/base/bootstrap5.3.scss +14 -14
- package/SCSS-Themes/bds-dark-lite.scss +50 -3
- package/SCSS-Themes/bds-dark.scss +62 -3
- package/SCSS-Themes/bds-lite.scss +50 -3
- package/SCSS-Themes/bds.scss +62 -3
- package/SCSS-Themes/bootstrap-dark-lite.scss +50 -3
- package/SCSS-Themes/bootstrap-dark.scss +62 -3
- package/SCSS-Themes/bootstrap-lite.scss +50 -3
- package/SCSS-Themes/bootstrap.scss +62 -3
- package/SCSS-Themes/bootstrap4-lite.scss +50 -3
- package/SCSS-Themes/bootstrap4.scss +62 -3
- package/SCSS-Themes/bootstrap5-dark-lite.scss +50 -3
- package/SCSS-Themes/bootstrap5-dark.scss +62 -3
- package/SCSS-Themes/bootstrap5-lite.scss +50 -3
- package/SCSS-Themes/bootstrap5.3-dark-lite.scss +59 -12
- package/SCSS-Themes/bootstrap5.3-dark.scss +71 -12
- package/SCSS-Themes/bootstrap5.3-lite.scss +66 -19
- package/SCSS-Themes/bootstrap5.3.scss +78 -19
- package/SCSS-Themes/bootstrap5.scss +62 -3
- package/SCSS-Themes/fabric-dark-lite.scss +50 -3
- package/SCSS-Themes/fabric-dark.scss +62 -3
- package/SCSS-Themes/fabric-lite.scss +50 -3
- package/SCSS-Themes/fabric.scss +62 -3
- package/SCSS-Themes/fluent-dark-lite.scss +50 -3
- package/SCSS-Themes/fluent-dark.scss +62 -3
- package/SCSS-Themes/fluent-lite.scss +50 -3
- package/SCSS-Themes/fluent.scss +62 -3
- package/SCSS-Themes/fluent2-dark-lite.scss +53 -6
- package/SCSS-Themes/fluent2-dark.scss +65 -6
- package/SCSS-Themes/fluent2-highcontrast-lite.scss +53 -6
- package/SCSS-Themes/fluent2-highcontrast.scss +65 -6
- package/SCSS-Themes/fluent2-lite.scss +53 -6
- package/SCSS-Themes/fluent2.scss +65 -6
- package/SCSS-Themes/grids/grid/bds-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bds-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/bds-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bds.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap4-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap5-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +19 -0
- package/SCSS-Themes/grids/grid/fabric-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/fabric-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fabric.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent2-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent2-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent2-highcontrast-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent2-highcontrast.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent2-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent2.scss +19 -0
- package/SCSS-Themes/grids/grid/highcontrast-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +19 -0
- package/SCSS-Themes/grids/grid/material-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/material-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/material.scss +19 -0
- package/SCSS-Themes/grids/grid/material3-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/material3-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/material3.scss +19 -0
- package/SCSS-Themes/grids/grid/tailwind-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/tailwind-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +19 -0
- package/SCSS-Themes/grids/grid/tailwind3-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/tailwind3-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/tailwind3-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/tailwind3.scss +19 -0
- package/SCSS-Themes/highcontrast-lite.scss +50 -3
- package/SCSS-Themes/highcontrast.scss +62 -3
- package/SCSS-Themes/image-editor/image-editor/bds-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bds-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bds-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bds.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap4-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.3.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fabric-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fabric-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent2-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent2-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent2-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/fluent2.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/highcontrast-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material3-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material3-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/material3.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind3-dark-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind3-dark.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind3-lite.scss +4 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind3.scss +4 -0
- package/SCSS-Themes/inputs/input/bds-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bds-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/bds-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bds.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap4-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap4.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5.3-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5.3-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5.3-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5.3.scss +23 -0
- package/SCSS-Themes/inputs/input/bootstrap5.scss +23 -0
- package/SCSS-Themes/inputs/input/fabric-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fabric-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/fabric-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fabric.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent2-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent2-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent2-highcontrast-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent2-highcontrast.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent2-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/fluent2.scss +23 -0
- package/SCSS-Themes/inputs/input/highcontrast-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/highcontrast.scss +23 -0
- package/SCSS-Themes/inputs/input/material-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/material-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/material-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/material.scss +23 -0
- package/SCSS-Themes/inputs/input/material3-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/material3-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/material3-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/material3.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind3-dark-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind3-dark.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind3-lite.scss +23 -0
- package/SCSS-Themes/inputs/input/tailwind3.scss +23 -0
- package/SCSS-Themes/interactive-chat/ai-assistview/bds-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bds-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bds-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bds.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap4-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap4.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fabric-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fabric-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fabric-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fabric.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-highcontrast-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-highcontrast.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/highcontrast-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/highcontrast.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material3-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material3-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material3-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material3.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3.scss +3 -3
- package/SCSS-Themes/kanban/kanban/fluent2-dark-lite.scss +1 -1
- package/SCSS-Themes/kanban/kanban/fluent2-dark.scss +1 -1
- package/SCSS-Themes/kanban/kanban/fluent2-highcontrast-lite.scss +1 -1
- package/SCSS-Themes/kanban/kanban/fluent2-highcontrast.scss +1 -1
- package/SCSS-Themes/kanban/kanban/fluent2-lite.scss +1 -1
- package/SCSS-Themes/kanban/kanban/fluent2.scss +1 -1
- package/SCSS-Themes/material-dark-lite.scss +50 -3
- package/SCSS-Themes/material-dark.scss +62 -3
- package/SCSS-Themes/material-lite.scss +50 -3
- package/SCSS-Themes/material.scss +62 -3
- package/SCSS-Themes/material3-dark-lite.scss +50 -3
- package/SCSS-Themes/material3-dark.scss +62 -3
- package/SCSS-Themes/material3-lite.scss +50 -3
- package/SCSS-Themes/material3.scss +62 -3
- package/SCSS-Themes/navigations/toolbar/bds-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bds-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bds-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bds.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap4-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.3-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.3.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fabric-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fabric-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fabric-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fabric.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent2-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent2-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent2-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/fluent2.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/highcontrast-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/highcontrast.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material3-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material3-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material3-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/material3.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind3-dark-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind3-dark.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind3-lite.scss +13 -0
- package/SCSS-Themes/navigations/toolbar/tailwind3.scss +13 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-dark-lite.scss +2 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-dark.scss +2 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-lite.scss +2 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-dark-lite.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-dark.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-highcontrast-lite.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-highcontrast.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-lite.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2.scss +2 -2
- package/SCSS-Themes/tailwind-dark-lite.scss +50 -3
- package/SCSS-Themes/tailwind-dark.scss +62 -3
- package/SCSS-Themes/tailwind-lite.scss +50 -3
- package/SCSS-Themes/tailwind.scss +62 -3
- package/SCSS-Themes/tailwind3-dark-lite.scss +50 -3
- package/SCSS-Themes/tailwind3-dark.scss +62 -3
- package/SCSS-Themes/tailwind3-lite.scss +50 -3
- package/SCSS-Themes/tailwind3.scss +62 -3
- package/package.json +1 -1
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -9804,6 +9804,29 @@ $float-label-rtl-value: -7px !default;
|
|
|
9804
9804
|
border-bottom: transparent;
|
|
9805
9805
|
}
|
|
9806
9806
|
}
|
|
9807
|
+
|
|
9808
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9809
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9810
|
+
padding: 0;
|
|
9811
|
+
|
|
9812
|
+
input {
|
|
9813
|
+
padding: 14px 2px 5px 12px;
|
|
9814
|
+
}
|
|
9815
|
+
|
|
9816
|
+
label.e-float-text {
|
|
9817
|
+
padding-left: 12px;
|
|
9818
|
+
}
|
|
9819
|
+
|
|
9820
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9821
|
+
@if $input-skin-name == 'material' {
|
|
9822
|
+
padding-right: 17px;
|
|
9823
|
+
}
|
|
9824
|
+
@else {
|
|
9825
|
+
margin-right: 10px;
|
|
9826
|
+
}
|
|
9827
|
+
}
|
|
9828
|
+
}
|
|
9829
|
+
}
|
|
9807
9830
|
}
|
|
9808
9831
|
|
|
9809
9832
|
|
|
@@ -52017,6 +52040,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52017
52040
|
@else {
|
|
52018
52041
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
52019
52042
|
}
|
|
52043
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52044
|
+
.e-tbar-btn-text,
|
|
52045
|
+
.e-icons.e-btn-icon {
|
|
52046
|
+
color: $tbar-default-icon-color;
|
|
52047
|
+
}
|
|
52048
|
+
}
|
|
52020
52049
|
}
|
|
52021
52050
|
|
|
52022
52051
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -52040,6 +52069,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52040
52069
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
52041
52070
|
border-style: $tbar-border-nav-type;
|
|
52042
52071
|
border-width: $tbar-btn-hover-border-size;
|
|
52072
|
+
|
|
52073
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52074
|
+
.e-tbar-btn-text,
|
|
52075
|
+
.e-icons.e-btn-icon {
|
|
52076
|
+
color: $tbar-btn-text-focus-color;
|
|
52077
|
+
}
|
|
52078
|
+
}
|
|
52043
52079
|
}
|
|
52044
52080
|
|
|
52045
52081
|
&:active {
|
|
@@ -87538,6 +87574,13 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
87538
87574
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
87539
87575
|
background-color: $grid-hover-bg-color;
|
|
87540
87576
|
}
|
|
87577
|
+
|
|
87578
|
+
&.sf-grid{
|
|
87579
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
87580
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
87581
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
87582
|
+
}
|
|
87583
|
+
}
|
|
87541
87584
|
}
|
|
87542
87585
|
|
|
87543
87586
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90087,6 +90130,18 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
90087
90130
|
padding-top: 40px;
|
|
90088
90131
|
}
|
|
90089
90132
|
|
|
90133
|
+
& .e-mainfilterdiv {
|
|
90134
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90135
|
+
padding-top: 30px;
|
|
90136
|
+
}
|
|
90137
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90138
|
+
padding-top: 0;
|
|
90139
|
+
}
|
|
90140
|
+
@else {
|
|
90141
|
+
padding-top: 16px;
|
|
90142
|
+
}
|
|
90143
|
+
}
|
|
90144
|
+
|
|
90090
90145
|
& .e-filtersetdiv {
|
|
90091
90146
|
float: right;
|
|
90092
90147
|
margin-right: 1%;
|
|
@@ -133043,6 +133098,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
|
|
|
133043
133098
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
133044
133099
|
top: calc(50% + 60px);
|
|
133045
133100
|
}
|
|
133101
|
+
|
|
133102
|
+
.e-image-editor.e-control.e-readonly {
|
|
133103
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
133104
|
+
}
|
|
133046
133105
|
}
|
|
133047
133106
|
|
|
133048
133107
|
|
|
@@ -139750,9 +139809,6 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
|
|
|
139750
139809
|
textarea::-webkit-scrollbar {
|
|
139751
139810
|
width: 4px;
|
|
139752
139811
|
}
|
|
139753
|
-
.hide-scrollbar textarea {
|
|
139754
|
-
scrollbar-width: none;
|
|
139755
|
-
}
|
|
139756
139812
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
139757
139813
|
right: unset;
|
|
139758
139814
|
left: 20px;
|
|
@@ -139784,6 +139840,9 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
|
|
|
139784
139840
|
}
|
|
139785
139841
|
}
|
|
139786
139842
|
&:not(.e-footer-template) {
|
|
139843
|
+
.e-textarea {
|
|
139844
|
+
max-height: 280px;
|
|
139845
|
+
}
|
|
139787
139846
|
.e-assist-send {
|
|
139788
139847
|
position: absolute;
|
|
139789
139848
|
right: 20px;
|
|
@@ -9069,6 +9069,29 @@ $float-label-rtl-value: -10px !default;
|
|
|
9069
9069
|
border-bottom: transparent;
|
|
9070
9070
|
}
|
|
9071
9071
|
}
|
|
9072
|
+
|
|
9073
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9074
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9075
|
+
padding: 0;
|
|
9076
|
+
|
|
9077
|
+
input {
|
|
9078
|
+
padding: 14px 2px 5px 12px;
|
|
9079
|
+
}
|
|
9080
|
+
|
|
9081
|
+
label.e-float-text {
|
|
9082
|
+
padding-left: 12px;
|
|
9083
|
+
}
|
|
9084
|
+
|
|
9085
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9086
|
+
@if $input-skin-name == 'material' {
|
|
9087
|
+
padding-right: 17px;
|
|
9088
|
+
}
|
|
9089
|
+
@else {
|
|
9090
|
+
margin-right: 10px;
|
|
9091
|
+
}
|
|
9092
|
+
}
|
|
9093
|
+
}
|
|
9094
|
+
}
|
|
9072
9095
|
}
|
|
9073
9096
|
|
|
9074
9097
|
|
|
@@ -38258,6 +38281,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38258
38281
|
@else {
|
|
38259
38282
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
38260
38283
|
}
|
|
38284
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38285
|
+
.e-tbar-btn-text,
|
|
38286
|
+
.e-icons.e-btn-icon {
|
|
38287
|
+
color: $tbar-default-icon-color;
|
|
38288
|
+
}
|
|
38289
|
+
}
|
|
38261
38290
|
}
|
|
38262
38291
|
|
|
38263
38292
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -38281,6 +38310,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38281
38310
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
38282
38311
|
border-style: $tbar-border-nav-type;
|
|
38283
38312
|
border-width: $tbar-btn-hover-border-size;
|
|
38313
|
+
|
|
38314
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38315
|
+
.e-tbar-btn-text,
|
|
38316
|
+
.e-icons.e-btn-icon {
|
|
38317
|
+
color: $tbar-btn-text-focus-color;
|
|
38318
|
+
}
|
|
38319
|
+
}
|
|
38284
38320
|
}
|
|
38285
38321
|
|
|
38286
38322
|
&:active {
|
|
@@ -65992,6 +66028,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
65992
66028
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
65993
66029
|
background-color: $grid-hover-bg-color;
|
|
65994
66030
|
}
|
|
66031
|
+
|
|
66032
|
+
&.sf-grid{
|
|
66033
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
66034
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
66035
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
66036
|
+
}
|
|
66037
|
+
}
|
|
65995
66038
|
}
|
|
65996
66039
|
|
|
65997
66040
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -102534,6 +102577,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
|
|
|
102534
102577
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
102535
102578
|
top: calc(50% + 60px);
|
|
102536
102579
|
}
|
|
102580
|
+
|
|
102581
|
+
.e-image-editor.e-control.e-readonly {
|
|
102582
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
102583
|
+
}
|
|
102537
102584
|
}
|
|
102538
102585
|
|
|
102539
102586
|
|
|
@@ -108126,9 +108173,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108126
108173
|
textarea::-webkit-scrollbar {
|
|
108127
108174
|
width: 4px;
|
|
108128
108175
|
}
|
|
108129
|
-
.hide-scrollbar textarea {
|
|
108130
|
-
scrollbar-width: none;
|
|
108131
|
-
}
|
|
108132
108176
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
108133
108177
|
right: unset;
|
|
108134
108178
|
left: 20px;
|
|
@@ -108160,6 +108204,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108160
108204
|
}
|
|
108161
108205
|
}
|
|
108162
108206
|
&:not(.e-footer-template) {
|
|
108207
|
+
.e-textarea {
|
|
108208
|
+
max-height: 280px;
|
|
108209
|
+
}
|
|
108163
108210
|
.e-assist-send {
|
|
108164
108211
|
position: absolute;
|
|
108165
108212
|
right: 20px;
|
|
@@ -9903,6 +9903,29 @@ $float-label-rtl-value: -10px !default;
|
|
|
9903
9903
|
border-bottom: transparent;
|
|
9904
9904
|
}
|
|
9905
9905
|
}
|
|
9906
|
+
|
|
9907
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9908
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9909
|
+
padding: 0;
|
|
9910
|
+
|
|
9911
|
+
input {
|
|
9912
|
+
padding: 14px 2px 5px 12px;
|
|
9913
|
+
}
|
|
9914
|
+
|
|
9915
|
+
label.e-float-text {
|
|
9916
|
+
padding-left: 12px;
|
|
9917
|
+
}
|
|
9918
|
+
|
|
9919
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9920
|
+
@if $input-skin-name == 'material' {
|
|
9921
|
+
padding-right: 17px;
|
|
9922
|
+
}
|
|
9923
|
+
@else {
|
|
9924
|
+
margin-right: 10px;
|
|
9925
|
+
}
|
|
9926
|
+
}
|
|
9927
|
+
}
|
|
9928
|
+
}
|
|
9906
9929
|
}
|
|
9907
9930
|
|
|
9908
9931
|
|
|
@@ -52502,6 +52525,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52502
52525
|
@else {
|
|
52503
52526
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
52504
52527
|
}
|
|
52528
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52529
|
+
.e-tbar-btn-text,
|
|
52530
|
+
.e-icons.e-btn-icon {
|
|
52531
|
+
color: $tbar-default-icon-color;
|
|
52532
|
+
}
|
|
52533
|
+
}
|
|
52505
52534
|
}
|
|
52506
52535
|
|
|
52507
52536
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -52525,6 +52554,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52525
52554
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
52526
52555
|
border-style: $tbar-border-nav-type;
|
|
52527
52556
|
border-width: $tbar-btn-hover-border-size;
|
|
52557
|
+
|
|
52558
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52559
|
+
.e-tbar-btn-text,
|
|
52560
|
+
.e-icons.e-btn-icon {
|
|
52561
|
+
color: $tbar-btn-text-focus-color;
|
|
52562
|
+
}
|
|
52563
|
+
}
|
|
52528
52564
|
}
|
|
52529
52565
|
|
|
52530
52566
|
&:active {
|
|
@@ -88196,6 +88232,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
88196
88232
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
88197
88233
|
background-color: $grid-hover-bg-color;
|
|
88198
88234
|
}
|
|
88235
|
+
|
|
88236
|
+
&.sf-grid{
|
|
88237
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
88238
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
88239
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
88240
|
+
}
|
|
88241
|
+
}
|
|
88199
88242
|
}
|
|
88200
88243
|
|
|
88201
88244
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90743,6 +90786,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90743
90786
|
padding-top: 40px;
|
|
90744
90787
|
}
|
|
90745
90788
|
|
|
90789
|
+
& .e-mainfilterdiv {
|
|
90790
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90791
|
+
padding-top: 30px;
|
|
90792
|
+
}
|
|
90793
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90794
|
+
padding-top: 0;
|
|
90795
|
+
}
|
|
90796
|
+
@else {
|
|
90797
|
+
padding-top: 16px;
|
|
90798
|
+
}
|
|
90799
|
+
}
|
|
90800
|
+
|
|
90746
90801
|
& .e-filtersetdiv {
|
|
90747
90802
|
float: right;
|
|
90748
90803
|
margin-right: 1%;
|
|
@@ -133722,6 +133777,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
|
|
|
133722
133777
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
133723
133778
|
top: calc(50% + 60px);
|
|
133724
133779
|
}
|
|
133780
|
+
|
|
133781
|
+
.e-image-editor.e-control.e-readonly {
|
|
133782
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
133783
|
+
}
|
|
133725
133784
|
}
|
|
133726
133785
|
|
|
133727
133786
|
|
|
@@ -140435,9 +140494,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140435
140494
|
textarea::-webkit-scrollbar {
|
|
140436
140495
|
width: 4px;
|
|
140437
140496
|
}
|
|
140438
|
-
.hide-scrollbar textarea {
|
|
140439
|
-
scrollbar-width: none;
|
|
140440
|
-
}
|
|
140441
140497
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
140442
140498
|
right: unset;
|
|
140443
140499
|
left: 20px;
|
|
@@ -140469,6 +140525,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140469
140525
|
}
|
|
140470
140526
|
}
|
|
140471
140527
|
&:not(.e-footer-template) {
|
|
140528
|
+
.e-textarea {
|
|
140529
|
+
max-height: 280px;
|
|
140530
|
+
}
|
|
140472
140531
|
.e-assist-send {
|
|
140473
140532
|
position: absolute;
|
|
140474
140533
|
right: 20px;
|
|
@@ -9069,6 +9069,29 @@ $float-label-rtl-value: -10px !default;
|
|
|
9069
9069
|
border-bottom: transparent;
|
|
9070
9070
|
}
|
|
9071
9071
|
}
|
|
9072
|
+
|
|
9073
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9074
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9075
|
+
padding: 0;
|
|
9076
|
+
|
|
9077
|
+
input {
|
|
9078
|
+
padding: 14px 2px 5px 12px;
|
|
9079
|
+
}
|
|
9080
|
+
|
|
9081
|
+
label.e-float-text {
|
|
9082
|
+
padding-left: 12px;
|
|
9083
|
+
}
|
|
9084
|
+
|
|
9085
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9086
|
+
@if $input-skin-name == 'material' {
|
|
9087
|
+
padding-right: 17px;
|
|
9088
|
+
}
|
|
9089
|
+
@else {
|
|
9090
|
+
margin-right: 10px;
|
|
9091
|
+
}
|
|
9092
|
+
}
|
|
9093
|
+
}
|
|
9094
|
+
}
|
|
9072
9095
|
}
|
|
9073
9096
|
|
|
9074
9097
|
|
|
@@ -38258,6 +38281,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38258
38281
|
@else {
|
|
38259
38282
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
38260
38283
|
}
|
|
38284
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38285
|
+
.e-tbar-btn-text,
|
|
38286
|
+
.e-icons.e-btn-icon {
|
|
38287
|
+
color: $tbar-default-icon-color;
|
|
38288
|
+
}
|
|
38289
|
+
}
|
|
38261
38290
|
}
|
|
38262
38291
|
|
|
38263
38292
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -38281,6 +38310,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38281
38310
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
38282
38311
|
border-style: $tbar-border-nav-type;
|
|
38283
38312
|
border-width: $tbar-btn-hover-border-size;
|
|
38313
|
+
|
|
38314
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38315
|
+
.e-tbar-btn-text,
|
|
38316
|
+
.e-icons.e-btn-icon {
|
|
38317
|
+
color: $tbar-btn-text-focus-color;
|
|
38318
|
+
}
|
|
38319
|
+
}
|
|
38284
38320
|
}
|
|
38285
38321
|
|
|
38286
38322
|
&:active {
|
|
@@ -65992,6 +66028,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
65992
66028
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
65993
66029
|
background-color: $grid-hover-bg-color;
|
|
65994
66030
|
}
|
|
66031
|
+
|
|
66032
|
+
&.sf-grid{
|
|
66033
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
66034
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
66035
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
66036
|
+
}
|
|
66037
|
+
}
|
|
65995
66038
|
}
|
|
65996
66039
|
|
|
65997
66040
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -102534,6 +102577,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
|
|
|
102534
102577
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
102535
102578
|
top: calc(50% + 60px);
|
|
102536
102579
|
}
|
|
102580
|
+
|
|
102581
|
+
.e-image-editor.e-control.e-readonly {
|
|
102582
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
102583
|
+
}
|
|
102537
102584
|
}
|
|
102538
102585
|
|
|
102539
102586
|
|
|
@@ -108126,9 +108173,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108126
108173
|
textarea::-webkit-scrollbar {
|
|
108127
108174
|
width: 4px;
|
|
108128
108175
|
}
|
|
108129
|
-
.hide-scrollbar textarea {
|
|
108130
|
-
scrollbar-width: none;
|
|
108131
|
-
}
|
|
108132
108176
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
108133
108177
|
right: unset;
|
|
108134
108178
|
left: 20px;
|
|
@@ -108160,6 +108204,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108160
108204
|
}
|
|
108161
108205
|
}
|
|
108162
108206
|
&:not(.e-footer-template) {
|
|
108207
|
+
.e-textarea {
|
|
108208
|
+
max-height: 280px;
|
|
108209
|
+
}
|
|
108163
108210
|
.e-assist-send {
|
|
108164
108211
|
position: absolute;
|
|
108165
108212
|
right: 20px;
|
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -9903,6 +9903,29 @@ $float-label-rtl-value: -10px !default;
|
|
|
9903
9903
|
border-bottom: transparent;
|
|
9904
9904
|
}
|
|
9905
9905
|
}
|
|
9906
|
+
|
|
9907
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9908
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9909
|
+
padding: 0;
|
|
9910
|
+
|
|
9911
|
+
input {
|
|
9912
|
+
padding: 14px 2px 5px 12px;
|
|
9913
|
+
}
|
|
9914
|
+
|
|
9915
|
+
label.e-float-text {
|
|
9916
|
+
padding-left: 12px;
|
|
9917
|
+
}
|
|
9918
|
+
|
|
9919
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9920
|
+
@if $input-skin-name == 'material' {
|
|
9921
|
+
padding-right: 17px;
|
|
9922
|
+
}
|
|
9923
|
+
@else {
|
|
9924
|
+
margin-right: 10px;
|
|
9925
|
+
}
|
|
9926
|
+
}
|
|
9927
|
+
}
|
|
9928
|
+
}
|
|
9906
9929
|
}
|
|
9907
9930
|
|
|
9908
9931
|
|
|
@@ -52502,6 +52525,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52502
52525
|
@else {
|
|
52503
52526
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
52504
52527
|
}
|
|
52528
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52529
|
+
.e-tbar-btn-text,
|
|
52530
|
+
.e-icons.e-btn-icon {
|
|
52531
|
+
color: $tbar-default-icon-color;
|
|
52532
|
+
}
|
|
52533
|
+
}
|
|
52505
52534
|
}
|
|
52506
52535
|
|
|
52507
52536
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -52525,6 +52554,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52525
52554
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
52526
52555
|
border-style: $tbar-border-nav-type;
|
|
52527
52556
|
border-width: $tbar-btn-hover-border-size;
|
|
52557
|
+
|
|
52558
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52559
|
+
.e-tbar-btn-text,
|
|
52560
|
+
.e-icons.e-btn-icon {
|
|
52561
|
+
color: $tbar-btn-text-focus-color;
|
|
52562
|
+
}
|
|
52563
|
+
}
|
|
52528
52564
|
}
|
|
52529
52565
|
|
|
52530
52566
|
&:active {
|
|
@@ -88196,6 +88232,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
88196
88232
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
88197
88233
|
background-color: $grid-hover-bg-color;
|
|
88198
88234
|
}
|
|
88235
|
+
|
|
88236
|
+
&.sf-grid{
|
|
88237
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
88238
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
88239
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
88240
|
+
}
|
|
88241
|
+
}
|
|
88199
88242
|
}
|
|
88200
88243
|
|
|
88201
88244
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90743,6 +90786,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90743
90786
|
padding-top: 40px;
|
|
90744
90787
|
}
|
|
90745
90788
|
|
|
90789
|
+
& .e-mainfilterdiv {
|
|
90790
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90791
|
+
padding-top: 30px;
|
|
90792
|
+
}
|
|
90793
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90794
|
+
padding-top: 0;
|
|
90795
|
+
}
|
|
90796
|
+
@else {
|
|
90797
|
+
padding-top: 16px;
|
|
90798
|
+
}
|
|
90799
|
+
}
|
|
90800
|
+
|
|
90746
90801
|
& .e-filtersetdiv {
|
|
90747
90802
|
float: right;
|
|
90748
90803
|
margin-right: 1%;
|
|
@@ -133722,6 +133777,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
|
|
|
133722
133777
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
133723
133778
|
top: calc(50% + 60px);
|
|
133724
133779
|
}
|
|
133780
|
+
|
|
133781
|
+
.e-image-editor.e-control.e-readonly {
|
|
133782
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
133783
|
+
}
|
|
133725
133784
|
}
|
|
133726
133785
|
|
|
133727
133786
|
|
|
@@ -140435,9 +140494,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140435
140494
|
textarea::-webkit-scrollbar {
|
|
140436
140495
|
width: 4px;
|
|
140437
140496
|
}
|
|
140438
|
-
.hide-scrollbar textarea {
|
|
140439
|
-
scrollbar-width: none;
|
|
140440
|
-
}
|
|
140441
140497
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
140442
140498
|
right: unset;
|
|
140443
140499
|
left: 20px;
|
|
@@ -140469,6 +140525,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140469
140525
|
}
|
|
140470
140526
|
}
|
|
140471
140527
|
&:not(.e-footer-template) {
|
|
140528
|
+
.e-textarea {
|
|
140529
|
+
max-height: 280px;
|
|
140530
|
+
}
|
|
140472
140531
|
.e-assist-send {
|
|
140473
140532
|
position: absolute;
|
|
140474
140533
|
right: 20px;
|
|
@@ -10501,6 +10501,29 @@ $textarea-float-top: -28px !default;
|
|
|
10501
10501
|
border-bottom: transparent;
|
|
10502
10502
|
}
|
|
10503
10503
|
}
|
|
10504
|
+
|
|
10505
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10506
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
10507
|
+
padding: 0;
|
|
10508
|
+
|
|
10509
|
+
input {
|
|
10510
|
+
padding: 14px 2px 5px 12px;
|
|
10511
|
+
}
|
|
10512
|
+
|
|
10513
|
+
label.e-float-text {
|
|
10514
|
+
padding-left: 12px;
|
|
10515
|
+
}
|
|
10516
|
+
|
|
10517
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
10518
|
+
@if $input-skin-name == 'material' {
|
|
10519
|
+
padding-right: 17px;
|
|
10520
|
+
}
|
|
10521
|
+
@else {
|
|
10522
|
+
margin-right: 10px;
|
|
10523
|
+
}
|
|
10524
|
+
}
|
|
10525
|
+
}
|
|
10526
|
+
}
|
|
10504
10527
|
}
|
|
10505
10528
|
|
|
10506
10529
|
|
|
@@ -39810,6 +39833,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
39810
39833
|
@else {
|
|
39811
39834
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
39812
39835
|
}
|
|
39836
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
39837
|
+
.e-tbar-btn-text,
|
|
39838
|
+
.e-icons.e-btn-icon {
|
|
39839
|
+
color: $tbar-default-icon-color;
|
|
39840
|
+
}
|
|
39841
|
+
}
|
|
39813
39842
|
}
|
|
39814
39843
|
|
|
39815
39844
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -39833,6 +39862,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
39833
39862
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
39834
39863
|
border-style: $tbar-border-nav-type;
|
|
39835
39864
|
border-width: $tbar-btn-hover-border-size;
|
|
39865
|
+
|
|
39866
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
39867
|
+
.e-tbar-btn-text,
|
|
39868
|
+
.e-icons.e-btn-icon {
|
|
39869
|
+
color: $tbar-btn-text-focus-color;
|
|
39870
|
+
}
|
|
39871
|
+
}
|
|
39836
39872
|
}
|
|
39837
39873
|
|
|
39838
39874
|
&:active {
|
|
@@ -67918,6 +67954,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
67918
67954
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
67919
67955
|
background-color: $grid-hover-bg-color;
|
|
67920
67956
|
}
|
|
67957
|
+
|
|
67958
|
+
&.sf-grid{
|
|
67959
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
67960
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
67961
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
67962
|
+
}
|
|
67963
|
+
}
|
|
67921
67964
|
}
|
|
67922
67965
|
|
|
67923
67966
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -80681,7 +80724,7 @@ $kanban-color-card-border-left: 2px solid !default;
|
|
|
80681
80724
|
$kanban-color-card-hover-border: $kanban-card-border !default;
|
|
80682
80725
|
$kanban-color-card-hover-border-left: 2px solid !default;
|
|
80683
80726
|
$kanban-color-card-hover-box-shadow: $shadow-lg !default;
|
|
80684
|
-
$kanban-color-card-focus-border: $
|
|
80727
|
+
$kanban-color-card-focus-border: 1px solid $primary !default;
|
|
80685
80728
|
$kanban-color-card-focus-border-left: 2px solid !default;
|
|
80686
80729
|
$kanban-color-card-tags-padding: 0 18px 0 18px !default;
|
|
80687
80730
|
$kanban-card-tags-padding: 12px 18px 0 !default;
|
|
@@ -98240,7 +98283,7 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
98240
98283
|
|
|
98241
98284
|
|
|
98242
98285
|
$recurrence-label-bottom: 7px !default;
|
|
98243
|
-
$recurrence-month-label-bottom:
|
|
98286
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
98244
98287
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
98245
98288
|
$recurrence-week-label-bottom: 10px !default;
|
|
98246
98289
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -98251,7 +98294,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
98251
98294
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
98252
98295
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
98253
98296
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
98254
|
-
$recurrence-week-position-min-width:
|
|
98297
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
98255
98298
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
98256
98299
|
|
|
98257
98300
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -104488,6 +104531,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
104488
104531
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
104489
104532
|
top: calc(50% + 60px);
|
|
104490
104533
|
}
|
|
104534
|
+
|
|
104535
|
+
.e-image-editor.e-control.e-readonly {
|
|
104536
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
104537
|
+
}
|
|
104491
104538
|
}
|
|
104492
104539
|
|
|
104493
104540
|
|
|
@@ -110097,9 +110144,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
110097
110144
|
textarea::-webkit-scrollbar {
|
|
110098
110145
|
width: 4px;
|
|
110099
110146
|
}
|
|
110100
|
-
.hide-scrollbar textarea {
|
|
110101
|
-
scrollbar-width: none;
|
|
110102
|
-
}
|
|
110103
110147
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
110104
110148
|
right: unset;
|
|
110105
110149
|
left: 20px;
|
|
@@ -110131,6 +110175,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
110131
110175
|
}
|
|
110132
110176
|
}
|
|
110133
110177
|
&:not(.e-footer-template) {
|
|
110178
|
+
.e-textarea {
|
|
110179
|
+
max-height: 280px;
|
|
110180
|
+
}
|
|
110134
110181
|
.e-assist-send {
|
|
110135
110182
|
position: absolute;
|
|
110136
110183
|
right: 20px;
|