@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/dist/bundle.js +1 -1
- package/package.json +1 -1
- package/src/a2ai.scss +11 -8
package/package.json
CHANGED
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: #
|
|
45
|
-
--color-blue-rgb:
|
|
44
|
+
--color-blue: #09168B;
|
|
45
|
+
--color-blue-rgb: 9, 22, 139;
|
|
46
46
|
|
|
47
|
-
--color-blue: #
|
|
48
|
-
--color-blue-rgb:
|
|
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: #
|
|
53
|
-
--color-grey-rgb:
|
|
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-
|
|
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
|
|
117
|
+
--button-disabled-background-color: var(--color-grey);
|
|
115
118
|
--button-disabled-default-text-color: var(--color-white);
|
|
116
119
|
|
|
117
120
|
// Link
|