@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
|
@@ -1324,6 +1324,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1324
1324
|
@else {
|
|
1325
1325
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1326
1326
|
}
|
|
1327
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1328
|
+
.e-tbar-btn-text,
|
|
1329
|
+
.e-icons.e-btn-icon {
|
|
1330
|
+
color: $tbar-default-icon-color;
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1327
1333
|
}
|
|
1328
1334
|
|
|
1329
1335
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1347,6 +1353,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1347
1353
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1348
1354
|
border-style: $tbar-border-nav-type;
|
|
1349
1355
|
border-width: $tbar-btn-hover-border-size;
|
|
1356
|
+
|
|
1357
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1358
|
+
.e-tbar-btn-text,
|
|
1359
|
+
.e-icons.e-btn-icon {
|
|
1360
|
+
color: $tbar-btn-text-focus-color;
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1350
1363
|
}
|
|
1351
1364
|
|
|
1352
1365
|
&:active {
|
|
@@ -1322,6 +1322,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1322
1322
|
@else {
|
|
1323
1323
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1324
1324
|
}
|
|
1325
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1326
|
+
.e-tbar-btn-text,
|
|
1327
|
+
.e-icons.e-btn-icon {
|
|
1328
|
+
color: $tbar-default-icon-color;
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1325
1331
|
}
|
|
1326
1332
|
|
|
1327
1333
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1345,6 +1351,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1345
1351
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1346
1352
|
border-style: $tbar-border-nav-type;
|
|
1347
1353
|
border-width: $tbar-btn-hover-border-size;
|
|
1354
|
+
|
|
1355
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1356
|
+
.e-tbar-btn-text,
|
|
1357
|
+
.e-icons.e-btn-icon {
|
|
1358
|
+
color: $tbar-btn-text-focus-color;
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1348
1361
|
}
|
|
1349
1362
|
|
|
1350
1363
|
&:active {
|
|
@@ -1322,6 +1322,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1322
1322
|
@else {
|
|
1323
1323
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1324
1324
|
}
|
|
1325
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1326
|
+
.e-tbar-btn-text,
|
|
1327
|
+
.e-icons.e-btn-icon {
|
|
1328
|
+
color: $tbar-default-icon-color;
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1325
1331
|
}
|
|
1326
1332
|
|
|
1327
1333
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1345,6 +1351,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1345
1351
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1346
1352
|
border-style: $tbar-border-nav-type;
|
|
1347
1353
|
border-width: $tbar-btn-hover-border-size;
|
|
1354
|
+
|
|
1355
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1356
|
+
.e-tbar-btn-text,
|
|
1357
|
+
.e-icons.e-btn-icon {
|
|
1358
|
+
color: $tbar-btn-text-focus-color;
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1348
1361
|
}
|
|
1349
1362
|
|
|
1350
1363
|
&:active {
|
|
@@ -1322,6 +1322,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1322
1322
|
@else {
|
|
1323
1323
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1324
1324
|
}
|
|
1325
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1326
|
+
.e-tbar-btn-text,
|
|
1327
|
+
.e-icons.e-btn-icon {
|
|
1328
|
+
color: $tbar-default-icon-color;
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1325
1331
|
}
|
|
1326
1332
|
|
|
1327
1333
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1345,6 +1351,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1345
1351
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1346
1352
|
border-style: $tbar-border-nav-type;
|
|
1347
1353
|
border-width: $tbar-btn-hover-border-size;
|
|
1354
|
+
|
|
1355
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1356
|
+
.e-tbar-btn-text,
|
|
1357
|
+
.e-icons.e-btn-icon {
|
|
1358
|
+
color: $tbar-btn-text-focus-color;
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1348
1361
|
}
|
|
1349
1362
|
|
|
1350
1363
|
&:active {
|
|
@@ -1322,6 +1322,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1322
1322
|
@else {
|
|
1323
1323
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1324
1324
|
}
|
|
1325
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1326
|
+
.e-tbar-btn-text,
|
|
1327
|
+
.e-icons.e-btn-icon {
|
|
1328
|
+
color: $tbar-default-icon-color;
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1325
1331
|
}
|
|
1326
1332
|
|
|
1327
1333
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1345,6 +1351,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1345
1351
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1346
1352
|
border-style: $tbar-border-nav-type;
|
|
1347
1353
|
border-width: $tbar-btn-hover-border-size;
|
|
1354
|
+
|
|
1355
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1356
|
+
.e-tbar-btn-text,
|
|
1357
|
+
.e-icons.e-btn-icon {
|
|
1358
|
+
color: $tbar-btn-text-focus-color;
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1348
1361
|
}
|
|
1349
1362
|
|
|
1350
1363
|
&:active {
|
|
@@ -1324,6 +1324,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1324
1324
|
@else {
|
|
1325
1325
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1326
1326
|
}
|
|
1327
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1328
|
+
.e-tbar-btn-text,
|
|
1329
|
+
.e-icons.e-btn-icon {
|
|
1330
|
+
color: $tbar-default-icon-color;
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1327
1333
|
}
|
|
1328
1334
|
|
|
1329
1335
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1347,6 +1353,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1347
1353
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1348
1354
|
border-style: $tbar-border-nav-type;
|
|
1349
1355
|
border-width: $tbar-btn-hover-border-size;
|
|
1356
|
+
|
|
1357
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1358
|
+
.e-tbar-btn-text,
|
|
1359
|
+
.e-icons.e-btn-icon {
|
|
1360
|
+
color: $tbar-btn-text-focus-color;
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1350
1363
|
}
|
|
1351
1364
|
|
|
1352
1365
|
&:active {
|
|
@@ -1324,6 +1324,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1324
1324
|
@else {
|
|
1325
1325
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1326
1326
|
}
|
|
1327
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1328
|
+
.e-tbar-btn-text,
|
|
1329
|
+
.e-icons.e-btn-icon {
|
|
1330
|
+
color: $tbar-default-icon-color;
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1327
1333
|
}
|
|
1328
1334
|
|
|
1329
1335
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1347,6 +1353,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1347
1353
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1348
1354
|
border-style: $tbar-border-nav-type;
|
|
1349
1355
|
border-width: $tbar-btn-hover-border-size;
|
|
1356
|
+
|
|
1357
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1358
|
+
.e-tbar-btn-text,
|
|
1359
|
+
.e-icons.e-btn-icon {
|
|
1360
|
+
color: $tbar-btn-text-focus-color;
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1350
1363
|
}
|
|
1351
1364
|
|
|
1352
1365
|
&:active {
|
|
@@ -1324,6 +1324,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1324
1324
|
@else {
|
|
1325
1325
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1326
1326
|
}
|
|
1327
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1328
|
+
.e-tbar-btn-text,
|
|
1329
|
+
.e-icons.e-btn-icon {
|
|
1330
|
+
color: $tbar-default-icon-color;
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1327
1333
|
}
|
|
1328
1334
|
|
|
1329
1335
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1347,6 +1353,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1347
1353
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1348
1354
|
border-style: $tbar-border-nav-type;
|
|
1349
1355
|
border-width: $tbar-btn-hover-border-size;
|
|
1356
|
+
|
|
1357
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1358
|
+
.e-tbar-btn-text,
|
|
1359
|
+
.e-icons.e-btn-icon {
|
|
1360
|
+
color: $tbar-btn-text-focus-color;
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1350
1363
|
}
|
|
1351
1364
|
|
|
1352
1365
|
&:active {
|
|
@@ -1324,6 +1324,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1324
1324
|
@else {
|
|
1325
1325
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
1326
1326
|
}
|
|
1327
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1328
|
+
.e-tbar-btn-text,
|
|
1329
|
+
.e-icons.e-btn-icon {
|
|
1330
|
+
color: $tbar-default-icon-color;
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1327
1333
|
}
|
|
1328
1334
|
|
|
1329
1335
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -1347,6 +1353,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1347
1353
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
1348
1354
|
border-style: $tbar-border-nav-type;
|
|
1349
1355
|
border-width: $tbar-btn-hover-border-size;
|
|
1356
|
+
|
|
1357
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
1358
|
+
.e-tbar-btn-text,
|
|
1359
|
+
.e-icons.e-btn-icon {
|
|
1360
|
+
color: $tbar-btn-text-focus-color;
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1350
1363
|
}
|
|
1351
1364
|
|
|
1352
1365
|
&:active {
|
|
@@ -530,13 +530,13 @@ $pv-comment-title-padding-top: 7px !default;
|
|
|
530
530
|
$pv-signature-footer-color: $content-bg-color-alt2 !default;
|
|
531
531
|
$pv-signature-border-color: 1px dotted $content-bg-color-alt2 !default;
|
|
532
532
|
$pv-signature-color: $primary !default;
|
|
533
|
-
$pv-form-checkbox-border-color: $black !default;
|
|
533
|
+
$pv-form-checkbox-border-color: rgba($black) !default;
|
|
534
534
|
$pv-form-field-size: 0 !default;
|
|
535
535
|
$pv-form-field-radiobutton-border: 5px solid $white !default;
|
|
536
536
|
$pv-form-field-radiobutton-box-shadow: 0 0 0 1px $black !default;
|
|
537
537
|
$pv-form-field-li-background-color: $primary !default;
|
|
538
538
|
$pv-form-field-checkbox-container: 1px solid $black !default;
|
|
539
|
-
$pv-form-field-checkbox-checked: solid $black !default;
|
|
539
|
+
$pv-form-field-checkbox-checked: solid rgba($black) !default;
|
|
540
540
|
$pv-form-field-checkbox-border-width: 3px !default;
|
|
541
541
|
$pv-form-field-property-header-font-size: 20px !default;
|
|
542
542
|
$pv-form-field-property-header-font-weight: 500 !default;
|
|
@@ -530,13 +530,13 @@ $pv-comment-title-padding-top: 7px !default;
|
|
|
530
530
|
$pv-signature-footer-color: $content-bg-color-alt2 !default;
|
|
531
531
|
$pv-signature-border-color: 1px dotted $content-bg-color-alt2 !default;
|
|
532
532
|
$pv-signature-color: $primary !default;
|
|
533
|
-
$pv-form-checkbox-border-color: $black !default;
|
|
533
|
+
$pv-form-checkbox-border-color: rgba($black) !default;
|
|
534
534
|
$pv-form-field-size: 0 !default;
|
|
535
535
|
$pv-form-field-radiobutton-border: 5px solid $white !default;
|
|
536
536
|
$pv-form-field-radiobutton-box-shadow: 0 0 0 1px $black !default;
|
|
537
537
|
$pv-form-field-li-background-color: $primary !default;
|
|
538
538
|
$pv-form-field-checkbox-container: 1px solid $black !default;
|
|
539
|
-
$pv-form-field-checkbox-checked: solid $black !default;
|
|
539
|
+
$pv-form-field-checkbox-checked: solid rgba($black) !default;
|
|
540
540
|
$pv-form-field-checkbox-border-width: 3px !default;
|
|
541
541
|
$pv-form-field-property-header-font-size: 20px !default;
|
|
542
542
|
$pv-form-field-property-header-font-weight: 500 !default;
|
|
@@ -530,13 +530,13 @@ $pv-comment-title-padding-top: 7px !default;
|
|
|
530
530
|
$pv-signature-footer-color: $content-bg-color-alt2 !default;
|
|
531
531
|
$pv-signature-border-color: 1px dotted $content-bg-color-alt2 !default;
|
|
532
532
|
$pv-signature-color: $primary !default;
|
|
533
|
-
$pv-form-checkbox-border-color: $black !default;
|
|
533
|
+
$pv-form-checkbox-border-color: rgba($black) !default;
|
|
534
534
|
$pv-form-field-size: 0 !default;
|
|
535
535
|
$pv-form-field-radiobutton-border: 5px solid $white !default;
|
|
536
536
|
$pv-form-field-radiobutton-box-shadow: 0 0 0 1px $black !default;
|
|
537
537
|
$pv-form-field-li-background-color: $primary !default;
|
|
538
538
|
$pv-form-field-checkbox-container: 1px solid $black !default;
|
|
539
|
-
$pv-form-field-checkbox-checked: solid $black !default;
|
|
539
|
+
$pv-form-field-checkbox-checked: solid rgba($black) !default;
|
|
540
540
|
$pv-form-field-checkbox-border-width: 3px !default;
|
|
541
541
|
$pv-form-field-property-header-font-size: 20px !default;
|
|
542
542
|
$pv-form-field-property-header-font-weight: 500 !default;
|
|
@@ -530,13 +530,13 @@ $pv-comment-title-padding-top: 7px !default;
|
|
|
530
530
|
$pv-signature-footer-color: $content-bg-color-alt2 !default;
|
|
531
531
|
$pv-signature-border-color: 1px dotted $content-bg-color-alt2 !default;
|
|
532
532
|
$pv-signature-color: $primary !default;
|
|
533
|
-
$pv-form-checkbox-border-color: $black !default;
|
|
533
|
+
$pv-form-checkbox-border-color: rgba($black) !default;
|
|
534
534
|
$pv-form-field-size: 0 !default;
|
|
535
535
|
$pv-form-field-radiobutton-border: 5px solid $white !default;
|
|
536
536
|
$pv-form-field-radiobutton-box-shadow: 0 0 0 1px $black !default;
|
|
537
537
|
$pv-form-field-li-background-color: $primary !default;
|
|
538
538
|
$pv-form-field-checkbox-container: 1px solid $black !default;
|
|
539
|
-
$pv-form-field-checkbox-checked: solid $black !default;
|
|
539
|
+
$pv-form-field-checkbox-checked: solid rgba($black) !default;
|
|
540
540
|
$pv-form-field-checkbox-border-width: 3px !default;
|
|
541
541
|
$pv-form-field-property-header-font-size: 20px !default;
|
|
542
542
|
$pv-form-field-property-header-font-weight: 500 !default;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
@import '../../dropdowns/mention/fluent2-dark.scss';
|
|
36
36
|
@import '../../calendars/timepicker/fluent2-dark.scss';
|
|
37
37
|
$recurrence-label-bottom: 7px !default;
|
|
38
|
-
$recurrence-month-label-bottom:
|
|
38
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
39
39
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
40
40
|
$recurrence-week-label-bottom: 10px !default;
|
|
41
41
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -46,7 +46,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
46
46
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
47
47
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
48
48
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
49
|
-
$recurrence-week-position-min-width:
|
|
49
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
50
50
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
51
51
|
|
|
52
52
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
@import '../../dropdowns/mention/fluent2-dark.scss';
|
|
36
36
|
@import '../../calendars/timepicker/fluent2-dark.scss';
|
|
37
37
|
$recurrence-label-bottom: 7px !default;
|
|
38
|
-
$recurrence-month-label-bottom:
|
|
38
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
39
39
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
40
40
|
$recurrence-week-label-bottom: 10px !default;
|
|
41
41
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -46,7 +46,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
46
46
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
47
47
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
48
48
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
49
|
-
$recurrence-week-position-min-width:
|
|
49
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
50
50
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
51
51
|
|
|
52
52
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
@import '../../dropdowns/mention/fluent2-highcontrast.scss';
|
|
36
36
|
@import '../../calendars/timepicker/fluent2-highcontrast.scss';
|
|
37
37
|
$recurrence-label-bottom: 7px !default;
|
|
38
|
-
$recurrence-month-label-bottom:
|
|
38
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
39
39
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
40
40
|
$recurrence-week-label-bottom: 10px !default;
|
|
41
41
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -46,7 +46,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
46
46
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
47
47
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
48
48
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
49
|
-
$recurrence-week-position-min-width:
|
|
49
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
50
50
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
51
51
|
|
|
52
52
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
@import '../../dropdowns/mention/fluent2-highcontrast.scss';
|
|
36
36
|
@import '../../calendars/timepicker/fluent2-highcontrast.scss';
|
|
37
37
|
$recurrence-label-bottom: 7px !default;
|
|
38
|
-
$recurrence-month-label-bottom:
|
|
38
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
39
39
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
40
40
|
$recurrence-week-label-bottom: 10px !default;
|
|
41
41
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -46,7 +46,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
46
46
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
47
47
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
48
48
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
49
|
-
$recurrence-week-position-min-width:
|
|
49
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
50
50
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
51
51
|
|
|
52
52
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
@import '../../dropdowns/mention/fluent2.scss';
|
|
36
36
|
@import '../../calendars/timepicker/fluent2.scss';
|
|
37
37
|
$recurrence-label-bottom: 7px !default;
|
|
38
|
-
$recurrence-month-label-bottom:
|
|
38
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
39
39
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
40
40
|
$recurrence-week-label-bottom: 10px !default;
|
|
41
41
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -46,7 +46,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
46
46
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
47
47
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
48
48
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
49
|
-
$recurrence-week-position-min-width:
|
|
49
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
50
50
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
51
51
|
|
|
52
52
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
@import '../../dropdowns/mention/fluent2.scss';
|
|
36
36
|
@import '../../calendars/timepicker/fluent2.scss';
|
|
37
37
|
$recurrence-label-bottom: 7px !default;
|
|
38
|
-
$recurrence-month-label-bottom:
|
|
38
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
39
39
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
40
40
|
$recurrence-week-label-bottom: 10px !default;
|
|
41
41
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -46,7 +46,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
46
46
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
47
47
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
48
48
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
49
|
-
$recurrence-week-position-min-width:
|
|
49
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
50
50
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
51
51
|
|
|
52
52
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -8994,6 +8994,29 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
|
|
|
8994
8994
|
border-bottom: transparent;
|
|
8995
8995
|
}
|
|
8996
8996
|
}
|
|
8997
|
+
|
|
8998
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8999
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9000
|
+
padding: 0;
|
|
9001
|
+
|
|
9002
|
+
input {
|
|
9003
|
+
padding: 14px 2px 5px 12px;
|
|
9004
|
+
}
|
|
9005
|
+
|
|
9006
|
+
label.e-float-text {
|
|
9007
|
+
padding-left: 12px;
|
|
9008
|
+
}
|
|
9009
|
+
|
|
9010
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9011
|
+
@if $input-skin-name == 'material' {
|
|
9012
|
+
padding-right: 17px;
|
|
9013
|
+
}
|
|
9014
|
+
@else {
|
|
9015
|
+
margin-right: 10px;
|
|
9016
|
+
}
|
|
9017
|
+
}
|
|
9018
|
+
}
|
|
9019
|
+
}
|
|
8997
9020
|
}
|
|
8998
9021
|
|
|
8999
9022
|
|
|
@@ -38101,6 +38124,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38101
38124
|
@else {
|
|
38102
38125
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
38103
38126
|
}
|
|
38127
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38128
|
+
.e-tbar-btn-text,
|
|
38129
|
+
.e-icons.e-btn-icon {
|
|
38130
|
+
color: $tbar-default-icon-color;
|
|
38131
|
+
}
|
|
38132
|
+
}
|
|
38104
38133
|
}
|
|
38105
38134
|
|
|
38106
38135
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -38124,6 +38153,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
38124
38153
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
38125
38154
|
border-style: $tbar-border-nav-type;
|
|
38126
38155
|
border-width: $tbar-btn-hover-border-size;
|
|
38156
|
+
|
|
38157
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
38158
|
+
.e-tbar-btn-text,
|
|
38159
|
+
.e-icons.e-btn-icon {
|
|
38160
|
+
color: $tbar-btn-text-focus-color;
|
|
38161
|
+
}
|
|
38162
|
+
}
|
|
38127
38163
|
}
|
|
38128
38164
|
|
|
38129
38165
|
&:active {
|
|
@@ -65820,6 +65856,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
65820
65856
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
65821
65857
|
background-color: $grid-hover-bg-color;
|
|
65822
65858
|
}
|
|
65859
|
+
|
|
65860
|
+
&.sf-grid{
|
|
65861
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
65862
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
65863
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
65864
|
+
}
|
|
65865
|
+
}
|
|
65823
65866
|
}
|
|
65824
65867
|
|
|
65825
65868
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -102347,6 +102390,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
102347
102390
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
102348
102391
|
top: calc(50% + 60px);
|
|
102349
102392
|
}
|
|
102393
|
+
|
|
102394
|
+
.e-image-editor.e-control.e-readonly {
|
|
102395
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
102396
|
+
}
|
|
102350
102397
|
}
|
|
102351
102398
|
|
|
102352
102399
|
|
|
@@ -107933,9 +107980,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
107933
107980
|
textarea::-webkit-scrollbar {
|
|
107934
107981
|
width: 4px;
|
|
107935
107982
|
}
|
|
107936
|
-
.hide-scrollbar textarea {
|
|
107937
|
-
scrollbar-width: none;
|
|
107938
|
-
}
|
|
107939
107983
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
107940
107984
|
right: unset;
|
|
107941
107985
|
left: 20px;
|
|
@@ -107967,6 +108011,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
107967
108011
|
}
|
|
107968
108012
|
}
|
|
107969
108013
|
&:not(.e-footer-template) {
|
|
108014
|
+
.e-textarea {
|
|
108015
|
+
max-height: 280px;
|
|
108016
|
+
}
|
|
107970
108017
|
.e-assist-send {
|
|
107971
108018
|
position: absolute;
|
|
107972
108019
|
right: 20px;
|
|
@@ -9828,6 +9828,29 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
|
|
|
9828
9828
|
border-bottom: transparent;
|
|
9829
9829
|
}
|
|
9830
9830
|
}
|
|
9831
|
+
|
|
9832
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9833
|
+
.e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
|
|
9834
|
+
padding: 0;
|
|
9835
|
+
|
|
9836
|
+
input {
|
|
9837
|
+
padding: 14px 2px 5px 12px;
|
|
9838
|
+
}
|
|
9839
|
+
|
|
9840
|
+
label.e-float-text {
|
|
9841
|
+
padding-left: 12px;
|
|
9842
|
+
}
|
|
9843
|
+
|
|
9844
|
+
.e-input-in-wrap .e-input-group-icon {
|
|
9845
|
+
@if $input-skin-name == 'material' {
|
|
9846
|
+
padding-right: 17px;
|
|
9847
|
+
}
|
|
9848
|
+
@else {
|
|
9849
|
+
margin-right: 10px;
|
|
9850
|
+
}
|
|
9851
|
+
}
|
|
9852
|
+
}
|
|
9853
|
+
}
|
|
9831
9854
|
}
|
|
9832
9855
|
|
|
9833
9856
|
|
|
@@ -52345,6 +52368,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52345
52368
|
@else {
|
|
52346
52369
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
52347
52370
|
}
|
|
52371
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52372
|
+
.e-tbar-btn-text,
|
|
52373
|
+
.e-icons.e-btn-icon {
|
|
52374
|
+
color: $tbar-default-icon-color;
|
|
52375
|
+
}
|
|
52376
|
+
}
|
|
52348
52377
|
}
|
|
52349
52378
|
|
|
52350
52379
|
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
@@ -52368,6 +52397,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
52368
52397
|
border-color: $tbar-ext-btn-hover-border-color;
|
|
52369
52398
|
border-style: $tbar-border-nav-type;
|
|
52370
52399
|
border-width: $tbar-btn-hover-border-size;
|
|
52400
|
+
|
|
52401
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
52402
|
+
.e-tbar-btn-text,
|
|
52403
|
+
.e-icons.e-btn-icon {
|
|
52404
|
+
color: $tbar-btn-text-focus-color;
|
|
52405
|
+
}
|
|
52406
|
+
}
|
|
52371
52407
|
}
|
|
52372
52408
|
|
|
52373
52409
|
&:active {
|
|
@@ -88024,6 +88060,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
88024
88060
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
88025
88061
|
background-color: $grid-hover-bg-color;
|
|
88026
88062
|
}
|
|
88063
|
+
|
|
88064
|
+
&.sf-grid{
|
|
88065
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
88066
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
88067
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
88068
|
+
}
|
|
88069
|
+
}
|
|
88027
88070
|
}
|
|
88028
88071
|
|
|
88029
88072
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90569,6 +90612,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90569
90612
|
padding-top: 40px;
|
|
90570
90613
|
}
|
|
90571
90614
|
|
|
90615
|
+
& .e-mainfilterdiv {
|
|
90616
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90617
|
+
padding-top: 30px;
|
|
90618
|
+
}
|
|
90619
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90620
|
+
padding-top: 0;
|
|
90621
|
+
}
|
|
90622
|
+
@else {
|
|
90623
|
+
padding-top: 16px;
|
|
90624
|
+
}
|
|
90625
|
+
}
|
|
90626
|
+
|
|
90572
90627
|
& .e-filtersetdiv {
|
|
90573
90628
|
float: right;
|
|
90574
90629
|
margin-right: 1%;
|
|
@@ -133535,6 +133590,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
|
133535
133590
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
133536
133591
|
top: calc(50% + 60px);
|
|
133537
133592
|
}
|
|
133593
|
+
|
|
133594
|
+
.e-image-editor.e-control.e-readonly {
|
|
133595
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
133596
|
+
}
|
|
133538
133597
|
}
|
|
133539
133598
|
|
|
133540
133599
|
|
|
@@ -140242,9 +140301,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140242
140301
|
textarea::-webkit-scrollbar {
|
|
140243
140302
|
width: 4px;
|
|
140244
140303
|
}
|
|
140245
|
-
.hide-scrollbar textarea {
|
|
140246
|
-
scrollbar-width: none;
|
|
140247
|
-
}
|
|
140248
140304
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
140249
140305
|
right: unset;
|
|
140250
140306
|
left: 20px;
|
|
@@ -140276,6 +140332,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140276
140332
|
}
|
|
140277
140333
|
}
|
|
140278
140334
|
&:not(.e-footer-template) {
|
|
140335
|
+
.e-textarea {
|
|
140336
|
+
max-height: 280px;
|
|
140337
|
+
}
|
|
140279
140338
|
.e-assist-send {
|
|
140280
140339
|
position: absolute;
|
|
140281
140340
|
right: 20px;
|