@syncfusion/ej2-layouts 20.2.46 → 20.3.47
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/CHANGELOG.md +2 -0
- package/dist/ej2-layouts.min.js +10 -0
- package/dist/ej2-layouts.umd.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-layouts.es2015.js +1 -1
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +3 -2
- package/dist/es6/ej2-layouts.es5.js.map +1 -1
- package/dist/global/ej2-layouts.min.js +2 -2
- package/dist/global/ej2-layouts.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/dashboard-layout/dashboard-layout.js +0 -1
- package/src/splitter/splitter.d.ts +1 -0
- package/src/splitter/splitter.js +3 -1
- package/styles/avatar/_bootstrap-dark-definition.scss +0 -1
- package/styles/avatar/_fabric-dark-definition.scss +0 -1
- package/styles/avatar/_highcontrast-light-definition.scss +0 -1
- package/styles/avatar/_material-dark-definition.scss +0 -1
- package/styles/avatar/_theme.scss +1 -0
- package/styles/bootstrap-dark.css +11 -9
- package/styles/bootstrap.css +11 -9
- package/styles/bootstrap4.css +11 -9
- package/styles/bootstrap5-dark.css +11 -9
- package/styles/bootstrap5.css +11 -9
- package/styles/card/_all.scss +1 -1
- package/styles/card/_bootstrap-dark-definition.scss +6 -9
- package/styles/card/_bootstrap-definition.scss +2 -4
- package/styles/card/_bootstrap4-definition.scss +2 -4
- package/styles/card/_bootstrap5-definition.scss +8 -2
- package/styles/card/_fabric-dark-definition.scss +6 -9
- package/styles/card/_fabric-definition.scss +2 -4
- package/styles/card/_fluent-definition.scss +8 -2
- package/styles/card/_fusionnew-definition.scss +8 -2
- package/styles/card/_highcontrast-definition.scss +2 -4
- package/styles/card/_highcontrast-light-definition.scss +6 -9
- package/styles/card/_layout.scss +7 -8
- package/styles/card/_material-dark-definition.scss +7 -8
- package/styles/card/_material-definition.scss +4 -5
- package/styles/card/_material3-definition.scss +8 -2
- package/styles/card/_tailwind-definition.scss +7 -2
- package/styles/card/_theme.scss +3 -3
- package/styles/card/bootstrap-dark.css +5 -4
- package/styles/card/bootstrap.css +5 -4
- package/styles/card/bootstrap4.css +5 -4
- package/styles/card/bootstrap5-dark.css +5 -4
- package/styles/card/bootstrap5.css +5 -4
- package/styles/card/fabric-dark.css +5 -4
- package/styles/card/fabric.css +5 -4
- package/styles/card/fluent-dark.css +5 -4
- package/styles/card/fluent.css +5 -4
- package/styles/card/highcontrast-light.css +5 -4
- package/styles/card/highcontrast.css +5 -4
- package/styles/card/material-dark.css +5 -4
- package/styles/card/material.css +5 -4
- package/styles/card/tailwind-dark.css +3 -6
- package/styles/card/tailwind.css +3 -6
- package/styles/dashboard-layout/_bootstrap-dark-definition.scss +1 -3
- package/styles/dashboard-layout/_bootstrap-definition.scss +1 -3
- package/styles/dashboard-layout/_bootstrap4-definition.scss +2 -3
- package/styles/dashboard-layout/_bootstrap5-definition.scss +1 -2
- package/styles/dashboard-layout/_fabric-dark-definition.scss +1 -3
- package/styles/dashboard-layout/_fabric-definition.scss +1 -3
- package/styles/dashboard-layout/_fluent-definition.scss +1 -2
- package/styles/dashboard-layout/_fusionnew-definition.scss +1 -2
- package/styles/dashboard-layout/_highcontrast-definition.scss +1 -3
- package/styles/dashboard-layout/_highcontrast-light-definition.scss +1 -3
- package/styles/dashboard-layout/_layout.scss +0 -5
- package/styles/dashboard-layout/_material-dark-definition.scss +1 -3
- package/styles/dashboard-layout/_material-definition.scss +1 -3
- package/styles/dashboard-layout/_material3-definition.scss +1 -2
- package/styles/dashboard-layout/_tailwind-definition.scss +1 -2
- package/styles/dashboard-layout/bootstrap-dark.css +1 -0
- package/styles/dashboard-layout/bootstrap.css +1 -0
- package/styles/dashboard-layout/bootstrap4.css +1 -0
- package/styles/dashboard-layout/bootstrap5-dark.css +1 -0
- package/styles/dashboard-layout/bootstrap5.css +1 -0
- package/styles/dashboard-layout/fabric-dark.css +1 -0
- package/styles/dashboard-layout/fabric.css +1 -0
- package/styles/dashboard-layout/fluent-dark.css +1 -0
- package/styles/dashboard-layout/fluent.css +1 -0
- package/styles/dashboard-layout/highcontrast-light.css +1 -0
- package/styles/dashboard-layout/highcontrast.css +1 -0
- package/styles/dashboard-layout/icons/_bootstrap-dark.scss +0 -1
- package/styles/dashboard-layout/icons/_bootstrap.scss +0 -1
- package/styles/dashboard-layout/icons/_bootstrap4.scss +0 -1
- package/styles/dashboard-layout/icons/_bootstrap5.scss +0 -1
- package/styles/dashboard-layout/icons/_fabric-dark.scss +0 -2
- package/styles/dashboard-layout/icons/_fabric.scss +0 -2
- package/styles/dashboard-layout/icons/_fluent.scss +0 -1
- package/styles/dashboard-layout/icons/_fusionnew.scss +0 -1
- package/styles/dashboard-layout/icons/_highcontrast.scss +0 -1
- package/styles/dashboard-layout/icons/_material-dark.scss +0 -1
- package/styles/dashboard-layout/icons/_material.scss +0 -1
- package/styles/dashboard-layout/icons/_material3.scss +0 -1
- package/styles/dashboard-layout/icons/_tailwind-dark.scss +0 -1
- package/styles/dashboard-layout/icons/_tailwind.scss +0 -1
- package/styles/dashboard-layout/material-dark.css +1 -0
- package/styles/dashboard-layout/material.css +1 -0
- package/styles/dashboard-layout/tailwind-dark.css +1 -0
- package/styles/dashboard-layout/tailwind.css +1 -0
- package/styles/fabric-dark.css +11 -9
- package/styles/fabric.css +11 -9
- package/styles/fluent-dark.css +11 -9
- package/styles/fluent.css +11 -9
- package/styles/highcontrast-light.css +11 -9
- package/styles/highcontrast.css +11 -9
- package/styles/material-dark.css +11 -9
- package/styles/material.css +11 -9
- package/styles/splitter/_all.scss +1 -1
- package/styles/splitter/_bootstrap-dark-definition.scss +1 -0
- package/styles/splitter/_bootstrap-definition.scss +1 -0
- package/styles/splitter/_bootstrap4-definition.scss +1 -0
- package/styles/splitter/_bootstrap5-definition.scss +4 -1
- package/styles/splitter/_definition.scss +1 -0
- package/styles/splitter/_fabric-dark-definition.scss +1 -0
- package/styles/splitter/_fabric-definition.scss +1 -0
- package/styles/splitter/_fluent-definition.scss +2 -0
- package/styles/splitter/_fusionnew-definition.scss +4 -1
- package/styles/splitter/_highcontrast-definition.scss +1 -0
- package/styles/splitter/_highcontrast-light-definition.scss +1 -0
- package/styles/splitter/_layout.scss +8 -9
- package/styles/splitter/_material-dark-definition.scss +1 -0
- package/styles/splitter/_material-definition.scss +1 -0
- package/styles/splitter/_material3-definition.scss +4 -1
- package/styles/splitter/_responsive.scss +1 -0
- package/styles/splitter/_tailwind-definition.scss +4 -1
- package/styles/splitter/_theme.scss +2 -2
- package/styles/splitter/bootstrap-dark.css +7 -5
- package/styles/splitter/bootstrap.css +7 -5
- package/styles/splitter/bootstrap4.css +7 -5
- package/styles/splitter/bootstrap5-dark.css +7 -5
- package/styles/splitter/bootstrap5.css +7 -5
- package/styles/splitter/fabric-dark.css +7 -5
- package/styles/splitter/fabric.css +7 -5
- package/styles/splitter/fluent-dark.css +7 -5
- package/styles/splitter/fluent.css +7 -5
- package/styles/splitter/highcontrast-light.css +7 -5
- package/styles/splitter/highcontrast.css +7 -5
- package/styles/splitter/material-dark.css +7 -5
- package/styles/splitter/material.css +7 -5
- package/styles/splitter/tailwind-dark.css +7 -5
- package/styles/splitter/tailwind.css +7 -5
- package/styles/tailwind-dark.css +9 -11
- package/styles/tailwind.css +9 -11
@@ -47,8 +47,8 @@
|
|
47
47
|
}
|
48
48
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
49
49
|
-ms-flex-preferred-size: 0 !important;
|
50
|
-
flex-basis: 0 !important;
|
51
|
-
overflow: hidden !important;
|
50
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
51
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
52
52
|
}
|
53
53
|
.e-splitter.e-splitter-horizontal {
|
54
54
|
-ms-flex-direction: row;
|
@@ -81,8 +81,8 @@
|
|
81
81
|
}
|
82
82
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
83
83
|
-ms-flex-preferred-size: 0 !important;
|
84
|
-
flex-basis: 0 !important;
|
85
|
-
overflow: hidden !important;
|
84
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
85
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
86
86
|
}
|
87
87
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
88
88
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -482,4 +482,6 @@
|
|
482
482
|
.e-splitter.e-disabled {
|
483
483
|
opacity: 0.4;
|
484
484
|
pointer-events: none;
|
485
|
-
}
|
485
|
+
}
|
486
|
+
|
487
|
+
/* stylelint-disable-line no-empty-source */
|
@@ -54,8 +54,8 @@
|
|
54
54
|
}
|
55
55
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
56
56
|
-ms-flex-preferred-size: 0 !important;
|
57
|
-
flex-basis: 0 !important;
|
58
|
-
overflow: hidden !important;
|
57
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
58
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
59
59
|
}
|
60
60
|
.e-splitter.e-splitter-horizontal {
|
61
61
|
-ms-flex-direction: row;
|
@@ -88,8 +88,8 @@
|
|
88
88
|
}
|
89
89
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
90
90
|
-ms-flex-preferred-size: 0 !important;
|
91
|
-
flex-basis: 0 !important;
|
92
|
-
overflow: hidden !important;
|
91
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
92
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
93
93
|
}
|
94
94
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
95
95
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -489,4 +489,6 @@
|
|
489
489
|
.e-splitter.e-disabled {
|
490
490
|
opacity: 0.4;
|
491
491
|
pointer-events: none;
|
492
|
-
}
|
492
|
+
}
|
493
|
+
|
494
|
+
/* stylelint-disable-line no-empty-source */
|
@@ -54,8 +54,8 @@
|
|
54
54
|
}
|
55
55
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
56
56
|
-ms-flex-preferred-size: 0 !important;
|
57
|
-
flex-basis: 0 !important;
|
58
|
-
overflow: hidden !important;
|
57
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
58
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
59
59
|
}
|
60
60
|
.e-splitter.e-splitter-horizontal {
|
61
61
|
-ms-flex-direction: row;
|
@@ -88,8 +88,8 @@
|
|
88
88
|
}
|
89
89
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
90
90
|
-ms-flex-preferred-size: 0 !important;
|
91
|
-
flex-basis: 0 !important;
|
92
|
-
overflow: hidden !important;
|
91
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
92
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
93
93
|
}
|
94
94
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
95
95
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -489,4 +489,6 @@
|
|
489
489
|
.e-splitter.e-disabled {
|
490
490
|
opacity: 0.4;
|
491
491
|
pointer-events: none;
|
492
|
-
}
|
492
|
+
}
|
493
|
+
|
494
|
+
/* stylelint-disable-line no-empty-source */
|
@@ -54,8 +54,8 @@
|
|
54
54
|
}
|
55
55
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
56
56
|
-ms-flex-preferred-size: 0 !important;
|
57
|
-
flex-basis: 0 !important;
|
58
|
-
overflow: hidden !important;
|
57
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
58
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
59
59
|
}
|
60
60
|
.e-splitter.e-splitter-horizontal {
|
61
61
|
-ms-flex-direction: row;
|
@@ -88,8 +88,8 @@
|
|
88
88
|
}
|
89
89
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
90
90
|
-ms-flex-preferred-size: 0 !important;
|
91
|
-
flex-basis: 0 !important;
|
92
|
-
overflow: hidden !important;
|
91
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
92
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
93
93
|
}
|
94
94
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
95
95
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -489,4 +489,6 @@
|
|
489
489
|
.e-splitter.e-disabled {
|
490
490
|
opacity: 0.4;
|
491
491
|
pointer-events: none;
|
492
|
-
}
|
492
|
+
}
|
493
|
+
|
494
|
+
/* stylelint-disable-line no-empty-source */
|
@@ -55,8 +55,8 @@
|
|
55
55
|
}
|
56
56
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
57
57
|
-ms-flex-preferred-size: 0 !important;
|
58
|
-
flex-basis: 0 !important;
|
59
|
-
overflow: hidden !important;
|
58
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
59
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
60
60
|
}
|
61
61
|
.e-splitter.e-splitter-horizontal {
|
62
62
|
-ms-flex-direction: row;
|
@@ -89,8 +89,8 @@
|
|
89
89
|
}
|
90
90
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
91
91
|
-ms-flex-preferred-size: 0 !important;
|
92
|
-
flex-basis: 0 !important;
|
93
|
-
overflow: hidden !important;
|
92
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
93
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
94
94
|
}
|
95
95
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
96
96
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -490,4 +490,6 @@
|
|
490
490
|
.e-splitter.e-disabled {
|
491
491
|
opacity: 0.4;
|
492
492
|
pointer-events: none;
|
493
|
-
}
|
493
|
+
}
|
494
|
+
|
495
|
+
/* stylelint-disable-line no-empty-source */
|
@@ -48,8 +48,8 @@
|
|
48
48
|
}
|
49
49
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
50
50
|
-ms-flex-preferred-size: 0 !important;
|
51
|
-
flex-basis: 0 !important;
|
52
|
-
overflow: hidden !important;
|
51
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
52
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
53
53
|
}
|
54
54
|
.e-splitter.e-splitter-horizontal {
|
55
55
|
-ms-flex-direction: row;
|
@@ -82,8 +82,8 @@
|
|
82
82
|
}
|
83
83
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
84
84
|
-ms-flex-preferred-size: 0 !important;
|
85
|
-
flex-basis: 0 !important;
|
86
|
-
overflow: hidden !important;
|
85
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
86
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
87
87
|
}
|
88
88
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
89
89
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -483,4 +483,6 @@
|
|
483
483
|
.e-splitter.e-disabled {
|
484
484
|
opacity: 0.4;
|
485
485
|
pointer-events: none;
|
486
|
-
}
|
486
|
+
}
|
487
|
+
|
488
|
+
/* stylelint-disable-line no-empty-source */
|
@@ -48,8 +48,8 @@
|
|
48
48
|
}
|
49
49
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
50
50
|
-ms-flex-preferred-size: 0 !important;
|
51
|
-
flex-basis: 0 !important;
|
52
|
-
overflow: hidden !important;
|
51
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
52
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
53
53
|
}
|
54
54
|
.e-splitter.e-splitter-horizontal {
|
55
55
|
-ms-flex-direction: row;
|
@@ -82,8 +82,8 @@
|
|
82
82
|
}
|
83
83
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
84
84
|
-ms-flex-preferred-size: 0 !important;
|
85
|
-
flex-basis: 0 !important;
|
86
|
-
overflow: hidden !important;
|
85
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
86
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
87
87
|
}
|
88
88
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
89
89
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -483,4 +483,6 @@
|
|
483
483
|
.e-splitter.e-disabled {
|
484
484
|
opacity: 0.4;
|
485
485
|
pointer-events: none;
|
486
|
-
}
|
486
|
+
}
|
487
|
+
|
488
|
+
/* stylelint-disable-line no-empty-source */
|
package/styles/tailwind-dark.css
CHANGED
@@ -352,12 +352,12 @@
|
|
352
352
|
}
|
353
353
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
354
354
|
font-size: 14px;
|
355
|
-
font-weight:
|
355
|
+
font-weight: normal;
|
356
356
|
line-height: 1.5;
|
357
357
|
}
|
358
358
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
359
359
|
font-size: 14px;
|
360
|
-
font-weight:
|
360
|
+
font-weight: normal;
|
361
361
|
line-height: 1.5;
|
362
362
|
padding: 2px 0 0;
|
363
363
|
}
|
@@ -469,10 +469,6 @@
|
|
469
469
|
.e-card .e-card-actions a {
|
470
470
|
border-radius: 4px;
|
471
471
|
}
|
472
|
-
.e-card .e-card-actions .e-card-btn else,
|
473
|
-
.e-card .e-card-actions a else {
|
474
|
-
border-radius: 2px;
|
475
|
-
}
|
476
472
|
.e-card .e-card-actions .e-card-btn,
|
477
473
|
.e-card .e-card-actions a {
|
478
474
|
font-family: "Inter";
|
@@ -509,6 +505,7 @@
|
|
509
505
|
}
|
510
506
|
|
511
507
|
/*! card theme */
|
508
|
+
/* stylelint-disable property-no-vendor-prefix */
|
512
509
|
.e-card {
|
513
510
|
-webkit-tap-highlight-color: #22d3ee;
|
514
511
|
background-color: #1f2937;
|
@@ -624,8 +621,8 @@
|
|
624
621
|
}
|
625
622
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
626
623
|
-ms-flex-preferred-size: 0 !important;
|
627
|
-
flex-basis: 0 !important;
|
628
|
-
overflow: hidden !important;
|
624
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
625
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
629
626
|
}
|
630
627
|
.e-splitter.e-splitter-horizontal {
|
631
628
|
-ms-flex-direction: row;
|
@@ -658,8 +655,8 @@
|
|
658
655
|
}
|
659
656
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
660
657
|
-ms-flex-preferred-size: 0 !important;
|
661
|
-
flex-basis: 0 !important;
|
662
|
-
overflow: hidden !important;
|
658
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
659
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
663
660
|
}
|
664
661
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
665
662
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -1061,7 +1058,8 @@
|
|
1061
1058
|
pointer-events: none;
|
1062
1059
|
}
|
1063
1060
|
|
1064
|
-
/*! component's theme wise override tailwind-definitions and variables */
|
1061
|
+
/* stylelint-disable-line no-empty-source */ /*! component's theme wise override tailwind-definitions and variables */
|
1062
|
+
/* stylelint-disable */
|
1065
1063
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1066
1064
|
height: 100%;
|
1067
1065
|
padding: 20px 0;
|
package/styles/tailwind.css
CHANGED
@@ -352,12 +352,12 @@
|
|
352
352
|
}
|
353
353
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
354
354
|
font-size: 14px;
|
355
|
-
font-weight:
|
355
|
+
font-weight: normal;
|
356
356
|
line-height: 1.5;
|
357
357
|
}
|
358
358
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
359
359
|
font-size: 14px;
|
360
|
-
font-weight:
|
360
|
+
font-weight: normal;
|
361
361
|
line-height: 1.5;
|
362
362
|
padding: 2px 0 0;
|
363
363
|
}
|
@@ -469,10 +469,6 @@
|
|
469
469
|
.e-card .e-card-actions a {
|
470
470
|
border-radius: 4px;
|
471
471
|
}
|
472
|
-
.e-card .e-card-actions .e-card-btn else,
|
473
|
-
.e-card .e-card-actions a else {
|
474
|
-
border-radius: 2px;
|
475
|
-
}
|
476
472
|
.e-card .e-card-actions .e-card-btn,
|
477
473
|
.e-card .e-card-actions a {
|
478
474
|
font-family: "Inter";
|
@@ -509,6 +505,7 @@
|
|
509
505
|
}
|
510
506
|
|
511
507
|
/*! card theme */
|
508
|
+
/* stylelint-disable property-no-vendor-prefix */
|
512
509
|
.e-card {
|
513
510
|
-webkit-tap-highlight-color: #4f46e5;
|
514
511
|
background-color: #fff;
|
@@ -624,8 +621,8 @@
|
|
624
621
|
}
|
625
622
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
626
623
|
-ms-flex-preferred-size: 0 !important;
|
627
|
-
flex-basis: 0 !important;
|
628
|
-
overflow: hidden !important;
|
624
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
625
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
629
626
|
}
|
630
627
|
.e-splitter.e-splitter-horizontal {
|
631
628
|
-ms-flex-direction: row;
|
@@ -658,8 +655,8 @@
|
|
658
655
|
}
|
659
656
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
660
657
|
-ms-flex-preferred-size: 0 !important;
|
661
|
-
flex-basis: 0 !important;
|
662
|
-
overflow: hidden !important;
|
658
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
659
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
663
660
|
}
|
664
661
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
665
662
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -1061,7 +1058,8 @@
|
|
1061
1058
|
pointer-events: none;
|
1062
1059
|
}
|
1063
1060
|
|
1064
|
-
/*! component's theme wise override tailwind-definitions and variables */
|
1061
|
+
/* stylelint-disable-line no-empty-source */ /*! component's theme wise override tailwind-definitions and variables */
|
1062
|
+
/* stylelint-disable */
|
1065
1063
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1066
1064
|
height: 100%;
|
1067
1065
|
padding: 20px 0;
|