@omniumretail/shared-resources 0.3.36 → 0.3.37

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.36",
3
+ "version": "0.3.37",
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
@@ -1,5 +1,5 @@
1
1
  body.a2aiStyle {
2
- /* TODO: Update this code */
2
+ /* TODO: Update this code */
3
3
  --primary-color: red;
4
4
  --white-color: white;
5
5
  --grad-bg-button-color: #DADADA;
@@ -38,11 +38,17 @@ body.a2aiStyle {
38
38
  --color-white: #FFFFFF;
39
39
  --color-white-rgb: 255, 255, 255;
40
40
 
41
- --color-orange: lightgreen;
41
+ --color-orange: #FF674C;
42
42
  --color-orange-rgb: 255, 103, 76;
43
-
44
- --color-blue: #09168B;
45
- --color-blue-rgb: 9, 22, 139;
43
+
44
+ --color-green-light: #A9D046;
45
+ --color-green-light-rgb: 169, 208, 70;
46
+
47
+ --color-blue: #324A6D;
48
+ --color-blue-rgb: 50, 74, 109;
49
+
50
+ --color-blue: #1C244B;
51
+ --color-blue-rgb: 28, 36, 75;
46
52
 
47
53
  --color-grey-light: #D9D9D9;
48
54
  --color-grey-light-rgb: 217, 217, 217;
@@ -80,7 +86,7 @@ body.a2aiStyle {
80
86
  --font-size-body-4: 16px;
81
87
  --font-size-body-5: 18px;
82
88
  --font-size-body-6: 20px;
83
-
89
+
84
90
  --font-size-h1: 46px;
85
91
  --font-size-h2: 40px;
86
92
  --font-size-h3: 36px;
@@ -92,9 +98,9 @@ body.a2aiStyle {
92
98
 
93
99
  /*** CTAs ***/
94
100
  // Button Default
95
- --button-default-background: var(--color-orange);
101
+ --button-default-background: var(--color-green-light);
96
102
  --button-default-text-color: var(--color-white);
97
- --button-default-background-hover-color: rgba(var(--color-orange-rgb), .9);
103
+ --button-default-background-hover-color: rgba(var(--color-green-light-rgb), .9);
98
104
  --button-default-text-hover-color: var(--color-white);
99
105
  --button-default-background-focus-color: var(--color-grey-dark);
100
106
  --button-default-text-focus-color: rgba(var(--color-white-rgb), .8);
@@ -112,9 +118,9 @@ body.a2aiStyle {
112
118
  --button-disabled-default-text-color: var(--color-white);
113
119
 
114
120
  // Link
115
- --link-color: var(--color-orange);
121
+ --link-color: var(--color-green-light);
116
122
  --link-hover-color: var(--color-black);
117
- --link-focus-color: rgba(var(--color-orange), .9);
123
+ --link-focus-color: rgba(var(--color-green-light), .9);
118
124
  --link-disabled-color: rgba(var(--color-grey), .2);
119
125
 
120
126
  // Transition Speed