@syncfusion/ej2-fabric-dark-theme 34.2.2 → 34.2.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-fabric-dark-theme",
3
- "version": "34.2.2",
3
+ "version": "34.2.4",
4
4
  "description": "A modern JavaScript UI toolkit that has been built from the ground up to be lightweight, responsive, modular and touch friendly. It is written in TypeScript and has no external dependencies.",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -16,5 +16,5 @@
16
16
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls"
17
17
  },
18
18
  "typings": "index.d.ts",
19
- "_id": "@syncfusion/ej2-fabric-dark-theme@34.2.2"
19
+ "_id": "@syncfusion/ej2-fabric-dark-theme@34.2.4"
20
20
  }
@@ -153,6 +153,10 @@
153
153
  display: block;
154
154
  }
155
155
 
156
+ .e-de-hidden-display {
157
+ display: none;
158
+ }
159
+
156
160
  .e-de-hidden {
157
161
  display: none !important; /* stylelint-disable-line declaration-no-important */
158
162
  }
@@ -645,6 +645,9 @@
645
645
  .e-de-sub-label-block {
646
646
  display: block;
647
647
  }
648
+ .e-de-hidden-display {
649
+ display: none;
650
+ }
648
651
  .e-de-hidden {
649
652
  display: none !important; /* stylelint-disable-line declaration-no-important */
650
653
  }
@@ -645,6 +645,9 @@
645
645
  .e-de-sub-label-block {
646
646
  display: block;
647
647
  }
648
+ .e-de-hidden-display {
649
+ display: none;
650
+ }
648
651
  .e-de-hidden {
649
652
  display: none !important; /* stylelint-disable-line declaration-no-important */
650
653
  }
@@ -498,6 +498,18 @@
498
498
  }
499
499
  }
500
500
 
501
+ .e-grid {
502
+ .e-headercelldiv {
503
+ width: 100% !important;
504
+ padding-left: $pivotgrid-padding-8 !important;
505
+ padding-right: $pivotgrid-padding-8 !important;
506
+ }
507
+
508
+ th.e-headercell:not(.e-stackedheadercell) {
509
+ padding: $pivotgrid-padding-0 !important;
510
+ }
511
+ }
512
+
501
513
  .sf-grid .e-spinner-pane {
502
514
  z-index: 1 !important;
503
515
  }
@@ -1092,6 +1092,14 @@
1092
1092
  padding-left: 8px !important;
1093
1093
  padding-right: 8px !important;
1094
1094
  }
1095
+ .e-pivotview .e-grid .e-headercelldiv {
1096
+ width: 100% !important;
1097
+ padding-left: 8px !important;
1098
+ padding-right: 8px !important;
1099
+ }
1100
+ .e-pivotview .e-grid th.e-headercell:not(.e-stackedheadercell) {
1101
+ padding: 0 !important;
1102
+ }
1095
1103
  .e-pivotview .sf-grid .e-spinner-pane {
1096
1104
  z-index: 1 !important;
1097
1105
  }
@@ -1092,6 +1092,14 @@
1092
1092
  padding-left: 8px !important;
1093
1093
  padding-right: 8px !important;
1094
1094
  }
1095
+ .e-pivotview .e-grid .e-headercelldiv {
1096
+ width: 100% !important;
1097
+ padding-left: 8px !important;
1098
+ padding-right: 8px !important;
1099
+ }
1100
+ .e-pivotview .e-grid th.e-headercell:not(.e-stackedheadercell) {
1101
+ padding: 0 !important;
1102
+ }
1095
1103
  .e-pivotview .sf-grid .e-spinner-pane {
1096
1104
  z-index: 1 !important;
1097
1105
  }
@@ -9,6 +9,10 @@
9
9
  user-select: none;
10
10
  white-space: nowrap;
11
11
  overflow: hidden;
12
+
13
+ &:not(.e-rtl) {
14
+ text-align: left;
15
+ }
12
16
 
13
17
  &.e-spacer-toolbar {
14
18
 
@@ -19,6 +19,9 @@
19
19
  white-space: nowrap;
20
20
  overflow: hidden;
21
21
  }
22
+ .e-toolbar:not(.e-rtl) {
23
+ text-align: left;
24
+ }
22
25
  .e-toolbar.e-spacer-toolbar .e-toolbar-items {
23
26
  display: -ms-flexbox;
24
27
  display: flex;
@@ -19,6 +19,9 @@
19
19
  white-space: nowrap;
20
20
  overflow: hidden;
21
21
  }
22
+ .e-toolbar:not(.e-rtl) {
23
+ text-align: left;
24
+ }
22
25
  .e-toolbar.e-spacer-toolbar .e-toolbar-items {
23
26
  display: -ms-flexbox;
24
27
  display: flex;