sf-i-events 1.0.113 → 1.0.114

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.113",
4
+ "version": "1.0.114",
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
@@ -44,7 +44,7 @@ let SfIEvents = class SfIEvents extends LitElement {
44
44
  this.TAB_CUSTOM = "custom";
45
45
  this.TAB_REPORTER = "reporter";
46
46
  this.TAB_APPROVER = "approver";
47
- this.COLOR_APPROVED = "#8cd039";
47
+ this.COLOR_APPROVED = "#50cf01";
48
48
  this.COLOR_NOT_STARTED = "#A4A9AD";
49
49
  this.COLOR_IN_PROGRESS = "#ffe505";
50
50
  this.COLOR_PAST_DUE_DATE = "#F79256";
@@ -157,7 +157,7 @@ let SfIEvents = class SfIEvents extends LitElement {
157
157
  color: #888888;
158
158
  }
159
159
  .color-done {
160
- color: #8cd039;
160
+ color: #50cf01;
161
161
  }
162
162
  .color-past-due-date {
163
163
  color: #F79256;
@@ -4881,7 +4881,7 @@ SfIEvents.styles = css `
4881
4881
  }
4882
4882
 
4883
4883
  .bg-done {
4884
- background-color: #64a692;
4884
+ background-color: #50cf01;
4885
4885
  }
4886
4886
 
4887
4887
  .color-past-due-date {
@@ -4904,7 +4904,7 @@ SfIEvents.styles = css `
4904
4904
  }
4905
4905
 
4906
4906
  .color-done {
4907
- color: #8cd039;
4907
+ color: #50cf01;
4908
4908
  }
4909
4909
 
4910
4910
  .pr-10 {