@syncfusion/blazor-themes 28.2.5 → 28.2.7
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 +24 -5
- package/Compiled-Themes/bds-dark.css +38 -7
- package/Compiled-Themes/bds-lite.css +24 -5
- package/Compiled-Themes/bds.css +38 -7
- package/Compiled-Themes/bootstrap-dark-lite.css +22 -3
- package/Compiled-Themes/bootstrap-dark.css +41 -3
- package/Compiled-Themes/bootstrap-lite.css +22 -3
- package/Compiled-Themes/bootstrap.css +41 -3
- package/Compiled-Themes/bootstrap4-lite.css +23 -4
- package/Compiled-Themes/bootstrap4.css +43 -5
- package/Compiled-Themes/bootstrap5-dark-lite.css +23 -4
- package/Compiled-Themes/bootstrap5-dark.css +36 -5
- package/Compiled-Themes/bootstrap5-lite.css +23 -4
- package/Compiled-Themes/bootstrap5.3-dark-lite.css +33 -14
- package/Compiled-Themes/bootstrap5.3-dark.css +53 -15
- package/Compiled-Themes/bootstrap5.3-lite.css +40 -21
- package/Compiled-Themes/bootstrap5.3.css +60 -22
- package/Compiled-Themes/bootstrap5.css +36 -5
- package/Compiled-Themes/fabric-dark-lite.css +22 -3
- package/Compiled-Themes/fabric-dark.css +44 -6
- package/Compiled-Themes/fabric-lite.css +22 -3
- package/Compiled-Themes/fabric.css +44 -6
- package/Compiled-Themes/fluent-dark-lite.css +23 -4
- package/Compiled-Themes/fluent-dark.css +36 -5
- package/Compiled-Themes/fluent-lite.css +23 -4
- package/Compiled-Themes/fluent.css +36 -5
- package/Compiled-Themes/fluent2-dark-lite.css +27 -8
- package/Compiled-Themes/fluent2-dark.css +47 -9
- package/Compiled-Themes/fluent2-highcontrast-lite.css +27 -8
- package/Compiled-Themes/fluent2-highcontrast.css +47 -9
- package/Compiled-Themes/fluent2-lite.css +27 -8
- package/Compiled-Themes/fluent2.css +47 -9
- package/Compiled-Themes/highcontrast-lite.css +23 -4
- package/Compiled-Themes/highcontrast.css +43 -5
- package/Compiled-Themes/material-dark-lite.css +23 -4
- package/Compiled-Themes/material-dark.css +43 -5
- package/Compiled-Themes/material-lite.css +24 -5
- package/Compiled-Themes/material.css +44 -6
- package/Compiled-Themes/material3-dark-lite.css +25 -6
- package/Compiled-Themes/material3-dark.css +45 -7
- package/Compiled-Themes/material3-lite.css +25 -6
- package/Compiled-Themes/material3.css +45 -7
- package/Compiled-Themes/tailwind-dark-lite.css +24 -5
- package/Compiled-Themes/tailwind-dark.css +38 -7
- package/Compiled-Themes/tailwind-lite.css +24 -5
- package/Compiled-Themes/tailwind.css +38 -7
- package/Compiled-Themes/tailwind3-dark-lite.css +21 -3
- package/Compiled-Themes/tailwind3-dark.css +41 -4
- package/Compiled-Themes/tailwind3-lite.css +21 -3
- package/Compiled-Themes/tailwind3.css +41 -4
- 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 +38 -11
- package/SCSS-Themes/bds-dark.scss +62 -23
- package/SCSS-Themes/bds-lite.scss +38 -11
- package/SCSS-Themes/bds.scss +62 -23
- package/SCSS-Themes/bootstrap-dark-lite.scss +35 -8
- package/SCSS-Themes/bootstrap-dark.scss +59 -20
- package/SCSS-Themes/bootstrap-lite.scss +36 -8
- package/SCSS-Themes/bootstrap.scss +60 -20
- package/SCSS-Themes/bootstrap4-lite.scss +37 -10
- package/SCSS-Themes/bootstrap4.scss +61 -22
- package/SCSS-Themes/bootstrap5-dark-lite.scss +36 -10
- package/SCSS-Themes/bootstrap5-dark.scss +60 -22
- package/SCSS-Themes/bootstrap5-lite.scss +36 -10
- package/SCSS-Themes/bootstrap5.3-dark-lite.scss +45 -19
- package/SCSS-Themes/bootstrap5.3-dark.scss +69 -31
- package/SCSS-Themes/bootstrap5.3-lite.scss +52 -26
- package/SCSS-Themes/bootstrap5.3.scss +76 -38
- package/SCSS-Themes/bootstrap5.scss +60 -22
- package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark-lite.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/fabric-lite.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/highcontrast-lite.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/material-dark-lite.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/material-lite.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/material.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/material3-dark-lite.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/material3-lite.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/bds-dark-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/bds-dark.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/bds-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/bds.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-lite.scss +19 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap.scss +31 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4-lite.scss +20 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4.scss +32 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-dark-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-dark.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-dark-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-dark.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-highcontrast-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-highcontrast.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast-lite.scss +19 -6
- package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast.scss +31 -18
- package/SCSS-Themes/dropdowns/drop-down-tree/material-dark-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/material-dark.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/material-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/material.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark-lite.scss +20 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark.scss +32 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/material3-lite.scss +20 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/material3.scss +32 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark-lite.scss +20 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark.scss +32 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-lite.scss +20 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind.scss +32 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-dark-lite.scss +18 -6
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-dark.scss +30 -18
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-lite.scss +18 -6
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3.scss +30 -18
- package/SCSS-Themes/fabric-dark-lite.scss +37 -10
- package/SCSS-Themes/fabric-dark.scss +61 -22
- package/SCSS-Themes/fabric-lite.scss +37 -10
- package/SCSS-Themes/fabric.scss +61 -22
- package/SCSS-Themes/fluent-dark-lite.scss +36 -10
- package/SCSS-Themes/fluent-dark.scss +60 -22
- package/SCSS-Themes/fluent-lite.scss +36 -10
- package/SCSS-Themes/fluent.scss +60 -22
- package/SCSS-Themes/fluent2-dark-lite.scss +40 -13
- package/SCSS-Themes/fluent2-dark.scss +64 -25
- package/SCSS-Themes/fluent2-highcontrast-lite.scss +40 -13
- package/SCSS-Themes/fluent2-highcontrast.scss +64 -25
- package/SCSS-Themes/fluent2-lite.scss +40 -13
- package/SCSS-Themes/fluent2.scss +64 -25
- 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 +37 -10
- package/SCSS-Themes/highcontrast.scss +61 -22
- 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/material-dark-lite.scss +37 -10
- package/SCSS-Themes/material-dark.scss +61 -22
- package/SCSS-Themes/material-lite.scss +37 -10
- package/SCSS-Themes/material.scss +61 -22
- package/SCSS-Themes/material3-dark-lite.scss +38 -11
- package/SCSS-Themes/material3-dark.scss +62 -23
- package/SCSS-Themes/material3-lite.scss +38 -11
- package/SCSS-Themes/material3.scss +62 -23
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap4-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap4.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-highcontrast-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-highcontrast.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/highcontrast-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/highcontrast.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3.scss +7 -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 +37 -11
- package/SCSS-Themes/tailwind-dark.scss +61 -23
- package/SCSS-Themes/tailwind-lite.scss +37 -11
- package/SCSS-Themes/tailwind.scss +61 -23
- package/SCSS-Themes/tailwind3-dark-lite.scss +35 -9
- package/SCSS-Themes/tailwind3-dark.scss +59 -21
- package/SCSS-Themes/tailwind3-lite.scss +35 -9
- package/SCSS-Themes/tailwind3.scss +59 -21
- package/package.json +1 -1
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $grey-dark !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $grey-dark !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $grey-dark !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $grey-dark !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $grey-e6 !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $grey-e6 !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $grey-e6 !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $grey-e6 !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $neutral-light !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $neutral-light !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $neutral-light !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $neutral-light !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: rgba($grey-white, .1) !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: rgba($grey-white, .1) !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|