@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
|
@@ -8992,6 +8992,29 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
|
|
|
8992
8992
|
border-bottom: transparent;
|
|
8993
8993
|
}
|
|
8994
8994
|
}
|
|
8995
|
+
|
|
8996
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8997
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
8998
|
+
padding: 0;
|
|
8999
|
+
|
|
9000
|
+
input {
|
|
9001
|
+
padding: 14px 2px 5px 12px;
|
|
9002
|
+
}
|
|
9003
|
+
|
|
9004
|
+
label.e-float-text {
|
|
9005
|
+
padding-left: 12px;
|
|
9006
|
+
}
|
|
9007
|
+
|
|
9008
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9009
|
+
@if $input-skin-name == 'material' {
|
|
9010
|
+
padding-right: 17px;
|
|
9011
|
+
}
|
|
9012
|
+
@else {
|
|
9013
|
+
margin-right: 10px;
|
|
9014
|
+
}
|
|
9015
|
+
}
|
|
9016
|
+
}
|
|
9017
|
+
}
|
|
8995
9018
|
}
|
|
8996
9019
|
|
|
8997
9020
|
|
|
@@ -38099,6 +38122,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38099
38122
|
@else {
|
|
38100
38123
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
38101
38124
|
}
|
|
38125
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38126
|
+
.e-tbar-btn-text,
|
|
38127
|
+
.e-icons.e-btn-icon {
|
|
38128
|
+
color: $tbar-default-icon-color;
|
|
38129
|
+
}
|
|
38130
|
+
}
|
|
38102
38131
|
}
|
|
38103
38132
|
|
|
38104
38133
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -38122,6 +38151,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38122
38151
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
38123
38152
|
border-style: $tbar-border-nav-type;
|
|
38124
38153
|
border-width: $tbar-btn-hover-border-size;
|
|
38154
|
+
|
|
38155
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38156
|
+
.e-tbar-btn-text,
|
|
38157
|
+
.e-icons.e-btn-icon {
|
|
38158
|
+
color: $tbar-btn-text-focus-color;
|
|
38159
|
+
}
|
|
38160
|
+
}
|
|
38125
38161
|
}
|
|
38126
38162
|
|
|
38127
38163
|
&:active {
|
|
@@ -65818,6 +65854,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
65818
65854
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
65819
65855
|
background-color: $grid-hover-bg-color;
|
|
65820
65856
|
}
|
|
65857
|
+
|
|
65858
|
+
&.sf-grid{
|
|
65859
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
65860
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
65861
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
65862
|
+
}
|
|
65863
|
+
}
|
|
65821
65864
|
}
|
|
65822
65865
|
|
|
65823
65866
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -102345,6 +102388,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
102345
102388
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
102346
102389
|
top: calc(50% + 60px);
|
|
102347
102390
|
}
|
|
102391
|
+
|
|
102392
|
+
.e-image-editor.e-control.e-readonly {
|
|
102393
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
102394
|
+
}
|
|
102348
102395
|
}
|
|
102349
102396
|
|
|
102350
102397
|
|
|
@@ -107931,9 +107978,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
107931
107978
|
textarea::-webkit-scrollbar {
|
|
107932
107979
|
width: 4px;
|
|
107933
107980
|
}
|
|
107934
|
-
.hide-scrollbar textarea {
|
|
107935
|
-
scrollbar-width: none;
|
|
107936
|
-
}
|
|
107937
107981
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
107938
107982
|
right: unset;
|
|
107939
107983
|
left: 20px;
|
|
@@ -107965,6 +108009,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
107965
108009
|
}
|
|
107966
108010
|
}
|
|
107967
108011
|
&:not(.e-footer-template) {
|
|
108012
|
+
.e-textarea {
|
|
108013
|
+
max-height: 280px;
|
|
108014
|
+
}
|
|
107968
108015
|
.e-assist-send {
|
|
107969
108016
|
position: absolute;
|
|
107970
108017
|
right: 20px;
|
|
@@ -9826,6 +9826,29 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
|
|
|
9826
9826
|
border-bottom: transparent;
|
|
9827
9827
|
}
|
|
9828
9828
|
}
|
|
9829
|
+
|
|
9830
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9831
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9832
|
+
padding: 0;
|
|
9833
|
+
|
|
9834
|
+
input {
|
|
9835
|
+
padding: 14px 2px 5px 12px;
|
|
9836
|
+
}
|
|
9837
|
+
|
|
9838
|
+
label.e-float-text {
|
|
9839
|
+
padding-left: 12px;
|
|
9840
|
+
}
|
|
9841
|
+
|
|
9842
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9843
|
+
@if $input-skin-name == 'material' {
|
|
9844
|
+
padding-right: 17px;
|
|
9845
|
+
}
|
|
9846
|
+
@else {
|
|
9847
|
+
margin-right: 10px;
|
|
9848
|
+
}
|
|
9849
|
+
}
|
|
9850
|
+
}
|
|
9851
|
+
}
|
|
9829
9852
|
}
|
|
9830
9853
|
|
|
9831
9854
|
|
|
@@ -52343,6 +52366,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52343
52366
|
@else {
|
|
52344
52367
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
52345
52368
|
}
|
|
52369
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52370
|
+
.e-tbar-btn-text,
|
|
52371
|
+
.e-icons.e-btn-icon {
|
|
52372
|
+
color: $tbar-default-icon-color;
|
|
52373
|
+
}
|
|
52374
|
+
}
|
|
52346
52375
|
}
|
|
52347
52376
|
|
|
52348
52377
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -52366,6 +52395,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52366
52395
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
52367
52396
|
border-style: $tbar-border-nav-type;
|
|
52368
52397
|
border-width: $tbar-btn-hover-border-size;
|
|
52398
|
+
|
|
52399
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52400
|
+
.e-tbar-btn-text,
|
|
52401
|
+
.e-icons.e-btn-icon {
|
|
52402
|
+
color: $tbar-btn-text-focus-color;
|
|
52403
|
+
}
|
|
52404
|
+
}
|
|
52369
52405
|
}
|
|
52370
52406
|
|
|
52371
52407
|
&:active {
|
|
@@ -88022,6 +88058,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
88022
88058
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
88023
88059
|
background-color: $grid-hover-bg-color;
|
|
88024
88060
|
}
|
|
88061
|
+
|
|
88062
|
+
&.sf-grid{
|
|
88063
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
88064
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
88065
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
88066
|
+
}
|
|
88067
|
+
}
|
|
88025
88068
|
}
|
|
88026
88069
|
|
|
88027
88070
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90567,6 +90610,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90567
90610
|
padding-top: 40px;
|
|
90568
90611
|
}
|
|
90569
90612
|
|
|
90613
|
+
& .e-mainfilterdiv {
|
|
90614
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90615
|
+
padding-top: 30px;
|
|
90616
|
+
}
|
|
90617
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90618
|
+
padding-top: 0;
|
|
90619
|
+
}
|
|
90620
|
+
@else {
|
|
90621
|
+
padding-top: 16px;
|
|
90622
|
+
}
|
|
90623
|
+
}
|
|
90624
|
+
|
|
90570
90625
|
& .e-filtersetdiv {
|
|
90571
90626
|
float: right;
|
|
90572
90627
|
margin-right: 1%;
|
|
@@ -133533,6 +133588,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
133533
133588
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
133534
133589
|
top: calc(50% + 60px);
|
|
133535
133590
|
}
|
|
133591
|
+
|
|
133592
|
+
.e-image-editor.e-control.e-readonly {
|
|
133593
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
133594
|
+
}
|
|
133536
133595
|
}
|
|
133537
133596
|
|
|
133538
133597
|
|
|
@@ -140240,9 +140299,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140240
140299
|
textarea::-webkit-scrollbar {
|
|
140241
140300
|
width: 4px;
|
|
140242
140301
|
}
|
|
140243
|
-
.hide-scrollbar textarea {
|
|
140244
|
-
scrollbar-width: none;
|
|
140245
|
-
}
|
|
140246
140302
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
140247
140303
|
right: unset;
|
|
140248
140304
|
left: 20px;
|
|
@@ -140274,6 +140330,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140274
140330
|
}
|
|
140275
140331
|
}
|
|
140276
140332
|
&:not(.e-footer-template) {
|
|
140333
|
+
.e-textarea {
|
|
140334
|
+
max-height: 280px;
|
|
140335
|
+
}
|
|
140277
140336
|
.e-assist-send {
|
|
140278
140337
|
position: absolute;
|
|
140279
140338
|
right: 20px;
|
|
@@ -10379,6 +10379,29 @@ $textarea-float-top: -24px !default;
|
|
|
10379
10379
|
border-bottom: transparent;
|
|
10380
10380
|
}
|
|
10381
10381
|
}
|
|
10382
|
+
|
|
10383
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10384
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
10385
|
+
padding: 0;
|
|
10386
|
+
|
|
10387
|
+
input {
|
|
10388
|
+
padding: 14px 2px 5px 12px;
|
|
10389
|
+
}
|
|
10390
|
+
|
|
10391
|
+
label.e-float-text {
|
|
10392
|
+
padding-left: 12px;
|
|
10393
|
+
}
|
|
10394
|
+
|
|
10395
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
10396
|
+
@if $input-skin-name == 'material' {
|
|
10397
|
+
padding-right: 17px;
|
|
10398
|
+
}
|
|
10399
|
+
@else {
|
|
10400
|
+
margin-right: 10px;
|
|
10401
|
+
}
|
|
10402
|
+
}
|
|
10403
|
+
}
|
|
10404
|
+
}
|
|
10382
10405
|
}
|
|
10383
10406
|
|
|
10384
10407
|
|
|
@@ -39564,6 +39587,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
39564
39587
|
@else {
|
|
39565
39588
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
39566
39589
|
}
|
|
39590
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
39591
|
+
.e-tbar-btn-text,
|
|
39592
|
+
.e-icons.e-btn-icon {
|
|
39593
|
+
color: $tbar-default-icon-color;
|
|
39594
|
+
}
|
|
39595
|
+
}
|
|
39567
39596
|
}
|
|
39568
39597
|
|
|
39569
39598
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -39587,6 +39616,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
39587
39616
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
39588
39617
|
border-style: $tbar-border-nav-type;
|
|
39589
39618
|
border-width: $tbar-btn-hover-border-size;
|
|
39619
|
+
|
|
39620
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
39621
|
+
.e-tbar-btn-text,
|
|
39622
|
+
.e-icons.e-btn-icon {
|
|
39623
|
+
color: $tbar-btn-text-focus-color;
|
|
39624
|
+
}
|
|
39625
|
+
}
|
|
39590
39626
|
}
|
|
39591
39627
|
|
|
39592
39628
|
&:active {
|
|
@@ -67332,6 +67368,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
67332
67368
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
67333
67369
|
background-color: $grid-hover-bg-color;
|
|
67334
67370
|
}
|
|
67371
|
+
|
|
67372
|
+
&.sf-grid{
|
|
67373
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
67374
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
67375
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
67376
|
+
}
|
|
67377
|
+
}
|
|
67335
67378
|
}
|
|
67336
67379
|
|
|
67337
67380
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -103877,6 +103920,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
103877
103920
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
103878
103921
|
top: calc(50% + 60px);
|
|
103879
103922
|
}
|
|
103923
|
+
|
|
103924
|
+
.e-image-editor.e-control.e-readonly {
|
|
103925
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
103926
|
+
}
|
|
103880
103927
|
}
|
|
103881
103928
|
|
|
103882
103929
|
|
|
@@ -109462,9 +109509,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
109462
109509
|
textarea::-webkit-scrollbar {
|
|
109463
109510
|
width: 4px;
|
|
109464
109511
|
}
|
|
109465
|
-
.hide-scrollbar textarea {
|
|
109466
|
-
scrollbar-width: none;
|
|
109467
|
-
}
|
|
109468
109512
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
109469
109513
|
right: unset;
|
|
109470
109514
|
left: 20px;
|
|
@@ -109496,6 +109540,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
109496
109540
|
}
|
|
109497
109541
|
}
|
|
109498
109542
|
&:not(.e-footer-template) {
|
|
109543
|
+
.e-textarea {
|
|
109544
|
+
max-height: 280px;
|
|
109545
|
+
}
|
|
109499
109546
|
.e-assist-send {
|
|
109500
109547
|
position: absolute;
|
|
109501
109548
|
right: 20px;
|
|
@@ -11213,6 +11213,29 @@ $textarea-float-top: -24px !default;
|
|
|
11213
11213
|
border-bottom: transparent;
|
|
11214
11214
|
}
|
|
11215
11215
|
}
|
|
11216
|
+
|
|
11217
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
11218
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
11219
|
+
padding: 0;
|
|
11220
|
+
|
|
11221
|
+
input {
|
|
11222
|
+
padding: 14px 2px 5px 12px;
|
|
11223
|
+
}
|
|
11224
|
+
|
|
11225
|
+
label.e-float-text {
|
|
11226
|
+
padding-left: 12px;
|
|
11227
|
+
}
|
|
11228
|
+
|
|
11229
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
11230
|
+
@if $input-skin-name == 'material' {
|
|
11231
|
+
padding-right: 17px;
|
|
11232
|
+
}
|
|
11233
|
+
@else {
|
|
11234
|
+
margin-right: 10px;
|
|
11235
|
+
}
|
|
11236
|
+
}
|
|
11237
|
+
}
|
|
11238
|
+
}
|
|
11216
11239
|
}
|
|
11217
11240
|
|
|
11218
11241
|
|
|
@@ -53808,6 +53831,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
53808
53831
|
@else {
|
|
53809
53832
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
53810
53833
|
}
|
|
53834
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
53835
|
+
.e-tbar-btn-text,
|
|
53836
|
+
.e-icons.e-btn-icon {
|
|
53837
|
+
color: $tbar-default-icon-color;
|
|
53838
|
+
}
|
|
53839
|
+
}
|
|
53811
53840
|
}
|
|
53812
53841
|
|
|
53813
53842
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -53831,6 +53860,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
53831
53860
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
53832
53861
|
border-style: $tbar-border-nav-type;
|
|
53833
53862
|
border-width: $tbar-btn-hover-border-size;
|
|
53863
|
+
|
|
53864
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
53865
|
+
.e-tbar-btn-text,
|
|
53866
|
+
.e-icons.e-btn-icon {
|
|
53867
|
+
color: $tbar-btn-text-focus-color;
|
|
53868
|
+
}
|
|
53869
|
+
}
|
|
53834
53870
|
}
|
|
53835
53871
|
|
|
53836
53872
|
&:active {
|
|
@@ -89536,6 +89572,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
89536
89572
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
89537
89573
|
background-color: $grid-hover-bg-color;
|
|
89538
89574
|
}
|
|
89575
|
+
|
|
89576
|
+
&.sf-grid{
|
|
89577
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
89578
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
89579
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
89580
|
+
}
|
|
89581
|
+
}
|
|
89539
89582
|
}
|
|
89540
89583
|
|
|
89541
89584
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -92080,6 +92123,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
92080
92123
|
padding-top: 40px;
|
|
92081
92124
|
}
|
|
92082
92125
|
|
|
92126
|
+
& .e-mainfilterdiv {
|
|
92127
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
92128
|
+
padding-top: 30px;
|
|
92129
|
+
}
|
|
92130
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
92131
|
+
padding-top: 0;
|
|
92132
|
+
}
|
|
92133
|
+
@else {
|
|
92134
|
+
padding-top: 16px;
|
|
92135
|
+
}
|
|
92136
|
+
}
|
|
92137
|
+
|
|
92083
92138
|
& .e-filtersetdiv {
|
|
92084
92139
|
float: right;
|
|
92085
92140
|
margin-right: 1%;
|
|
@@ -135065,6 +135120,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
135065
135120
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
135066
135121
|
top: calc(50% + 60px);
|
|
135067
135122
|
}
|
|
135123
|
+
|
|
135124
|
+
.e-image-editor.e-control.e-readonly {
|
|
135125
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
135126
|
+
}
|
|
135068
135127
|
}
|
|
135069
135128
|
|
|
135070
135129
|
|
|
@@ -141771,9 +141830,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
141771
141830
|
textarea::-webkit-scrollbar {
|
|
141772
141831
|
width: 4px;
|
|
141773
141832
|
}
|
|
141774
|
-
.hide-scrollbar textarea {
|
|
141775
|
-
scrollbar-width: none;
|
|
141776
|
-
}
|
|
141777
141833
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
141778
141834
|
right: unset;
|
|
141779
141835
|
left: 20px;
|
|
@@ -141805,6 +141861,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
141805
141861
|
}
|
|
141806
141862
|
}
|
|
141807
141863
|
&:not(.e-footer-template) {
|
|
141864
|
+
.e-textarea {
|
|
141865
|
+
max-height: 280px;
|
|
141866
|
+
}
|
|
141808
141867
|
.e-assist-send {
|
|
141809
141868
|
position: absolute;
|
|
141810
141869
|
right: 20px;
|
|
@@ -10850,6 +10850,29 @@ $textarea-float-top: -24px !default;
|
|
|
10850
10850
|
border-bottom: transparent;
|
|
10851
10851
|
}
|
|
10852
10852
|
}
|
|
10853
|
+
|
|
10854
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10855
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
10856
|
+
padding: 0;
|
|
10857
|
+
|
|
10858
|
+
input {
|
|
10859
|
+
padding: 14px 2px 5px 12px;
|
|
10860
|
+
}
|
|
10861
|
+
|
|
10862
|
+
label.e-float-text {
|
|
10863
|
+
padding-left: 12px;
|
|
10864
|
+
}
|
|
10865
|
+
|
|
10866
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
10867
|
+
@if $input-skin-name == 'material' {
|
|
10868
|
+
padding-right: 17px;
|
|
10869
|
+
}
|
|
10870
|
+
@else {
|
|
10871
|
+
margin-right: 10px;
|
|
10872
|
+
}
|
|
10873
|
+
}
|
|
10874
|
+
}
|
|
10875
|
+
}
|
|
10853
10876
|
}
|
|
10854
10877
|
|
|
10855
10878
|
|
|
@@ -40035,6 +40058,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
40035
40058
|
@else {
|
|
40036
40059
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
40037
40060
|
}
|
|
40061
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
40062
|
+
.e-tbar-btn-text,
|
|
40063
|
+
.e-icons.e-btn-icon {
|
|
40064
|
+
color: $tbar-default-icon-color;
|
|
40065
|
+
}
|
|
40066
|
+
}
|
|
40038
40067
|
}
|
|
40039
40068
|
|
|
40040
40069
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -40058,6 +40087,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
40058
40087
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
40059
40088
|
border-style: $tbar-border-nav-type;
|
|
40060
40089
|
border-width: $tbar-btn-hover-border-size;
|
|
40090
|
+
|
|
40091
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
40092
|
+
.e-tbar-btn-text,
|
|
40093
|
+
.e-icons.e-btn-icon {
|
|
40094
|
+
color: $tbar-btn-text-focus-color;
|
|
40095
|
+
}
|
|
40096
|
+
}
|
|
40061
40097
|
}
|
|
40062
40098
|
|
|
40063
40099
|
&:active {
|
|
@@ -67803,6 +67839,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
67803
67839
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
67804
67840
|
background-color: $grid-hover-bg-color;
|
|
67805
67841
|
}
|
|
67842
|
+
|
|
67843
|
+
&.sf-grid{
|
|
67844
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
67845
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
67846
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
67847
|
+
}
|
|
67848
|
+
}
|
|
67806
67849
|
}
|
|
67807
67850
|
|
|
67808
67851
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -104348,6 +104391,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
104348
104391
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
104349
104392
|
top: calc(50% + 60px);
|
|
104350
104393
|
}
|
|
104394
|
+
|
|
104395
|
+
.e-image-editor.e-control.e-readonly {
|
|
104396
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
104397
|
+
}
|
|
104351
104398
|
}
|
|
104352
104399
|
|
|
104353
104400
|
|
|
@@ -109933,9 +109980,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
109933
109980
|
textarea::-webkit-scrollbar {
|
|
109934
109981
|
width: 4px;
|
|
109935
109982
|
}
|
|
109936
|
-
.hide-scrollbar textarea {
|
|
109937
|
-
scrollbar-width: none;
|
|
109938
|
-
}
|
|
109939
109983
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
109940
109984
|
right: unset;
|
|
109941
109985
|
left: 20px;
|
|
@@ -109967,6 +110011,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
109967
110011
|
}
|
|
109968
110012
|
}
|
|
109969
110013
|
&:not(.e-footer-template) {
|
|
110014
|
+
.e-textarea {
|
|
110015
|
+
max-height: 280px;
|
|
110016
|
+
}
|
|
109970
110017
|
.e-assist-send {
|
|
109971
110018
|
position: absolute;
|
|
109972
110019
|
right: 20px;
|
|
@@ -11684,6 +11684,29 @@ $textarea-float-top: -24px !default;
|
|
|
11684
11684
|
border-bottom: transparent;
|
|
11685
11685
|
}
|
|
11686
11686
|
}
|
|
11687
|
+
|
|
11688
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
11689
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
11690
|
+
padding: 0;
|
|
11691
|
+
|
|
11692
|
+
input {
|
|
11693
|
+
padding: 14px 2px 5px 12px;
|
|
11694
|
+
}
|
|
11695
|
+
|
|
11696
|
+
label.e-float-text {
|
|
11697
|
+
padding-left: 12px;
|
|
11698
|
+
}
|
|
11699
|
+
|
|
11700
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
11701
|
+
@if $input-skin-name == 'material' {
|
|
11702
|
+
padding-right: 17px;
|
|
11703
|
+
}
|
|
11704
|
+
@else {
|
|
11705
|
+
margin-right: 10px;
|
|
11706
|
+
}
|
|
11707
|
+
}
|
|
11708
|
+
}
|
|
11709
|
+
}
|
|
11687
11710
|
}
|
|
11688
11711
|
|
|
11689
11712
|
|
|
@@ -54279,6 +54302,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
54279
54302
|
@else {
|
|
54280
54303
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
54281
54304
|
}
|
|
54305
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
54306
|
+
.e-tbar-btn-text,
|
|
54307
|
+
.e-icons.e-btn-icon {
|
|
54308
|
+
color: $tbar-default-icon-color;
|
|
54309
|
+
}
|
|
54310
|
+
}
|
|
54282
54311
|
}
|
|
54283
54312
|
|
|
54284
54313
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -54302,6 +54331,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
54302
54331
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
54303
54332
|
border-style: $tbar-border-nav-type;
|
|
54304
54333
|
border-width: $tbar-btn-hover-border-size;
|
|
54334
|
+
|
|
54335
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
54336
|
+
.e-tbar-btn-text,
|
|
54337
|
+
.e-icons.e-btn-icon {
|
|
54338
|
+
color: $tbar-btn-text-focus-color;
|
|
54339
|
+
}
|
|
54340
|
+
}
|
|
54305
54341
|
}
|
|
54306
54342
|
|
|
54307
54343
|
&:active {
|
|
@@ -90007,6 +90043,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90007
90043
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
90008
90044
|
background-color: $grid-hover-bg-color;
|
|
90009
90045
|
}
|
|
90046
|
+
|
|
90047
|
+
&.sf-grid{
|
|
90048
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
90049
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
90050
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
90051
|
+
}
|
|
90052
|
+
}
|
|
90010
90053
|
}
|
|
90011
90054
|
|
|
90012
90055
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -92551,6 +92594,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
92551
92594
|
padding-top: 40px;
|
|
92552
92595
|
}
|
|
92553
92596
|
|
|
92597
|
+
& .e-mainfilterdiv {
|
|
92598
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
92599
|
+
padding-top: 30px;
|
|
92600
|
+
}
|
|
92601
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
92602
|
+
padding-top: 0;
|
|
92603
|
+
}
|
|
92604
|
+
@else {
|
|
92605
|
+
padding-top: 16px;
|
|
92606
|
+
}
|
|
92607
|
+
}
|
|
92608
|
+
|
|
92554
92609
|
& .e-filtersetdiv {
|
|
92555
92610
|
float: right;
|
|
92556
92611
|
margin-right: 1%;
|
|
@@ -135536,6 +135591,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
135536
135591
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
135537
135592
|
top: calc(50% + 60px);
|
|
135538
135593
|
}
|
|
135594
|
+
|
|
135595
|
+
.e-image-editor.e-control.e-readonly {
|
|
135596
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
135597
|
+
}
|
|
135539
135598
|
}
|
|
135540
135599
|
|
|
135541
135600
|
|
|
@@ -142242,9 +142301,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
142242
142301
|
textarea::-webkit-scrollbar {
|
|
142243
142302
|
width: 4px;
|
|
142244
142303
|
}
|
|
142245
|
-
.hide-scrollbar textarea {
|
|
142246
|
-
scrollbar-width: none;
|
|
142247
|
-
}
|
|
142248
142304
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
142249
142305
|
right: unset;
|
|
142250
142306
|
left: 20px;
|
|
@@ -142276,6 +142332,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
142276
142332
|
}
|
|
142277
142333
|
}
|
|
142278
142334
|
&:not(.e-footer-template) {
|
|
142335
|
+
.e-textarea {
|
|
142336
|
+
max-height: 280px;
|
|
142337
|
+
}
|
|
142279
142338
|
.e-assist-send {
|
|
142280
142339
|
position: absolute;
|
|
142281
142340
|
right: 20px;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"28.2.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"28.2.6","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}
|