@omniumretail/shared-resources 0.3.38 → 0.3.40

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": "@omniumretail/shared-resources",
3
- "version": "0.3.38",
3
+ "version": "0.3.40",
4
4
  "private": false,
5
5
  "description": "Shared Components and services or utils to the frontend versions",
6
6
  "main": "dist/bundle.js",
package/src/a2ai.scss CHANGED
@@ -41,16 +41,19 @@ body.a2aiStyle {
41
41
  --color-orange: #A9D046;
42
42
  --color-orange-rgb: 169, 208, 70;
43
43
 
44
- --color-blue: #324A6D;
45
- --color-blue-rgb: 50, 74, 109;
44
+ --color-blue: #09168B;
45
+ --color-blue-rgb: 9, 22, 139;
46
46
 
47
- --color-blue: #1C244B;
48
- --color-blue-rgb: 28, 36, 75;
47
+ --color-purple-blue: #324A6D;
48
+ --color-purple-blue-rgb: 50, 74, 109;
49
+
50
+ --color-dark-blue: #1C244B;
51
+ --color-dark-blue-rgb: 28, 36, 75;
49
52
 
50
53
  --color-grey-light: #D9D9D9;
51
54
  --color-grey-light-rgb: 217, 217, 217;
52
- --color-grey: #C7CAC9;
53
- --color-grey-rgb: 199, 202, 201;
55
+ --color-grey: #A9D18E;
56
+ --color-grey-rgb: 169, 209, 142;
54
57
  --color-grey-dark: #797979;
55
58
  --color-grey-dark-rgb: 121, 121, 121;
56
59
 
@@ -99,7 +102,7 @@ body.a2aiStyle {
99
102
  --button-default-text-color: var(--color-white);
100
103
  --button-default-background-hover-color: rgba(var(--color-orange-rgb), .9);
101
104
  --button-default-text-hover-color: var(--color-white);
102
- --button-default-background-focus-color: var(--color-grey-dark);
105
+ --button-default-background-focus-color: var(--color-orange-rgb);
103
106
  --button-default-text-focus-color: rgba(var(--color-white-rgb), .8);
104
107
 
105
108
  // Button Style 1
@@ -111,7 +114,7 @@ body.a2aiStyle {
111
114
  --button-style-1-text-focus-color: rgba(var(--color-white-rgb), .8);
112
115
 
113
116
  // Button Disabled
114
- --button-disabled-background-color: var(--color-grey-dark);
117
+ --button-disabled-background-color: var(--color-grey);
115
118
  --button-disabled-default-text-color: var(--color-white);
116
119
 
117
120
  // Link