@syncfusion/ej2-fabric-dark-theme 34.1.32 → 34.1.33

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.1.32",
3
+ "version": "34.1.33",
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.1.32"
19
+ "_id": "@syncfusion/ej2-fabric-dark-theme@34.1.33"
20
20
  }
@@ -2586,6 +2586,28 @@
2586
2586
  margin-top: -8px;
2587
2587
  }
2588
2588
  }
2589
+ .e-de-image-property-input {
2590
+ width: 100%;
2591
+ }
2592
+ .e-de-cell-margin-input {
2593
+ width: 48px;
2594
+ }
2595
+ .e-de-border-style-svg {
2596
+ width: 98%;
2597
+ }
2598
+ .e-de-cell-margin-textbox {
2599
+ width: 100%;
2600
+ }
2601
+ .e-de-gallery-normal {
2602
+ font-family: Calibri;
2603
+ font-size: 11pt;
2604
+ }
2605
+ .e-de-gallery-heading1 {
2606
+ font-family: 'Calibri Light';
2607
+ font-size: 16pt;
2608
+ color: rgb(47, 84, 150);
2609
+ font-weight: bold;
2610
+ }
2589
2611
  .e-de-cp-option.e-btn.e-icon-btn span {
2590
2612
  margin-top: $de-cp-option-margin-top;
2591
2613
  background: $de-op-bg-color;
@@ -2912,6 +2912,28 @@ label[for*=_wholeWord_e-de-rtl] {
2912
2912
  padding: 0;
2913
2913
  width: auto;
2914
2914
  }
2915
+ .e-de-image-property-input {
2916
+ width: 100%;
2917
+ }
2918
+ .e-de-cell-margin-input {
2919
+ width: 48px;
2920
+ }
2921
+ .e-de-border-style-svg {
2922
+ width: 98%;
2923
+ }
2924
+ .e-de-cell-margin-textbox {
2925
+ width: 100%;
2926
+ }
2927
+ .e-de-gallery-normal {
2928
+ font-family: Calibri;
2929
+ font-size: 11pt;
2930
+ }
2931
+ .e-de-gallery-heading1 {
2932
+ font-family: "Calibri Light";
2933
+ font-size: 16pt;
2934
+ color: rgb(47, 84, 150);
2935
+ font-weight: bold;
2936
+ }
2915
2937
  .e-de-cp-option.e-btn.e-icon-btn span {
2916
2938
  margin-top: 0;
2917
2939
  background: #201f1f;
@@ -2912,6 +2912,28 @@ label[for*=_wholeWord_e-de-rtl] {
2912
2912
  padding: 0;
2913
2913
  width: auto;
2914
2914
  }
2915
+ .e-de-image-property-input {
2916
+ width: 100%;
2917
+ }
2918
+ .e-de-cell-margin-input {
2919
+ width: 48px;
2920
+ }
2921
+ .e-de-border-style-svg {
2922
+ width: 98%;
2923
+ }
2924
+ .e-de-cell-margin-textbox {
2925
+ width: 100%;
2926
+ }
2927
+ .e-de-gallery-normal {
2928
+ font-family: Calibri;
2929
+ font-size: 11pt;
2930
+ }
2931
+ .e-de-gallery-heading1 {
2932
+ font-family: "Calibri Light";
2933
+ font-size: 16pt;
2934
+ color: rgb(47, 84, 150);
2935
+ font-weight: bold;
2936
+ }
2915
2937
  .e-de-cp-option.e-btn.e-icon-btn span {
2916
2938
  margin-top: 0;
2917
2939
  background: #201f1f;
@@ -1,7 +1,6 @@
1
1
  @use 'variables' as *;
2
2
  @include export-module('mention-layout') {
3
-
4
- //default
5
- //undefined
6
- //enddefault
3
+ .e-mention-placeholder {
4
+ display: block;
5
+ }
7
6
  }
@@ -0,0 +1,3 @@
1
+ .e-mention-placeholder {
2
+ display: block;
3
+ }
@@ -49,7 +49,6 @@
49
49
 
50
50
  &.e-progress-active {
51
51
  overflow: hidden;
52
- pointer-events: none;
53
52
 
54
53
  @if $skin-name == 'bootstrap5.3' {
55
54
  .e-progress,
@@ -33,7 +33,6 @@
33
33
  }
34
34
  .e-progress-btn.e-progress-active {
35
35
  overflow: hidden;
36
- pointer-events: none;
37
36
  }
38
37
  .e-progress-btn.e-progress-active .e-progress {
39
38
  opacity: 1;
@@ -33,7 +33,6 @@
33
33
  }
34
34
  .e-progress-btn.e-progress-active {
35
35
  overflow: hidden;
36
- pointer-events: none;
37
36
  }
38
37
  .e-progress-btn.e-progress-active .e-progress {
39
38
  opacity: 1;
@@ -8,6 +8,7 @@
8
8
  position: relative;
9
9
 
10
10
  .e-rte-container {
11
+ position: relative;
11
12
  display: flex;
12
13
  flex-direction: column;
13
14
  width: $rte-container-width;
@@ -557,6 +557,7 @@
557
557
  position: relative;
558
558
  }
559
559
  .e-richtexteditor .e-rte-container {
560
+ position: relative;
560
561
  display: -ms-flexbox;
561
562
  display: flex;
562
563
  -ms-flex-direction: column;
@@ -557,6 +557,7 @@
557
557
  position: relative;
558
558
  }
559
559
  .e-richtexteditor .e-rte-container {
560
+ position: relative;
560
561
  display: -ms-flexbox;
561
562
  display: flex;
562
563
  -ms-flex-direction: column;