@syncfusion/ej2-fluent-dark-theme 34.1.30 → 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-fluent-dark-theme",
3
- "version": "34.1.30",
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-fluent-dark-theme@34.1.30"
19
+ "_id": "@syncfusion/ej2-fluent-dark-theme@34.1.33"
20
20
  }
@@ -362,6 +362,7 @@
362
362
  background: $btn-outline-disabled-bgcolor !important; /* stylelint-disable-line declaration-no-important */
363
363
  border-color: $btn-outline-disabled-border-color !important; /* stylelint-disable-line declaration-no-important */
364
364
  color: $btn-outline-disabled-color !important; /* stylelint-disable-line declaration-no-important */
365
+ outline: none !important; /* stylelint-disable-line declaration-no-important */
365
366
  }
366
367
  @else if $skin-name == 'tailwind3' {
367
368
  border: 1px solid $secondary-border-color-disabled;
@@ -1383,6 +1383,32 @@
1383
1383
  margin-bottom: $de-spellcheck-container-gap;
1384
1384
  display: flex;
1385
1385
  }
1386
+ .e-de-loading-dots::after {
1387
+ content: '';
1388
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1389
+ }
1390
+
1391
+ @keyframes e-de-loading-dots-animation {
1392
+ 0% {
1393
+ content: '';
1394
+ }
1395
+
1396
+ 25% {
1397
+ content: '.';
1398
+ }
1399
+
1400
+ 50% {
1401
+ content: '..';
1402
+ }
1403
+
1404
+ 75% {
1405
+ content: '...';
1406
+ }
1407
+
1408
+ 100% {
1409
+ content: '';
1410
+ }
1411
+ }
1386
1412
  .e-dlg-spellcheck-listitem {
1387
1413
  font-size: $de-spellcheck--listitem-font-size !important;
1388
1414
  }
@@ -2560,6 +2586,28 @@
2560
2586
  margin-top: -8px;
2561
2587
  }
2562
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
+ }
2563
2611
  .e-de-cp-option.e-btn.e-icon-btn span {
2564
2612
  margin-top: $de-cp-option-margin-top;
2565
2613
  background: $de-op-bg-color;
@@ -1377,6 +1377,27 @@ label[for*=_wholeWord_e-de-rtl] {
1377
1377
  display: -ms-flexbox;
1378
1378
  display: flex;
1379
1379
  }
1380
+ .e-de-loading-dots::after {
1381
+ content: "";
1382
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1383
+ }
1384
+ @keyframes e-de-loading-dots-animation {
1385
+ 0% {
1386
+ content: "";
1387
+ }
1388
+ 25% {
1389
+ content: ".";
1390
+ }
1391
+ 50% {
1392
+ content: "..";
1393
+ }
1394
+ 75% {
1395
+ content: "...";
1396
+ }
1397
+ 100% {
1398
+ content: "";
1399
+ }
1400
+ }
1380
1401
  .e-dlg-spellcheck-listitem {
1381
1402
  font-size: 15px !important;
1382
1403
  }
@@ -2305,6 +2326,28 @@ label[for*=_wholeWord_e-de-rtl] {
2305
2326
  padding: 0;
2306
2327
  width: 20px;
2307
2328
  }
2329
+ .e-de-image-property-input {
2330
+ width: 100%;
2331
+ }
2332
+ .e-de-cell-margin-input {
2333
+ width: 48px;
2334
+ }
2335
+ .e-de-border-style-svg {
2336
+ width: 98%;
2337
+ }
2338
+ .e-de-cell-margin-textbox {
2339
+ width: 100%;
2340
+ }
2341
+ .e-de-gallery-normal {
2342
+ font-family: Calibri;
2343
+ font-size: 11pt;
2344
+ }
2345
+ .e-de-gallery-heading1 {
2346
+ font-family: "Calibri Light";
2347
+ font-size: 16pt;
2348
+ color: rgb(47, 84, 150);
2349
+ font-weight: bold;
2350
+ }
2308
2351
  .e-de-cp-option.e-btn.e-icon-btn span {
2309
2352
  margin-top: 0;
2310
2353
  background: #201f1e;
@@ -1377,6 +1377,27 @@ label[for*=_wholeWord_e-de-rtl] {
1377
1377
  display: -ms-flexbox;
1378
1378
  display: flex;
1379
1379
  }
1380
+ .e-de-loading-dots::after {
1381
+ content: "";
1382
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1383
+ }
1384
+ @keyframes e-de-loading-dots-animation {
1385
+ 0% {
1386
+ content: "";
1387
+ }
1388
+ 25% {
1389
+ content: ".";
1390
+ }
1391
+ 50% {
1392
+ content: "..";
1393
+ }
1394
+ 75% {
1395
+ content: "...";
1396
+ }
1397
+ 100% {
1398
+ content: "";
1399
+ }
1400
+ }
1380
1401
  .e-dlg-spellcheck-listitem {
1381
1402
  font-size: 15px !important;
1382
1403
  }
@@ -2305,6 +2326,28 @@ label[for*=_wholeWord_e-de-rtl] {
2305
2326
  padding: 0;
2306
2327
  width: 20px;
2307
2328
  }
2329
+ .e-de-image-property-input {
2330
+ width: 100%;
2331
+ }
2332
+ .e-de-cell-margin-input {
2333
+ width: 48px;
2334
+ }
2335
+ .e-de-border-style-svg {
2336
+ width: 98%;
2337
+ }
2338
+ .e-de-cell-margin-textbox {
2339
+ width: 100%;
2340
+ }
2341
+ .e-de-gallery-normal {
2342
+ font-family: Calibri;
2343
+ font-size: 11pt;
2344
+ }
2345
+ .e-de-gallery-heading1 {
2346
+ font-family: "Calibri Light";
2347
+ font-size: 16pt;
2348
+ color: rgb(47, 84, 150);
2349
+ font-weight: bold;
2350
+ }
2308
2351
  .e-de-cp-option.e-btn.e-icon-btn span {
2309
2352
  margin-top: 0;
2310
2353
  background: #201f1e;
@@ -585,7 +585,7 @@
585
585
  color: $grid-cell-selection-color;
586
586
  }
587
587
 
588
- td:hover.e-cellselectionbackground {
588
+ &.e-gridhover td:hover.e-cellselectionbackground {
589
589
  background: $grid-cell-selection-hover-bg-color;
590
590
  }
591
591
 
@@ -3403,7 +3403,7 @@
3403
3403
  background: #292827;
3404
3404
  color: #292827;
3405
3405
  }
3406
- .e-grid td:hover.e-cellselectionbackground {
3406
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3407
3407
  background: #323130;
3408
3408
  }
3409
3409
  .e-grid .e-filterbarcell,
@@ -3403,7 +3403,7 @@
3403
3403
  background: #292827;
3404
3404
  color: #292827;
3405
3405
  }
3406
- .e-grid td:hover.e-cellselectionbackground {
3406
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3407
3407
  background: #323130;
3408
3408
  }
3409
3409
  .e-grid .e-filterbarcell,
@@ -25,6 +25,7 @@ $inline-ai-assist-send-font-size: 14px !default;
25
25
  $inline-ai-assist-popup-border: 1px solid rgba(96, 94, 92, 1) !default;
26
26
  $inline-ai-assist-response-text-color: $flyout-text-color !default;
27
27
  $inline-ai-assist-textarea-placeholder-color: $placeholder-text-color !default;
28
+ $inline-ai-assist-textarea-color: $flyout-text-color !default;
28
29
  $inline-ai-assist-footer-focused-border-color: rgba(97, 97, 97, 1) !default;
29
30
  $inline-ai-assist-send-color: $icon-color !default;
30
31
  $inline-ai-assist-send-disabled-color: $secondary-text-color-disabled !default;
@@ -121,6 +121,7 @@
121
121
  max-width: $inline-ai-assist-footer-tbar-min-height;
122
122
  .e-btn-icon {
123
123
  min-width: $inline-ai-assist-footer-tbar-min-height;
124
+ max-height: $inline-ai-assist-footer-tbar-min-height;
124
125
  }
125
126
  }
126
127
  .e-toolbar-right .e-toolbar-item:last-child {
@@ -10,6 +10,10 @@
10
10
  color: $inline-ai-assist-response-text-color;
11
11
  }
12
12
 
13
+ .e-assist-textarea {
14
+ color: $inline-ai-assist-textarea-color;
15
+ }
16
+
13
17
  .e-toolbar-item::after {
14
18
  background-color: transparent;
15
19
  }
@@ -119,6 +119,7 @@
119
119
  }
120
120
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
121
121
  min-width: 32px;
122
+ max-height: 32px;
122
123
  }
123
124
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
124
125
  margin-right: 0;
@@ -249,6 +250,9 @@
249
250
  .e-inlineaiassist .e-response-text {
250
251
  color: #f3f2f1;
251
252
  }
253
+ .e-inlineaiassist .e-assist-textarea {
254
+ color: #f3f2f1;
255
+ }
252
256
  .e-inlineaiassist .e-toolbar-item::after {
253
257
  background-color: transparent;
254
258
  }
@@ -119,6 +119,7 @@
119
119
  }
120
120
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
121
121
  min-width: 32px;
122
+ max-height: 32px;
122
123
  }
123
124
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
124
125
  margin-right: 0;
@@ -249,6 +250,9 @@
249
250
  .e-inlineaiassist .e-response-text {
250
251
  color: #f3f2f1;
251
252
  }
253
+ .e-inlineaiassist .e-assist-textarea {
254
+ color: #f3f2f1;
255
+ }
252
256
  .e-inlineaiassist .e-toolbar-item::after {
253
257
  background-color: transparent;
254
258
  }
@@ -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
+ }
@@ -383,8 +383,8 @@
383
383
 
384
384
  .e-grid {
385
385
 
386
- th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
387
- box-shadow: none !important;
386
+ th.e-leftfreeze {
387
+ border-left-width: 0 !important;
388
388
  }
389
389
 
390
390
  @if ($skin-name == 'bootstrap5.3')
@@ -905,8 +905,8 @@
905
905
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
906
906
  color: #a19f9d !important;
907
907
  }
908
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
909
- box-shadow: none !important;
908
+ .e-pivotview .e-grid th.e-leftfreeze {
909
+ border-left-width: 0 !important;
910
910
  }
911
911
  .e-pivotview .e-grid .e-pivot-content-loader {
912
912
  position: absolute;
@@ -905,8 +905,8 @@
905
905
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
906
906
  color: #a19f9d !important;
907
907
  }
908
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
909
- box-shadow: none !important;
908
+ .e-pivotview .e-grid th.e-leftfreeze {
909
+ border-left-width: 0 !important;
910
910
  }
911
911
  .e-pivotview .e-grid .e-pivot-content-loader {
912
912
  position: absolute;
@@ -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;
@@ -4,6 +4,7 @@
4
4
  position: relative;
5
5
  }
6
6
  .e-richtexteditor .e-rte-container {
7
+ position: relative;
7
8
  display: -ms-flexbox;
8
9
  display: flex;
9
10
  -ms-flex-direction: column;
@@ -4,6 +4,7 @@
4
4
  position: relative;
5
5
  }
6
6
  .e-richtexteditor .e-rte-container {
7
+ position: relative;
7
8
  display: -ms-flexbox;
8
9
  display: flex;
9
10
  -ms-flex-direction: column;