@syncfusion/ej2-layouts 20.2.45 → 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.
Files changed (145) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/ej2-layouts.min.js +10 -0
  3. package/dist/ej2-layouts.umd.min.js +2 -2
  4. package/dist/ej2-layouts.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-layouts.es2015.js +3 -3
  6. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  7. package/dist/es6/ej2-layouts.es5.js +5 -4
  8. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  9. package/dist/global/ej2-layouts.min.js +2 -2
  10. package/dist/global/ej2-layouts.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +7 -7
  13. package/src/dashboard-layout/dashboard-layout.js +2 -3
  14. package/src/splitter/splitter.d.ts +1 -0
  15. package/src/splitter/splitter.js +3 -1
  16. package/styles/avatar/_bootstrap-dark-definition.scss +0 -1
  17. package/styles/avatar/_fabric-dark-definition.scss +0 -1
  18. package/styles/avatar/_highcontrast-light-definition.scss +0 -1
  19. package/styles/avatar/_material-dark-definition.scss +0 -1
  20. package/styles/avatar/_theme.scss +1 -0
  21. package/styles/bootstrap-dark.css +11 -9
  22. package/styles/bootstrap.css +11 -9
  23. package/styles/bootstrap4.css +11 -9
  24. package/styles/bootstrap5-dark.css +11 -9
  25. package/styles/bootstrap5.css +11 -9
  26. package/styles/card/_all.scss +1 -1
  27. package/styles/card/_bootstrap-dark-definition.scss +6 -9
  28. package/styles/card/_bootstrap-definition.scss +2 -4
  29. package/styles/card/_bootstrap4-definition.scss +2 -4
  30. package/styles/card/_bootstrap5-definition.scss +8 -2
  31. package/styles/card/_fabric-dark-definition.scss +6 -9
  32. package/styles/card/_fabric-definition.scss +2 -4
  33. package/styles/card/_fluent-definition.scss +8 -2
  34. package/styles/card/_fusionnew-definition.scss +8 -2
  35. package/styles/card/_highcontrast-definition.scss +2 -4
  36. package/styles/card/_highcontrast-light-definition.scss +6 -9
  37. package/styles/card/_layout.scss +7 -8
  38. package/styles/card/_material-dark-definition.scss +7 -8
  39. package/styles/card/_material-definition.scss +4 -5
  40. package/styles/card/_material3-definition.scss +8 -2
  41. package/styles/card/_tailwind-definition.scss +7 -2
  42. package/styles/card/_theme.scss +3 -3
  43. package/styles/card/bootstrap-dark.css +5 -4
  44. package/styles/card/bootstrap.css +5 -4
  45. package/styles/card/bootstrap4.css +5 -4
  46. package/styles/card/bootstrap5-dark.css +5 -4
  47. package/styles/card/bootstrap5.css +5 -4
  48. package/styles/card/fabric-dark.css +5 -4
  49. package/styles/card/fabric.css +5 -4
  50. package/styles/card/fluent-dark.css +5 -4
  51. package/styles/card/fluent.css +5 -4
  52. package/styles/card/highcontrast-light.css +5 -4
  53. package/styles/card/highcontrast.css +5 -4
  54. package/styles/card/material-dark.css +5 -4
  55. package/styles/card/material.css +5 -4
  56. package/styles/card/tailwind-dark.css +3 -6
  57. package/styles/card/tailwind.css +3 -6
  58. package/styles/dashboard-layout/_bootstrap-dark-definition.scss +1 -3
  59. package/styles/dashboard-layout/_bootstrap-definition.scss +1 -3
  60. package/styles/dashboard-layout/_bootstrap4-definition.scss +2 -3
  61. package/styles/dashboard-layout/_bootstrap5-definition.scss +1 -2
  62. package/styles/dashboard-layout/_fabric-dark-definition.scss +1 -3
  63. package/styles/dashboard-layout/_fabric-definition.scss +1 -3
  64. package/styles/dashboard-layout/_fluent-definition.scss +1 -2
  65. package/styles/dashboard-layout/_fusionnew-definition.scss +1 -2
  66. package/styles/dashboard-layout/_highcontrast-definition.scss +1 -3
  67. package/styles/dashboard-layout/_highcontrast-light-definition.scss +1 -3
  68. package/styles/dashboard-layout/_layout.scss +0 -5
  69. package/styles/dashboard-layout/_material-dark-definition.scss +1 -3
  70. package/styles/dashboard-layout/_material-definition.scss +1 -3
  71. package/styles/dashboard-layout/_material3-definition.scss +1 -2
  72. package/styles/dashboard-layout/_tailwind-definition.scss +1 -2
  73. package/styles/dashboard-layout/bootstrap-dark.css +1 -0
  74. package/styles/dashboard-layout/bootstrap.css +1 -0
  75. package/styles/dashboard-layout/bootstrap4.css +1 -0
  76. package/styles/dashboard-layout/bootstrap5-dark.css +1 -0
  77. package/styles/dashboard-layout/bootstrap5.css +1 -0
  78. package/styles/dashboard-layout/fabric-dark.css +1 -0
  79. package/styles/dashboard-layout/fabric.css +1 -0
  80. package/styles/dashboard-layout/fluent-dark.css +1 -0
  81. package/styles/dashboard-layout/fluent.css +1 -0
  82. package/styles/dashboard-layout/highcontrast-light.css +1 -0
  83. package/styles/dashboard-layout/highcontrast.css +1 -0
  84. package/styles/dashboard-layout/icons/_bootstrap-dark.scss +0 -1
  85. package/styles/dashboard-layout/icons/_bootstrap.scss +0 -1
  86. package/styles/dashboard-layout/icons/_bootstrap4.scss +0 -1
  87. package/styles/dashboard-layout/icons/_bootstrap5.scss +0 -1
  88. package/styles/dashboard-layout/icons/_fabric-dark.scss +0 -2
  89. package/styles/dashboard-layout/icons/_fabric.scss +0 -2
  90. package/styles/dashboard-layout/icons/_fluent.scss +0 -1
  91. package/styles/dashboard-layout/icons/_fusionnew.scss +0 -1
  92. package/styles/dashboard-layout/icons/_highcontrast.scss +0 -1
  93. package/styles/dashboard-layout/icons/_material-dark.scss +0 -1
  94. package/styles/dashboard-layout/icons/_material.scss +0 -1
  95. package/styles/dashboard-layout/icons/_material3.scss +0 -1
  96. package/styles/dashboard-layout/icons/_tailwind-dark.scss +0 -1
  97. package/styles/dashboard-layout/icons/_tailwind.scss +0 -1
  98. package/styles/dashboard-layout/material-dark.css +1 -0
  99. package/styles/dashboard-layout/material.css +1 -0
  100. package/styles/dashboard-layout/tailwind-dark.css +1 -0
  101. package/styles/dashboard-layout/tailwind.css +1 -0
  102. package/styles/fabric-dark.css +11 -9
  103. package/styles/fabric.css +11 -9
  104. package/styles/fluent-dark.css +11 -9
  105. package/styles/fluent.css +11 -9
  106. package/styles/highcontrast-light.css +11 -9
  107. package/styles/highcontrast.css +11 -9
  108. package/styles/material-dark.css +11 -9
  109. package/styles/material.css +11 -9
  110. package/styles/splitter/_all.scss +1 -1
  111. package/styles/splitter/_bootstrap-dark-definition.scss +1 -0
  112. package/styles/splitter/_bootstrap-definition.scss +1 -0
  113. package/styles/splitter/_bootstrap4-definition.scss +1 -0
  114. package/styles/splitter/_bootstrap5-definition.scss +4 -1
  115. package/styles/splitter/_definition.scss +1 -0
  116. package/styles/splitter/_fabric-dark-definition.scss +1 -0
  117. package/styles/splitter/_fabric-definition.scss +1 -0
  118. package/styles/splitter/_fluent-definition.scss +2 -0
  119. package/styles/splitter/_fusionnew-definition.scss +4 -1
  120. package/styles/splitter/_highcontrast-definition.scss +1 -0
  121. package/styles/splitter/_highcontrast-light-definition.scss +1 -0
  122. package/styles/splitter/_layout.scss +8 -9
  123. package/styles/splitter/_material-dark-definition.scss +1 -0
  124. package/styles/splitter/_material-definition.scss +1 -0
  125. package/styles/splitter/_material3-definition.scss +4 -1
  126. package/styles/splitter/_responsive.scss +1 -0
  127. package/styles/splitter/_tailwind-definition.scss +4 -1
  128. package/styles/splitter/_theme.scss +2 -2
  129. package/styles/splitter/bootstrap-dark.css +7 -5
  130. package/styles/splitter/bootstrap.css +7 -5
  131. package/styles/splitter/bootstrap4.css +7 -5
  132. package/styles/splitter/bootstrap5-dark.css +7 -5
  133. package/styles/splitter/bootstrap5.css +7 -5
  134. package/styles/splitter/fabric-dark.css +7 -5
  135. package/styles/splitter/fabric.css +7 -5
  136. package/styles/splitter/fluent-dark.css +7 -5
  137. package/styles/splitter/fluent.css +7 -5
  138. package/styles/splitter/highcontrast-light.css +7 -5
  139. package/styles/splitter/highcontrast.css +7 -5
  140. package/styles/splitter/material-dark.css +7 -5
  141. package/styles/splitter/material.css +7 -5
  142. package/styles/splitter/tailwind-dark.css +7 -5
  143. package/styles/splitter/tailwind.css +7 -5
  144. package/styles/tailwind-dark.css +9 -11
  145. package/styles/tailwind.css +9 -11
@@ -83,11 +83,10 @@ $panel-drag-prevent: none !default;
83
83
  $panel-content-template-height: inherit !default;
84
84
  $panel-content-template-width: inherit !default;
85
85
 
86
- // sass-lint:disable-all
86
+ /* stylelint-disable */
87
87
  $panel-dragging-zindex: 1111 !important !default;
88
88
  $panel-drag-prevent: none !default;
89
89
 
90
- // sass-lint:disable-all
91
90
  $element-width-complete: 100% !important !default;
92
91
 
93
92
  // colors
@@ -85,11 +85,10 @@ $panel-drag-prevent: none !default;
85
85
  $panel-content-template-height: inherit !default;
86
86
  $panel-content-template-width: inherit !default;
87
87
 
88
- // sass-lint:disable-all
88
+ /* stylelint-disable */
89
89
  $panel-dragging-zindex: 1111 !important !default;
90
90
  $panel-drag-prevent: none !default;
91
91
 
92
- // sass-lint:disable-all
93
92
  $element-width-complete: 100% !important !default;
94
93
 
95
94
  // colors
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override bootstrap-definitions and variables */
2
+ /* stylelint-disable */
2
3
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override bootstrap-definitions and variables */
2
+ /* stylelint-disable */
2
3
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override bootstrap-definitions and variables */
2
+ /* stylelint-disable */
2
3
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override tailwind-definitions and variables */
2
+ /* stylelint-disable */
2
3
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override tailwind-definitions and variables */
2
+ /* stylelint-disable */
2
3
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override fabric-definitions and variables */
2
+ /* stylelint-disable */
2
3
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override fabric-definitions and variables */
2
+ /* stylelint-disable */
2
3
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override tailwind-definitions and variables */
2
+ /* stylelint-disable */
2
3
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override tailwind-definitions and variables */
2
+ /* stylelint-disable */
2
3
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override highcontrast-definitions and variables */
2
+ /* stylelint-disable */
2
3
  .e-dashboardlayout.e-control .e-dashboard-gridline-table {
3
4
  background: #e4e4e4;
4
5
  border-collapse: collapse;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override highcontrast-definitions and variables */
2
+ /* stylelint-disable */
2
3
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -75,7 +74,6 @@
75
74
  position: absolute;
76
75
  transform: rotateY(180deg);
77
76
  }
78
-
79
77
  }
80
78
  }
81
79
  }
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -75,7 +74,6 @@
75
74
  position: absolute;
76
75
  transform: rotateY(180deg);
77
76
  }
78
-
79
77
  }
80
78
  }
81
79
  }
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -10,7 +10,6 @@
10
10
  right: 1px;
11
11
  top: 0;
12
12
  width: 12px;
13
-
14
13
  }
15
14
 
16
15
  &.e-west {
@@ -1,5 +1,6 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
2
  /*! component's theme wise override material-definitions and variables */
3
+ /* stylelint-disable */
3
4
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
4
5
  height: 100%;
5
6
  padding: 20px 0;
@@ -1,5 +1,6 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
2
  /*! component's theme wise override material-definitions and variables */
3
+ /* stylelint-disable */
3
4
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
4
5
  height: 100%;
5
6
  padding: 20px 0;
@@ -1,5 +1,6 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
2
  /*! component's theme wise override tailwind-definitions and variables */
3
+ /* stylelint-disable */
3
4
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
4
5
  height: 100%;
5
6
  padding: 20px 0;
@@ -1,5 +1,6 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
2
  /*! component's theme wise override tailwind-definitions and variables */
3
+ /* stylelint-disable */
3
4
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
4
5
  height: 100%;
5
6
  padding: 20px 0;
@@ -337,12 +337,12 @@
337
337
  }
338
338
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
339
339
  font-size: 13px;
340
- font-weight: 400;
340
+ font-weight: normal;
341
341
  line-height: 18px;
342
342
  }
343
343
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
344
344
  font-size: 12px;
345
- font-weight: 400;
345
+ font-weight: normal;
346
346
  line-height: 14px;
347
347
  padding: 0 0 8px;
348
348
  }
@@ -450,8 +450,8 @@
450
450
  text-overflow: ellipsis;
451
451
  width: inherit;
452
452
  }
453
- .e-card .e-card-actions .e-card-btn else,
454
- .e-card .e-card-actions a else {
453
+ .e-card .e-card-actions .e-card-btn,
454
+ .e-card .e-card-actions a {
455
455
  border-radius: 2px;
456
456
  }
457
457
  .e-card .e-card-actions .e-card-btn,
@@ -487,6 +487,7 @@
487
487
  }
488
488
 
489
489
  /*! card theme */
490
+ /* stylelint-disable property-no-vendor-prefix */
490
491
  .e-card {
491
492
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
492
493
  background-color: #201f1f;
@@ -609,8 +610,8 @@
609
610
  }
610
611
  .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 {
611
612
  -ms-flex-preferred-size: 0 !important;
612
- flex-basis: 0 !important;
613
- overflow: hidden !important;
613
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
614
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
614
615
  }
615
616
  .e-splitter.e-splitter-horizontal {
616
617
  -ms-flex-direction: row;
@@ -643,8 +644,8 @@
643
644
  }
644
645
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
645
646
  -ms-flex-preferred-size: 0 !important;
646
- flex-basis: 0 !important;
647
- overflow: hidden !important;
647
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
648
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
648
649
  }
649
650
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
650
651
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1046,7 +1047,8 @@
1046
1047
  pointer-events: none;
1047
1048
  }
1048
1049
 
1049
- /*! component's theme wise override fabric-definitions and variables */
1050
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override fabric-definitions and variables */
1051
+ /* stylelint-disable */
1050
1052
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1051
1053
  height: 100%;
1052
1054
  padding: 20px 0;
package/styles/fabric.css CHANGED
@@ -347,13 +347,13 @@
347
347
  }
348
348
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
349
349
  font-size: 14px;
350
- font-weight: 400;
350
+ font-weight: normal;
351
351
  font-weight: 600;
352
352
  line-height: normal;
353
353
  }
354
354
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
355
355
  font-size: 14px;
356
- font-weight: 400;
356
+ font-weight: normal;
357
357
  line-height: normal;
358
358
  padding: 6px 0 0;
359
359
  }
@@ -461,8 +461,8 @@
461
461
  text-overflow: ellipsis;
462
462
  width: inherit;
463
463
  }
464
- .e-card .e-card-actions .e-card-btn else,
465
- .e-card .e-card-actions a else {
464
+ .e-card .e-card-actions .e-card-btn,
465
+ .e-card .e-card-actions a {
466
466
  border-radius: 2px;
467
467
  }
468
468
  .e-card .e-card-actions .e-card-btn,
@@ -498,6 +498,7 @@
498
498
  }
499
499
 
500
500
  /*! card theme */
501
+ /* stylelint-disable property-no-vendor-prefix */
501
502
  .e-card {
502
503
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
503
504
  background-color: #fff;
@@ -620,8 +621,8 @@
620
621
  }
621
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 {
622
623
  -ms-flex-preferred-size: 0 !important;
623
- flex-basis: 0 !important;
624
- overflow: hidden !important;
624
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
625
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
625
626
  }
626
627
  .e-splitter.e-splitter-horizontal {
627
628
  -ms-flex-direction: row;
@@ -654,8 +655,8 @@
654
655
  }
655
656
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
656
657
  -ms-flex-preferred-size: 0 !important;
657
- flex-basis: 0 !important;
658
- overflow: hidden !important;
658
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
659
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
659
660
  }
660
661
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
661
662
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1057,7 +1058,8 @@
1057
1058
  pointer-events: none;
1058
1059
  }
1059
1060
 
1060
- /*! component's theme wise override fabric-definitions and variables */
1061
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override fabric-definitions and variables */
1062
+ /* stylelint-disable */
1061
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 {
1062
1064
  height: 100%;
1063
1065
  padding: 20px 0;
@@ -356,12 +356,12 @@
356
356
  }
357
357
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
358
358
  font-size: 16px;
359
- font-weight: 400;
359
+ font-weight: normal;
360
360
  line-height: 1.5;
361
361
  }
362
362
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
363
363
  font-size: 12px;
364
- font-weight: 400;
364
+ font-weight: normal;
365
365
  line-height: 1.5;
366
366
  padding: 4px 0 0;
367
367
  }
@@ -472,8 +472,8 @@
472
472
  text-overflow: ellipsis;
473
473
  width: inherit;
474
474
  }
475
- .e-card .e-card-actions .e-card-btn else,
476
- .e-card .e-card-actions a else {
475
+ .e-card .e-card-actions .e-card-btn,
476
+ .e-card .e-card-actions a {
477
477
  border-radius: 2px;
478
478
  }
479
479
  .e-card .e-card-actions .e-card-btn,
@@ -512,6 +512,7 @@
512
512
  }
513
513
 
514
514
  /*! card theme */
515
+ /* stylelint-disable property-no-vendor-prefix */
515
516
  .e-card {
516
517
  -webkit-tap-highlight-color: #0078d4;
517
518
  background-color: #252423;
@@ -636,8 +637,8 @@
636
637
  }
637
638
  .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 {
638
639
  -ms-flex-preferred-size: 0 !important;
639
- flex-basis: 0 !important;
640
- overflow: hidden !important;
640
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
641
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
641
642
  }
642
643
  .e-splitter.e-splitter-horizontal {
643
644
  -ms-flex-direction: row;
@@ -670,8 +671,8 @@
670
671
  }
671
672
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
672
673
  -ms-flex-preferred-size: 0 !important;
673
- flex-basis: 0 !important;
674
- overflow: hidden !important;
674
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
675
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
675
676
  }
676
677
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
677
678
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1073,7 +1074,8 @@
1073
1074
  pointer-events: none;
1074
1075
  }
1075
1076
 
1076
- /*! component's theme wise override tailwind-definitions and variables */
1077
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override tailwind-definitions and variables */
1078
+ /* stylelint-disable */
1077
1079
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1078
1080
  height: 100%;
1079
1081
  padding: 20px 0;
package/styles/fluent.css CHANGED
@@ -356,12 +356,12 @@
356
356
  }
357
357
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
358
358
  font-size: 16px;
359
- font-weight: 400;
359
+ font-weight: normal;
360
360
  line-height: 1.5;
361
361
  }
362
362
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
363
363
  font-size: 12px;
364
- font-weight: 400;
364
+ font-weight: normal;
365
365
  line-height: 1.5;
366
366
  padding: 4px 0 0;
367
367
  }
@@ -472,8 +472,8 @@
472
472
  text-overflow: ellipsis;
473
473
  width: inherit;
474
474
  }
475
- .e-card .e-card-actions .e-card-btn else,
476
- .e-card .e-card-actions a else {
475
+ .e-card .e-card-actions .e-card-btn,
476
+ .e-card .e-card-actions a {
477
477
  border-radius: 2px;
478
478
  }
479
479
  .e-card .e-card-actions .e-card-btn,
@@ -512,6 +512,7 @@
512
512
  }
513
513
 
514
514
  /*! card theme */
515
+ /* stylelint-disable property-no-vendor-prefix */
515
516
  .e-card {
516
517
  -webkit-tap-highlight-color: #0078d4;
517
518
  background-color: #fff;
@@ -636,8 +637,8 @@
636
637
  }
637
638
  .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 {
638
639
  -ms-flex-preferred-size: 0 !important;
639
- flex-basis: 0 !important;
640
- overflow: hidden !important;
640
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
641
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
641
642
  }
642
643
  .e-splitter.e-splitter-horizontal {
643
644
  -ms-flex-direction: row;
@@ -670,8 +671,8 @@
670
671
  }
671
672
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
672
673
  -ms-flex-preferred-size: 0 !important;
673
- flex-basis: 0 !important;
674
- overflow: hidden !important;
674
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
675
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
675
676
  }
676
677
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
677
678
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1073,7 +1074,8 @@
1073
1074
  pointer-events: none;
1074
1075
  }
1075
1076
 
1076
- /*! component's theme wise override tailwind-definitions and variables */
1077
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override tailwind-definitions and variables */
1078
+ /* stylelint-disable */
1077
1079
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1078
1080
  height: 100%;
1079
1081
  padding: 20px 0;
@@ -337,12 +337,12 @@
337
337
  }
338
338
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
339
339
  font-size: 13px;
340
- font-weight: 400;
340
+ font-weight: normal;
341
341
  line-height: 18px;
342
342
  }
343
343
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
344
344
  font-size: 12px;
345
- font-weight: 400;
345
+ font-weight: normal;
346
346
  line-height: 14px;
347
347
  padding: 0 0 8px;
348
348
  }
@@ -450,8 +450,8 @@
450
450
  text-overflow: ellipsis;
451
451
  width: inherit;
452
452
  }
453
- .e-card .e-card-actions .e-card-btn else,
454
- .e-card .e-card-actions a else {
453
+ .e-card .e-card-actions .e-card-btn,
454
+ .e-card .e-card-actions a {
455
455
  border-radius: 2px;
456
456
  }
457
457
  .e-card .e-card-actions .e-card-btn,
@@ -487,6 +487,7 @@
487
487
  }
488
488
 
489
489
  /*! card theme */
490
+ /* stylelint-disable property-no-vendor-prefix */
490
491
  .e-card {
491
492
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
492
493
  background-color: #ccc;
@@ -609,8 +610,8 @@
609
610
  }
610
611
  .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 {
611
612
  -ms-flex-preferred-size: 0 !important;
612
- flex-basis: 0 !important;
613
- overflow: hidden !important;
613
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
614
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
614
615
  }
615
616
  .e-splitter.e-splitter-horizontal {
616
617
  -ms-flex-direction: row;
@@ -643,8 +644,8 @@
643
644
  }
644
645
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
645
646
  -ms-flex-preferred-size: 0 !important;
646
- flex-basis: 0 !important;
647
- overflow: hidden !important;
647
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
648
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
648
649
  }
649
650
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
650
651
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1046,7 +1047,8 @@
1046
1047
  pointer-events: none;
1047
1048
  }
1048
1049
 
1049
- /*! component's theme wise override highcontrast-definitions and variables */
1050
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override highcontrast-definitions and variables */
1051
+ /* stylelint-disable */
1050
1052
  .e-dashboardlayout.e-control .e-dashboard-gridline-table {
1051
1053
  background: #e4e4e4;
1052
1054
  border-collapse: collapse;