sf-i-events 1.0.112 → 1.0.113

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,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.112",
4
+ "version": "1.0.113",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.js CHANGED
@@ -46,7 +46,7 @@ let SfIEvents = class SfIEvents extends LitElement {
46
46
  this.TAB_APPROVER = "approver";
47
47
  this.COLOR_APPROVED = "#8cd039";
48
48
  this.COLOR_NOT_STARTED = "#A4A9AD";
49
- this.COLOR_IN_PROGRESS = "#FFBA49";
49
+ this.COLOR_IN_PROGRESS = "#ffe505";
50
50
  this.COLOR_PAST_DUE_DATE = "#F79256";
51
51
  this.COLOR_LATE_EXECUTED = "#840B0F";
52
52
  this.COLOR_LATE_APPROVED = "#EE2F36";
@@ -151,7 +151,7 @@ let SfIEvents = class SfIEvents extends LitElement {
151
151
  background-color: #dedede;
152
152
  }
153
153
  .color-pending {
154
- color: #F1D302;
154
+ color: #ffe505;
155
155
  }
156
156
  .color-not-started {
157
157
  color: #888888;
@@ -4856,7 +4856,7 @@ SfIEvents.styles = css `
4856
4856
  }
4857
4857
 
4858
4858
  .div-graph-pending {
4859
- background-color: #f49315;
4859
+ background-color: #ffe505;
4860
4860
  height: 100%;
4861
4861
  width: 100%;
4862
4862
  }
@@ -4877,7 +4877,7 @@ SfIEvents.styles = css `
4877
4877
  }
4878
4878
 
4879
4879
  .bg-pending {
4880
- background-color: #f49315;
4880
+ background-color: #ffe505;
4881
4881
  }
4882
4882
 
4883
4883
  .bg-done {
@@ -4896,7 +4896,7 @@ SfIEvents.styles = css `
4896
4896
  }
4897
4897
 
4898
4898
  .color-pending {
4899
- color: #F1D302;
4899
+ color: #ffe505;
4900
4900
  }
4901
4901
 
4902
4902
  .color-not-started {