@syncfusion/ej2-splitbuttons 19.4.47 → 19.4.48

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,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-splitbuttons@19.4.40",
3
+ "_id": "@syncfusion/ej2-splitbuttons@19.4.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-RUGdptI2vsIR2/sUC6Mfs4/+W8mfuVn2h0G2iqP3YxeFQ/elnDOVKduAriaGQncGavrKcxyz++gel5KRhjC1nA==",
5
+ "_integrity": "sha512-nboptRUnBy6Ja9V57f1to2Zifjy3RhFU+PY/MOxz2BhSWAvz6LWi4Ka1jqYkVV5lGSPF/SegCl7aaBGQpTMQIg==",
6
6
  "_location": "/@syncfusion/ej2-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -31,8 +31,8 @@
31
31
  "/@syncfusion/ej2-richtexteditor",
32
32
  "/@syncfusion/ej2-vue-splitbuttons"
33
33
  ],
34
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-19.4.40.tgz",
35
- "_shasum": "40d160e220f9f6369ea812000093789995ee66ef",
34
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-19.4.47.tgz",
35
+ "_shasum": "26bb4625fe10bb9901610c59566236f93d62102c",
36
36
  "_spec": "@syncfusion/ej2-splitbuttons@*",
37
37
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
38
38
  "author": {
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "bundleDependencies": false,
45
45
  "dependencies": {
46
- "@syncfusion/ej2-base": "~19.4.42",
47
- "@syncfusion/ej2-popups": "~19.4.47"
46
+ "@syncfusion/ej2-base": "~19.4.48",
47
+ "@syncfusion/ej2-popups": "~19.4.48"
48
48
  },
49
49
  "deprecated": false,
50
50
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup.",
@@ -87,6 +87,6 @@
87
87
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
88
88
  },
89
89
  "typings": "index.d.ts",
90
- "version": "19.4.47",
90
+ "version": "19.4.48",
91
91
  "sideEffects": false
92
92
  }
@@ -1,4 +1,4 @@
1
- import { Collection, Event, NotifyPropertyChanges, detach, Property, EventHandler, EmitType } from '@syncfusion/ej2-base';import { addClass, INotifyPropertyChanged, getUniqueID, rippleEffect } from '@syncfusion/ej2-base';import { attributes, Component, closest, select, KeyboardEventArgs, SanitizeHtmlHelper } from '@syncfusion/ej2-base';import { classList, removeClass } from '@syncfusion/ej2-base';import { Button } from '@syncfusion/ej2-buttons';import { Popup } from '@syncfusion/ej2-popups';import { MenuEventArgs, BeforeOpenCloseMenuEventArgs, OpenCloseMenuEventArgs, upDownKeyHandler } from './../common/common';import { getModel, SplitButtonIconPosition, Item, setBlankIconStyle } from './../common/common';import { ItemModel } from './../common/common-model';
1
+ import { Collection, Event, NotifyPropertyChanges, detach, Property, EventHandler, EmitType } from '@syncfusion/ej2-base';import { addClass, INotifyPropertyChanged, getUniqueID, rippleEffect, getComponent } from '@syncfusion/ej2-base';import { attributes, Component, closest, select, KeyboardEventArgs, SanitizeHtmlHelper } from '@syncfusion/ej2-base';import { classList, removeClass } from '@syncfusion/ej2-base';import { Button } from '@syncfusion/ej2-buttons';import { Popup } from '@syncfusion/ej2-popups';import { SplitButton } from '../split-button/split-button';import { MenuEventArgs, BeforeOpenCloseMenuEventArgs, OpenCloseMenuEventArgs, upDownKeyHandler } from './../common/common';import { getModel, SplitButtonIconPosition, Item, setBlankIconStyle } from './../common/common';import { ItemModel } from './../common/common-model';
2
2
  import {ComponentModel} from '@syncfusion/ej2-base';
3
3
 
4
4
  /**
@@ -18,7 +18,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
20
  import { Collection, Event, NotifyPropertyChanges, detach, Property, EventHandler } from '@syncfusion/ej2-base';
21
- import { addClass, getUniqueID, rippleEffect } from '@syncfusion/ej2-base';
21
+ import { addClass, getUniqueID, rippleEffect, getComponent } from '@syncfusion/ej2-base';
22
22
  import { attributes, Component, closest, select, SanitizeHtmlHelper } from '@syncfusion/ej2-base';
23
23
  import { classList, removeClass } from '@syncfusion/ej2-base';
24
24
  import { Button } from '@syncfusion/ej2-buttons';
@@ -504,9 +504,30 @@ var DropDownButton = /** @class */ (function (_super) {
504
504
  DropDownButton.prototype.openPopUp = function (e) {
505
505
  var _this = this;
506
506
  if (e === void 0) { e = null; }
507
+ var isReact = false;
508
+ var popupElem = this.getPopUpElement();
507
509
  if (!this.target) {
508
510
  this.createItems(true);
509
511
  }
512
+ else {
513
+ if (this.activeElem.length > 1) {
514
+ var splitButton = getComponent(this.activeElem[0], 'split-btn');
515
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
516
+ if (splitButton.isReact && popupElem.childNodes.length < 1) {
517
+ isReact = true;
518
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
519
+ splitButton.appendReactElement(this.getTargetElement(), this.getPopUpElement());
520
+ }
521
+ }
522
+ else {
523
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
524
+ if (this.isReact && popupElem.childNodes.length < 1) {
525
+ isReact = true;
526
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
527
+ this.appendReactElement(this.getTargetElement(), this.getPopUpElement());
528
+ }
529
+ }
530
+ }
510
531
  var ul = this.getULElement();
511
532
  this.popupWireEvents();
512
533
  var beforeOpenArgs = { element: ul, items: this.items, event: e, cancel: false };
@@ -2050,38 +2050,38 @@
2050
2050
  }
2051
2051
 
2052
2052
  .e-progress {
2053
- background-color: rgba(255, 255, 255, 0.75);
2053
+ background-color: rgba(173, 181, 189, 0.2);
2054
2054
  }
2055
2055
 
2056
2056
  *.e-primary .e-progress,
2057
2057
  *.e-success .e-progress,
2058
2058
  *.e-danger .e-progress,
2059
2059
  *.e-info .e-progress {
2060
- background-color: rgba(255, 255, 255, 0.2);
2060
+ background-color: rgba(173, 181, 189, 0.2);
2061
2061
  }
2062
2062
 
2063
2063
  *.e-warning .e-progress {
2064
- background-color: rgba(255, 255, 255, 0.2);
2064
+ background-color: rgba(173, 181, 189, 0.2);
2065
2065
  }
2066
2066
 
2067
2067
  *.e-flat.e-primary .e-progress {
2068
- background-color: rgba(255, 255, 255, 0.2);
2068
+ background-color: rgba(13, 110, 253, 0.2);
2069
2069
  }
2070
2070
 
2071
2071
  *.e-flat.e-success .e-progress {
2072
- background-color: rgba(255, 255, 255, 0.2);
2072
+ background-color: rgba(33, 178, 111, 0.2);
2073
2073
  }
2074
2074
 
2075
2075
  *.e-flat.e-info .e-progress {
2076
- background-color: rgba(0, 0, 0, 0.2);
2076
+ background-color: rgba(13, 202, 240, 0.2);
2077
2077
  }
2078
2078
 
2079
2079
  *.e-flat.e-warning .e-progress {
2080
- background-color: rgba(0, 0, 0, 0.2);
2080
+ background-color: rgba(255, 193, 7, 0.2);
2081
2081
  }
2082
2082
 
2083
2083
  *.e-flat.e-danger .e-progress {
2084
- background-color: rgba(255, 255, 255, 0.2);
2084
+ background-color: rgba(228, 96, 109, 0.2);
2085
2085
  }
2086
2086
 
2087
2087
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -2050,38 +2050,38 @@
2050
2050
  }
2051
2051
 
2052
2052
  .e-progress {
2053
- background-color: rgba(255, 255, 255, 0.75);
2053
+ background-color: rgba(108, 117, 125, 0.2);
2054
2054
  }
2055
2055
 
2056
2056
  *.e-primary .e-progress,
2057
2057
  *.e-success .e-progress,
2058
2058
  *.e-danger .e-progress,
2059
2059
  *.e-info .e-progress {
2060
- background-color: rgba(255, 255, 255, 0.2);
2060
+ background-color: rgba(108, 117, 125, 0.2);
2061
2061
  }
2062
2062
 
2063
2063
  *.e-warning .e-progress {
2064
- background-color: rgba(255, 255, 255, 0.2);
2064
+ background-color: rgba(108, 117, 125, 0.2);
2065
2065
  }
2066
2066
 
2067
2067
  *.e-flat.e-primary .e-progress {
2068
- background-color: rgba(255, 255, 255, 0.2);
2068
+ background-color: rgba(13, 110, 253, 0.2);
2069
2069
  }
2070
2070
 
2071
2071
  *.e-flat.e-success .e-progress {
2072
- background-color: rgba(255, 255, 255, 0.2);
2072
+ background-color: rgba(25, 135, 84, 0.2);
2073
2073
  }
2074
2074
 
2075
2075
  *.e-flat.e-info .e-progress {
2076
- background-color: rgba(0, 0, 0, 0.2);
2076
+ background-color: rgba(13, 202, 240, 0.2);
2077
2077
  }
2078
2078
 
2079
2079
  *.e-flat.e-warning .e-progress {
2080
- background-color: rgba(0, 0, 0, 0.2);
2080
+ background-color: rgba(255, 193, 7, 0.2);
2081
2081
  }
2082
2082
 
2083
2083
  *.e-flat.e-danger .e-progress {
2084
- background-color: rgba(255, 255, 255, 0.2);
2084
+ background-color: rgba(220, 53, 69, 0.2);
2085
2085
  }
2086
2086
 
2087
2087
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -10,12 +10,12 @@ $progress-btn-small-spin-btn-padding: 14px !default;
10
10
  $progress-btn-bigger-spin-btn-padding: 20px !default;
11
11
  $progress-btn-bigger-small-spin-btn-padding: 16px !default;
12
12
  $progress-btn-color: $secondary-text-color !default;
13
- $progress-btn-bgcolor: rgba($secondary-text-color, .2) !default;
14
- $progress-btn-bgcolor-normal: rgba($secondary-text-color, .75) !default;
13
+ $progress-btn-bgcolor: rgba($icon-color, .2) !default;
14
+ $progress-btn-bgcolor-normal: rgba($icon-color, .2) !default;
15
15
  $progress-btn-warning-progress-color: $progress-btn-bgcolor !default;
16
- $progress-btn-flat-primary-progress-color: rgba($primary-text-color, 1) !default;
17
- $progress-btn-flat-success-progress-color: rgba($success-text, 1) !default;
18
- $progress-btn-flat-info-progress-color: rgba($info-text, 1) !default;
19
- $progress-btn-flat-warning-progress-color: rgba($warning-text, 1) !default;
20
- $progress-btn-flat-danger-progress-color: rgba($danger-text, 1) !default;
16
+ $progress-btn-flat-primary-progress-color: rgba($primary, 1) !default;
17
+ $progress-btn-flat-success-progress-color: rgba($success, 1) !default;
18
+ $progress-btn-flat-info-progress-color: rgba($info, 1) !default;
19
+ $progress-btn-flat-warning-progress-color: rgba($warning, 1) !default;
20
+ $progress-btn-flat-danger-progress-color: rgba($danger, 1) !default;
21
21
  $btn-flat-primary-path-arc: $white;
@@ -10,12 +10,12 @@ $progress-btn-small-spin-btn-padding: 14px !default;
10
10
  $progress-btn-bigger-spin-btn-padding: 20px !default;
11
11
  $progress-btn-bigger-small-spin-btn-padding: 16px !default;
12
12
  $progress-btn-color: $secondary-text-color !default;
13
- $progress-btn-bgcolor: rgba($secondary-text-color, .2) !default;
14
- $progress-btn-bgcolor-normal: rgba($secondary-text-color, .2) !default;
13
+ $progress-btn-bgcolor: rgba($icon-color, .2) !default;
14
+ $progress-btn-bgcolor-normal: rgba($icon-color, .2) !default;
15
15
  $progress-btn-warning-progress-color: $progress-btn-bgcolor !default;
16
- $progress-btn-flat-primary-progress-color: rgba($primary-text-color, 1) !default;
17
- $progress-btn-flat-success-progress-color: rgba($success-text, 1) !default;
18
- $progress-btn-flat-info-progress-color: rgba($info-text, 1) !default;
19
- $progress-btn-flat-warning-progress-color: rgba($warning-text, 1) !default;
20
- $progress-btn-flat-danger-progress-color: rgba($danger-text, 1) !default;
16
+ $progress-btn-flat-primary-progress-color: rgba($primary, 1) !default;
17
+ $progress-btn-flat-success-progress-color: rgba($success, 1) !default;
18
+ $progress-btn-flat-info-progress-color: rgba($info, 1) !default;
19
+ $progress-btn-flat-warning-progress-color: rgba($warning, 1) !default;
20
+ $progress-btn-flat-danger-progress-color: rgba($danger, 1) !default;
21
21
  $btn-flat-primary-path-arc: $white;
@@ -590,38 +590,38 @@
590
590
  }
591
591
 
592
592
  .e-progress {
593
- background-color: rgba(255, 255, 255, 0.75);
593
+ background-color: rgba(173, 181, 189, 0.2);
594
594
  }
595
595
 
596
596
  *.e-primary .e-progress,
597
597
  *.e-success .e-progress,
598
598
  *.e-danger .e-progress,
599
599
  *.e-info .e-progress {
600
- background-color: rgba(255, 255, 255, 0.2);
600
+ background-color: rgba(173, 181, 189, 0.2);
601
601
  }
602
602
 
603
603
  *.e-warning .e-progress {
604
- background-color: rgba(255, 255, 255, 0.2);
604
+ background-color: rgba(173, 181, 189, 0.2);
605
605
  }
606
606
 
607
607
  *.e-flat.e-primary .e-progress {
608
- background-color: rgba(255, 255, 255, 0.2);
608
+ background-color: rgba(13, 110, 253, 0.2);
609
609
  }
610
610
 
611
611
  *.e-flat.e-success .e-progress {
612
- background-color: rgba(255, 255, 255, 0.2);
612
+ background-color: rgba(33, 178, 111, 0.2);
613
613
  }
614
614
 
615
615
  *.e-flat.e-info .e-progress {
616
- background-color: rgba(0, 0, 0, 0.2);
616
+ background-color: rgba(13, 202, 240, 0.2);
617
617
  }
618
618
 
619
619
  *.e-flat.e-warning .e-progress {
620
- background-color: rgba(0, 0, 0, 0.2);
620
+ background-color: rgba(255, 193, 7, 0.2);
621
621
  }
622
622
 
623
623
  *.e-flat.e-danger .e-progress {
624
- background-color: rgba(255, 255, 255, 0.2);
624
+ background-color: rgba(228, 96, 109, 0.2);
625
625
  }
626
626
 
627
627
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -590,38 +590,38 @@
590
590
  }
591
591
 
592
592
  .e-progress {
593
- background-color: rgba(255, 255, 255, 0.75);
593
+ background-color: rgba(108, 117, 125, 0.2);
594
594
  }
595
595
 
596
596
  *.e-primary .e-progress,
597
597
  *.e-success .e-progress,
598
598
  *.e-danger .e-progress,
599
599
  *.e-info .e-progress {
600
- background-color: rgba(255, 255, 255, 0.2);
600
+ background-color: rgba(108, 117, 125, 0.2);
601
601
  }
602
602
 
603
603
  *.e-warning .e-progress {
604
- background-color: rgba(255, 255, 255, 0.2);
604
+ background-color: rgba(108, 117, 125, 0.2);
605
605
  }
606
606
 
607
607
  *.e-flat.e-primary .e-progress {
608
- background-color: rgba(255, 255, 255, 0.2);
608
+ background-color: rgba(13, 110, 253, 0.2);
609
609
  }
610
610
 
611
611
  *.e-flat.e-success .e-progress {
612
- background-color: rgba(255, 255, 255, 0.2);
612
+ background-color: rgba(25, 135, 84, 0.2);
613
613
  }
614
614
 
615
615
  *.e-flat.e-info .e-progress {
616
- background-color: rgba(0, 0, 0, 0.2);
616
+ background-color: rgba(13, 202, 240, 0.2);
617
617
  }
618
618
 
619
619
  *.e-flat.e-warning .e-progress {
620
- background-color: rgba(0, 0, 0, 0.2);
620
+ background-color: rgba(255, 193, 7, 0.2);
621
621
  }
622
622
 
623
623
  *.e-flat.e-danger .e-progress {
624
- background-color: rgba(255, 255, 255, 0.2);
624
+ background-color: rgba(220, 53, 69, 0.2);
625
625
  }
626
626
 
627
627
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -593,38 +593,38 @@
593
593
  }
594
594
 
595
595
  .e-progress {
596
- background-color: rgba(255, 255, 255, 0.2);
596
+ background-color: rgba(209, 213, 219, 0.2);
597
597
  }
598
598
 
599
599
  *.e-primary .e-progress,
600
600
  *.e-success .e-progress,
601
601
  *.e-danger .e-progress,
602
602
  *.e-info .e-progress {
603
- background-color: rgba(255, 255, 255, 0.2);
603
+ background-color: rgba(209, 213, 219, 0.2);
604
604
  }
605
605
 
606
606
  *.e-warning .e-progress {
607
- background-color: rgba(255, 255, 255, 0.2);
607
+ background-color: rgba(209, 213, 219, 0.2);
608
608
  }
609
609
 
610
610
  *.e-flat.e-primary .e-progress {
611
- background-color: rgba(0, 0, 0, 0.2);
611
+ background-color: rgba(34, 211, 238, 0.2);
612
612
  }
613
613
 
614
614
  *.e-flat.e-success .e-progress {
615
- background-color: rgba(0, 0, 0, 0.2);
615
+ background-color: rgba(34, 197, 94, 0.2);
616
616
  }
617
617
 
618
618
  *.e-flat.e-info .e-progress {
619
- background-color: rgba(0, 0, 0, 0.2);
619
+ background-color: rgba(56, 189, 248, 0.2);
620
620
  }
621
621
 
622
622
  *.e-flat.e-warning .e-progress {
623
- background-color: rgba(0, 0, 0, 0.2);
623
+ background-color: rgba(249, 115, 22, 0.2);
624
624
  }
625
625
 
626
626
  *.e-flat.e-danger .e-progress {
627
- background-color: rgba(0, 0, 0, 0.2);
627
+ background-color: rgba(248, 113, 113, 0.2);
628
628
  }
629
629
 
630
630
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -593,38 +593,38 @@
593
593
  }
594
594
 
595
595
  .e-progress {
596
- background-color: rgba(55, 65, 81, 0.2);
596
+ background-color: rgba(107, 114, 128, 0.2);
597
597
  }
598
598
 
599
599
  *.e-primary .e-progress,
600
600
  *.e-success .e-progress,
601
601
  *.e-danger .e-progress,
602
602
  *.e-info .e-progress {
603
- background-color: rgba(55, 65, 81, 0.2);
603
+ background-color: rgba(107, 114, 128, 0.2);
604
604
  }
605
605
 
606
606
  *.e-warning .e-progress {
607
- background-color: rgba(55, 65, 81, 0.2);
607
+ background-color: rgba(107, 114, 128, 0.2);
608
608
  }
609
609
 
610
610
  *.e-flat.e-primary .e-progress {
611
- background-color: rgba(255, 255, 255, 0.2);
611
+ background-color: rgba(79, 70, 229, 0.2);
612
612
  }
613
613
 
614
614
  *.e-flat.e-success .e-progress {
615
- background-color: rgba(255, 255, 255, 0.2);
615
+ background-color: rgba(21, 128, 61, 0.2);
616
616
  }
617
617
 
618
618
  *.e-flat.e-info .e-progress {
619
- background-color: rgba(255, 255, 255, 0.2);
619
+ background-color: rgba(14, 116, 144, 0.2);
620
620
  }
621
621
 
622
622
  *.e-flat.e-warning .e-progress {
623
- background-color: rgba(255, 255, 255, 0.2);
623
+ background-color: rgba(194, 65, 12, 0.2);
624
624
  }
625
625
 
626
626
  *.e-flat.e-danger .e-progress {
627
- background-color: rgba(255, 255, 255, 0.2);
627
+ background-color: rgba(220, 38, 38, 0.2);
628
628
  }
629
629
 
630
630
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -2081,38 +2081,38 @@
2081
2081
  }
2082
2082
 
2083
2083
  .e-progress {
2084
- background-color: rgba(255, 255, 255, 0.2);
2084
+ background-color: rgba(209, 213, 219, 0.2);
2085
2085
  }
2086
2086
 
2087
2087
  *.e-primary .e-progress,
2088
2088
  *.e-success .e-progress,
2089
2089
  *.e-danger .e-progress,
2090
2090
  *.e-info .e-progress {
2091
- background-color: rgba(255, 255, 255, 0.2);
2091
+ background-color: rgba(209, 213, 219, 0.2);
2092
2092
  }
2093
2093
 
2094
2094
  *.e-warning .e-progress {
2095
- background-color: rgba(255, 255, 255, 0.2);
2095
+ background-color: rgba(209, 213, 219, 0.2);
2096
2096
  }
2097
2097
 
2098
2098
  *.e-flat.e-primary .e-progress {
2099
- background-color: rgba(0, 0, 0, 0.2);
2099
+ background-color: rgba(34, 211, 238, 0.2);
2100
2100
  }
2101
2101
 
2102
2102
  *.e-flat.e-success .e-progress {
2103
- background-color: rgba(0, 0, 0, 0.2);
2103
+ background-color: rgba(34, 197, 94, 0.2);
2104
2104
  }
2105
2105
 
2106
2106
  *.e-flat.e-info .e-progress {
2107
- background-color: rgba(0, 0, 0, 0.2);
2107
+ background-color: rgba(56, 189, 248, 0.2);
2108
2108
  }
2109
2109
 
2110
2110
  *.e-flat.e-warning .e-progress {
2111
- background-color: rgba(0, 0, 0, 0.2);
2111
+ background-color: rgba(249, 115, 22, 0.2);
2112
2112
  }
2113
2113
 
2114
2114
  *.e-flat.e-danger .e-progress {
2115
- background-color: rgba(0, 0, 0, 0.2);
2115
+ background-color: rgba(248, 113, 113, 0.2);
2116
2116
  }
2117
2117
 
2118
2118
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -2081,38 +2081,38 @@
2081
2081
  }
2082
2082
 
2083
2083
  .e-progress {
2084
- background-color: rgba(55, 65, 81, 0.2);
2084
+ background-color: rgba(107, 114, 128, 0.2);
2085
2085
  }
2086
2086
 
2087
2087
  *.e-primary .e-progress,
2088
2088
  *.e-success .e-progress,
2089
2089
  *.e-danger .e-progress,
2090
2090
  *.e-info .e-progress {
2091
- background-color: rgba(55, 65, 81, 0.2);
2091
+ background-color: rgba(107, 114, 128, 0.2);
2092
2092
  }
2093
2093
 
2094
2094
  *.e-warning .e-progress {
2095
- background-color: rgba(55, 65, 81, 0.2);
2095
+ background-color: rgba(107, 114, 128, 0.2);
2096
2096
  }
2097
2097
 
2098
2098
  *.e-flat.e-primary .e-progress {
2099
- background-color: rgba(255, 255, 255, 0.2);
2099
+ background-color: rgba(79, 70, 229, 0.2);
2100
2100
  }
2101
2101
 
2102
2102
  *.e-flat.e-success .e-progress {
2103
- background-color: rgba(255, 255, 255, 0.2);
2103
+ background-color: rgba(21, 128, 61, 0.2);
2104
2104
  }
2105
2105
 
2106
2106
  *.e-flat.e-info .e-progress {
2107
- background-color: rgba(255, 255, 255, 0.2);
2107
+ background-color: rgba(14, 116, 144, 0.2);
2108
2108
  }
2109
2109
 
2110
2110
  *.e-flat.e-warning .e-progress {
2111
- background-color: rgba(255, 255, 255, 0.2);
2111
+ background-color: rgba(194, 65, 12, 0.2);
2112
2112
  }
2113
2113
 
2114
2114
  *.e-flat.e-danger .e-progress {
2115
- background-color: rgba(255, 255, 255, 0.2);
2115
+ background-color: rgba(220, 38, 38, 0.2);
2116
2116
  }
2117
2117
 
2118
2118
  *.e-outline:not(:focus).e-primary .e-progress {